:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--color-bg:#fff;--color-bg-elevated:#fff;--color-surface:#f4f4f5;--color-fg:#18181b;--color-muted:#6b6b70;--color-border:#d9d9de;--color-accent:#2563eb;--color-accent-fg:#fff;--color-danger:#b91c1c;--color-overlay:#00000073;--tile-green-bg:#3b7d22;--tile-green-fg:#fff;--tile-yellow-bg:#946c0a;--tile-yellow-fg:#fff;--tile-red-bg:#b32222;--tile-red-fg:#fff;--tile-empty-bg:var(--color-surface);--tile-empty-fg:var(--color-muted);--tile-empty-border:var(--color-border);--space-1:.25rem;--space-2:.5rem;--space-3:.75rem;--space-4:1rem;--space-5:1.5rem;--space-6:2rem;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--content-max-width:30rem;--touch-target:44px;--font-sans:system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji";--shadow-modal:0 10px 40px #00000040}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}:root:not([data-theme=light]){--color-bg:#121214;--color-bg-elevated:#1c1c1f;--color-surface:#232327;--color-fg:#f2f2f4;--color-muted:#a3a3a9;--color-border:#3a3a40;--color-accent:#6d9bff;--color-accent-fg:#0b1220;--color-danger:#ff8a8a;--color-overlay:#000000a6;--tile-green-bg:#3b7d22;--tile-yellow-bg:#946c0a;--tile-red-bg:#a13a3a;--tile-empty-bg:var(--color-surface);--tile-empty-border:var(--color-border);--shadow-modal:0 10px 40px #0009}}:root[data-theme=dark]{--color-bg:#121214;--color-bg-elevated:#1c1c1f;--color-surface:#232327;--color-fg:#f2f2f4;--color-muted:#a3a3a9;--color-border:#3a3a40;--color-accent:#6d9bff;--color-accent-fg:#0b1220;--color-danger:#ff8a8a;--color-overlay:#000000a6;--tile-green-bg:#3b7d22;--tile-yellow-bg:#946c0a;--tile-red-bg:#a13a3a;--tile-empty-bg:var(--color-surface);--tile-empty-border:var(--color-border);--shadow-modal:0 10px 40px #0009}:root[data-colorblind=true]{--tile-green-bg:#c2410c;--tile-green-fg:#fff;--tile-yellow-bg:#1d4ed8;--tile-yellow-fg:#fff;--tile-red-bg:#17171a;--tile-red-fg:#fff}*,:before,:after{box-sizing:border-box}html,body{height:100%}body{background:var(--color-bg);color:var(--color-fg);font-family:var(--font-sans);-webkit-text-size-adjust:100%;margin:0;font-size:16px;line-height:1.4}#app{min-height:100svh}button,input{color:inherit;font-family:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed}a{color:var(--color-accent)}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.app-shell{min-height:100svh;padding:max(.75rem, env(safe-area-inset-top)) max(.75rem, env(safe-area-inset-right)) max(.75rem, env(safe-area-inset-bottom)) max(.75rem, env(safe-area-inset-left));flex-direction:column;display:flex}.app-column{width:100%;max-width:var(--content-max-width);gap:var(--space-4);flex-direction:column;flex:auto;margin:0 auto;display:flex}.app-main{gap:var(--space-4);flex-direction:column;display:flex}.app-header{justify-content:space-between;align-items:center;gap:var(--space-3);display:flex}.app-header h1{text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:1.25rem;overflow:hidden}@media (width<=380px){.app-header{gap:var(--space-2)}}.icon-button{min-width:var(--touch-target);min-height:var(--touch-target);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-elevated);touch-action:manipulation;justify-content:center;align-items:center;display:inline-flex}.icon-button:hover{background:var(--color-surface)}.button{min-height:var(--touch-target);padding:0 var(--space-4);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-elevated);touch-action:manipulation;justify-content:center;align-items:center;font-size:1rem;display:inline-flex}.button--primary{background:var(--color-accent);color:var(--color-accent-fg);border-color:var(--color-accent)}.button--danger{color:var(--color-danger)}.button:disabled,.button.is-disabled{opacity:.5}.link-button{font:inherit;color:var(--color-muted);cursor:pointer;touch-action:manipulation;background:0 0;border:none;margin:0;padding:0;text-decoration:underline}.practice-bar{justify-content:space-between;align-items:center;gap:var(--space-3);background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:var(--space-2) var(--space-3);font-size:.9rem;display:flex}.stale-banner{z-index:20;justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);background:var(--color-accent);color:var(--color-accent-fg);border-radius:var(--radius-md);text-align:center;display:flex;position:sticky;top:0}@media (height<=1000px){.app-column,.app-main{gap:var(--space-2)}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.modal-overlay.svelte-1bxxaoh{background:var(--color-overlay);padding:var(--space-4);z-index:50;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal-dialog.svelte-1bxxaoh{background:var(--color-bg-elevated);color:var(--color-fg);border-radius:var(--radius-lg);box-shadow:var(--shadow-modal);width:100%;max-width:30rem;max-height:90vh;padding:var(--space-5);outline:none;position:relative;overflow-y:auto}.modal-close.svelte-1bxxaoh{top:var(--space-2);right:var(--space-2);min-width:var(--touch-target);min-height:var(--touch-target);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-elevated);touch-action:manipulation;justify-content:center;align-items:center;font-size:1.5rem;line-height:1;display:inline-flex;position:absolute}.archive-list.svelte-1gh9ctu{gap:var(--space-1);flex-direction:column;max-height:60vh;margin:0;padding:0;list-style:none;display:flex;overflow-y:auto}.archive-list.svelte-1gh9ctu a:where(.svelte-1gh9ctu){min-height:var(--touch-target);padding:0 var(--space-3);border-radius:var(--radius-sm);justify-content:space-between;align-items:center;text-decoration:none;display:flex}.archive-list.svelte-1gh9ctu a:where(.svelte-1gh9ctu):hover{background:var(--color-surface)}.archive-list__date.svelte-1gh9ctu{color:var(--color-muted);font-size:.85rem}.credits-intro.svelte-9syw0l{color:var(--color-muted);margin-bottom:var(--space-4)}.credits-list.svelte-9syw0l{margin:0 0 var(--space-4);gap:var(--space-3);flex-direction:column;max-height:60vh;padding:0;list-style:none;display:flex;overflow-y:auto}.credits-row.svelte-9syw0l{padding-bottom:var(--space-3);border-bottom:1px solid var(--color-border)}.credits-row.svelte-9syw0l:last-child{border-bottom:none}.credits-row__line.svelte-9syw0l{margin:0;font-size:.85rem}.credits-row__note.svelte-9syw0l{margin:var(--space-1) 0 0;color:var(--color-muted);font-size:.85rem;font-style:italic}.year-input.svelte-1a28dqv{align-items:stretch;gap:var(--space-2);display:flex}.year-input__step.svelte-1a28dqv{min-width:var(--touch-target);min-height:var(--touch-target);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-elevated);touch-action:manipulation;font-size:1.25rem;line-height:1}.year-input__field.svelte-1a28dqv{min-width:0;min-height:var(--touch-target);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-elevated);padding:0 var(--space-3);text-align:center;flex:1;font-size:1rem}.field-error.svelte-1a28dqv{color:var(--color-danger);margin:var(--space-1) 0 0;font-size:.85rem}.guess-form.svelte-1qtgr3v{gap:var(--space-3);flex-direction:column;display:flex}.guess-form__field.svelte-1qtgr3v{gap:var(--space-1);flex-direction:column;display:flex}.guess-form__field.svelte-1qtgr3v label:where(.svelte-1qtgr3v){color:var(--color-muted);font-size:.85rem}.guess-form__names.svelte-1qtgr3v{gap:var(--space-3);flex-direction:column;display:flex}.select-row.svelte-1qtgr3v{align-items:center;gap:var(--space-2);display:flex}.select.svelte-1qtgr3v{min-width:0;min-height:var(--touch-target);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-bg-elevated);color:inherit;padding:0 var(--space-3);touch-action:manipulation;text-overflow:ellipsis;flex:1;font-size:1rem}.select.svelte-1qtgr3v:disabled{opacity:.75}.lock-chip.svelte-1qtgr3v{min-height:var(--touch-target);padding:0 var(--space-3);border-radius:var(--radius-md);background:var(--color-surface);border:1px solid var(--color-border);white-space:nowrap;align-items:center;font-size:.9rem;display:inline-flex}.guess-form__bottom.svelte-1qtgr3v{gap:var(--space-3);flex-direction:column;display:flex}.guess-form__actions.svelte-1qtgr3v{align-items:center;gap:var(--space-3);flex-wrap:wrap;display:flex}@media (height<=1000px){.guess-form.svelte-1qtgr3v{gap:var(--space-2)}.guess-form__names.svelte-1qtgr3v{gap:var(--space-2);flex-direction:row}.guess-form__names.svelte-1qtgr3v>.guess-form__field:where(.svelte-1qtgr3v){flex:1 1 0;min-width:0}.select-row.svelte-1qtgr3v{gap:var(--space-1)}.lock-chip.svelte-1qtgr3v{padding:0 var(--space-2);flex:none;font-size:.8rem}.guess-form__bottom.svelte-1qtgr3v{flex-flow:wrap;align-items:flex-end}.guess-form__field--year.svelte-1qtgr3v{flex:0 auto;min-width:6rem}.guess-form__actions.svelte-1qtgr3v{flex:auto}.guess-form__field--year.svelte-1qtgr3v label:where(.svelte-1qtgr3v){clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}}.give-up-confirm.svelte-1qtgr3v{align-items:center;gap:var(--space-2);font-size:.9rem;display:flex}.field-error.svelte-1qtgr3v{color:var(--color-danger);margin:0;font-size:.85rem}.help-grid.svelte-1ixh90k,.help-table.svelte-1ixh90k{border-collapse:collapse;width:100%;margin-bottom:var(--space-3);font-size:.9rem}.help-grid.svelte-1ixh90k th:where(.svelte-1ixh90k),.help-grid.svelte-1ixh90k td:where(.svelte-1ixh90k),.help-table.svelte-1ixh90k th:where(.svelte-1ixh90k),.help-table.svelte-1ixh90k td:where(.svelte-1ixh90k){text-align:left;vertical-align:top;padding:var(--space-2) var(--space-1);border-bottom:1px solid var(--color-border)}.help-grid.svelte-1ixh90k thead:where(.svelte-1ixh90k) th:where(.svelte-1ixh90k){font-weight:600}.help-grid.svelte-1ixh90k thead:where(.svelte-1ixh90k) .swatch:where(.svelte-1ixh90k){margin:0 0 var(--space-1);display:flex}.help-grid.svelte-1ixh90k tbody:where(.svelte-1ixh90k) th:where(.svelte-1ixh90k){white-space:nowrap;padding-right:var(--space-2);font-weight:600}.help-grid.svelte-1ixh90k{table-layout:fixed}.help-note.svelte-1ixh90k{margin-top:0}.swatch.svelte-1ixh90k{border-radius:var(--radius-sm);vertical-align:-.2em;width:1.25rem;height:1.25rem;margin-right:var(--space-1);justify-content:center;align-items:center;font-size:.75rem;display:inline-flex}.swatch[data-color=green].svelte-1ixh90k{background:var(--tile-green-bg);color:var(--tile-green-fg)}.swatch[data-color=yellow].svelte-1ixh90k{background:var(--tile-yellow-bg);color:var(--tile-yellow-fg)}.swatch[data-color=red].svelte-1ixh90k{background:var(--tile-red-bg);color:var(--tile-red-fg)}.visually-hidden.svelte-1ixh90k{clip:rect(0 0 0 0);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.image-stage.svelte-1xd18y7{gap:var(--space-2);flex-direction:column;display:flex}.image-stage__frame.svelte-1xd18y7{--stage-max-h:clamp(120px, 100svh - 500px, 36svh);width:min(100%, calc(var(--stage-max-h) * 4 / 3));aspect-ratio:4/3;background:var(--color-surface);border-radius:var(--radius-md);touch-action:manipulation;border:none;margin:0 auto;padding:0;display:block;position:relative;overflow:hidden}.image-stage__img.svelte-1xd18y7{object-fit:contain;width:100%;height:100%;animation:.2s svelte-1xd18y7-motodle-image-fade-in;display:block}@keyframes svelte-1xd18y7-motodle-image-fade-in{0%{opacity:0}to{opacity:1}}.image-stage__enlarged.svelte-1xd18y7{width:100%;height:auto;display:block}.image-stage__meta.svelte-1xd18y7{align-items:center;gap:var(--space-2);display:flex}.image-stage__licence.svelte-1xd18y7{min-width:0;min-height:var(--touch-target);overflow-wrap:anywhere;color:var(--color-muted);flex:auto;align-items:center;font-size:.7rem;line-height:1.25;display:flex}.scrub.svelte-1xd18y7{grid-template-columns:repeat(5, minmax(var(--touch-target), 1fr));gap:var(--space-1);flex:0 auto;display:grid}.scrub__seg.svelte-1xd18y7{min-height:var(--touch-target);border-radius:var(--radius-sm);border:1px solid var(--color-border);background:var(--color-bg-elevated);touch-action:manipulation}.scrub__seg.active.svelte-1xd18y7{background:var(--color-accent);color:var(--color-accent-fg);border-color:var(--color-accent)}.result-answer.svelte-aa0kiy{font-size:1.1rem;font-weight:600}.practice-tag.svelte-aa0kiy{color:var(--color-muted);font-weight:400}.result-image.svelte-aa0kiy{aspect-ratio:4/3;background:var(--color-surface);border-radius:var(--radius-md);justify-content:center;align-items:center;width:100%;display:flex;overflow:hidden}.result-image.svelte-aa0kiy img:where(.svelte-aa0kiy){object-fit:contain;width:100%;height:100%}.result-credit.svelte-aa0kiy{color:var(--color-muted);margin-top:var(--space-3);font-size:.85rem}.result-credit-note.svelte-aa0kiy{color:var(--color-muted);font-size:.85rem;font-style:italic}.result-score.svelte-aa0kiy{margin:var(--space-3) 0;font-size:1rem}.result-actions.svelte-aa0kiy{align-items:center;gap:var(--space-4);display:flex}.scoreboard.svelte-19svl8u{gap:var(--space-2);flex-direction:column;display:flex}.scoreboard__head.svelte-19svl8u{gap:var(--space-2);color:var(--color-muted);text-align:center;grid-template-columns:repeat(3,1fr);font-size:.8rem;display:grid}.scoreboard__row.svelte-19svl8u{gap:var(--space-2);grid-template-columns:repeat(3,1fr);display:grid}.tile.svelte-19svl8u{justify-content:center;align-items:center;gap:var(--space-1);border-radius:var(--radius-sm);text-align:center;min-height:2rem;padding:var(--space-1) var(--space-2);border:1px solid var(--tile-empty-border);background:var(--tile-empty-bg);color:var(--tile-empty-fg);font-size:.85rem;display:flex}.tile[data-color=green].svelte-19svl8u{background:var(--tile-green-bg);color:var(--tile-green-fg);border-color:var(--tile-green-bg)}.tile[data-color=yellow].svelte-19svl8u{background:var(--tile-yellow-bg);color:var(--tile-yellow-fg);border-color:var(--tile-yellow-bg)}.tile[data-color=red].svelte-19svl8u{background:var(--tile-red-bg);color:var(--tile-red-fg);border-color:var(--tile-red-bg)}.tile__glyph.svelte-19svl8u{font-weight:700}.tile__label.svelte-19svl8u{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media (height<=1000px){.scoreboard.svelte-19svl8u{gap:var(--space-1)}.tile.svelte-19svl8u{min-height:1.6rem;padding:0 var(--space-1)}}.stats-summary.svelte-1608v6c{gap:var(--space-2);text-align:center;margin-bottom:var(--space-4);grid-template-columns:repeat(4,1fr);display:grid}.stats-summary.svelte-1608v6c strong:where(.svelte-1608v6c){font-size:1.4rem;display:block}.stats-summary.svelte-1608v6c span:where(.svelte-1608v6c){color:var(--color-muted);font-size:.75rem}.distribution.svelte-1608v6c{gap:var(--space-1);margin-bottom:var(--space-4);flex-direction:column;display:flex}.distribution__row.svelte-1608v6c{align-items:center;gap:var(--space-2);display:flex}.distribution__label.svelte-1608v6c{text-align:right;width:2rem;color:var(--color-muted);font-size:.85rem}.distribution__track.svelte-1608v6c{background:var(--color-surface);border-radius:var(--radius-sm);flex:1}.distribution__bar.svelte-1608v6c{background:var(--color-accent);min-width:1.5rem;color:var(--color-accent-fg);border-radius:var(--radius-sm);padding:0 var(--space-2);text-align:right;font-size:.8rem}.distribution__bar--highlight.svelte-1608v6c{background:var(--tile-green-bg);color:var(--tile-green-fg)}.countdown.svelte-1608v6c{margin-bottom:var(--space-4);justify-content:space-between;align-items:center;display:flex}.countdown.svelte-1608v6c strong:where(.svelte-1608v6c){font-variant-numeric:tabular-nums}.toast.svelte-1ig2a9j{left:50%;bottom:max(1rem, env(safe-area-inset-bottom));background:var(--color-fg);color:var(--color-bg);padding:var(--space-2) var(--space-4);border-radius:var(--radius-md);box-shadow:var(--shadow-modal);z-index:60;text-align:center;max-width:calc(100vw - 2rem);font-size:.9rem;position:fixed;transform:translate(-50%)}.app-header__actions.svelte-1n46o8q{gap:var(--space-2);flex:none;display:flex}@media (width<=380px){.app-header__actions.svelte-1n46o8q{gap:2px}}.skeleton.svelte-1n46o8q{border-radius:var(--radius-md);background:var(--color-surface);width:100%}.state-message.svelte-1n46o8q{align-items:flex-start;gap:var(--space-3);padding:var(--space-4);border:1px solid var(--color-border);border-radius:var(--radius-md);flex-direction:column;display:flex}.manual-share-text.svelte-1n46o8q{width:100%;min-height:8rem;font:inherit;padding:var(--space-3);border-radius:var(--radius-md);border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-fg);resize:vertical;font-size:1rem}.app-footer.svelte-1n46o8q{padding-top:var(--space-4);text-align:center;color:var(--color-muted);margin-top:auto;font-size:.75rem}
