.crossword-game-content-wrapper{--cell-bg:white;--cell-filled-text:#007bff;--cell-selected-bg:#cce5ff;--cell-selected-outline:#007bff;--cell-error-text:#dc3545;--cell-error-bg:#f8d7da;--cell-correct-bg:#a8d4b4;--cell-correct-text:#198754;--grid-primary-bg:#496189;width:100%}[data-theme=dark] .crossword-game-content-wrapper{--cell-bg:#333;--cell-filled-text:#58a6ff;--cell-selected-bg:#004a8d;--cell-selected-outline:#58a6ff;--cell-error-text:#ff7b72;--cell-error-bg:#6b3030;--cell-correct-text:#2dc452;--cell-correct-bg:#344b3a;--grid-primary-bg:#2d3846}.crossword-top-controls{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;margin-bottom:15px;display:flex}.crossword-difficulty-selector{flex-wrap:wrap;justify-content:center;gap:5px;display:flex}#crossword-game-of-the-day-btn{flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;font-size:18px;line-height:1.2;display:inline-flex;position:relative;aspect-ratio:1!important;width:40px!important;height:40px!important;max-height:40px!important;padding:0!important}#crossword-game-of-the-day-btn.gotd-active-top-btn{background-color:var(--gotd-active-bg)!important;border-color:var(--gotd-active-bg)!important}#crossword-game-of-the-day-btn.gotd-active-top-btn:hover:not(:disabled){background-color:var(--gotd-active-hover-bg)!important}#crossword-game-of-the-day-btn.gotd-active-top-btn i{color:#fff!important}body.dark-theme #crossword-game-of-the-day-btn.gotd-active-top-btn i{color:var(--btn-primary-text)!important}#crossword-game-of-the-day-btn.gotd-completed-top-btn{background-color:var(--gotd-completed-bg)!important;border-color:var(--gotd-completed-bg)!important}#crossword-game-of-the-day-btn.gotd-completed-top-btn:hover:not(:disabled){background-color:var(--gotd-completed-hover-bg)!important}#crossword-game-of-the-day-btn.gotd-completed-top-btn i{color:#fff!important}body.dark-theme #crossword-game-of-the-day-btn.gotd-completed-top-btn i{color:var(--btn-primary-text)!important}#crossword-game-of-the-day-btn[data-tooltip]:hover:after{content:attr(data-tooltip);background-color:var(--tooltip-bg);color:var(--tooltip-text);white-space:nowrap;z-index:10;border-radius:4px;padding:5px 8px;font-size:.8rem;transition:background-color .3s,color .3s;position:absolute;bottom:-33px;left:50%;transform:translate(-50%)}.crossword-timer-container{justify-content:center;align-items:center;gap:10px;margin-bottom:15px;display:flex}.crossword-timer{text-align:center;color:var(--timer-color);font-family:Courier New,Courier,monospace;font-size:clamp(18px,4vw,22px);font-weight:700;line-height:1;transition:color .3s}#crossword-pause-btn,.manual-save-btn{color:var(--timer-color);cursor:pointer;background:0 0;border:none;padding:0 5px;font-size:clamp(18px,3.8vw,20px);transition:color .3s;position:relative;top:-1px}.manual-save-btn[data-tooltip]:hover:after{content:attr(data-tooltip);white-space:nowrap;z-index:999999;pointer-events:none;border-radius:4px;margin-bottom:8px;padding:6px 10px;font-size:.75rem;position:absolute;bottom:100%;left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000080;color:#fff!important;opacity:1!important;background-color:#222!important}#crossword-pause-btn:hover,.manual-save-btn:hover{opacity:.7}.crossword-game-layout{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:20px;width:100%;display:flex}body.game-of-day-active-glow .crossword-game-content-wrapper .crossword-grid-area{box-shadow:0 0 18px 4px #67a9e4a6,0 0 30px 8px #67a9e473}body.dark-theme.game-of-day-active-glow .crossword-game-content-wrapper .crossword-grid-area{box-shadow:0 0 18px 4px #58a6ff8c,0 0 30px 8px #58a6ff59}#crossword-grid{user-select:none;box-sizing:border-box;background-color:var(--grid-primary-bg);aspect-ratio:1;border-radius:4px;gap:1px;padding:1px;transition:box-shadow .3s ease-in-out,border-color .3s;display:grid;position:relative;overflow:hidden}#crossword-grid.game-paused{pointer-events:none}#crossword-grid.game-paused .crossword-cell span{visibility:hidden}.crossword-cell{text-transform:uppercase;cursor:default;box-sizing:border-box;background-color:var(--cell-bg);width:100%;height:100%;color:var(--text-color);justify-content:center;align-items:center;font-weight:700;transition:background-color .2s ease-in-out,border-color .3s,visibility;display:flex;position:relative;overflow:hidden}.crossword-cell>div{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:static}.crossword-cell-blocker{background-color:var(--grid-primary-bg)}.crossword-cell.word-char{cursor:pointer}.crossword-cell.word-char:focus{outline:none}.crossword-cell.selected-slot-cell{z-index:2;background-color:var(--cell-selected-bg)!important}.crossword-cell.incorrect{z-index:2;background-color:var(--cell-error-bg)!important;color:var(--cell-error-text)!important}.crossword-cell.correct{font-weight:700;color:var(--cell-correct-text)!important;background-color:var(--cell-correct-bg)!important}body.dark-theme .crossword-cell.correct{color:#37e261}.crossword-cell.active-typing-cell{z-index:3;background-color:#fbe27f!important}body.dark-theme .crossword-cell.active-typing-cell{background-color:#013a8a!important}.crossword-cell.filled{color:var(--cell-filled-text);font-weight:700}.crossword-cell.group-highlighted-cell{background-color:var(--cell-selected-bg);z-index:1}.crossword-word-list-area{background-color:var(--game-bg);box-sizing:border-box;border-radius:8px;flex-direction:column;flex:1;min-width:280px;max-height:600px;padding:15px;display:flex;overflow-y:auto}.crossword-word-list-area h3{text-transform:uppercase;letter-spacing:.5px;color:var(--text-color);opacity:.7;border-bottom:1px solid var(--border-color);text-align:center;flex-shrink:0;margin:0 0 10px;padding-bottom:8px;font-size:12px;font-weight:600}#crossword-game-action-controls{box-sizing:border-box;flex-wrap:nowrap;flex-shrink:0;justify-content:center;align-items:center;gap:8px;width:100%;margin-bottom:15px;display:flex}#crossword-game-action-controls .btn{justify-content:center;align-items:center;font-size:16px;line-height:1;display:inline-flex}#crossword-game-action-controls .btn:not(#crossword-new-game-btn){flex-grow:0;flex-shrink:0;aspect-ratio:1!important;width:40px!important;height:40px!important;max-height:40px!important;padding:0!important}#crossword-game-action-controls .btn i{color:var(--icon-color)}#crossword-game-action-controls .btn:hover:not(:disabled) i{color:var(--btn-text)}body.dark-theme #crossword-game-action-controls .btn:hover:not(:disabled) i{color:var(--btn-primary-text)}#crossword-game-action-controls .btn#crossword-new-game-btn{width:auto;min-width:100px;height:44px}#crossword-word-lists{flex-grow:1;margin-bottom:0;overflow-y:auto}.crossword-word-group{margin-bottom:12px}.crossword-word-group h4{color:var(--text-color);opacity:.8;margin-top:0;margin-bottom:6px;font-size:15px;transition:background-color .2s,color .2s,opacity .2s}.crossword-word-group h4.highlighted-group-header{background-color:var(--cell-selected-bg);color:var(--text-color);cursor:pointer;opacity:1;border-radius:4px;padding:2px 5px;display:inline-block}.crossword-word-group h4:not(.highlighted-group-header){cursor:pointer}.crossword-word-group ul{flex-wrap:wrap;gap:6px;margin:0;padding:0;list-style-type:none;display:flex}.crossword-word-group li{cursor:pointer;background-color:var(--btn-bg);color:var(--btn-text);border-radius:4px;padding:5px 8px;font-size:14px;transition:background-color .2s,color .2s}.crossword-word-group li:hover:not(.used){background-color:var(--btn-hover-bg)}.crossword-word-group li.used{color:#6c757d;background-color:var(--btn-bg);border-color:var(--btn-border);cursor:pointer;opacity:.6;text-decoration:line-through}body.dark-theme .crossword-word-group li.used{color:#a0a0a0}.crossword-word-group.highlighted-group li:not(.used){background-color:var(--cell-selected-bg);border-color:var(--cell-selected-outline)}#crossword-grid-message-area{text-align:center;color:#343a40;box-sizing:border-box;z-index:1050;opacity:0;pointer-events:none;background-color:#f8f9fa;border:1px solid #d6d8db;border-radius:6px;width:auto;min-width:200px;max-width:90%;padding:10px 18px;font-size:.9rem;font-weight:500;transition:opacity .25s ease-out,transform .25s ease-out;display:none;position:absolute;top:15px;left:50%;transform:translate(-50%)translateY(-15px);box-shadow:0 2px 5px #00000014}#crossword-grid-message-area.showing{opacity:1;pointer-events:auto;transform:translate(-50%)translateY(0)}#crossword-grid-message-area.hiding{opacity:0;pointer-events:none;transform:translate(-50%)translateY(-15px)}body.dark-theme #crossword-grid-message-area{color:#e9ecef;background-color:#3e444c;border:1px solid #505860;box-shadow:0 2px 6px #00000040}.crossword-current-word-group-display-mobile{background-color:var(--game-bg);box-sizing:border-box;border:1px solid var(--border-color);border-radius:8px;align-self:center;width:100%;max-width:500px;margin-top:15px;padding:15px;display:none;box-shadow:0 2px 5px #00000014}body.dark-theme .crossword-current-word-group-display-mobile{box-shadow:0 2px 5px #0000004d}.crossword-current-word-group-display-mobile h4{border-bottom:1px solid var(--border-color);color:var(--text-color);text-align:center;margin-top:0;margin-bottom:10px;padding-bottom:8px;font-size:17px}.crossword-current-word-group-display-mobile ul{flex-wrap:wrap;justify-content:center;gap:6px;margin:0;padding:0;list-style-type:none;display:flex}.crossword-current-word-group-display-mobile li{background-color:var(--btn-bg);border:1px solid var(--btn-border);color:var(--btn-text);cursor:pointer;border-radius:4px;padding:5px 8px;font-size:14px}.crossword-current-word-group-display-mobile li.used{color:#6c757d;background-color:var(--btn-bg);border-color:var(--btn-border);opacity:.6;text-decoration:line-through}body.dark-theme .crossword-current-word-group-display-mobile li.used{color:#a0a0a0}.confetti{opacity:0;z-index:2000;border-radius:50%;width:10px;height:10px;animation:3s linear forwards fall;position:fixed}@keyframes fall{0%{opacity:1;transform:translateY(-20vh)rotate(0)}to{opacity:0;transform:translateY(120vh)rotate(720deg)}}.crossword-grid-area{background-color:var(--grid-primary-bg);box-sizing:border-box;border-radius:6px;flex-grow:0;flex-shrink:0;justify-content:center;align-items:center;width:500px;height:500px;transition:box-shadow .3s ease-in-out;display:flex;position:relative}@media (max-width:900px){.crossword-grid-area{width:420px;height:420px}.crossword-word-list-area{min-width:220px}}@media (max-width:600px){.crossword-game-layout{flex-direction:column;align-items:center;width:100%}.crossword-grid-area{aspect-ratio:1;width:calc(100% + 30px);max-width:500px;height:auto;min-width:unset;border-radius:6px;order:0;margin:10px -15px 0}.crossword-word-list-area{min-width:unset;order:2;width:100%;max-width:95vw;max-height:none}.crossword-current-word-group-display-mobile{order:1;width:100%;max-width:95vw;display:block}.crossword-top-controls{justify-content:space-around;margin-top:5px}.crossword-difficulty-selector{gap:8px}#crossword-grid-message-area{max-width:calc(100% - 30px);padding:8px 12px;font-size:.85rem;top:10px}#crossword-game-action-controls{justify-content:center;max-width:100%}#crossword-game-action-controls .btn{flex-grow:0;flex-shrink:0;margin-bottom:0}#crossword-game-action-controls .btn#crossword-new-game-btn{flex-grow:0;width:auto;min-width:80px;max-width:120px}#crossword-game-action-controls .btn:not(#crossword-new-game-btn){font-size:16px}}@media (max-width:480px){#crossword-game-action-controls .btn{font-size:11px}#crossword-game-action-controls .btn#crossword-new-game-btn{min-width:70px;height:36px;padding:6px 10px;font-size:11px}#crossword-game-action-controls .btn:not(#crossword-new-game-btn){flex-basis:36px;width:36px;max-width:36px;height:36px;padding:0;font-size:14px}.modal-game-icon{width:40px;height:40px;margin-bottom:12px}#crossword-grid-message-area{padding:6px 10px;font-size:.8rem}}@media (max-width:1300px){#crossword-grid{margin:0 auto}}.help-modal-content .modal-content{flex-direction:column;align-items:center;display:flex;max-width:fit-content!important;padding:30px!important}.help-symbols-grid{flex-direction:column;align-items:center;gap:30px;display:flex}.help-rule{justify-content:center;width:100%;display:flex}.rule-visual{flex-direction:column;gap:12px;display:flex}.rule-row{align-items:center;gap:8px;display:flex}.rule-cell{border:1px solid var(--border-color);background-color:var(--cell-bg);width:32px;height:32px;color:var(--text-color);border-radius:4px;justify-content:center;align-items:center;font-weight:700;display:flex}.rule-cell.filled{color:var(--cell-filled-text)}.rule-cell.error{background-color:var(--cell-error-bg);color:var(--cell-error-text);border-color:#f5c6cb}.rule-status{justify-content:center;align-items:center;width:24px;height:24px;margin-left:8px;font-size:18px;display:flex}.rule-status.success{color:#28a745}.rule-status.error{color:#dc3545}.help-btn{cursor:pointer;color:var(--text-color);opacity:.7;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:opacity .2s,transform .2s;display:flex}.help-btn:hover:not(:disabled){opacity:1;transform:scale(1.1)}.help-btn:disabled{opacity:.3;cursor:not-allowed}#game-of-the-day-btn.gotd-completed-top-btn svg,.gotd-completed-top-btn svg{color:#fff!important}
