@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--bg:#0f0f1a;--surface:#1a1a2e;--surface-2:#1e1e36;--border:#3a3a5c;--text-primary:#ffffff;--text-secondary:#a0a0c0;--text-muted:#6b6b8a;--accent:#7c3aed;--accent-light:#a855f7;--accent-pink:#ec4899;--accent-warm:#f59e0b}html{scroll-behavior:smooth}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background:var(--bg);color:var(--text-primary);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--accent-light);text-decoration:none}a:hover{text-decoration:underline}