:root{--human: #2D7DFF;--agent: #00E87E;--data: #E8E8E8;--infra: #FF4D4D;--core: #FF6B35;--bg: #0F0F12;--bg-elevated: #1A1A1E;--text: #F5F5F7;--muted: #666;--border: #222}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{width:100%;min-height:100vh;background:var(--bg);font-family:Space Grotesk,-apple-system,sans-serif;color:var(--text);cursor:none;overflow-x:hidden}::selection{background:var(--core);color:var(--bg)}.cursor{position:fixed;width:8px;height:8px;background:var(--text);border-radius:50%;pointer-events:none;z-index:10050;mix-blend-mode:difference;transition:transform .2s cubic-bezier(.16,1,.3,1)}.cursor.hover{transform:scale(6)}.cursor.clicking{transform:scale(3)}.cursor-follower{position:fixed;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;pointer-events:none;z-index:10049;transition:all .4s cubic-bezier(.16,1,.3,1)}.cursor-follower.hover{width:80px;height:80px;border-color:var(--core);background:#ff6b351a}.cursor-label{position:fixed;font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--text);pointer-events:none;z-index:10051;opacity:0;transition:opacity .3s ease;white-space:nowrap}.cursor-label.visible{opacity:1}.hero{position:relative;width:100%;height:100vh;overflow:hidden}#canvas-container{position:absolute;top:0;left:0;width:100%;height:100%}.gradient-orb{position:absolute;border-radius:50%;filter:blur(80px);opacity:.15;pointer-events:none;z-index:0}.gradient-orb.orb-1{width:600px;height:600px;background:var(--human);top:-200px;right:-100px}.gradient-orb.orb-2{width:500px;height:500px;background:var(--infra);bottom:-150px;left:-100px}.ui{position:absolute;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:100}.hero-content{position:absolute;top:50%;left:48px;transform:translateY(-50%);max-width:min(420px,35vw);z-index:10}.hero-label{display:inline-flex;align-items:center;gap:8px;font-size:11px;letter-spacing:.2em;color:var(--core);margin-bottom:24px;text-transform:uppercase}.hero-label-dot{width:6px;height:6px;background:var(--core);border-radius:50%;animation:pulse-dot 2s ease-in-out infinite}@keyframes pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.hero-title{font-family:Syne,sans-serif;font-size:clamp(40px,6vw,72px);font-weight:800;line-height:1.05;margin-bottom:24px;letter-spacing:-.02em}.hero-title .highlight{color:var(--core);position:relative;display:inline-block}.hero-desc{font-size:16px;line-height:1.7;color:var(--muted);margin-bottom:40px;max-width:400px}.header{position:fixed;top:0;left:0;right:0;padding:24px 48px;display:flex;justify-content:space-between;align-items:center;z-index:1000;background:linear-gradient(to bottom,var(--bg) 0%,transparent 100%)}.logo{display:flex;align-items:center;gap:12px;pointer-events:auto;cursor:none}.logo-mark{width:32px;height:32px;position:relative}.logo-mark svg{width:100%;height:100%}.logo-text{font-family:Syne,sans-serif;font-size:15px;font-weight:700;letter-spacing:.05em}.nav{display:flex;align-items:center;gap:32px}.nav-item{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);pointer-events:auto;cursor:none;transition:color .3s ease;position:relative}.nav-item:hover{color:var(--text)}.btn-waitlist{display:flex;align-items:center;gap:8px;padding:12px 24px;background:var(--text);color:var(--bg);font-size:11px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;border:none;border-radius:100px;pointer-events:auto;cursor:none;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden;position:relative}.btn-waitlist:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s ease}.btn-waitlist:hover{transform:scale(1.05);box-shadow:0 10px 40px #fff3}.btn-waitlist:hover:before{left:100%}.btn-icon{width:16px;height:16px;transition:transform .3s ease}.btn-waitlist:hover .btn-icon{transform:translate(4px)}.btn-primary{display:flex;align-items:center;gap:12px;padding:18px 32px;background:var(--core);color:var(--bg);font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:4px;cursor:none;transition:all .4s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.btn-primary:after{content:"";position:absolute;top:50%;left:50%;width:0;height:0;background:#fff3;border-radius:50%;transform:translate(-50%,-50%);transition:width .6s ease,height .6s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 20px 40px #ff6b354d}.btn-primary:hover:after{width:300px;height:300px}.btn-primary span{position:relative;z-index:1}.btn-secondary{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--muted);background:none;border:none;cursor:none;transition:color .3s ease}.btn-secondary:hover{color:var(--text)}.btn-secondary svg{transition:transform .3s ease}.btn-secondary:hover svg{transform:rotate(45deg)}.cta-group{display:flex;align-items:center;gap:24px;pointer-events:auto}#loading{position:fixed;top:0;left:0;right:0;bottom:0;background:var(--bg);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:100000;transition:opacity .8s ease,visibility .8s ease}#loading.hidden{opacity:0;visibility:hidden}.loader-logo{margin-bottom:32px}.loader-logo svg{width:48px;height:48px;animation:rotate-loader 3s linear infinite}@keyframes rotate-loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loader-text{font-family:Syne,sans-serif;font-size:11px;letter-spacing:.4em;text-transform:uppercase;margin-bottom:24px}.loader-bar{width:200px;height:2px;background:var(--border);border-radius:2px;overflow:hidden}.loader-progress{width:0%;height:100%;background:var(--core);animation:load-progress 2s cubic-bezier(.16,1,.3,1) forwards}@keyframes load-progress{0%{width:0%}50%{width:70%}to{width:100%}}.noise{position:fixed;top:0;left:0;right:0;bottom:0;pointer-events:none;z-index:9998;opacity:.015;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)'/%3E%3C/svg%3E")}.sector-panel{position:absolute;bottom:100px;right:48px;width:280px;max-width:calc(100% - 96px);opacity:0;transition:all .6s cubic-bezier(.16,1,.3,1);pointer-events:none;z-index:50}.sector-panel.active{opacity:1;pointer-events:auto}.sector-panel-inner{background:var(--bg-elevated);border:1px solid var(--border);border-radius:12px;padding:28px;transform:translateY(20px);transition:transform .6s cubic-bezier(.16,1,.3,1)}.sector-panel.active .sector-panel-inner{transform:translateY(0)}.sector-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px}.sector-index{font-family:Syne,sans-serif;font-size:48px;font-weight:800;line-height:1;transition:color .4s ease}.sector-status{display:flex;align-items:center;gap:6px;font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--agent)}.sector-status-dot{width:6px;height:6px;background:var(--agent);border-radius:50%;animation:pulse-dot 1.5s ease-in-out infinite}.sector-name{font-family:Syne,sans-serif;font-size:20px;font-weight:700;margin-bottom:12px;transition:color .4s ease}.sector-desc{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:24px}.sector-stats{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding-top:20px;border-top:1px solid var(--border)}.sector-stat-value{font-family:Space Mono,monospace;font-size:18px;font-weight:700}.sector-stat-label{font-size:10px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted);margin-top:4px}.sector-cta{display:flex;align-items:center;justify-content:space-between;margin-top:24px;padding:16px;background:#ffffff08;border-radius:8px;cursor:none;transition:background .3s ease}.sector-cta:hover{background:#ffffff0f}.sector-cta-text{font-size:12px;font-weight:500}.sector-cta-arrow{width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--text);border-radius:50%;transition:transform .3s ease}.sector-cta:hover .sector-cta-arrow{transform:translate(4px)}.sector-cta-arrow svg{width:10px;height:10px}.bottom-bar{position:absolute;bottom:32px;left:48px;right:400px;display:flex;justify-content:space-between;align-items:flex-end}.scroll-indicator{display:flex;flex-direction:column;gap:12px}.scroll-text{font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--muted)}.scroll-line{width:1px;height:60px;background:var(--border);position:relative;overflow:hidden}.scroll-line:after{content:"";position:absolute;top:-100%;left:0;width:100%;height:50%;background:var(--text);animation:scroll-down 2s ease-in-out infinite}@keyframes scroll-down{0%{top:-50%}50%{top:100%}to{top:100%}}.live-stats{display:flex;gap:48px}.live-stat{text-align:right}.live-stat-value{font-family:Space Mono,monospace;font-size:24px;font-weight:700;display:flex;align-items:baseline;justify-content:flex-end;gap:4px}.live-stat-value .unit{font-size:12px;color:var(--muted)}.live-stat-label{font-size:10px;letter-spacing:.15em;text-transform:uppercase;color:var(--muted);margin-top:6px}.live-stat-change{font-size:10px;color:var(--agent);margin-top:4px}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);z-index:10100;opacity:0;visibility:hidden;transition:all .4s ease;display:flex;align-items:center;justify-content:center;pointer-events:none}.modal-overlay.active{opacity:1;visibility:visible;pointer-events:auto}body.modal-open #canvas-container{pointer-events:none!important}body.modal-open,body.modal-open *{cursor:auto!important}body.modal-open .cursor,body.modal-open .cursor-follower,body.modal-open .cursor-label{display:none!important}.modal{background:var(--bg-elevated);border:1px solid var(--border);border-radius:16px;padding:48px;max-width:440px;width:90%;transform:translateY(20px) scale(.95);transition:transform .4s cubic-bezier(.16,1,.3,1);pointer-events:auto}.modal-overlay.active .modal{transform:translateY(0) scale(1)}.modal-close{position:absolute;top:20px;right:20px;width:40px;height:40px;background:transparent;border:1px solid var(--border);border-radius:50%;color:var(--muted);cursor:pointer!important;pointer-events:auto;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal-close:hover{border-color:var(--text);color:var(--text)}.modal-icon{width:56px;height:56px;background:linear-gradient(135deg,var(--core),#FF8F6B);border-radius:16px;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.modal-icon svg{width:28px;height:28px;color:var(--bg)}.modal-title{font-family:Syne,sans-serif;font-size:28px;font-weight:700;margin-bottom:12px}.modal-desc{font-size:14px;line-height:1.7;color:var(--muted);margin-bottom:32px}.modal-form{display:flex;flex-direction:column;gap:16px}.input-group{position:relative}.input-group input{width:100%;padding:16px 20px;background:var(--bg);border:1px solid var(--border);border-radius:8px;color:var(--text);font-family:inherit;font-size:14px;outline:none;transition:border-color .3s ease;cursor:text!important}.input-group input::placeholder{color:var(--muted)}.input-group input:focus{border-color:var(--core)}.modal-submit{width:100%;padding:18px;background:var(--core);color:var(--bg);font-family:inherit;font-size:13px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:8px;cursor:pointer!important;pointer-events:auto;transition:all .3s ease}.modal-submit:hover{transform:translateY(-2px);box-shadow:0 10px 30px #ff6b354d}.modal-footer{margin-top:24px;padding-top:24px;border-top:1px solid var(--border);text-align:center}.modal-footer-text{font-size:12px;color:var(--muted)}.modal-footer-text strong{color:var(--text)}@media (min-width: 1441px){.header{padding:32px 80px}.hero-content{left:80px;max-width:min(480px,30vw)}.hero-title{font-size:clamp(48px,4.5vw,72px)}.hero-desc{font-size:17px;max-width:420px}.sector-panel{right:80px;width:340px;bottom:120px}.bottom-bar{left:80px;right:480px;bottom:40px}.live-stat-value{font-size:32px}.live-stats{gap:64px}}@media (max-width: 1200px) and (min-width: 1025px){.header{padding:24px 40px}.hero-content{left:40px;max-width:min(380px,32vw)}.hero-title{font-size:clamp(36px,4vw,52px)}.sector-panel{right:40px;width:280px;bottom:100px}.bottom-bar{left:40px;right:340px}}@media (max-width: 1024px){.header{padding:20px 32px}.nav{gap:20px}.nav-item{font-size:10px}.btn-waitlist{padding:10px 18px;font-size:10px}.hero-content{left:32px;max-width:min(340px,38vw)}.hero-title{font-size:clamp(26px,4vw,38px)}.hero-desc{font-size:14px;max-width:340px}.btn-primary{padding:14px 24px;font-size:12px}.cta-group{gap:16px}.sector-panel{right:32px;width:250px;bottom:90px}.sector-panel-inner{padding:24px}.sector-index{font-size:36px}.sector-name{font-size:16px}.sector-desc{font-size:12px}.bottom-bar{left:32px;right:300px;bottom:24px}.live-stats{gap:28px}.live-stat-value{font-size:20px}.live-stat-label{font-size:9px}}@media (max-width: 768px){.header{padding:16px 24px}.nav,.btn-waitlist span{display:none}.btn-waitlist{padding:12px;border-radius:50%;width:44px;height:44px;justify-content:center}.btn-waitlist .btn-icon{margin:0}.hero-content{left:24px;right:24px;max-width:none;text-align:center;transform:translateY(-60%)}.hero-label{justify-content:center}.hero-title{font-size:clamp(32px,8vw,44px)}.hero-title br{display:none}.hero-desc{font-size:14px;max-width:420px;margin-left:auto;margin-right:auto}.cta-group{justify-content:center;flex-wrap:wrap;gap:16px}.btn-primary{padding:16px 28px}.sector-panel{left:24px;right:24px;bottom:110px;width:auto;max-width:none}.sector-panel-inner{padding:20px;display:grid;grid-template-columns:auto 1fr;gap:16px;align-items:start}.sector-header{margin-bottom:0;grid-column:1;grid-row:1 / 3}.sector-name{grid-column:2;grid-row:1;margin-bottom:4px}.sector-desc{grid-column:2;grid-row:2;margin-bottom:0;font-size:12px}.sector-stats{grid-column:1 / -1;margin-top:8px}.sector-cta{grid-column:1 / -1;margin-top:12px;padding:12px}.sector-index{font-size:32px}.sector-status{display:none}.bottom-bar{left:24px;right:24px;bottom:20px;flex-direction:column-reverse;align-items:center;gap:16px}.scroll-indicator{display:none}.live-stats{width:100%;justify-content:space-between;gap:12px}.live-stat{text-align:center;flex:1}.live-stat-value{font-size:18px;justify-content:center}.live-stat-label{font-size:8px}.live-stat-change{font-size:9px}.modal{padding:32px 24px;margin:16px;max-width:none;width:calc(100% - 32px)}.modal-title{font-size:24px}.modal-desc{font-size:13px}.gradient-orb.orb-1{width:400px;height:400px;top:-150px;right:-150px}.gradient-orb.orb-2{width:350px;height:350px;bottom:-100px;left:-100px}}@media (max-width: 480px){.header{padding:12px 16px}.logo-text{font-size:13px}.logo-mark{width:28px;height:28px}.btn-waitlist{width:40px;height:40px;padding:10px}.hero-content{left:16px;right:16px;transform:translateY(-55%)}.hero-label{font-size:9px;margin-bottom:16px}.hero-title{font-size:clamp(26px,8vw,36px);margin-bottom:16px}.hero-desc{font-size:13px;line-height:1.6;margin-bottom:24px}.cta-group{flex-direction:column;gap:12px;align-items:stretch}.btn-primary{width:100%;justify-content:center;padding:16px 20px;font-size:12px}.btn-secondary{justify-content:center;font-size:12px}.sector-panel{left:16px;right:16px;bottom:90px}.sector-panel-inner{padding:16px;display:block}.sector-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.sector-index{font-size:28px}.sector-name{font-size:14px;margin-bottom:8px}.sector-desc{font-size:11px;margin-bottom:12px;line-height:1.5}.sector-stats{padding-top:12px;gap:8px}.sector-stat-value{font-size:15px}.sector-stat-label{font-size:8px}.sector-cta{padding:10px 12px;margin-top:12px}.sector-cta-text{font-size:11px}.sector-cta-arrow{width:18px;height:18px}.bottom-bar{left:16px;right:16px;bottom:12px}.live-stats{gap:6px}.live-stat-value{font-size:15px}.live-stat-value .unit{font-size:9px}.live-stat-label{font-size:7px;letter-spacing:.08em}.live-stat-change{font-size:8px;margin-top:2px}.modal{padding:24px 20px;border-radius:12px;width:calc(100% - 24px);margin:12px}.modal-close{top:12px;right:12px;width:36px;height:36px}.modal-icon{width:48px;height:48px;border-radius:12px;margin-bottom:20px}.modal-icon svg{width:24px;height:24px}.modal-title{font-size:22px;margin-bottom:8px}.modal-desc{font-size:12px;margin-bottom:24px;line-height:1.6}.modal-form{gap:12px}.input-group input{padding:14px 16px;font-size:14px}.modal-submit{padding:16px;font-size:12px}.modal-footer{margin-top:20px;padding-top:20px}.modal-footer-text{font-size:11px}.cursor,.cursor-follower,.cursor-label{display:none}body{cursor:auto}.gradient-orb.orb-1{width:280px;height:280px;top:-100px;right:-100px;opacity:.1}.gradient-orb.orb-2{width:220px;height:220px;bottom:-80px;left:-80px;opacity:.1}}@media (max-width: 360px){.hero-title{font-size:24px}.hero-desc{font-size:12px}.live-stats{flex-wrap:wrap;justify-content:center}.live-stat{flex:0 0 30%}.live-stat-change{display:none}}@media (hover: none) and (pointer: coarse){.cursor,.cursor-follower,.cursor-label{display:none!important}body,a,button,[data-cursor]{cursor:auto!important}}@media (max-height: 600px) and (orientation: landscape){.hero-content{transform:translateY(-50%);max-width:45%}.hero-title{font-size:clamp(24px,4vw,36px);margin-bottom:12px}.hero-desc{font-size:12px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hero-label{margin-bottom:12px}.cta-group{gap:12px}.btn-primary{padding:12px 20px}.sector-panel{bottom:16px;width:280px;right:16px}.sector-panel-inner{padding:16px}.sector-desc{display:none}.sector-stats{padding-top:12px}.bottom-bar{bottom:12px;left:16px}.scroll-indicator{display:none}}@media (max-height: 450px) and (orientation: landscape){.header{padding:8px 16px}.hero-desc,.sector-panel{display:none}.bottom-bar{bottom:8px}.live-stat-change{display:none}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}.hero-label-dot,.sector-status-dot,.orbital-indicator-dot,.loader-logo svg,.scroll-line:after{animation:none}}@media (prefers-contrast: high){:root{--border: #444;--muted: #999}.sector-panel-inner,.orbital-indicator,.modal{border-width:2px}}@media print{.cursor,.cursor-follower,.cursor-label,#canvas-container,.gradient-orb,.noise,.scroll-indicator,.orbital-indicators,.sector-panel,.modal-overlay{display:none!important}.hero{height:auto;min-height:0}.hero-content{position:relative;transform:none;left:0;padding:40px}body{background:#fff;color:#000}}
