:root{--bg:#0a0c10;--text:#f2efe8;--muted:#a39e93;--gold:#d4af64;--gold-b:#f0d78c;--card:#161a23;--border:rgba(255,255,255,.08);--font:"DM Sans",system-ui,sans-serif;--serif:"Instrument Serif",Georgia,serif}
*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font);background:var(--bg);color:var(--text);min-height:100dvh;display:grid;place-items:center;padding:1.5rem;line-height:1.6}
.card{max-width:420px;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:2rem 1.5rem;text-align:center}
.kicker{color:var(--gold);font-size:.78rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:.75rem}
h1{font-family:var(--serif);font-weight:400;font-size:1.75rem;line-height:1.2;margin-bottom:.75rem}
p{color:var(--muted);font-size:.98rem;margin-bottom:1.5rem}
a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:.7rem 1.25rem;border-radius:999px;background:linear-gradient(135deg,var(--gold-b),var(--gold));color:#1a1408;font-weight:600;text-decoration:none}
a:focus-visible{outline:2px solid var(--gold);outline-offset:3px}
