.archive-modal.svelte-128k7xe{width:calc(100% - 40px);max-width:420px;max-height:78dvh;color:var(--ink);background:#fff;border:0;border-radius:24px;padding:0;animation:.22s both svelte-128k7xe-modal-rise;overflow:hidden;box-shadow:0 18px 50px #0000002e}.archive-modal.svelte-128k7xe::backdrop{backdrop-filter:blur(4px);background:#0000006b}.archive-content.svelte-128k7xe{overscroll-behavior:contain;max-height:78dvh;padding:22px 22px 26px;overflow-y:auto}@keyframes svelte-128k7xe-modal-rise{0%{opacity:0;transform:translateY(14px)scale(.98)}to{opacity:1;transform:none}}.modal-header.svelte-128k7xe{justify-content:center;align-items:center;margin-bottom:18px;padding-bottom:8px;display:flex;position:relative}.modal-header.svelte-128k7xe h2:where(.svelte-128k7xe){font-size:24px;font-weight:800}.close-button.svelte-128k7xe{width:44px;height:44px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;padding:0;font-size:28px;line-height:1;display:grid;position:absolute;top:-6px;right:-4px}.close-button.svelte-128k7xe:hover{color:var(--ink);background:#0000000f}.archive-list.svelte-128k7xe{margin:0;padding:0;list-style:none}.archive-list.svelte-128k7xe li:where(.svelte-128k7xe)+li:where(.svelte-128k7xe){margin-top:10px}.archive-row.svelte-128k7xe{border:2px solid var(--line);width:100%;min-height:65px;color:var(--ink);cursor:pointer;background:#fff;border-radius:14px;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:15px 16px;transition:border-color .12s,background .12s;display:flex}.archive-row.svelte-128k7xe:hover{border-color:var(--blue)}.archive-row.completed.svelte-128k7xe{background:#f8f8f6}.archive-date.svelte-128k7xe{text-align:left;text-transform:capitalize;flex:120px;font-size:17px;font-weight:700}.archive-status.svelte-128k7xe{color:var(--green);white-space:nowrap;background:#dff3e6;border-radius:999px;padding:5px 12px;font-size:13px;font-weight:800}.archive-status.unplayed.svelte-128k7xe{color:var(--muted);background:#f0efe9}@media (width<=360px){.archive-date.svelte-128k7xe{font-size:15px}.archive-status.svelte-128k7xe{padding-inline:9px}}.game-screen.svelte-zgk6ld{padding:calc(16px + env(safe-area-inset-top)) 16px calc(16px + env(safe-area-inset-bottom));gap:24px}.game-grid.svelte-zgk6ld{gap:clamp(5px,1.6vw,8px)}.game-grid.svelte-zgk6ld .progress-cell:where(.svelte-zgk6ld){border-radius:7px;width:clamp(26px,7.5vw,34px);height:clamp(26px,7.5vw,34px)}.game-progress.svelte-zgk6ld{flex-direction:column;align-items:center;gap:6px;display:flex}.word-counter.svelte-zgk6ld{color:var(--secondary);letter-spacing:.35px;text-transform:uppercase;font-size:clamp(20px,5.2vw,24px);font-weight:800;line-height:1.2}.timer.svelte-zgk6ld{color:var(--ink);font-variant-numeric:tabular-nums;font-size:52px;font-weight:800;line-height:1;transition:color .2s,transform .2s}.timer.svelte-zgk6ld span:where(.svelte-zgk6ld){color:var(--ink);opacity:.6;margin-left:2px;font-size:24px}.timer.low-time.svelte-zgk6ld{color:var(--red);animation:.5s infinite svelte-zgk6ld-timer-pulse}.timer.zero-time.svelte-zgk6ld{animation:none}@keyframes svelte-zgk6ld-timer-pulse{50%{transform:scale(1.06)}}.answer-row.svelte-zgk6ld{width:100%;min-height:62px;color:var(--blue);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;gap:clamp(3px,1.3vw,6px);padding:0;display:flex}.answer-row.correct.svelte-zgk6ld{color:var(--green);animation:.3s svelte-zgk6ld-success-pulse}.answer-row.shake.svelte-zgk6ld,.letter-grid.shake.svelte-zgk6ld{animation:.32s svelte-zgk6ld-shake}.answer-row.leaving.svelte-zgk6ld,.letter-grid.leaving.svelte-zgk6ld{opacity:0;transition:opacity .3s ease-out,transform .3s ease-out;transform:scale(.85)}.answer-slot.svelte-zgk6ld{color:currentColor;background:0 0;border:2px solid #8a8a8b;border-radius:11px;justify-content:center;align-items:center;width:clamp(24px,9.5vw,42px);height:clamp(29px,10.4vw,47px);font-size:clamp(18px,5.8vw,26px);font-weight:800;line-height:1;transition:border-color .18s,background .18s,transform .18s cubic-bezier(.34,1.56,.64,1);display:flex}.answer-slot.filled.svelte-zgk6ld{border-color:currentColor;transform:translateY(-2px)}.answer-slot.wrong.svelte-zgk6ld{border-color:var(--red);color:var(--red)}.answer-slot.right.svelte-zgk6ld{border-color:var(--green);color:var(--green)}.answer-slot.missed.svelte-zgk6ld{border-color:var(--red);color:var(--red);animation:.34s cubic-bezier(.34,1.56,.64,1) both svelte-zgk6ld-missed-reveal}.letter-grid.svelte-zgk6ld{--tile-size:clamp(54px, 20vw, 76px);grid-template-columns:repeat(var(--columns), var(--tile-size));justify-content:center;gap:6px;transition:opacity .3s ease-out,transform .3s ease-out;display:grid}.letter-tile.svelte-zgk6ld{width:var(--tile-size);height:var(--tile-size);background:var(--tile);color:var(--ink);cursor:pointer;touch-action:manipulation;border:0;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:clamp(28px,9vw,34px);font-weight:700;line-height:1;transition:background .18s,color .18s,transform .12s ease-out,box-shadow .18s;display:flex}.letter-tile.selected.svelte-zgk6ld{background:var(--blue);color:#fff;box-shadow:0 4px 14px #4169f159}.letter-tile.selected.wrong.svelte-zgk6ld{background:var(--red);box-shadow:0 4px 14px #e0524a59}.letter-tile.selected.right.svelte-zgk6ld{background:var(--green);box-shadow:0 4px 14px #2e9e5b59}.letter-tile.svelte-zgk6ld:active{transform:scale(.9)}.entering.svelte-zgk6ld{animation:svelte-zgk6ld-letter-pop .32s cubic-bezier(.34, 1.56, .64, 1) var(--delay) both}@media (hover:hover){.letter-tile.svelte-zgk6ld:hover{transform:translateY(-2px)}}@keyframes svelte-zgk6ld-shake{0%,to{transform:translate(0)}20%{transform:translate(-4px)}40%{transform:translate(4px)}60%{transform:translate(-3px)}80%{transform:translate(3px)}}@keyframes svelte-zgk6ld-success-pulse{50%{transform:scale(1.05)}}@keyframes svelte-zgk6ld-letter-pop{0%{opacity:0;transform:scale(.3)}70%{transform:scale(1.08)}to{opacity:1;transform:scale(1)}}@keyframes svelte-zgk6ld-missed-reveal{0%{opacity:0;transform:translateY(10px)scale(.55)}55%{opacity:1;transform:scale(1.14)}to{opacity:1;transform:scale(1)}}@media (height<=690px){.game-screen.svelte-zgk6ld{gap:15px}.letter-grid.svelte-zgk6ld{--tile-size:clamp(52px, 18vw, 68px)}}.result-screen.svelte-1m9vcvo{min-height:100dvh;padding-top:calc(clamp(56px, 13vh, 116px) + env(safe-area-inset-top));justify-content:flex-start}.result-grid.svelte-1m9vcvo{gap:clamp(5px,1.6vw,8px)}.result-review.svelte-1m9vcvo{margin-bottom:30px}.result-grid.svelte-1m9vcvo .progress-cell:where(.svelte-1m9vcvo){border-radius:7px;width:clamp(26px,7.5vw,34px);height:clamp(26px,7.5vw,34px)}.result-cell.svelte-1m9vcvo{appearance:none;box-shadow:none;cursor:pointer;animation:svelte-1m9vcvo-result-cell-pop .35s cubic-bezier(.34, 1.56, .64, 1) var(--result-delay) both;border:0;padding:0}.result-cell[aria-pressed=true].svelte-1m9vcvo{box-shadow:inset 0 0 0 3px #fff, inset 0 0 0 5px var(--ink)}.word-review.svelte-1m9vcvo{min-height:24px;color:var(--ink);margin-top:12px;font-size:16px;font-weight:800;line-height:1.5}@keyframes svelte-1m9vcvo-result-cell-pop{0%{opacity:.9;transform:scale(1)}50%{transform:scale(1.25)}to{opacity:1;transform:scale(1)}}.result-score.svelte-1m9vcvo{color:var(--ink);margin:0 0 26px;font-size:clamp(22px,6.5vw,28px);font-weight:800;line-height:1.15}.percentile.svelte-1m9vcvo{color:var(--secondary);margin:0 0 34px;font-size:20px;font-weight:700;line-height:1.5}.share-actions.svelte-1m9vcvo{justify-content:center;gap:12px;width:100%;max-width:400px;display:flex}.share-actions.svelte-1m9vcvo .button:where(.svelte-1m9vcvo){white-space:nowrap;flex:140px;min-width:0;padding:15px 18px;font-size:17px}.share-button.svelte-1m9vcvo{background:var(--green);box-shadow:0 8px 20px #2e9e5b47}.share-button.svelte-1m9vcvo:hover{background:#116536}.share-button.svelte-1m9vcvo svg:where(.svelte-1m9vcvo){fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;width:20px;height:20px}.challenge-button.svelte-1m9vcvo{background:var(--blue);box-shadow:0 8px 20px #4169f147}.challenge-button.svelte-1m9vcvo:hover{background:#2447b7}.countdown.svelte-1m9vcvo{color:var(--secondary);font-variant-numeric:tabular-nums;margin:34px 0 40px;font-size:20px;font-weight:700;line-height:1.5}.result-actions.svelte-1m9vcvo{justify-content:center;display:flex}.archive-button.svelte-1m9vcvo{border:2px solid var(--muted);color:var(--secondary);background:#fff;padding:14px 32px;font-size:17px;box-shadow:0 6px 16px #00000014}.archive-button.svelte-1m9vcvo:hover{border-color:var(--blue);color:var(--blue)}.result-footer.svelte-1m9vcvo{max-width:390px;color:var(--muted);margin:40px 0 0;font-size:16px;font-weight:700;line-height:1.5}.reveal-line.svelte-1m9vcvo{opacity:0;animation:.5s cubic-bezier(.22,1,.36,1) both svelte-1m9vcvo-line-reveal}.result-screen.instant-result.svelte-1m9vcvo .result-cell:where(.svelte-1m9vcvo),.result-screen.instant-result.svelte-1m9vcvo .reveal-line:where(.svelte-1m9vcvo){opacity:1;animation:none;transform:none}.line-1.svelte-1m9vcvo{animation-delay:1.15s}.line-2.svelte-1m9vcvo{animation-delay:1.4s}.line-3.svelte-1m9vcvo{animation-delay:1.65s}.line-4.svelte-1m9vcvo{animation-delay:1.9s}.line-5.svelte-1m9vcvo{animation-delay:2.15s}.line-6.svelte-1m9vcvo{animation-delay:2.4s}@keyframes svelte-1m9vcvo-line-reveal{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:none}}@media (height<=690px){.result-screen.svelte-1m9vcvo{padding-top:calc(34px + env(safe-area-inset-top))}}@media (width<=360px){.share-actions.svelte-1m9vcvo{flex-direction:column;align-items:center}.share-actions.svelte-1m9vcvo .button:where(.svelte-1m9vcvo){flex-basis:auto;width:100%}}.welcome-screen.svelte-vlwjq1{gap:28px}.welcome-copy.svelte-vlwjq1{width:100%}.welcome-grid.svelte-vlwjq1{gap:clamp(6px,1.8vw,9px);margin:0 auto 22px}.welcome-grid.svelte-vlwjq1 .progress-cell:where(.svelte-vlwjq1){border-radius:8px;width:clamp(30px,8vw,40px);height:clamp(30px,8vw,40px)}h1.svelte-vlwjq1{letter-spacing:.5px;margin-bottom:26px;font-size:clamp(30px,9vw,40px);font-weight:800;line-height:1.1}.instruction.svelte-vlwjq1{letter-spacing:.3px;font-size:clamp(20px,5.5vw,24px);font-weight:800;line-height:1.45}.anagram-note.svelte-vlwjq1{max-width:350px;color:var(--secondary);margin:10px auto 0;font-size:14px;font-weight:700;line-height:1.35}.welcome-actions.svelte-vlwjq1{flex-direction:column;align-items:center;gap:16px;width:100%;max-width:400px;display:flex}.date-button.svelte-vlwjq1{min-height:44px;color:var(--secondary);cursor:pointer;letter-spacing:.4px;text-transform:uppercase;background:0 0;border:0;padding:8px;font-size:17px;font-weight:800;transition:color .12s,transform 60ms}.date-button.svelte-vlwjq1:hover{color:var(--blue)}.date-button.svelte-vlwjq1:active{transform:scale(.98)}.play-button.svelte-vlwjq1{background:var(--green);min-width:194px;min-height:72px;padding:18px 52px;font-size:22px;box-shadow:0 10px 28px #2e9e5b52}.play-button.svelte-vlwjq1:hover{background:#116536}*{box-sizing:border-box}html{--ink:#1c1c1e;--tile:#e8e6dd;--blue:#3157d5;--green:#167a43;--red:#b83c36;--muted:#666b70;--secondary:#4f5256;--progress:#dcd9d0;--line:#e2e0d9;color-scheme:light;background:#fff;min-height:100%}body{min-height:100dvh;color:var(--ink);overscroll-behavior:none;background:#fff;margin:0;font-family:ui-rounded,system-ui,-apple-system,BlinkMacSystemFont,sans-serif}button,dialog{font:inherit}button:focus-visible{outline:2px solid var(--blue);outline-offset:3px}::selection{background:#4169f12e}main{width:100%;min-height:100dvh;overflow:hidden}main.result-page{overflow:visible}.screen{width:100%;max-width:440px;min-height:100dvh;padding:calc(30px + env(safe-area-inset-top)) 22px calc(30px + env(safe-area-inset-bottom));text-align:center;flex-direction:column;justify-content:center;align-items:center;margin:0 auto;animation:.4s cubic-bezier(.22,1,.36,1) both screen-in;display:flex}@keyframes screen-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}.progress-grid{grid-template-columns:repeat(6,1fr);width:fit-content;display:grid}.progress-cell{background:var(--progress);transition:background .3s;display:block}.progress-cell.solved{background:var(--green)}.progress-cell.missed{background:var(--red)}.progress-cell.just-marked{animation:.35s cubic-bezier(.34,1.56,.64,1) progress-pop}@keyframes progress-pop{50%{transform:scale(1.25)}}h1,h2,p{margin:0}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;width:1px;height:1px;padding:0;position:absolute;overflow:hidden}.button{color:#fff;cursor:pointer;border:0;border-radius:999px;justify-content:center;align-items:center;gap:9px;width:fit-content;min-height:54px;font-weight:800;transition:background .15s,transform 60ms,box-shadow .15s;display:inline-flex}.button:active{transform:scale(.98)}.toast{z-index:2000;left:50%;bottom:calc(40px + env(safe-area-inset-bottom));color:#fff;opacity:0;pointer-events:none;text-align:center;background:#1c1c1e;border-radius:999px;max-width:calc(100% - 24px);padding:13px 22px;font-size:16px;font-weight:700;transition:opacity .2s,transform .2s;position:fixed;transform:translate(-50%)translateY(16px);box-shadow:0 10px 28px #00000038}.toast.visible{opacity:1;transform:translate(-50%)}.confetti{z-index:1500;pointer-events:none;--confetti-1:#4169f1;--confetti-2:#2e9e5b;--confetti-3:#f59e0b;--confetti-4:#e0524a;--confetti-5:#6286ff;--confetti-6:#43b873;position:fixed;inset:0;overflow:hidden}.confetti span{top:-24px;left:var(--x);background:var(--color);width:10px;height:14px;animation:confetti-fall var(--fall) linear var(--wait) infinite;position:absolute}@keyframes confetti-fall{to{transform:translate3d(var(--drift), calc(100vh + 50px), 0) rotate(var(--spin))}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition:none!important;animation:none!important}.confetti{display:none}}
