:root{--bg:#0b0b0f;--fg:#f5f5f7;--accent:#6ee7b7;--muted:#9ca3af}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--fg);-webkit-font-smoothing:antialiased;margin:0;padding:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}main{place-items:center;min-height:100dvh;padding:2rem;display:grid}.card{text-align:center;max-width:720px;animation:.7s ease-out both fade-up}.eyebrow{color:var(--accent);letter-spacing:.18em;text-transform:uppercase;margin-bottom:1rem;font-size:.78rem;font-weight:600;animation:.7s ease-out 80ms both fade-up;display:inline-block}h1{margin:0 0 1rem;font-size:clamp(2rem,6vw,3.75rem);line-height:1.05;animation:.7s ease-out .16s both fade-up}p.lead{color:var(--muted);max-width:52ch;margin:0 auto 2rem;font-size:1.05rem;line-height:1.6;animation:.7s ease-out .24s both fade-up}.status{color:var(--accent);border:1px solid #6ee7b74d;border-radius:999px;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.85rem;animation:.7s ease-out .32s both fade-up;display:inline-flex}.dot{background:var(--accent);border-radius:50%;width:8px;height:8px;animation:1.8s infinite pulse;box-shadow:0 0 #6ee7b799}@keyframes fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{box-shadow:0 0 #6ee7b799}70%{box-shadow:0 0 0 10px #6ee7b700}to{box-shadow:0 0 #6ee7b700}}
