@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";:root{--color-background: #07101F;--color-accent: #00E5CC;--color-text: #EDF4FF;--color-error: #FF6B6B;--color-success: #4ADE80;--color-warning: #FBBF24;--color-surface: #0D1B2E;--font-primary: "Inter", system-ui, sans-serif}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:var(--font-primary);background-color:var(--color-background);color:var(--color-text);overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media(hover:hover)and (pointer:fine){.landing,.landing *,.landing *:before,.landing *:after{cursor:none!important}}a{text-decoration:none;color:inherit}.section-eyebrow{font-size:.7rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:1rem}.section-title{font-size:clamp(1.75rem,3.5vw,3rem);font-weight:800;letter-spacing:-.03em;line-height:1.15;color:var(--color-text);margin-bottom:1rem}.section-subtitle{font-size:1.05rem;color:#edf4ff80;line-height:1.75}
