:root{--bg:#fafafa;--fg:#111;--accent:#c00;--muted:#6b6b6b}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);min-height:100vh;margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif}main{justify-content:center;align-items:center;min-height:100vh;padding:2rem;display:flex}.landing{text-align:center;max-width:560px}.landing h1{letter-spacing:-.01em;margin-bottom:.75rem;font-size:1.75rem}.landing p{color:var(--muted);margin-bottom:1.5rem;line-height:1.6}.landing a.cta{background:var(--fg);color:#fff;letter-spacing:.04em;text-transform:uppercase;border-radius:4px;padding:.75rem 1.25rem;font-size:.85rem;font-weight:500;text-decoration:none;display:inline-block}.landing a.cta:hover{background:var(--accent)}.landing .links{color:var(--muted);margin-top:2rem;font-size:.85rem}.landing .links a{color:var(--muted);margin:0 .5rem}
