*{margin:0;padding:0;box-sizing:border-box}:root{--bg:#0a0a0f;--surface:#141420;--accent:#6c63ff;--accent-glow:rgba(108,99,255,0.3);--text:#e4e4e7;--text-muted:#71717a}body{font-family:Inter,sans-serif;background:var(--bg);color:var(--text)}.hero,body{min-height:100vh}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem}.hero h1{font-size:3rem;font-weight:800;background:linear-gradient(135deg,var(--accent),#a78bfa,#ec4899);-webkit-background-clip:text;-webkit-text-fill-color:transparent;margin-bottom:1rem}.hero p{color:var(--text-muted);font-size:1.1rem;max-width:500px}.badge{margin-top:2rem;padding:8px 20px;border-radius:100px;background:var(--surface);border:1px solid rgba(108,99,255,.3);color:var(--accent);font-size:.8rem;font-weight:600}