@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Inter:wght@300;400;500;600;700&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0A0D1A;--surface:#12152A;--surface-2:#1A1D36;--border:rgba(255,255,255,0.08);--text:#F1F0F3;--text-secondary:#9B97A8;--text-muted:#65617A;--accent:#00E5A0;--accent-bg:rgba(0,229,160,0.12);--violet:#7C3AED;--violet-bg:rgba(124,58,237,0.12);--font-heading:"DM Sans",system-ui,sans-serif;--font-body:"Inter",system-ui,sans-serif}html{scroll-behavior:smooth}body{font-family:var(--font-body);background:var(--bg);color:var(--text);font-size:14px;line-height:1.6;-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading)}