@font-face{font-family:Inter;src:url('./Inter.woff2') format('woff2');font-weight:100 900;font-display:swap}
:root{color-scheme:light;--bg:#faf9f6;--text:#151b24;--muted:#555b65;--accent:#d58238;--control:#ffffff;--border:#dad7d1;--selected:#eee4d8;--focus:#98511a}
:root[data-theme=dark]{color-scheme:dark;--bg:#10141b;--text:#f5f7fa;--muted:#b6bdc8;--control:#191f28;--border:#343c47;--selected:#3d2e23;--focus:#e6a05f}
@media(prefers-color-scheme:dark){:root:not([data-theme]){color-scheme:dark;--bg:#10141b;--text:#f5f7fa;--muted:#b6bdc8;--control:#191f28;--border:#343c47;--selected:#3d2e23;--focus:#e6a05f}}
*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;-webkit-font-smoothing:antialiased}
.page{min-height:100vh;min-height:100svh;display:grid;place-items:center;padding:100px 24px;text-align:center}.content{width:100%;max-width:650px}
.logo{width:min(370px,90%);margin:0 auto 40px}.logo img{display:block;width:100%;height:auto}.logo .logo-dark{display:none}
:root[data-theme=dark] .logo-light{display:none}:root[data-theme=dark] .logo-dark{display:block}
@media(prefers-color-scheme:dark){:root:not([data-theme]) .logo-light{display:none}:root:not([data-theme]) .logo-dark{display:block}}
h1{font-size:clamp(30px,4.5vw,48px);line-height:1.15;letter-spacing:-.045em;font-weight:650;text-wrap:balance;margin:0 auto 22px}
p{margin:0;font-size:17px;line-height:1.65;color:var(--muted);text-wrap:balance}time{white-space:nowrap;font-weight:600;color:var(--text)}.divider{width:32px;height:3px;background:var(--accent);margin:26px auto}.return{font-size:15px}
.theme-switch{position:absolute;right:max(20px,env(safe-area-inset-right));top:max(20px,env(safe-area-inset-top));display:flex;gap:3px;padding:4px;border:1px solid var(--border);border-radius:30px;background:var(--control)}.theme-switch[hidden]{display:none}
.theme-switch button{display:grid;place-items:center;width:44px;height:44px;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.theme-switch button:hover{color:var(--text);background:var(--selected)}.theme-switch button[aria-pressed=true]{background:var(--selected);color:var(--text)}.theme-switch button:focus-visible{outline:2px solid var(--focus);outline-offset:2px}.theme-switch svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:380px){.page{padding:100px 20px}p{font-size:16px}.return{font-size:14px}.logo{margin-bottom:34px}.theme-switch{top:16px;right:16px}}
