@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@300;400;500;600;700&family=Inter:wght@300;400;700&display=swap");:root{--bg:#0a0b10;--surface:#12131a;--text:#c8cad0;--heading-color:#eef0f5;--accent:#6366f1;--muted:#3a3d4a;--panel:#12131a;--panel-strong:hsla(0,0%,100%,.09);--accent2:#7c5cfc;--border:hsla(0,0%,100%,.08);--font-display:"Space Grotesk",serif;--font-body:"Inter",sans-serif;--ease:cubic-bezier(0.23,1,0.32,1);--hero-overlay:linear-gradient(180deg,rgba(10,11,16,.55),rgba(10,11,16,.85))}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);-webkit-font-smoothing:antialiased}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);color:var(--heading-color)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%;height:auto}*,:after,:before{box-sizing:border-box}body,html{overflow-x:hidden}img,video{max-width:100%;height:auto}section{overflow-x:hidden}