:root{color-scheme:light}
.theme-toggle{width:44px;height:44px;flex:0 0 44px;display:grid;place-items:center;padding:10px;border:1px solid var(--line);border-radius:50%;background:var(--paper);transition:background .2s,transform .2s}
.theme-toggle[hidden]{display:none}
.theme-toggle:hover{transform:rotate(-12deg);background:color-mix(in srgb,var(--blue) 9%,var(--paper))}
.theme-toggle svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.theme-toggle .theme-sun{display:none}
html[data-theme="dark"]{color-scheme:dark;--paper:#10131f;--ink:#f2f4fd;--muted:#b0b9cd;--blue:#8fa6ff;--orange:#ff9b52;--line:#30394e}
html[data-theme="dark"] .theme-moon{display:none}
html[data-theme="dark"] .theme-sun{display:block}
html[data-theme="dark"] .hero{background:radial-gradient(ellipse at 0 70%,#17437055,transparent 45%),radial-gradient(ellipse at 100% 80%,#723f2544,transparent 44%),var(--paper)}
html[data-theme="dark"] .hero-orbit{border-color:#59769b40}
html[data-theme="dark"] .orbit-two{border-color:#b57f4b35}
html[data-theme="dark"] .hero-character img{filter:drop-shadow(0 25px 35px #03050f75)}
html[data-theme="dark"] .speech,html[data-theme="dark"] .game-float,html[data-theme="dark"] .game-sticker{color:#121629}
html[data-theme="dark"] .duel-chip{background:#1d253bcc;border-color:#46516b}
html[data-theme="dark"] .button{background:#edf1ff;color:#121629}
html[data-theme="dark"] .button:hover{background:#bed0ff;color:#121629;box-shadow:0 12px 35px #070c2045}
html[data-theme="dark"] .apple{fill:currentColor}
html[data-theme="dark"] .story{background:#142797}
html[data-theme="dark"] .moments{background:#1c2538}
html[data-theme="dark"] .moments-copy>p:not(.eyebrow){color:var(--muted)}
html[data-theme="dark"] .round-label,html[data-theme="dark"] .next-tag{color:#121629}
html[data-theme="dark"] .coming-label{background:#283256;color:#ced8ff}
html[data-theme="dark"] .next-copy .release-note{color:var(--muted)}
html[data-theme="dark"] .finale{background:#233bcc}
html[data-theme="dark"] .finale .button{color:#2544c6}
html[data-theme="dark"] .skip-link{background:#edf1ff;color:#121629}
html[data-theme="dark"] .legal-page{background:radial-gradient(ellipse at 0 30%,#172949,transparent 50%),radial-gradient(ellipse at 100% 70%,#30251f,transparent 50%),var(--paper)}
html[data-theme="dark"] .support-panel,html[data-theme="dark"] .privacy-panel{background:#192030;box-shadow:0 16px 50px #0002}
html[data-theme="dark"] .support-field input,html[data-theme="dark"] .support-field textarea{background:#111827;border-color:#64748b}
html[data-theme="dark"] .support-status[data-kind="success"]{background:#173b2b;color:#b4ecc8;border-color:#3a7552}
html[data-theme="dark"] .support-status[data-kind="error"]{background:#42271f;color:#ffd0b6;border-color:#865241}
@media(max-width:560px){.header{gap:10px}.header .wordmark{font-size:29px}.language-picker select{max-width:132px}.theme-toggle{width:40px;height:40px;flex-basis:40px;padding:9px}}
