@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--bg-color:#050505;--text-color:#ededed;--accent:#5e5e5e;--surface:#111;--surface-border:#222}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;width:100%;min-height:100vh;font-family:Inter,sans-serif;overflow-x:hidden}html.lenis{height:auto}.lenis.lenis-smooth{scroll-behavior:auto}.lenis.lenis-smooth [data-lenis-prevent]{overscroll-behavior:contain}.lenis.lenis-stopped{overflow:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.02em;font-weight:500}h1{font-size:clamp(3rem,6vw,5.5rem);line-height:1.05}h2{font-size:clamp(2rem,5vw,4rem);line-height:1.1}p{color:#a0a0a0;font-size:1.125rem;line-height:1.6}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 5vw}.section{padding:8rem 0;position:relative}.panel{background:var(--surface);border:1px solid var(--surface-border);border-radius:12px;padding:2rem}
