:root{--bg:#0a0a0f;--panel:#14141c;--border:#2a2a38;--gold:#d9b061;--text:#e8e6df;--muted:#9a9788}*{box-sizing:border-box}body,html{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,sans-serif;min-height:100vh}.landing{min-height:100vh;justify-content:center;gap:1.5rem;padding:2rem}.landing,.welcome{display:flex;flex-direction:column;align-items:center}.welcome{gap:1rem;text-align:center}.welcome h1{font-weight:500;letter-spacing:.04em;color:var(--gold)}.enter{color:var(--bg);background:var(--gold);padding:.7rem 1.4rem;border-radius:999px;text-decoration:none;font-weight:600}