.PuzzleBoard-module__3M_PkG__board{background:var(--surface);border:1px solid var(--board-border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:1.25rem}.PuzzleBoard-module__3M_PkG__header{flex-direction:column;gap:.35rem;margin-bottom:1rem;display:flex}.PuzzleBoard-module__3M_PkG__title{font-family:var(--font-display);font-size:1.2rem}.PuzzleBoard-module__3M_PkG__status{color:var(--muted);font-size:.9rem}.PuzzleBoard-module__3M_PkG__content{gap:1.5rem;display:grid}.PuzzleBoard-module__3M_PkG__grid{touch-action:none;-webkit-user-select:none;user-select:none;gap:.25rem;width:100%;max-width:960px;margin:1.5rem auto;display:grid}.PuzzleBoard-module__3M_PkG__cell{border:1px solid var(--border);background:var(--surface-raised);color:var(--text);aspect-ratio:1;text-transform:uppercase;border-radius:.5rem;justify-content:center;align-items:center;padding:0;font-size:clamp(.75rem,4.5vw,1.3rem);font-weight:600;transition:transform .1s,background .2s,border-color .2s;display:flex}.PuzzleBoard-module__3M_PkG__cell:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.PuzzleBoard-module__3M_PkG__cell:hover{transform:translateY(-1px)}.PuzzleBoard-module__3M_PkG__selected{background:var(--accent-soft);border-color:var(--accent)}.PuzzleBoard-module__3M_PkG__found{background:var(--accent);color:var(--accent-contrast);border-color:var(--accent)}.PuzzleBoard-module__3M_PkG__sidebar{gap:1rem;display:grid}.PuzzleBoard-module__3M_PkG__wordList ul{color:var(--text);grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:.5rem 1.4rem;margin:0;padding:0;font-size:.9rem;list-style:none;display:grid}.PuzzleBoard-module__3M_PkG__wordList{background:var(--surface-raised);border:1px solid var(--border);border-radius:.9rem;padding:.9rem}.PuzzleBoard-module__3M_PkG__wordList li{color:var(--text);background:#ffffff14;border-radius:.45rem;padding:.2rem .35rem;font-weight:600}.PuzzleBoard-module__3M_PkG__wordTitle{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;margin-bottom:.5rem;font-size:.95rem;font-weight:700}.PuzzleBoard-module__3M_PkG__wordFound{color:var(--muted);background:var(--accent-soft);border-radius:999px;padding:.1rem .45rem;text-decoration:line-through}.PuzzleBoard-module__3M_PkG__controls{gap:.5rem;display:grid}.PuzzleBoard-module__3M_PkG__resetButton{color:var(--muted);text-align:left;cursor:pointer;opacity:.75;background:0 0;border:none;padding:0;font-weight:600;text-decoration:underline}.PuzzleBoard-module__3M_PkG__sidecarFooter{border-top:1px solid var(--border);flex-direction:column;gap:1rem;margin-top:1.5rem;padding-top:1.5rem;display:flex}@media (min-width:1240px){.PuzzleBoard-module__3M_PkG__content{grid-template-columns:minmax(0,1fr) 280px;align-items:start}}
.QuickPlayChallenge-module__8oi7Eq__container{width:100%}.QuickPlayChallenge-module__8oi7Eq__challengeHeader{text-align:center;margin-bottom:1.5rem}.QuickPlayChallenge-module__8oi7Eq__challengeInfo{flex-direction:column;align-items:center;gap:.5rem;display:flex}.QuickPlayChallenge-module__8oi7Eq__challengeTitle{font-family:var(--font-display);color:var(--text);margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.QuickPlayChallenge-module__8oi7Eq__challengeSubtitle{color:var(--muted);margin:0;font-size:1.1rem}.QuickPlayChallenge-module__8oi7Eq__timerDisplay{font-family:var(--font-display);color:var(--accent);font-variant-numeric:tabular-nums;font-size:clamp(2rem,6vw,3rem);font-weight:700}.QuickPlayChallenge-module__8oi7Eq__timerWarning{color:#e53e3e;animation:.5s ease-in-out infinite QuickPlayChallenge-module__8oi7Eq__pulse}@keyframes QuickPlayChallenge-module__8oi7Eq__pulse{0%,to{opacity:1}50%{opacity:.6}}.QuickPlayChallenge-module__8oi7Eq__progress{color:var(--muted);font-size:1rem;font-weight:600}.QuickPlayChallenge-module__8oi7Eq__readyState{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);flex-direction:column;align-items:center;gap:1.5rem;padding:3rem 1rem;display:flex}.QuickPlayChallenge-module__8oi7Eq__startButton{background:var(--accent);color:var(--accent-contrast);cursor:pointer;border:none;border-radius:999px;padding:1rem 3rem;font-size:1.25rem;font-weight:700;transition:transform .15s,box-shadow .2s;box-shadow:0 8px 24px #e36b4f59}.QuickPlayChallenge-module__8oi7Eq__startButton:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e36b4f73}.QuickPlayChallenge-module__8oi7Eq__startButton:active{transform:translateY(0)}.QuickPlayChallenge-module__8oi7Eq__hint{color:var(--muted);margin:0;font-size:.9rem}.QuickPlayChallenge-module__8oi7Eq__hint a{color:var(--text);text-underline-offset:3px;font-weight:600;text-decoration:underline}.QuickPlayChallenge-module__8oi7Eq__winTitle,.QuickPlayChallenge-module__8oi7Eq__timeoutTitle{font-family:var(--font-display);margin:0;font-size:clamp(1.5rem,4vw,2rem);font-weight:700}.QuickPlayChallenge-module__8oi7Eq__winTitle{color:#38a169}.QuickPlayChallenge-module__8oi7Eq__timeoutTitle{color:var(--accent)}.QuickPlayChallenge-module__8oi7Eq__winSubtitle,.QuickPlayChallenge-module__8oi7Eq__timeoutSubtitle{color:var(--muted);margin:0;font-size:1.1rem}.QuickPlayChallenge-module__8oi7Eq__endState{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow);padding:2rem 1rem}.QuickPlayChallenge-module__8oi7Eq__endActions{flex-direction:column;align-items:center;gap:1rem;display:flex}.QuickPlayChallenge-module__8oi7Eq__playAgainButton{background:var(--accent);color:var(--accent-contrast);cursor:pointer;border:none;border-radius:999px;padding:.9rem 2.5rem;font-size:1.1rem;font-weight:700;transition:transform .15s,box-shadow .2s;box-shadow:0 8px 24px #e36b4f59}.QuickPlayChallenge-module__8oi7Eq__playAgainButton:hover{transform:translateY(-2px);box-shadow:0 12px 32px #e36b4f73}.QuickPlayChallenge-module__8oi7Eq__dailyLink,.QuickPlayChallenge-module__8oi7Eq__generatorLink{background:var(--surface-raised);border:1px solid var(--border);color:var(--text);border-radius:999px;padding:.75rem 1.5rem;font-size:1rem;font-weight:600;text-decoration:none;transition:transform .1s,background .15s}.QuickPlayChallenge-module__8oi7Eq__dailyLink:hover,.QuickPlayChallenge-module__8oi7Eq__generatorLink:hover{background:var(--accent-soft);transform:translateY(-1px)}.QuickPlayChallenge-module__8oi7Eq__soundToggle{justify-content:center;display:flex}.QuickPlayChallenge-module__8oi7Eq__soundButton{background:var(--surface-raised);border:1px solid var(--border);cursor:pointer;border-radius:999px;padding:.5rem 1rem;font-size:.85rem;font-weight:600;transition:background .15s}.QuickPlayChallenge-module__8oi7Eq__soundButton:hover{background:var(--accent-soft)}@media (min-width:640px){.QuickPlayChallenge-module__8oi7Eq__endActions{flex-flow:wrap;justify-content:center}}
