@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&family=Inter:wght@300;400;500&display=swap";:root{--color-bg-deep:#02010a;--color-bg-mid:#0a0a1a;--color-accent-primary:#5a3dff;--color-accent-secondary:#00d2ff;--color-text-primary:#fff;--color-text-muted:#fff9;--glass-bg:#14142366;--glass-border:#ffffff14;--glass-shadow:0 8px 32px 0 #0000005e;--glass-blur:blur(12px)}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-bg-deep);color:var(--color-text-primary);-webkit-font-smoothing:antialiased;filter:contrast(1.3)saturate(1.25);font-family:Inter,sans-serif;overflow-x:hidden}h1,h2,h3,h4,h5,h6{letter-spacing:-.03em;font-family:Outfit,sans-serif}.canvas-container{z-index:0;pointer-events:none;filter:contrast(1.3)saturate(1.25);width:100vw;height:100vh;position:fixed;top:0;left:0}.content-layer{z-index:10;position:relative}.glass-panel{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);box-shadow:var(--glass-shadow);border-radius:24px}.hero-title{background:linear-gradient(90deg,#fff,#a5a5b5);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1rem;font-size:clamp(3rem,8vw,7rem);font-weight:800;line-height:1}.hero-subtitle{color:var(--color-text-muted);max-width:600px;font-size:clamp(1rem,2vw,1.5rem);font-weight:300}.flex-center{justify-content:center;align-items:center;display:flex}.section{flex-direction:column;justify-content:center;min-height:100vh;padding:4rem 2rem;display:flex}.container{width:100%;max-width:1200px;margin:0 auto}
