:root{--color-bg: #010409;--color-bg-alt: #060a14;--color-bg-elevated: rgba(255, 255, 255, .03);--color-bg-final-cta: #060a14;--color-text: #ffffff;--color-muted: #bdbdd9;--color-accent: #6243ff;--color-accent-rgb: 98, 67, 255;--color-accent-12: rgba(98, 67, 255, .12);--color-accent-16: rgba(98, 67, 255, .16);--color-accent-20: rgba(98, 67, 255, .2);--color-accent-30: rgba(98, 67, 255, .3);--color-lime: #f5ff66;--color-lime-12: rgba(245, 255, 102, .12);--color-lime-20: rgba(245, 255, 102, .2);--color-pain: #f43f5e;--color-pain-border: rgba(244, 63, 94, .2);--color-pain-bg: rgba(244, 63, 94, .05);--font-sans: "Inter", system-ui, sans-serif;--fs-eyebrow: 14px;--lh-eyebrow: 20px;--fs-body: 16px;--lh-body: 26px;--fs-h2: 48px;--lh-h2-single: 52px;--lh-h2-multi: 58px;--w-inner: 1200px;--w-content: 1160px;--w-text-block: 920px;--hero-frame-max-w: 1398px;--hero-inner-max-w: 1158px;--hero-content-pad-top: 208px;--hero-section-gap: 60px;--hero-character-opacity: .4}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}html,body{margin:0;padding:0;background:#010409;color:#bdbdd9;font-family:Inter,system-ui,sans-serif}.hero-entrance{animation:heroEntrance 1s cubic-bezier(.16,1,.3,1) both}.hero-entrance-delay-1{animation-delay:.3s}.hero-entrance-delay-2{animation-delay:.6s}.hero-entrance-delay-3{animation-delay:.9s}@keyframes heroEntrance{0%{opacity:0;transform:translateY(40px);filter:blur(6px)}to{opacity:1;transform:translateY(0);filter:blur(0)}}@media (prefers-reduced-motion: reduce){.hero-entrance{animation:none;opacity:1;transform:none}}.cta-pulse{animation:ctaPulse 2.5s ease-in-out infinite}@keyframes ctaPulse{0%,to{box-shadow:0 0 20px #6243ff40}50%{box-shadow:0 0 35px #6243ff73}}
