.lite-light{opacity:0;pointer-events:none;visibility:hidden;z-index:1000;background:#000c;justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .25s,visibility .25s;display:flex;position:fixed;top:0;left:0}.lite-light.lite-light-active{opacity:1;pointer-events:auto;visibility:visible}.lite-light:after{content:"";border:3px solid #ffffff26;border-top-color:#fffc;border-radius:50%;width:36px;height:36px;animation:.8s linear infinite lite-light-spin;position:absolute}.lite-light .lite-light-prev{position:absolute;left:10px}.lite-light .lite-light-next{position:absolute;right:10px}.lite-light img{transform-origin:50%;will-change:transform;z-index:1;background-color:#fff;max-width:90%;max-height:90%;padding:7px;position:relative}.lite-light-button{cursor:pointer;justify-content:center;align-items:center;min-width:44px;min-height:44px;display:flex}.lite-light-button:focus-visible{outline-offset:2px;outline:2px solid #fffc}.lite-light-arrow{border:1px solid #fff;border-width:0 1px 1px 0;padding:10px;transition:transform .3s;display:inline-block;transform:scale(1)}.lite-light-arrow:hover{cursor:pointer;transform:scale(1.1)}.lite-light-arrow.lite-light-right{margin-right:10px;transform:scale(1)rotate(-45deg)}.lite-light-arrow.lite-light-right:hover{transform:scale(1.05)rotate(-45deg)}.lite-light-arrow.lite-light-left{margin-left:10px;transform:scale(1)rotate(135deg)}.lite-light-arrow.lite-light-left:hover{transform:scale(1.05)rotate(135deg)}.lite-light-close.lite-light-button{box-sizing:content-box;color:#fff;cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:space-between;align-items:flex-start;width:22px;min-width:auto;height:21.5px;min-height:auto;padding:11px;transition:transform .3s;position:absolute;top:4px;right:4px;transform:scale(1)}.lite-light-close.lite-light-button:hover{transform:scale(1.1)}.lite-light-close .lite-light-bar{background-color:#fff;width:100%;height:1px;display:block}.lite-light-close .lite-light-bar:first-of-type{transform-origin:0 0;width:30px;transform:rotate(45deg)}.lite-light-close .lite-light-bar:nth-of-type(2){transform-origin:0 100%;width:30px;transform:rotate(-45deg)}@keyframes lite-light-fade-in{0%{opacity:0}to{opacity:1}}@keyframes lite-light-fade-out{0%{opacity:1}to{opacity:0}}@keyframes lite-light-spin{to{transform:rotate(360deg)}}.lite-light-fade-in{animation:.15s ease-in-out forwards lite-light-fade-in}.lite-light-fade-out{animation:.15s ease-in-out forwards lite-light-fade-out}@media (width<=768px){.lite-light .lite-light-prev,.lite-light .lite-light-next{display:none}.lite-light img{max-width:90%;max-height:80vh;padding:5px}.lite-light .lite-light-close{top:14px;right:14px}}@media (prefers-reduced-motion:reduce){.lite-light{transition:none}.lite-light-fade-in,.lite-light-fade-out{animation-duration:10ms}.lite-light:after{animation:none}}@supports (-webkit-touch-callout:none){.lite-light img{backface-visibility:hidden;transform:translateZ(0)}}:root{--correct-green:oklch(45% .17 145);--wrong-red:oklch(49% .18 22);--input-inner-hi:oklch(100% .01 85/.45);--input-inner-lo:oklch(50% .06 55/.06);--input-outer:oklch(40% .04 48/.1)}@media (prefers-color-scheme:dark){:root{--correct-green:oklch(72% .17 145);--wrong-red:oklch(65% .18 22);--input-inner-hi:oklch(100% .005 70/.04);--input-inner-lo:oklch(0% 0 0/.2);--input-outer:oklch(0% 0 0/.25)}}.quiz-page.svelte-1eaotym{justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.quiz-area.svelte-1eaotym{flex-direction:column;align-items:center;gap:1.5rem;width:100%;max-width:28rem;display:flex}.progress.svelte-1eaotym{color:var(--text-muted);letter-spacing:.005em;font-variant-numeric:tabular-nums;margin:0;font-size:.9rem;font-weight:600}.sprite-container.svelte-1eaotym{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:100%;padding:0;font-family:inherit;display:flex;position:relative}.sprite-img.svelte-1eaotym{aspect-ratio:1;object-fit:contain;width:100%;max-width:24.3rem;max-height:min(24.3rem,50vh,50dvh);image-rendering:pixelated;background:var(--card);box-shadow:inset 4px 4px 8px var(--card-inner-hi), inset -4px -4px 8px var(--card-inner-lo), 10px 10px 28px var(--card-outer);border-radius:36px;padding:1.5rem;transition:transform .16s ease-out,box-shadow .16s ease-out}.sprite-container.svelte-1eaotym:hover .sprite-img:where(.svelte-1eaotym){box-shadow:inset 4px 4px 8px var(--card-inner-hi), inset -4px -4px 8px var(--card-inner-lo), 12px 12px 34px var(--card-outer);transform:translateY(-2px)}.sprite-container.svelte-1eaotym:active .sprite-img:where(.svelte-1eaotym){transform:translateY(1px)}.sprite-container.svelte-1eaotym:hover .zoom-hint:where(.svelte-1eaotym){opacity:.7}.zoom-hint.svelte-1eaotym{color:var(--text-muted);opacity:0;pointer-events:none;font-size:1.1rem;transition:opacity .16s ease-out;position:absolute;bottom:.75rem;right:1rem}.sprite-container.svelte-1eaotym:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px;border-radius:36px}.sprite-fallback.svelte-1eaotym{aspect-ratio:1;background:var(--card);width:100%;max-width:24.3rem;max-height:min(24.3rem,50vh,50dvh);box-shadow:inset 4px 4px 8px var(--card-inner-hi), inset -4px -4px 8px var(--card-inner-lo), 10px 10px 28px var(--card-outer);border-radius:36px;justify-content:center;align-items:center;display:flex}.sprite-fallback-text.svelte-1eaotym{color:var(--text-muted);opacity:.4;font-size:clamp(3rem,10vw,6rem);font-weight:800}.input-row.svelte-1eaotym{gap:.75rem;width:100%;display:flex}.input-wrap.svelte-1eaotym{flex:1;position:relative}.name-input.svelte-1eaotym{width:100%;color:var(--text);background:var(--card);box-shadow:inset 3px 3px 6px var(--input-inner-hi), inset -3px -3px 5px var(--input-inner-lo), 6px 6px 18px var(--input-outer);border:none;border-radius:9999px;outline:none;padding:.75rem 1.25rem;font-family:inherit;font-size:1.1rem;font-weight:600;transition:box-shadow .16s ease-out}.name-input.svelte-1eaotym::placeholder{color:var(--text-muted);font-weight:400}.name-input.svelte-1eaotym:focus-visible{box-shadow:inset 3px 3px 6px var(--input-inner-hi), inset -3px -3px 5px var(--input-inner-lo), 6px 6px 18px var(--input-outer), 0 0 0 3px var(--focus-ring)}.name-input.svelte-1eaotym:read-only{opacity:.7;cursor:default}.input-correct.svelte-1eaotym{box-shadow:inset 3px 3px 6px var(--input-inner-hi), inset -3px -3px 5px var(--input-inner-lo), 6px 6px 18px var(--input-outer), 0 0 0 3px var(--correct-green)}.input-wrong.svelte-1eaotym,.input-revealed.svelte-1eaotym{box-shadow:inset 3px 3px 6px var(--input-inner-hi), inset -3px -3px 5px var(--input-inner-lo), 6px 6px 18px var(--input-outer), 0 0 0 3px var(--wrong-red)}.shake.svelte-1eaotym{animation:.4s ease-out svelte-1eaotym-shake}@keyframes svelte-1eaotym-shake{0%,to{transform:translate(0)}20%{transform:translate(-6px)}40%{transform:translate(5px)}60%{transform:translate(-4px)}80%{transform:translate(2px)}}.submit-btn.svelte-1eaotym{letter-spacing:.005em;color:var(--btn-text);background:var(--yellow);cursor:pointer;white-space:nowrap;box-shadow:inset 2px 2px 4px var(--btn-inner-hi), inset -2px -2px 3px var(--btn-inner-lo), 5px 5px 14px var(--btn-outer);border:none;border-radius:9999px;padding:.75rem 1.75rem;font-family:inherit;font-size:1rem;font-weight:700;transition:background .16s ease-out,transform .1s ease-out,box-shadow .16s ease-out}.submit-btn.svelte-1eaotym:hover:not(:disabled){background:var(--yellow-bright);box-shadow:inset 2px 2px 5px var(--btn-inner-hi), inset -2px -2px 3px var(--btn-inner-lo), 7px 7px 20px var(--btn-outer);transform:translateY(-1px)}.submit-btn.svelte-1eaotym:active:not(:disabled){box-shadow:inset 2px 2px 3px var(--btn-inner-hi), inset -2px -2px 2px var(--btn-inner-lo), 2px 2px 6px var(--btn-outer);transform:translateY(1px)}.submit-btn.svelte-1eaotym:disabled{opacity:.5;cursor:default}.submit-btn.svelte-1eaotym:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.feedback.svelte-1eaotym{text-align:center;margin:0;font-size:1rem;font-weight:700}.feedback-correct.svelte-1eaotym{color:var(--correct-green)}.feedback-revealed.svelte-1eaotym{color:var(--wrong-red)}.feedback-revealed.svelte-1eaotym strong:where(.svelte-1eaotym){color:var(--text);font-weight:800}.feedback-error.svelte-1eaotym{color:var(--text-muted)}.input-network-error.svelte-1eaotym{box-shadow:inset 3px 3px 6px var(--input-inner-hi), inset -3px -3px 5px var(--input-inner-lo), 6px 6px 18px var(--input-outer), 0 0 0 3px var(--text-muted)}.share-error.svelte-1eaotym{color:var(--wrong-red);text-align:center;margin:0;font-size:.85rem;font-weight:600}.skip-row.svelte-1eaotym{align-items:center;gap:1rem;display:flex}.skip-hidden.svelte-1eaotym{visibility:hidden;pointer-events:none}.skip-btn.svelte-1eaotym,.giveup-btn.svelte-1eaotym{color:var(--text-muted);cursor:pointer;background:0 0;border:none;min-width:44px;min-height:44px;padding:.65rem .75rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:color .16s ease-out}.skip-btn.svelte-1eaotym:hover,.giveup-btn.svelte-1eaotym:hover{color:var(--text)}.skip-btn.svelte-1eaotym:focus-visible,.giveup-btn.svelte-1eaotym:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:4px}.giveup-btn.svelte-1eaotym{opacity:.7;font-size:.8rem;font-weight:400;transition:color .16s ease-out,opacity .16s ease-out}.giveup-btn.svelte-1eaotym:hover{opacity:1;color:var(--wrong-red)}.gen-prompt.svelte-1eaotym{margin:.5rem 0 0}.gen-toggle.svelte-1eaotym{color:var(--text-muted);cursor:pointer;text-underline-offset:3px;background:0 0;border:none;font-family:inherit;font-size:.85rem;font-weight:400;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;transition:color .16s ease-out}.gen-toggle.svelte-1eaotym:hover{color:var(--brown)}.gen-toggle.svelte-1eaotym:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:4px}.gen-picker.svelte-1eaotym{background:var(--card);box-shadow:inset 3px 3px 6px var(--card-inner-hi), inset -3px -3px 5px var(--card-inner-lo), 6px 6px 18px var(--card-outer);border-radius:24px;flex-wrap:wrap;justify-content:center;gap:.5rem;width:100%;padding:1rem;display:flex}.gen-chip.svelte-1eaotym{color:var(--text-muted);background:var(--bg);cursor:pointer;border:none;border-radius:9999px;min-height:44px;padding:.5rem .85rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .16s ease-out,color .16s ease-out}.gen-chip.svelte-1eaotym:hover{color:var(--text)}.gen-chip.svelte-1eaotym:active{transform:scale(.97)}.gen-active.svelte-1eaotym{background:var(--yellow);color:var(--btn-text)}.gen-chip.svelte-1eaotym:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.gen-restart.svelte-1eaotym{color:var(--btn-text);background:var(--yellow);cursor:pointer;border:none;border-radius:9999px;width:100%;min-height:44px;margin-top:.25rem;padding:.5rem 1rem;font-family:inherit;font-size:.8rem;font-weight:700;transition:background .16s ease-out}.gen-restart.svelte-1eaotym:hover{background:var(--yellow-bright)}.gen-restart.svelte-1eaotym:active{transform:translateY(1px)}.gen-restart.svelte-1eaotym:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}.results-page.svelte-1eaotym{justify-content:center;align-items:center;min-height:100dvh;padding:1.5rem;display:flex}.results-area.svelte-1eaotym{flex-direction:column;align-items:center;gap:1.25rem;width:100%;max-width:32rem;display:flex}.results-title.svelte-1eaotym{letter-spacing:-.03em;color:var(--text);text-wrap:balance;margin:0;font-size:clamp(2.5rem,10vw,4.5rem);font-weight:800;line-height:1}.results-divider.svelte-1eaotym{color:var(--text-muted);font-weight:400}.results-subtitle.svelte-1eaotym{color:var(--brown);margin:0;font-size:1.05rem;font-weight:600}.share-btn.svelte-1eaotym{letter-spacing:.005em;color:var(--btn-text);background:var(--yellow);cursor:pointer;min-height:44px;box-shadow:inset 2px 2px 4px var(--btn-inner-hi), inset -2px -2px 3px var(--btn-inner-lo), 5px 5px 14px var(--btn-outer);border:none;border-radius:9999px;padding:.75rem 2.25rem;font-family:inherit;font-size:1.05rem;font-weight:700;transition:background .16s ease-out,transform .1s ease-out,box-shadow .16s ease-out}.share-btn.svelte-1eaotym:hover{background:var(--yellow-bright);box-shadow:inset 2px 2px 5px var(--btn-inner-hi), inset -2px -2px 3px var(--btn-inner-lo), 7px 7px 20px var(--btn-outer);transform:translateY(-1px)}.share-btn.svelte-1eaotym:active{box-shadow:inset 2px 2px 3px var(--btn-inner-hi), inset -2px -2px 2px var(--btn-inner-lo), 2px 2px 6px var(--btn-outer);transform:translateY(1px)}.share-btn.svelte-1eaotym:focus-visible{outline:3px solid var(--focus-ring);outline-offset:3px}.missed-section.svelte-1eaotym{width:100%;margin-top:1rem}.missed-heading.svelte-1eaotym{color:var(--text-muted);text-align:center;letter-spacing:.01em;margin:0 0 .75rem;font-size:.9rem;font-weight:600}.missed-list.svelte-1eaotym{flex-wrap:wrap;justify-content:center;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.missed-item.svelte-1eaotym{flex-direction:column;align-items:center;gap:.25rem;display:flex}.missed-sprite.svelte-1eaotym{object-fit:contain;width:3rem;height:3rem;image-rendering:pixelated;opacity:.8}.missed-name.svelte-1eaotym{color:var(--text-muted);text-align:center;-webkit-line-clamp:2;line-clamp:2;word-wrap:break-word;overflow-wrap:break-word;-webkit-box-orient:vertical;max-width:5.5rem;font-size:.7rem;font-weight:600;display:-webkit-box;overflow:hidden}.show-more-btn.svelte-1eaotym{color:var(--text-muted);background:var(--card);cursor:pointer;border:none;border-radius:9999px;min-height:44px;margin-top:.5rem;padding:.5rem 1.25rem;font-family:inherit;font-size:.8rem;font-weight:600;transition:background .16s ease-out,color .16s ease-out}.show-more-btn.svelte-1eaotym:hover{color:var(--text)}.show-more-btn.svelte-1eaotym:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:9999px}.back-home.svelte-1eaotym{color:var(--text-muted);justify-content:center;align-items:center;min-height:44px;margin-top:1rem;padding:.5rem .75rem;font-size:.9rem;font-weight:600;text-decoration:none;transition:color .16s ease-out;display:inline-flex}.back-home.svelte-1eaotym:hover{color:var(--brown)}.back-home.svelte-1eaotym:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:4px}.litelight-overlay{background:oklch(10% .01 55/.85)!important}.litelight-container img{image-rendering:pixelated;border-radius:24px}.sr-only.svelte-1eaotym{clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (width<=640px){.sprite-img.svelte-1eaotym{border-radius:24px;padding:1rem}.sprite-fallback.svelte-1eaotym,.sprite-container.svelte-1eaotym:focus-visible{border-radius:24px}.input-row.svelte-1eaotym{flex-direction:column}.submit-btn.svelte-1eaotym{width:100%;min-height:44px}.results-title.svelte-1eaotym{font-size:clamp(2rem,12vw,3.5rem)}.missed-sprite.svelte-1eaotym{width:2.5rem;height:2.5rem}.missed-name.svelte-1eaotym{max-width:4.5rem;font-size:.65rem}}@media (width<=380px){.quiz-page.svelte-1eaotym{padding:1rem}.quiz-area.svelte-1eaotym{gap:1rem}.name-input.svelte-1eaotym{padding:.65rem 1rem;font-size:1rem}.progress.svelte-1eaotym{font-size:.8rem}}@media (prefers-contrast:more){.sprite-img.svelte-1eaotym,.sprite-fallback.svelte-1eaotym,.name-input.svelte-1eaotym,.submit-btn.svelte-1eaotym,.share-btn.svelte-1eaotym,.gen-picker.svelte-1eaotym{box-shadow:0 0 0 2px var(--text)}.gen-chip.svelte-1eaotym,.show-more-btn.svelte-1eaotym{box-shadow:0 0 0 1px var(--text-muted)}.skip-btn.svelte-1eaotym,.giveup-btn.svelte-1eaotym,.feedback-correct.svelte-1eaotym,.feedback-revealed.svelte-1eaotym{text-decoration:underline}}@media (prefers-reduced-motion:reduce){.shake.svelte-1eaotym{animation:none}.sprite-container.svelte-1eaotym:hover .sprite-img:where(.svelte-1eaotym),.sprite-container.svelte-1eaotym:active .sprite-img:where(.svelte-1eaotym){transform:none}.submit-btn.svelte-1eaotym,.share-btn.svelte-1eaotym,.gen-chip.svelte-1eaotym,.gen-restart.svelte-1eaotym{transition:none}.submit-btn.svelte-1eaotym:hover:not(:disabled),.share-btn.svelte-1eaotym:hover,.submit-btn.svelte-1eaotym:active:not(:disabled),.share-btn.svelte-1eaotym:active,.gen-chip.svelte-1eaotym:active,.gen-restart.svelte-1eaotym:active{transform:none}.zoom-hint.svelte-1eaotym{transition:none}}
