body{margin:0;font-family:system-ui;background:#000;color:#eee;display:flex;
justify-content:center;align-items:center;min-height:100vh;font-size:1rem}
.container{max-width:720px;margin:0 auto;padding:20px}
h1{font-weight:600;margin-bottom:24px;font-size:1rem;}
h2{margin-bottom:12px;letter-spacing:.4px}
p{color:#cfcfcf;margin-bottom:22px;max-width:620px}
:root{--bg:#0e1116;--text:#e6e8eb;--muted:#9aa3ad;--border:#1f2630}
.cta{margin:10px;display:flex;gap:20px}
.cta a{text-decoration:none;padding:14px 28px;border:1px dotted #fff;
border-radius:4px;font-weight:500;transition:background .2s ease}
.signup,.login{background-color:#000;color:#fff}
.signup:hover,.login:hover{background-color:#333}
@media (max-width: 480px) {.container{padding:2px}img{max-width:99%;}}