:root{color-scheme:light dark;--bg-scale: 1;--bg-hue: 0deg;--bg-base: #0b1120;--bg-1: rgba(37, 99, 235, .38);--bg-2: rgba(16, 185, 129, .32);--bg-3: rgba(250, 204, 21, .28);--bg-4: rgba(249, 115, 22, .36);--bg-filter: saturate(1.2) brightness(1.02);--grid-line: rgba(148, 163, 184, .1);--noise-opacity: .08;--term-border: rgba(148, 163, 184, .18)}[data-theme=light]{--term-border: rgba(71, 85, 105, .18);--grid-line: rgba(71, 85, 105, .12);--noise-opacity: .06}body{margin:0;overflow-x:clip;background:transparent!important}html,#root{background:transparent!important}.app-shell{position:relative;min-height:100vh;z-index:0;background-color:var(--bg-base);overflow-x:clip;isolation:isolate}.bg-layer{position:fixed;top:-20%;left:-20%;width:140vw;height:140vh;z-index:0;pointer-events:none;background-color:var(--bg-base);background:linear-gradient(115deg,transparent 0%,var(--bg-1) 18%,transparent 42%),linear-gradient(245deg,transparent 8%,var(--bg-2) 38%,transparent 68%),conic-gradient(from 220deg at 52% 44%,transparent 0deg,var(--bg-3) 74deg,transparent 145deg,var(--bg-4) 224deg,transparent 320deg),linear-gradient(180deg,rgba(255,255,255,.02),transparent 32%,rgba(0,0,0,.1)),var(--bg-base);background-size:140% 140%,150% 150%,130% 130%,100% 100%,100% 100%;background-position:0% 30%,80% 20%,50% 50%,0 0,0 0;animation:shimmer 30s ease-in-out infinite,bgFloat 60s ease-in-out infinite;transform-origin:center;filter:var(--bg-filter) hue-rotate(var(--bg-hue))}.bg-layer:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(var(--grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--grid-line) 1px,transparent 1px);background-size:42px 42px;-webkit-mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 70%,transparent);mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 70%,transparent);opacity:.4;pointer-events:none}.bg-layer:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='1'/%3E%3C/svg%3E");background-repeat:repeat;background-size:160px 160px;opacity:var(--noise-opacity);mix-blend-mode:soft-light;pointer-events:none;z-index:1}.app-shell.theme-light .bg-layer:after{opacity:var(--noise-opacity);mix-blend-mode:multiply}.app-shell:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.18) 100%),linear-gradient(90deg,rgba(0,0,0,.22),transparent 20%,transparent 80%,rgba(0,0,0,.22))}.app-shell.theme-light:after{background:linear-gradient(180deg,transparent 0%,rgba(255,255,255,.2) 100%),linear-gradient(90deg,rgba(255,255,255,.42),transparent 20%,transparent 80%,rgba(255,255,255,.42))}.app-shell>*:not(.bg-layer){position:relative;z-index:1}@keyframes shimmer{0%{opacity:.9}50%{opacity:1}to{opacity:.92}}@keyframes bgFloat{0%{transform:translateZ(0) rotate(0) scale(var(--bg-scale))}25%{transform:translate3d(36px,-14px,0) rotate(-.5deg) scale(var(--bg-scale))}50%{transform:translate3d(0,-22px,0) rotate(0) scale(var(--bg-scale))}75%{transform:translate3d(-36px,-14px,0) rotate(.5deg) scale(var(--bg-scale))}to{transform:translateZ(0) rotate(0) scale(var(--bg-scale))}}.scroll-progress{position:fixed;top:0;left:0;width:100%;height:2px;z-index:200;pointer-events:none;transform-origin:left;transform:scaleX(0);background:linear-gradient(90deg,#38bdf8,#f59e0b)}.landing-header{position:sticky;top:0;z-index:100;transition:background-color .3s ease,backdrop-filter .3s ease;border-bottom:1px solid transparent}.landing-header.scrolled{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-bottom-color:var(--term-border)}.app-shell.theme-dark .landing-header.scrolled{background-color:#0b1120e6}.app-shell.theme-light .landing-header.scrolled{background-color:#f8fafce6}.reveal{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal[data-revealed=true]{opacity:1;transform:translateY(0)}.reveal-card{opacity:0;transform:translateY(16px);transition:opacity .7s ease,transform .7s ease}.reveal-card[data-revealed=true]{opacity:1;transform:translateY(0)}.reveal-left{opacity:0;transform:translate(-60px);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1)}.reveal-left[data-revealed=true]{opacity:1;transform:translate(0)}.reveal-right{opacity:0;transform:translate(60px);transition:opacity .8s ease,transform .8s cubic-bezier(.16,1,.3,1)}.reveal-right[data-revealed=true]{opacity:1;transform:translate(0)}.heat-blob{animation:heatBlobFloat 6s ease-in-out infinite;animation-play-state:paused}.in-view .heat-blob{animation-play-state:running}@keyframes heatBlobFloat{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(0,-10px,0) scale(1.05)}}.section-label{font-size:11px;letter-spacing:2px;text-transform:lowercase;opacity:.35;-webkit-user-select:none;user-select:none}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}.reveal,.reveal-card,.reveal-left,.reveal-right{opacity:1;transform:none}}
