.Solvers-module__TGjOdq__solverContainer{width:100%;max-width:1240px;color:var(--text);flex-direction:column;align-items:center;gap:1.75rem;margin:0 auto;display:flex}.Solvers-module__TGjOdq__solverLayout{flex-wrap:wrap;justify-content:center;align-items:flex-start;gap:3rem;width:100%;display:flex}@media (max-width:640px){.Solvers-module__TGjOdq__solverTitle{font-size:1.1rem}.Solvers-module__TGjOdq__timer{padding:.3rem .6rem;font-size:1rem}.Solvers-module__TGjOdq__solverLayout{gap:1.5rem}.Solvers-module__TGjOdq__numPadColumn{width:100%;max-width:320px}}.Solvers-module__TGjOdq__instructionText{color:var(--muted);text-align:center;margin-top:-.75rem;font-size:.85rem}.Solvers-module__TGjOdq__calloutBox{background:var(--accent-subtle);border:1px solid var(--accent-border);text-align:center;color:var(--accent-text);border-radius:10px;padding:.7rem 1.4rem;font-size:.95rem;font-weight:700}.Solvers-module__TGjOdq__solverHeader{border-bottom:1px solid var(--line);grid-template-columns:1fr auto 1fr;align-items:center;gap:.75rem;width:100%;padding-bottom:1rem;display:grid}.Solvers-module__TGjOdq__solverTitle{color:var(--text);justify-self:start;font-size:1.4rem;font-weight:700}.Solvers-module__TGjOdq__solverStats{flex-wrap:wrap;justify-self:end;align-items:center;gap:.75rem;display:flex}.Solvers-module__TGjOdq__timer{background:var(--element);color:var(--green-fg);border-radius:8px;justify-self:center;align-items:center;gap:6px;padding:.4rem .8rem;font-family:monospace;font-size:1.2rem;font-weight:700;display:flex}.Solvers-module__TGjOdq__actionToolbar{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.Solvers-module__TGjOdq__zoomControls{align-items:center;gap:4px;display:flex}.Solvers-module__TGjOdq__zoomText{color:var(--muted);text-align:center;cursor:pointer;-webkit-user-select:none;user-select:none;width:42px;font-size:.85rem;font-weight:700}.Solvers-module__TGjOdq__zoomText:hover{color:var(--text)}.Solvers-module__TGjOdq__btnPrimary{background:var(--accent);color:var(--accent-fg);cursor:pointer;border:none;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:background .15s}.Solvers-module__TGjOdq__btnPrimary:hover{background:var(--accent-hover)}.Solvers-module__TGjOdq__btnSecondary{background:var(--element);color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:8px;padding:.6rem 1.2rem;font-weight:600;transition:background .15s}.Solvers-module__TGjOdq__btnSecondary:hover{background:var(--hover)}.Solvers-module__TGjOdq__btnActive{background:var(--amber-bg);color:var(--amber-fg);border:1px solid var(--amber-bd)}.Solvers-module__TGjOdq__btnUndo{background:var(--accent-subtle);color:var(--accent-text);border:1px solid var(--accent-border)}.Solvers-module__TGjOdq__btnUndo:hover{background:var(--accent-border)}.Solvers-module__TGjOdq__btnDanger{background:var(--red-bg);color:var(--red-fg);border:1px solid var(--red-bd)}.Solvers-module__TGjOdq__btnDanger:hover{filter:brightness(.95)}.Solvers-module__TGjOdq__gridBoard{background:var(--grid-strong);-webkit-user-select:none;user-select:none;border-radius:8px;gap:2px;padding:4px;display:grid}.Solvers-module__TGjOdq__cell{aspect-ratio:1;background:var(--panel);color:var(--text);cursor:pointer;flex-direction:column;justify-content:center;align-items:center;font-size:1.5rem;font-weight:700;transition:background .1s;display:flex;position:relative}.Solvers-module__TGjOdq__cell:hover{background:var(--hover)}.Solvers-module__TGjOdq__cellPeer{background:var(--cell-peer)}.Solvers-module__TGjOdq__cellSelected{outline:2px solid var(--accent);outline-offset:-2px;z-index:1;background:var(--cell-selected)!important}.Solvers-module__TGjOdq__cellBlack{cursor:default;background:#0f172a}.Solvers-module__TGjOdq__crosswordGridBoard{box-shadow:var(--shadow-md);box-sizing:border-box;background:#0f172a;border:4px solid #0f172a;border-radius:8px;gap:1px;padding:4px;display:grid}.Solvers-module__TGjOdq__crosswordCell{-webkit-user-select:none;user-select:none;cursor:pointer;aspect-ratio:1;box-sizing:border-box;background:#fff;justify-content:center;align-items:center;display:flex;position:relative}.Solvers-module__TGjOdq__crosswordCellBlack{cursor:default;background:#0f172a!important}.Solvers-module__TGjOdq__crosswordCellSelected{outline-offset:-2px;z-index:2;outline:2px solid #2563eb;background:#dbeafe!important}.Solvers-module__TGjOdq__crosswordCellPeer{background:#eff6ff!important}.Solvers-module__TGjOdq__crosswordCellNumber{color:#475569;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:3;font-size:.65rem;font-weight:700;line-height:1;position:absolute;top:2px;left:3px}.Solvers-module__TGjOdq__crosswordCellText{color:#0f172a;text-transform:uppercase;z-index:1;font-weight:800}.Solvers-module__TGjOdq__crosswordCluesContainer{background:var(--panel);border:1px solid var(--border);width:100%;max-width:840px;box-shadow:var(--shadow-sm);box-sizing:border-box;border-radius:16px;grid-template-columns:1fr 1fr;gap:2.5rem;margin:0 auto;padding:1.5rem 2rem;display:grid}@media (max-width:768px){.Solvers-module__TGjOdq__crosswordCluesContainer{grid-template-columns:1fr;gap:1.5rem;padding:1.25rem}}.Solvers-module__TGjOdq__crosswordClueCol{flex-direction:column;gap:.75rem;display:flex}.Solvers-module__TGjOdq__crosswordClueHeader{color:var(--text);border-bottom:2px solid var(--border);margin:0 0 .5rem;padding-bottom:.5rem;font-size:1.1rem;font-weight:800}.Solvers-module__TGjOdq__crosswordClueList{flex-direction:column;gap:.6rem;display:flex}.Solvers-module__TGjOdq__crosswordClueRow{cursor:pointer;border-radius:6px;align-items:flex-start;gap:8px;padding:.4rem .6rem;font-size:.92rem;line-height:1.4;transition:all .15s;display:flex}.Solvers-module__TGjOdq__crosswordClueRow:hover{background:var(--hover)}.Solvers-module__TGjOdq__crosswordClueRowActiveAcross{background:var(--amber-bg)!important;border-color:var(--amber-bd)!important}.Solvers-module__TGjOdq__crosswordClueRowActiveDown{background:var(--master-bg)!important;border-color:var(--master-bd)!important}.Solvers-module__TGjOdq__crosswordClueRowActiveAcross .Solvers-module__TGjOdq__clueRowText,.Solvers-module__TGjOdq__crosswordClueRowActiveDown .Solvers-module__TGjOdq__clueRowText{font-weight:700}.Solvers-module__TGjOdq__crosswordClueRowComplete{color:var(--green-fg)!important}.Solvers-module__TGjOdq__crosswordClueRowComplete .Solvers-module__TGjOdq__clueRowText{color:var(--green-fg);opacity:.85;text-decoration:line-through}.Solvers-module__TGjOdq__clueNumber{color:var(--text);min-width:20px;font-weight:800}.Solvers-module__TGjOdq__clueNumberActiveAcross{min-width:20px;font-weight:800;color:var(--amber-fg)!important}.Solvers-module__TGjOdq__clueNumberActiveDown{min-width:20px;font-weight:800;color:var(--master-fg)!important}.Solvers-module__TGjOdq__clueText{color:var(--text)}.Solvers-module__TGjOdq__cellGiven{color:var(--accent-text);font-weight:800}.Solvers-module__TGjOdq__activeWordOutline{pointer-events:none;box-sizing:border-box;z-index:6;border:2px dashed #06b6d4;border-radius:4px;position:absolute}.Solvers-module__TGjOdq__clueRow{cursor:pointer;border:1px solid #0000;border-radius:6px;padding:6px 10px;transition:background .15s,border-color .15s,color .15s}.Solvers-module__TGjOdq__clueRow:hover{background:#3b82f624}[data-theme=dark] .Solvers-module__TGjOdq__clueRow:hover{background:#60a5fa2e}.Solvers-module__TGjOdq__clueRowText{color:var(--text);flex:1}.Solvers-module__TGjOdq__clueCompleteIcon{color:var(--green-fg);flex-shrink:0;margin-left:auto}.Solvers-module__TGjOdq__clueColumnActive{border-radius:12px;margin:-.75rem -.85rem;padding:.75rem .85rem;transition:background .2s;background:#eff6ff!important}[data-theme=dark] .Solvers-module__TGjOdq__clueColumnActive{background:#15213a!important}.Solvers-module__TGjOdq__clueColumnTitleActive{transition:color .15s,border-color .15s;color:var(--accent-text)!important;border-color:var(--accent)!important}.Solvers-module__TGjOdq__clueBar{background:var(--panel);border:1px solid var(--border);width:100%;max-width:min(100%,680px);box-shadow:var(--shadow-sm);box-sizing:border-box;border-radius:12px;align-items:center;gap:.75rem;margin:0 auto;padding:.6rem .9rem;display:flex}.Solvers-module__TGjOdq__clueBarNav{border:1px solid var(--border);background:var(--element);width:30px;height:30px;color:var(--text);cursor:pointer;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s;display:flex}.Solvers-module__TGjOdq__clueBarNav:hover{background:var(--hover)}.Solvers-module__TGjOdq__clueBarNav:disabled{opacity:.4;cursor:not-allowed}.Solvers-module__TGjOdq__clueBarBody{flex:1;align-items:baseline;gap:.6rem;min-width:0;display:flex;overflow:hidden}.Solvers-module__TGjOdq__clueBarBadge{border:1px solid #0000;border-radius:6px;flex-shrink:0;padding:2px 8px;font-size:.78rem;font-weight:800}.Solvers-module__TGjOdq__clueBarBadgeAcross{color:var(--amber-fg);background:var(--amber-bg);border-color:var(--amber-bd)}.Solvers-module__TGjOdq__clueBarBadgeDown{color:var(--master-fg);background:var(--master-bg);border-color:var(--master-bd)}.Solvers-module__TGjOdq__clueBarText{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:.95rem;font-weight:600;overflow:hidden}@media (max-width:640px){.Solvers-module__TGjOdq__clueBarText{font-size:.85rem}}.Solvers-module__TGjOdq__gridBoardOpen{z-index:2;background:0 0;gap:0;padding:0;position:relative}.Solvers-module__TGjOdq__wordSearchBoardWrapper{-webkit-user-select:none;user-select:none;touch-action:none;padding:0;position:relative}.Solvers-module__TGjOdq__svgOverlay{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.Solvers-module__TGjOdq__cellOpen{z-index:2;aspect-ratio:1;background:0 0;border-radius:999px;justify-content:center;align-items:center;padding:2px;transition:all .15s;display:flex;position:relative}.Solvers-module__TGjOdq__cellOpen:hover{background:#0000000d}[data-theme=dark] .Solvers-module__TGjOdq__cellOpen:hover{background:#ffffff14}.Solvers-module__TGjOdq__cellOpenSelected{color:#1e1b4b!important;font-weight:900!important}.Solvers-module__TGjOdq__cellOpenFound{color:#0369a1!important;font-weight:800!important}.Solvers-module__TGjOdq__cellChar{z-index:2;-webkit-user-select:none;user-select:none;pointer-events:none;text-align:center;justify-content:center;align-items:center;width:100%;height:100%;font-weight:800;line-height:1;display:flex;position:relative}.Solvers-module__TGjOdq__themeContainer{text-align:center;flex-direction:column;align-items:center;gap:6px;margin-bottom:.5rem;display:flex}.Solvers-module__TGjOdq__themeBadge{color:#0369a1;letter-spacing:.08em;text-transform:uppercase;background:#bae6fd;border-radius:4px;padding:3px 12px;font-size:11px;font-weight:800}.Solvers-module__TGjOdq__themeTitle{color:var(--text);margin:0;font-size:1.5rem;font-weight:800}.Solvers-module__TGjOdq__wordSearchLayout{flex-direction:row;justify-content:center;align-items:flex-start;gap:2rem;width:100%;max-width:1140px;margin:0 auto;display:flex}.Solvers-module__TGjOdq__wordSearchGridCol{flex:1;justify-content:center;min-width:0;display:flex}.Solvers-module__TGjOdq__wordSearchPoolCol{flex-shrink:0;width:320px;position:sticky;top:1rem}@media (max-width:900px){.Solvers-module__TGjOdq__wordSearchLayout{flex-direction:column;align-items:center;gap:1.5rem}.Solvers-module__TGjOdq__wordSearchPoolCol{width:100%;max-width:480px;position:static}}.Solvers-module__TGjOdq__wordPoolCard{background:var(--panel);border:1px solid var(--border);width:100%;max-width:680px;box-shadow:var(--shadow-sm);border-radius:16px;flex-direction:column;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Solvers-module__TGjOdq__wordPoolHeader{justify-content:space-between;align-items:center;display:flex}.Solvers-module__TGjOdq__wordPoolTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:700}.Solvers-module__TGjOdq__wordChipsGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:10px 14px;width:100%;display:grid}.Solvers-module__TGjOdq__wordChip{background:var(--element);border:1px solid var(--border);color:var(--text);box-sizing:border-box;border-radius:8px;justify-content:center;align-items:center;gap:6px;width:100%;padding:8px 12px;font-size:.88rem;font-weight:600;transition:all .2s;display:flex}.Solvers-module__TGjOdq__wordChipFound{background:var(--green-bg);border-color:var(--green-bd);color:var(--green-fg);opacity:.85;text-decoration:line-through}.Solvers-module__TGjOdq__checkMark{color:var(--green-fg);font-weight:900;text-decoration:none}.Solvers-module__TGjOdq__wordPoolFooter{text-align:center;color:var(--muted);border-top:1px solid var(--line);padding-top:.75rem;font-size:.9rem}.Solvers-module__TGjOdq__segmented{border:1px solid var(--border);border-radius:8px;width:100%;display:flex;overflow:hidden}.Solvers-module__TGjOdq__segmentedBtn{text-align:center;background:var(--panel);color:var(--muted);cursor:pointer;border:none;flex:1;padding:.5rem 0;font-size:.85rem;font-weight:600;transition:background .15s,color .15s}.Solvers-module__TGjOdq__segmentedBtn:hover{background:var(--hover)}.Solvers-module__TGjOdq__segmentedBtnActive{background:var(--accent);color:var(--accent-fg)}.Solvers-module__TGjOdq__segmentedBtnActive:hover{background:var(--accent-hover)}.Solvers-module__TGjOdq__segmentedBtnActiveCandidate{background:var(--amber-fg);color:#1c1400}.Solvers-module__TGjOdq__segmentedBtnActiveCandidate:hover{background:var(--amber-fg);filter:brightness(1.05)}.Solvers-module__TGjOdq__checkboxRow{color:var(--muted);cursor:pointer;align-items:center;gap:8px;margin-top:.25rem;font-size:.85rem;display:flex}.Solvers-module__TGjOdq__numPadColumn{flex-direction:column;align-items:stretch;gap:.75rem;width:228px;display:flex}.Solvers-module__TGjOdq__numPad{grid-template-columns:repeat(3,1fr);gap:12px;width:100%;display:grid}.Solvers-module__TGjOdq__numPadBtn{background:var(--accent);width:68px;height:68px;color:var(--accent-fg);cursor:pointer;border:none;border-radius:12px;font-size:1.6rem;font-weight:700;transition:background .15s}.Solvers-module__TGjOdq__numPadBtn:hover{background:var(--accent-hover)}.Solvers-module__TGjOdq__numPadBtnCandidate{background:var(--amber-fg);color:#1c1400}.Solvers-module__TGjOdq__numPadBtnCandidate:hover{filter:brightness(1.05)}.Solvers-module__TGjOdq__numPadClear{background:var(--element);height:48px;color:var(--text);border:1px solid var(--border);cursor:pointer;border-radius:10px;grid-column:span 3;font-weight:600;transition:background .15s}.Solvers-module__TGjOdq__numPadClear:hover{background:var(--hover)}.Solvers-module__TGjOdq__numPadClear:disabled{opacity:.5;cursor:not-allowed}.Solvers-module__TGjOdq__candidatesGrid{width:100%;height:100%;color:var(--muted);grid-template-rows:repeat(3,1fr);grid-template-columns:repeat(3,1fr);padding:1px;font-size:.6rem;display:grid}.Solvers-module__TGjOdq__candidateNum{justify-content:center;align-items:center;display:flex}.Solvers-module__TGjOdq__modalOverlay{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:1000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.Solvers-module__TGjOdq__victoryCard{background:var(--panel);border:1px solid var(--border);text-align:center;width:90%;max-width:450px;box-shadow:var(--shadow);border-radius:20px;padding:2.5rem;animation:.25s ease-out forwards Solvers-module__TGjOdq__popIn}@keyframes Solvers-module__TGjOdq__popIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.Solvers-module__TGjOdq__confettiHeader{margin-bottom:.5rem;font-size:1.5rem}.Solvers-module__TGjOdq__statGrid{justify-content:space-around;margin:1.5rem 0;display:flex}.Solvers-module__TGjOdq__statBox{flex-direction:column;align-items:center;display:flex}.Solvers-module__TGjOdq__statVal{color:var(--green-fg);font-size:1.8rem;font-weight:800}.Solvers-module__TGjOdq__statLabel{color:var(--muted);font-size:.85rem}.Solvers-module__TGjOdq__modalActions{flex-direction:column;gap:.75rem;display:flex}.Solvers-module__TGjOdq__shareButton{background:var(--accent);color:var(--accent-fg);cursor:pointer;border:none;border-radius:10px;padding:.8rem;font-size:1.1rem;font-weight:700;transition:background .15s}.Solvers-module__TGjOdq__shareButton:hover{background:var(--accent-hover)}.Solvers-module__TGjOdq__closeButton:hover{background:var(--hover)}
