:root{color-scheme:light}
:root[data-theme=dark]{color-scheme:dark;--paper:#19161d;--ink:#f4efe8;--muted:#b6aebc;--line:#51425b;--blue:#dbb5f2;--a-ink:var(--ink);--a-muted:var(--muted);--a-line:var(--line);--a-surface:#29232f;--a-blue:var(--blue)}
/* Warm graphite and dusty lilac echo the mascot without tinting the artwork. */
:root[data-theme=dark] header,:root[data-theme=dark] .hero,:root[data-theme=dark] .closing{background:#382443;color:var(--ink)}
:root[data-theme=dark] .hero .eyebrow,:root[data-theme=dark] .closing .eyebrow{color:#ceb5dc}
:root[data-theme=dark] .hero .lead{color:#ded5e1}
:root[data-theme=dark] .platforms,:root[data-theme=dark] .art-note,:root[data-theme=dark] .hero-bottom{color:#b6aebc}
:root[data-theme=dark] .hero-bottom{border-color:var(--line)}
:root[data-theme=dark] .hero-art img{filter:drop-shadow(0 25px 28px #09060e70)}
:root[data-theme=dark] .orbit{border-color:#ceb5dc28}
:root[data-theme=dark] .orbit:after{border-color:#ceb5dc18}
:root[data-theme=dark] .location{background:#242029}
:root[data-theme=dark] .text-link{border-color:#ceb5dc66}
:root[data-theme=dark] .button{background:#dbb5f2;color:#241c2c}
:root[data-theme=dark] .button:hover{background:#e0c8eb}
:root[data-theme=dark] .button.light{background:#dbb5f2;color:#241c2c}
:root[data-theme=dark] .button.light:hover{background:#e0c8eb}
:root[data-theme=dark] .skip{background:#302835;color:var(--ink)}
:root[data-theme=dark] .nav-cta{border-color:#786781}
:root[data-theme=dark] .site-theme-switch{border-color:#786781;background:#242029}
:root[data-theme=dark] .site-theme-switch button{color:#b6aebc}
:root[data-theme=dark] .site-theme-switch button:hover{background:#3b333f;color:#f4efe8}
:root[data-theme=dark] .site-theme-switch button[aria-pressed=true]{background:#dbb5f2;color:#241c2c}
:root[data-theme=dark] .site-theme-switch button[aria-pressed=true]:hover{background:#e0c8eb;color:#241c2c}
:root[data-theme=dark] :is(a,button,summary):focus-visible{outline-color:#ceb5dc}
.site-theme-switch{display:flex;gap:3px;min-width:0;border:1px solid #ffffff50;border-radius:12px;padding:3px;margin:0;background:#ffffff0a}
.site-theme-switch button{display:grid;place-items:center;width:34px;height:34px;padding:0;border:0;border-radius:8px;background:transparent;color:#cfdaff;cursor:pointer;transition:background .15s,color .15s}
.site-theme-switch button[aria-pressed=true]{background:#ffffff;color:#2454e6}
.site-theme-switch button:hover{background:#ffffff25;color:white}
.site-theme-switch button[aria-pressed=true]:hover{background:#e2e9ff;color:#2454e6}
.site-theme-switch svg{width:17px;height:17px;stroke-linecap:round;stroke-linejoin:round}
.site-theme-switch button:focus-visible{outline:2px solid white;outline-offset:3px}
.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
header .navigation{gap:24px}header nav{margin-left:auto;gap:24px}
@media(max-width:600px){header .navigation{gap:10px}header nav{gap:10px}header nav>a:not(.nav-cta){display:none}.site-theme-switch button{width:34px;height:38px}.site-theme-switch{gap:1px;padding:2px}.nav-cta{padding:11px 12px}}
@media(prefers-reduced-motion:reduce){.site-theme-switch button{transition:none}}
