@font-face{font-family:InterTight;src:url('/fonts/inter-tight-latin.woff2') format('woff2');font-display:swap}
:root{color-scheme:dark;--orange:#ff5a1f;--paper:#f4f2ed;--ink:#11110f}
*{box-sizing:border-box}
body{margin:0;min-height:100svh;display:grid;place-items:center;background:#0d0d0c;color:var(--paper);font-family:InterTight,Arial,sans-serif;letter-spacing:0}
main{width:min(100% - 40px,440px);padding:28px 0}
img{display:block;margin-bottom:72px;filter:brightness(0) invert(1)}
.eyebrow{font:600 12px/1.3 ui-monospace,SFMono-Regular,monospace;color:var(--orange);margin:0 0 16px}
h1{font-size:clamp(48px,14vw,72px);line-height:.94;font-weight:600;margin:0 0 24px}
.intro{font-size:19px;line-height:1.45;color:#bdbdb6;margin:0 0 40px;max-width:36ch}
button{width:100%;min-height:54px;border:0;border-radius:6px;background:var(--orange);color:var(--ink);font:700 16px/1 InterTight,Arial,sans-serif;cursor:pointer}
button:focus-visible{outline:3px solid var(--paper);outline-offset:3px}
button:disabled{opacity:.55;cursor:wait}
#status{min-height:24px;margin:18px 0 0;color:#bdbdb6;font-size:14px}
@media (max-width:480px){main{width:min(100% - 32px,440px)}img{margin-bottom:56px}}
