@import"https://fonts.googleapis.com/css2?family=Major+Mono+Display&display=swap";body{font-family:monospace}.title.svelte-10upv43{font-family:Major Mono Display,monospace;font-size:2.5rem;margin:.5rem 0;text-align:center}.menu.svelte-10upv43{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.mode-select.svelte-10upv43{display:flex;align-items:center;gap:.5rem}.mode-toggle.svelte-10upv43{display:inline-flex;align-items:center;gap:.6rem}.switch.svelte-10upv43{width:56px;height:28px;border:0;border-radius:999px;background:#cfd3d8;position:relative;cursor:pointer;transition:background .2s ease}.switch.svelte-10upv43:after{content:"";position:absolute;top:3px;left:3px;width:22px;height:22px;border-radius:50%;background:#fff;box-shadow:0 1px 2px #00000040;transition:transform .2s ease}.switch.daily.svelte-10upv43{background:#79c17e}.switch.practice.svelte-10upv43{background:#d8c45a}.switch.practice.svelte-10upv43:after{transform:translate(28px)}.label.svelte-10upv43{font-weight:600;font-size:14px;color:#6b7280}.label.daily.svelte-10upv43{color:#79c17e}.label.practice.svelte-10upv43{color:#d8c45a}.menu-right.svelte-10upv43{display:flex;align-items:center}.game-id.svelte-10upv43{font-weight:600;font-size:.95rem;letter-spacing:.02em;color:#6b7280}.game.svelte-10upv43{max-width:400px;margin:0 auto;text-align:center}.grid.svelte-10upv43{display:flex;justify-content:center;margin-bottom:1.25rem}.column.svelte-10upv43{display:flex;flex-direction:column;margin-right:5px}.column.svelte-10upv43:last-child{margin-right:0}.column.highlight.svelte-10upv43 .cell-face.front:where(.svelte-10upv43),.final.highlight.svelte-10upv43 .final-face.front:where(.svelte-10upv43){outline:2px solid #999}.scene.svelte-10upv43{perspective:900px}.cell-card.svelte-10upv43{width:70px;height:70px;margin-bottom:5px;border:1px solid #ccc;background:#fff;color:#000;font-size:2rem;font-weight:700;text-transform:uppercase;position:relative;transform-style:preserve-3d;transition:transform .6s ease-in-out}.no-flip.svelte-10upv43 .cell-card:where(.svelte-10upv43){transition:none!important}.cell-card.flipped.svelte-10upv43{transform:rotateX(-180deg)}.cell-face.svelte-10upv43{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;backface-visibility:hidden;background:inherit;border:inherit}.cell-face.back.svelte-10upv43{transform:rotateX(180deg)}.cell-face.back.correct.svelte-10upv43{background:#6aaa64;border-color:#6aaa64}.cell-face.back.present.svelte-10upv43{background:#c9b458;border-color:#c9b458}.cell-face.back.absent.svelte-10upv43{background:#d4d4d4;border-color:#d4d4d4}.final.svelte-10upv43{display:flex;justify-content:center;margin-bottom:1.25rem}.cell.svelte-10upv43{width:70px;height:70px;margin-right:5px;border:1px solid #ccc;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;text-transform:uppercase}.final-scene.svelte-10upv43{perspective:900px}.final-card.svelte-10upv43{width:70px;height:70px;margin-right:5px;position:relative;transform-style:preserve-3d;transition:transform 1.2s cubic-bezier(.4,0,.2,1);background:#fff;border:1px solid #ccc;color:#000}.final-card.flipped.svelte-10upv43{transform:rotateY(180deg) scale(1.02)}.no-flip.svelte-10upv43 .final-card:where(.svelte-10upv43){transition:none!important}.final-card.solved.svelte-10upv43{background:#6aaa64;border-color:#6aaa64;color:#000}.final-face.svelte-10upv43{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;text-transform:uppercase;font-family:monospace;backface-visibility:hidden;background:inherit;color:inherit;border:inherit}.final-face.front.svelte-10upv43{transform:rotateY(0)}.final-face.back.svelte-10upv43{transform:rotateY(180deg)}.final-face.back.correct.svelte-10upv43{background:#6aaa64;border-color:#6aaa64}.celebrate.svelte-10upv43{display:inline-block;margin-right:.35rem;animation:svelte-10upv43-pop-float .9s cubic-bezier(.34,1.56,.64,1) both}@keyframes svelte-10upv43-pop-float{0%{transform:translateY(6px) scale(.6) rotate(-10deg);opacity:0}60%{transform:translateY(-2px) scale(1.15) rotate(6deg);opacity:1}to{transform:translateY(0) scale(1) rotate(0)}}.keyboard.svelte-10upv43{margin:1.25rem 0;padding:.5rem}.keyboard.svelte-10upv43 .row:where(.svelte-10upv43){display:flex;justify-content:center;gap:6px;margin-bottom:4px}.keyboard.svelte-10upv43 button:where(.svelte-10upv43){flex:1 1 8%;max-width:72px;min-width:32px;padding:.7rem 0;font-size:1.1rem;border-radius:5px}.keyboard.svelte-10upv43 button.wide:where(.svelte-10upv43){flex:1 1 15%;max-width:20%}.keyboard.svelte-10upv43 button.enter:where(.svelte-10upv43){background:#6aaa64;color:#000;border-color:#6aaa64}.keyboard.svelte-10upv43 button.backspace:where(.svelte-10upv43){background:#c9b458;color:#000;border-color:#c9b458}.keyboard button:not([data-state]),.keyboard button[data-state=""]{background:#f2f2f2}.keyboard.svelte-10upv43 button[data-state=correct]:where(.svelte-10upv43){background:#6aaa64}.keyboard.svelte-10upv43 button[data-state=present]:where(.svelte-10upv43){background:#c9b458}.keyboard.svelte-10upv43 button[data-state=absent]:where(.svelte-10upv43){background:#d4d4d4}.new-game.svelte-10upv43{margin:.75rem;background:#f2f2f2;padding:.7rem 1rem;border-radius:6px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem}.message.svelte-10upv43{font-size:1.2rem;margin-top:.75rem}.attempts.svelte-10upv43{margin-top:.75rem;font-size:1.1rem}.previous.svelte-10upv43 li:where(.svelte-10upv43){color:#da4747}.loading.svelte-10upv43{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2rem 1rem}.game-over-actions.svelte-10upv43{display:inline-flex;gap:0}.share.svelte-10upv43{background:#6aaa64;color:#000;border:none}.share.svelte-10upv43:hover{filter:brightness(1.05)}@media (max-width: 500px){.cell.svelte-10upv43,.cell-card.svelte-10upv43,.final-card.svelte-10upv43{width:50px;height:50px;font-size:1.5rem}.final-face.svelte-10upv43{font-size:1.5rem}}@media (prefers-color-scheme: dark){.cell-card.svelte-10upv43{background:#000;border-color:#444;color:#f5f5f5}.cell-face.back.correct.svelte-10upv43{background:#79c17e;border-color:#79c17e;color:#000}.cell-face.back.present.svelte-10upv43{background:#d8c45a;border-color:#d8c45a;color:#000}.cell-face.back.absent.svelte-10upv43{background:#525252;border-color:#525252;color:#d0d0d0}.cell.svelte-10upv43{background:#000;border-color:#444;color:#f5f5f5}.keyboard.svelte-10upv43 button:where(.svelte-10upv43){background:#000;border:1px solid #666;color:#f5f5f5}.keyboard.svelte-10upv43 button.enter:where(.svelte-10upv43){background:#79c17e!important;border-color:#79c17e!important;color:#000!important}.keyboard.svelte-10upv43 button.backspace:where(.svelte-10upv43){background:#d8c45a!important;border-color:#d8c45a!important;color:#000!important}.new-game.svelte-10upv43{background:#111;color:#f5f5f5;border:1px solid #444}.final-face.front.svelte-10upv43{background:#000!important;border-color:#444!important;color:#f5f5f5!important}.final-face.back.svelte-10upv43{background:#79c17e!important;border-color:#79c17e!important;color:#000!important}.final-card.solved.svelte-10upv43 .final-face.front:where(.svelte-10upv43){background:#79c17e!important;border-color:#79c17e!important;color:#000!important}.keyboard.svelte-10upv43 button[data-state=correct]:where(.svelte-10upv43){background:#79c17e!important;border-color:#79c17e!important;color:#000!important}.keyboard.svelte-10upv43 button[data-state=present]:where(.svelte-10upv43){background:#d8c45a!important;border-color:#d8c45a!important;color:#000!important}.keyboard.svelte-10upv43 button[data-state=absent]:where(.svelte-10upv43){background:#525252!important;border-color:#525252!important;color:#d0d0d0!important}.keyboard.svelte-10upv43 .row:where(.svelte-10upv43) button:where(.svelte-10upv43):not([data-state]){background:#000!important;border:1px solid #666!important;color:#f5f5f5!important}.final-card.svelte-10upv43{border-color:#444}.share.svelte-10upv43{background:#79c17e;color:#000;border:none}}.next-game-timer.svelte-10upv43{margin:.25rem 0 0;font-size:.8rem;color:#9ca3af;font-family:monospace}.game-over-fade.svelte-10upv43{animation:svelte-10upv43-gameOverFadeIn 1.2s ease both}@keyframes svelte-10upv43-gameOverFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.timer-typing.svelte-10upv43{animation:svelte-10upv43-timerTyping 1.1s steps(21,end) both}@keyframes svelte-10upv43-timerTyping{0%{clip-path:inset(0 100% 0 0)}to{clip-path:inset(0 0% 0 0)}}.overlay.svelte-1k26eot{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:200}.dialog.svelte-1k26eot{background:#fff;color:#000;border-radius:8px;padding:1.5rem;max-width:400px;max-height:90vh;overflow-y:auto;width:90%;position:relative}.close.svelte-1k26eot{position:absolute;top:.75rem;right:.75rem;background:none;border:none;cursor:pointer;color:inherit}.tab-header.svelte-1k26eot{border-bottom:1px solid #ccc;margin-bottom:1rem}.tab-button.svelte-1k26eot{padding:.5rem;font-weight:700;display:inline-block}.active-tab.svelte-1k26eot{border-bottom:2px solid #6AAA64;color:#6aaa64}.rules.svelte-1k26eot{margin-top:1rem}.rules.svelte-1k26eot p:where(.svelte-1k26eot){margin:0 0 .75rem}.rules.svelte-1k26eot ul:where(.svelte-1k26eot){list-style:disc;padding-left:1.5em;margin:0 0 .75rem}.rules.svelte-1k26eot ul:where(.svelte-1k26eot) li:where(.svelte-1k26eot){margin-bottom:.4rem}.mt-sm.svelte-1k26eot{margin-top:.5rem!important}.g-grid.svelte-1k26eot{display:flex;justify-content:center;margin-bottom:.75rem}.g-col.svelte-1k26eot{display:flex;flex-direction:column;margin-right:5px}.g-col.svelte-1k26eot:last-child{margin-right:0}.g-col.col-active.svelte-1k26eot .g-cell:where(.svelte-1k26eot){outline:2px solid #999}.g-cell.svelte-1k26eot{width:60px;height:60px;margin-bottom:5px;border:1px solid #ccc;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;text-transform:uppercase;font-family:monospace}.g-cell.correct.svelte-1k26eot{background:#6aaa64;border-color:#6aaa64;color:#000}.g-cell.present.svelte-1k26eot{background:#c9b458;border-color:#c9b458;color:#000}.g-cell.absent.svelte-1k26eot{background:#d4d4d4;border-color:#d4d4d4;color:#000}.g-final.svelte-1k26eot{display:flex;justify-content:center;margin-bottom:.5rem}.g-final-cell.svelte-1k26eot{width:60px;height:60px;margin-right:5px;border:1px solid #ccc;background:#fff;color:#000;display:flex;align-items:center;justify-content:center;font-size:1.7rem;font-weight:700;text-transform:uppercase;font-family:monospace}.g-final-cell.svelte-1k26eot:last-child{margin-right:0}.g-final-cell.correct.svelte-1k26eot{background:#6aaa64;border-color:#6aaa64;color:#000}.g-final-cell.answer-num-cell.svelte-1k26eot{font-size:.8rem;font-weight:700;color:#6aaa64}.g-final-cell.col-active-final.svelte-1k26eot{outline:2px solid #999}.labeled-grid.svelte-1k26eot{display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}.col-nums-row.svelte-1k26eot{display:flex;margin-bottom:3px}.col-num.svelte-1k26eot{width:60px;margin-right:5px;text-align:center;font-size:.8rem;font-weight:700;color:#6aaa64}.col-num.svelte-1k26eot:last-child{margin-right:0}.answer-section.svelte-1k26eot{display:flex;flex-direction:column;align-items:center;margin-bottom:.5rem}.answer-row-label.svelte-1k26eot{font-size:.72rem;color:#888;margin-bottom:4px;letter-spacing:.02em}.submit-demo.svelte-1k26eot{margin:.75rem 0}.feedback-list.svelte-1k26eot{list-style:none;padding:0;margin:0}.feedback-list.svelte-1k26eot li:where(.svelte-1k26eot){display:flex;align-items:flex-start;gap:8px;margin-bottom:1rem}.color-sq.svelte-1k26eot{width:16px;height:16px;border-radius:2px;flex-shrink:0;margin-top:2px}.example-notes.svelte-1k26eot{list-style:disc;padding-left:1.5em;font-size:.85rem;margin:.25rem 0 .5rem}.nav.svelte-1k26eot{display:flex;align-items:center;justify-content:space-between;margin-top:1.25rem}.nav-btn.svelte-1k26eot{width:36px;height:36px;border-radius:50%;border:none;background:#f3f3f3;display:flex;align-items:center;justify-content:center;cursor:pointer}.nav-btn.svelte-1k26eot:disabled{opacity:.4;cursor:default}.dots.svelte-1k26eot{display:flex;gap:6px}.dots.svelte-1k26eot span:where(.svelte-1k26eot){width:8px;height:8px;border-radius:50%;background:#d1d5db;display:block}.dots.svelte-1k26eot span.dots-active:where(.svelte-1k26eot){background:#6aaa64;transform:scale(1.2)}@media (max-width: 500px){.g-cell.svelte-1k26eot,.g-final-cell.svelte-1k26eot{width:50px;height:50px;font-size:1.5rem}.col-num.svelte-1k26eot{width:50px}}@media (prefers-color-scheme: dark){.dialog.svelte-1k26eot{background:#1a1a1a;color:#f5f5f5}.close.svelte-1k26eot{color:#f5f5f5}.tab-header.svelte-1k26eot{border-bottom-color:#444}.active-tab.svelte-1k26eot{color:#79c17e;border-bottom-color:#79c17e}.g-cell.svelte-1k26eot{background:#000;border-color:#444;color:#f5f5f5}.g-cell.correct.svelte-1k26eot{background:#79c17e;border-color:#79c17e;color:#000}.g-cell.present.svelte-1k26eot{background:#d8c45a;border-color:#d8c45a;color:#000}.g-cell.absent.svelte-1k26eot{background:#525252;border-color:#525252;color:#d0d0d0}.g-col.col-active.svelte-1k26eot .g-cell:where(.svelte-1k26eot){outline-color:#aaa}.g-final-cell.svelte-1k26eot{background:#000;border-color:#444;color:#f5f5f5}.g-final-cell.correct.svelte-1k26eot{background:#79c17e;border-color:#79c17e;color:#000}.g-final-cell.answer-num-cell.svelte-1k26eot{color:#79c17e}.g-final-cell.col-active-final.svelte-1k26eot{outline-color:#aaa}.col-num.svelte-1k26eot{color:#79c17e}.answer-row-label.svelte-1k26eot{color:#888}.nav-btn.svelte-1k26eot{background:#333;color:#f5f5f5}.dots.svelte-1k26eot span:where(.svelte-1k26eot){background:#555}.dots.svelte-1k26eot span.dots-active:where(.svelte-1k26eot){background:#79c17e}}.backdrop.svelte-1s44ihu{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:1000}.dialog.svelte-1s44ihu{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;color:#000;padding:.5rem 1rem 1.5rem;max-width:420px;width:90vw;z-index:1001;font-family:monospace;box-shadow:0 12px 32px #00000040;border-radius:8px;box-sizing:border-box}.close-icon.svelte-1s44ihu{position:absolute;top:.6rem;right:.75rem;background:none;border:none;font-size:1.25rem;cursor:pointer;font-family:monospace;color:#333;padding:0;line-height:1}.tabs.svelte-1s44ihu{display:flex;border-bottom:1px solid #ddd;margin-bottom:.5rem}.tab.svelte-1s44ihu{flex:1;padding:.6rem;border:none;background:none;cursor:pointer;font-weight:600;font-family:monospace;color:#666}.tab.active.svelte-1s44ihu{color:#6aaa64;border-bottom:2px solid #6AAA64}.section-title.svelte-1s44ihu{display:flex;align-items:center;justify-content:center;font-size:1.1rem;font-family:monospace;margin:1.5rem 0 1rem;text-align:center}.best-row.svelte-1s44ihu{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin:.5rem 0 0}.best-cell.svelte-1s44ihu{display:flex;flex-direction:column;align-items:center;gap:.2rem}.stat-number.svelte-1s44ihu{font-size:2rem;font-weight:700;line-height:1}.stat-label.svelte-1s44ihu{font-size:.75rem;color:#555}.loading.svelte-1s44ihu{text-align:center;font-size:.9rem;color:#555;margin:1.5rem 0}.stat-grid.svelte-1s44ihu{display:grid;grid-template-columns:repeat(4,1fr);gap:.5rem;margin-bottom:1rem}.stat-card.svelte-1s44ihu{padding:.75rem .5rem;height:60px;text-align:center}.stat-card.svelte-1s44ihu strong:where(.svelte-1s44ihu){display:block;font-size:1.2rem}.stat-card.svelte-1s44ihu span:where(.svelte-1s44ihu){font-size:.75rem;color:#333;line-height:1.15;display:inline-block;margin-top:.1rem;white-space:pre-line;text-align:center}.last-played.svelte-1s44ihu{text-align:center;font-size:.85rem;color:#888;margin:.3rem 0 0}.bars.svelte-1s44ihu{list-style:none;padding:0;margin:0 auto 1.5rem;display:flex;flex-direction:column;gap:.2rem}.bars.svelte-1s44ihu li:where(.svelte-1s44ihu){display:flex;align-items:center;gap:.5rem}.guess-label.svelte-1s44ihu{width:1.2rem;text-align:right;font-weight:700}.bar.svelte-1s44ihu{flex:1;height:20px;position:relative;display:flex;align-items:center;background:none}.fill.svelte-1s44ihu{height:100%;transition:width .3s ease}.count.svelte-1s44ihu{margin-left:.4rem;font-size:.85rem;color:#000;white-space:nowrap}.best.svelte-1s44ihu{display:flex;align-items:center;justify-content:center;font-size:.9rem;font-family:monospace;margin-top:1rem;gap:.4rem;color:#000}@media (max-width: 500px){.stat-grid.svelte-1s44ihu{grid-template-columns:1fr 1fr}.dialog.svelte-1s44ihu{padding:1.2rem .75rem}}@media (prefers-color-scheme: dark){.dialog.svelte-1s44ihu{background:#1e1e1e;color:#fff}.tabs.svelte-1s44ihu{border-bottom-color:#444}.tab.svelte-1s44ihu{color:#aaa}.tab.active.svelte-1s44ihu{color:#6aaa64;border-bottom-color:#6aaa64}.stat-card.svelte-1s44ihu span:where(.svelte-1s44ihu){color:#ccc}.stat-label.svelte-1s44ihu,.loading.svelte-1s44ihu{color:#ccc}.count.svelte-1s44ihu{color:#fff}.close-icon.svelte-1s44ihu,.best.svelte-1s44ihu{color:#ccc}}.page-wrapper.svelte-1oa3tnb{display:flex;flex-direction:column;min-height:100vh;background:#fff;color:#000}.game-layout.svelte-1oa3tnb{max-width:420px;margin:0 auto;padding:1rem;text-align:center;font-family:monospace}.nav-actions.svelte-1oa3tnb{display:flex;align-items:center;gap:.75rem}.icon-btn.svelte-1oa3tnb{background:none;border:none;cursor:pointer;color:#333;display:flex;align-items:center;justify-content:center;transition:color .2s ease}.icon-btn.svelte-1oa3tnb:hover{color:#4a90e2}.title.svelte-1oa3tnb{font-family:Major Mono Display,monospace;font-size:2.5rem;margin:1rem 0 1.5rem}.footer.svelte-1oa3tnb{margin-top:2rem;font-size:.9rem}.footer.svelte-1oa3tnb a:where(.svelte-1oa3tnb){color:#4a90e2;text-decoration:none}.footer.svelte-1oa3tnb a:where(.svelte-1oa3tnb):hover{text-decoration:underline}@media (prefers-color-scheme: dark){.page-wrapper.svelte-1oa3tnb{background:#121212;color:#f5f5f5}.icon-btn.svelte-1oa3tnb{color:#e0e0e0}.icon-btn.svelte-1oa3tnb:hover{color:#90caf9}.footer.svelte-1oa3tnb a:where(.svelte-1oa3tnb){color:#90caf9}}
