@import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Inter:wght@300;400;700&display=swap");:root{--bg:#050f23;--surface:#0f1a2e;--text:#e2e8f0;--heading-color:#fff;--accent:#2563eb;--muted:#64748b;--panel:#0f1a2e;--panel-strong:hsla(0,0%,100%,.95);--accent2:#64748b;--border:rgba(229,231,235,.6);--font-display:"Inter",serif;--font-body:"Inter",sans-serif;--ease:cubic-bezier(0.23,1,0.32,1);--hero-overlay:linear-gradient(135deg,rgba(10,20,40,.55),rgba(5,15,35,.65))}*{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}