@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600&display=swap";
:root{--bg:#f5f7fa;--surface:#fff;--surface2:#eef2ff;--border:#e8edf8;--border-strong:#c7d2f0;--violet:#7c5cfc;--violet-light:#a78bfa;--violet-dim:#ede9fe;--neon:#4dffd2;--neon-dim:#d1fdf3;--neon2:#6385ff;--text:#0f172a;--text-secondary:#334155;--muted:#64748b;--muted-light:#94a3b8;--danger:#ef4444;--success:#10b981}*{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{background-color:var(--bg);color:var(--text);font-family:Inter,sans-serif;font-weight:400;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--text);font-family:Satoshi,sans-serif;font-weight:700;line-height:1.2}a{color:inherit;text-decoration:none}input,textarea,select{font-family:Inter,sans-serif}
