:root{--bg-dark:#0f1117;--bg-card:#1a1d27;--text-primary:#e8eaf0;--text-muted:#8b8fa3;--accent:#3b82f6;--accent-glow:rgba(59, 130, 246, 0.25);--border:rgba(255, 255, 255, 0.06);--radius:8px}*,::before,::after{margin:0;padding:0;box-sizing:border-box}body{font-family:"Inter","Segoe UI",system-ui,-apple-system,sans-serif;background:var(--bg-dark);color:var(--text-primary);min-height:100vh;display:flex;align-items:center;justify-content:center}.hero{text-align:center;padding:2rem}.hero h1{font-size:1.5rem;font-weight:600;letter-spacing:-.01em;margin-bottom:.5rem}.hero p{font-size:.85rem;color:var(--text-muted)}