@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Outfit:wght@300;400;500;600;700;800&display=swap";:root{--bg-primary:#070707;--bg-secondary:#0f0f0f;--bg-tertiary:#171717;--bg-elevated:#1e2939;--accent-lime:#a3e635;--accent-lime-muted:#a3e63526;--accent-lime-glow:#a3e63566;--text-primary:#fff;--text-secondary:#a1a1aa;--text-tertiary:#71717a;--border-subtle:#ffffff14;--border-glow:#a3e63533;--font-sans:"Inter", system-ui, -apple-system, sans-serif;--font-display:"Outfit", var(--font-sans);--section-py:clamp(4rem, 10vw, 8rem);--container-px:clamp(1.5rem, 5vw, 3rem);--max-width:1400px;--ease-spring:cubic-bezier(.175, .885, .32, 1.275);--ease-smooth:cubic-bezier(.16, 1, .3, 1);--transition-fast:.2s var(--ease-smooth);--transition-normal:.4s var(--ease-smooth)}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-primary);width:100%;min-height:100vh;color:var(--text-primary);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;touch-action:pan-y;line-height:1.6;overflow-x:hidden}#root{flex-direction:column;width:100%;display:flex}h1,h2,h3,h4,h5,h6{font-family:var(--font-display);letter-spacing:-.02em;color:var(--text-primary);font-weight:600;line-height:1.1}h1{font-size:clamp(3rem,8vw,6rem)}h2{font-size:clamp(2.5rem,5vw,4.5rem)}h3{font-size:clamp(1.5rem,3vw,2.5rem)}p{color:var(--text-secondary)}a{color:inherit;text-decoration:none}button{cursor:pointer;background:0 0;border:none;font-family:inherit}code{font-family:ui-monospace,Consolas,monospace}.glass-panel{-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-subtle);background:#1e293966;border-radius:16px}.glass-panel-glow{position:relative}.glass-panel-glow:before{content:"";border-radius:inherit;background:linear-gradient(135deg, var(--accent-lime-glow), transparent 60%);-webkit-mask-composite:xor;pointer-events:none;padding:1px;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.container{width:100%;max-width:var(--max-width);padding:0 var(--container-px);margin:0 auto}.section-padding{padding:var(--section-py) 0}@media (width<=1024px){.glass-panel{-webkit-backdrop-filter:none;background:#141c28eb}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--bg-elevated)}.global-header{z-index:50;-webkit-backdrop-filter:blur(16px);background:#070707e0;border-bottom:1px solid #ffffff0a;transition:background .5s,border-color .5s;position:fixed;top:0;left:0;right:0}.global-header.scrolled{-webkit-backdrop-filter:blur(20px);background:#0a0a0acc;border-bottom:1px solid #ffffff0f}.header-inner{justify-content:space-between;align-items:center;max-width:80rem;height:68px;margin:0 auto;padding:0 1.5rem;display:flex}.logo{cursor:pointer;background:0 0;border:none;align-items:center;gap:.625rem;padding:0;display:flex}.logo-img{object-fit:contain;width:2rem;height:2rem}.logo-text{color:#f3f4f6;letter-spacing:.18em;text-transform:uppercase;font-size:.75rem;font-weight:500}.desktop-nav{align-items:center;gap:1.75rem;display:none}@media (width>=768px){.desktop-nav{display:flex}}.nav-link{color:#9ca3af;cursor:pointer;background:0 0;border:none;padding:0;font-size:.8125rem;transition:color .2s}.nav-link:hover{color:#fff}.header-cta{display:none}@media (width>=768px){.header-cta{align-items:center;display:flex}}.btn-contact.solid{background:var(--accent-lime);color:#000;cursor:pointer;box-shadow:0 0 20px var(--accent-lime-glow);border:none;border-radius:6px;align-items:center;gap:.5rem;padding:.5rem 1.125rem;font-size:.8125rem;font-weight:500;text-decoration:none;transition:background .2s,box-shadow .2s;display:inline-flex}.btn-contact.solid:hover{box-shadow:0 0 30px var(--accent-lime-glow);background:#bef264}.hamburger{color:#9ca3af;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;transition:color .2s;display:flex}.hamburger:hover{color:#fff}@media (width>=768px){.hamburger{display:none}}.mobile-menu{opacity:0;max-height:0;transition:max-height .4s,opacity .3s,transform .3s;display:block;overflow:hidden;transform:translateY(-4px)}.mobile-menu.open{opacity:1;max-height:320px;transform:translateY(0)}@media (width>=768px){.mobile-menu{display:none}}.mobile-menu-inner{-webkit-backdrop-filter:blur(18px);background:radial-gradient(120% 120% at 80% 0,#a3e6350f 0%,#050806c7 45%,#050806d1 100%);border-bottom:1px solid #ffffff0f;flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex;box-shadow:0 20px 60px #00000073}.mobile-nav-link{color:#9ca3af;text-align:left;cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;transition:color .2s}.mobile-nav-link:hover{color:#fff}.mobile-cta{justify-content:center;width:100%;margin-top:.5rem;padding:.625rem 1.25rem;font-size:.875rem}.hero-section{align-items:flex-start;min-height:100svh;padding-top:10rem;padding-bottom:4rem;display:flex;position:relative;overflow:hidden}.hero-glow-blob{background:radial-gradient(circle, var(--accent-lime-muted) 0%, transparent 60%);filter:blur(80px);z-index:0;opacity:.6;border-radius:50%;width:600px;height:600px;position:absolute}.top-left{top:-200px;left:-200px}.bottom-right{bottom:-200px;right:-200px}.hero-container{z-index:1;grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid;position:relative}.hero-content{max-width:650px}.hero-copy-scene{text-align:center;isolation:isolate;flex-direction:column;align-items:center;width:100%;max-width:600px;display:flex;position:relative}.hero-copy-decor{pointer-events:none;z-index:-1;position:absolute;inset:-10% -18% -18%}.hero-badge{border:1px solid var(--border-subtle);color:#a3e6358c;letter-spacing:.28em;text-transform:uppercase;background:#ffffff0d;border-radius:100px;align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.875rem;font-weight:500;display:inline-flex}.hero-glow-1{filter:blur(52px);background:radial-gradient(#8bc34a16 0%,#0000 65%);border-radius:50%;width:680px;height:580px;margin-top:-290px;margin-left:-340px;position:absolute;top:42%;left:50%}.hero-glow-2{filter:blur(68px);background:radial-gradient(#8bc34a0b 0%,#0000 60%);border-radius:50%;width:420px;height:380px;margin-top:-190px;margin-left:-210px;position:absolute;top:52%;left:58%}.hero-ring{pointer-events:none;transform-origin:50%;border:1px solid #8bc34a12;border-radius:50%;position:absolute;top:50%;left:50%}.hero-ring-1{width:520px;height:520px;margin-top:-260px;margin-left:-260px}.hero-ring-2{width:350px;height:350px;margin-top:-175px;margin-left:-175px}.hero-ring-3{width:240px;height:240px;margin-top:-120px;margin-left:-120px}.pulse-dot{background-color:var(--accent-lime);width:8px;height:8px;box-shadow:0 0 12px var(--accent-lime);border-radius:50%;animation:2s infinite pulse}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 #a3e635b3}70%{transform:scale(1);box-shadow:0 0 0 10px #a3e63500}to{transform:scale(.95);box-shadow:0 0 #a3e63500}}.hero-title{margin-bottom:1.5rem}.hero-title-standalone{letter-spacing:-.05em;font-size:clamp(3rem,5.8vw,5rem);line-height:1.02}.text-gradient-lime,.text-gradient{background:linear-gradient(135deg, #fff 0%, var(--accent-lime) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.hero-logo-wrap{width:fit-content;margin-bottom:2rem;position:relative}.hero-logo-halo{filter:blur(18px);pointer-events:none;background:radial-gradient(circle,#a3e6353d 0%,#a3e63514 42%,#0000 72%);width:220px;height:220px;position:absolute;inset:50%;transform:translate(-50%,-50%)}.hero-logo{filter:drop-shadow(0 0 28px #a3e63533);width:clamp(128px,16vw,170px);height:auto;display:block;position:relative}.hero-tagline{color:#ffffff57;letter-spacing:.14em;max-width:540px;margin-bottom:2.5rem;font-size:clamp(1rem,1.6vw,1.15rem)}.hero-stats{flex-wrap:wrap;justify-content:center;align-items:center;gap:1.4rem;display:flex}.hero-stat{flex-direction:column;gap:.35rem;display:flex}.hero-stat-value{color:var(--accent-lime);letter-spacing:-.04em;font-size:clamp(1.8rem,2.5vw,2.4rem);font-weight:800;line-height:1}.hero-stat-label{text-transform:uppercase;letter-spacing:.22em;color:#ffffff42;font-size:.72rem}.hero-stat-sep{background:linear-gradient(#0000,#ffffff1f,#0000);width:1px;height:3.2rem}.card-float-inner{animation:4.5s ease-in-out infinite cardFloat}.card-float-code{animation:6s ease-in-out -3s infinite cardFloat}@keyframes cardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.btn-secondary{color:var(--text-primary);border:1px solid var(--border-subtle);transition:background var(--transition-fast), border-color var(--transition-fast);border-radius:100px;padding:.875rem 1.75rem;font-size:1rem;font-weight:600}.btn-secondary:hover{background:#ffffff0d;border-color:#fff3}.hero-visuals{justify-content:center;align-items:center;height:950px;display:flex;position:relative}.floating-card{box-shadow:none;will-change:transform;padding:0;position:absolute}.card-1{z-index:2;width:647px;top:20px;right:-20px}.card-2{z-index:3;width:588px;bottom:20px;left:-40px}.mock-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.dots{gap:4px;display:flex}.dots span{background:var(--border-subtle);border-radius:50%;width:8px;height:8px}.skeleton-title{background:#ffffff1a;border-radius:4px;width:40%;height:12px}.mock-body{flex-direction:column;gap:.75rem;display:flex}.skeleton-line.full{width:100%}.skeleton-line.stretch{width:85%}.skeleton-line.half{width:60%}.mock-chart{align-items:flex-end;gap:12px;height:120px;padding-top:20px;display:flex}.chart-bar{background:#ffffff1a;border-radius:4px 4px 0 0;flex:1}.chart-bar.lime{background:var(--accent-lime);box-shadow:0 0 20px var(--accent-lime-glow)}.h-1{height:40%}.h-2{height:70%}.h-3{height:100%}@media (width<=1024px){.hero-section{padding-top:8rem;padding-bottom:2.5rem}.hero-glow-blob{filter:none;opacity:.35;width:350px;height:350px}.hero-container{text-align:center;grid-template-columns:1fr}.hero-content{margin:0 auto}.hero-visuals{height:420px;margin-top:1.25rem}.hero-logo-wrap,.hero-stats{justify-content:center}.hero-copy-decor{inset:-8% -8% -12%}.hero-glow-1{width:440px;height:360px;margin-top:-180px;margin-left:-220px}.hero-glow-2{display:none}.hero-ring-1{width:420px;height:420px;margin-top:-210px;margin-left:-210px}.hero-ring-2{width:280px;height:280px;margin-top:-140px;margin-left:-140px}.hero-ring-3{width:200px;height:200px;margin-top:-100px;margin-left:-100px}.hero-tagline{margin-left:auto;margin-right:auto}.hero-stats{gap:1rem}.hero-stat-sep{height:2.4rem}.card-1{width:min(332px,86vw);margin-left:-10px;top:0;left:50%;right:auto}.card-2{width:min(248px,68vw);margin-left:-126px;bottom:0;left:50%}}@media (width<=640px){.hero-section{padding-top:7rem}.hero-title-standalone{font-size:clamp(2.6rem,13vw,3.5rem);line-height:.98}.hero-badge{letter-spacing:.18em;margin-bottom:1.35rem;font-size:.72rem}.hero-logo-wrap{margin-bottom:1.35rem}.hero-tagline{letter-spacing:.08em;margin-bottom:1.6rem;font-size:.92rem}.hero-stats{flex-wrap:nowrap;gap:.7rem;width:100%}.hero-stat{flex:0 auto;align-items:center;min-width:0}.hero-stat-value{font-size:1.25rem}.hero-stat-label{letter-spacing:.14em;text-align:center;white-space:nowrap;font-size:.56rem}.hero-stat-sep{height:2rem}.hero-visuals{height:360px}.card-1{width:min(300px,84vw);margin-left:-150px}.card-2{width:min(228px,66vw);margin-left:-104px}}.parallax-section{background:#0d0d0d;position:relative;overflow:hidden}.parallax-section:before,.parallax-section:after{content:"";pointer-events:none;width:1px;height:8rem;position:absolute;left:50%;transform:translate(-50%)}.parallax-section:before{background:linear-gradient(#0000,#a3e6354d,#0000);top:0}.parallax-section:after{background:linear-gradient(#0000,#a3e6354d,#0000);bottom:0}.parallax-header{text-align:center;margin-bottom:6rem}.section-kicker{color:var(--accent-lime);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1rem;font-size:.875rem;font-weight:600;display:inline-block}.parallax-track{flex-direction:column;gap:8rem;display:flex}.showcase-row{align-items:center;gap:4rem;min-height:400px;display:flex}.showcase-row.align-right{flex-direction:row-reverse}.showcase-content{flex:1;max-width:500px}.showcase-content h3{background:linear-gradient(#fff 0%,#ffffffb3 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem}.showcase-content p{font-size:1.125rem;line-height:1.7}.showcase-visual{flex:1;height:400px;padding:0;position:relative;overflow:hidden}.showcase-visual-plain{flex:1;justify-content:center;align-items:center;display:flex;position:relative;overflow:visible}.mock-interface{background:linear-gradient(#ffffff05,#fff0);width:100%;height:100%;padding:2rem}.pseudo-ui-wrapper{border-radius:8px;flex-direction:column;gap:1rem;width:100%;height:100%;display:flex}.skeleton-line{background:#ffffff1a;border-radius:6px;height:12px}.full{width:100%}.stretch{width:80%}.half{width:45%}.web-ui .ui-header{justify-content:space-between;margin-bottom:2rem;display:flex}.web-ui .ui-logo{background:var(--accent-lime);opacity:.5;border-radius:4px;width:40px;height:16px}.web-ui .ui-nav{gap:8px;display:flex}.web-ui .ui-nav span{background:#ffffff0d;border-radius:4px;width:32px;height:12px}.web-ui .ui-hero-block{flex-direction:column;align-items:center;gap:8px;margin-bottom:2rem;display:flex}.web-ui .ui-title-large{background:#ffffff1a;border-radius:6px;width:60%;height:32px}.web-ui .ui-title-sub{background:#ffffff0d;border-radius:4px;width:40%;height:16px}.web-ui .ui-grid{flex:1;grid-template-columns:1fr 1fr 1fr;gap:1rem;display:grid}.web-ui .ui-card{background:#ffffff08;border:1px solid #ffffff0d;border-radius:8px;height:100px}.mobile-ui{background:var(--bg-tertiary);border:4px solid var(--border-subtle);border-radius:24px;width:220px;margin:0 auto;padding:1rem;position:relative}.mobile-notch{background:var(--bg-secondary);border-radius:0 0 10px 10px;width:60px;height:15px;position:absolute;top:0;left:50%;transform:translate(-50%)}.mobile-header{align-items:center;gap:12px;margin-top:1rem;margin-bottom:1.5rem;display:flex}.skeleton-avatar{background:#ffffff1a;border-radius:50%;width:32px;height:32px}.mobile-feature-card{border-radius:12px;height:100px;margin-bottom:1rem}.lime-glow{background:var(--accent-lime-muted);border:1px solid var(--accent-lime-glow)}.mobile-list{flex-direction:column;gap:8px;display:flex}.list-item{background:#ffffff08;border-radius:8px;height:40px}.dashboard-ui{flex-direction:row}.dash-sidebar{border-right:1px solid #ffffff0d;flex-direction:column;gap:12px;width:60px;padding-right:1rem;display:flex}.sidebar-item{background:#ffffff0d;border-radius:4px;height:20px}.sidebar-item.active{background:var(--accent-lime-muted);border-left:2px solid var(--accent-lime);border-radius:0 4px 4px 0}.dash-main{flex-direction:column;flex:1;gap:1rem;padding-left:1rem;display:flex}.dash-stats{gap:1rem;display:flex}.stat-card{background:#ffffff08;border-radius:6px;flex:1;height:60px}.dash-chart{border-bottom:1px solid var(--accent-lime-glow);background:linear-gradient(#0000 0%,#a3e6351a 100%);height:100px}.dash-table{flex-direction:column;gap:4px;display:flex}.table-row{background:#ffffff05;border-radius:4px;height:24px}.table-row.head{background:0 0;border-bottom:1px solid #ffffff0d}.map-ui{position:relative}.map-base{background:repeating-linear-gradient(45deg,#ffffff03 0 20px,#0000 20px 40px);position:absolute;inset:-2rem}.map-pin{background:var(--accent-lime);width:12px;height:12px;box-shadow:0 0 10px var(--accent-lime);border-radius:50%;position:absolute}.map-pin:after{content:"";border:1px solid var(--accent-lime-glow);border-radius:50%;animation:2s infinite pulse;position:absolute;inset:-8px}.pin-1{top:40%;left:30%}.pin-2{top:60%;right:40%}.map-card{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0f0f0fcc;border:1px solid #ffffff1a;border-radius:8px;flex-direction:column;gap:8px;padding:1rem;display:flex;position:absolute;bottom:2rem;left:2rem;right:2rem}@media (width<=1024px){.parallax-track{gap:4rem}.showcase-row{text-align:center;min-height:unset;flex-direction:column;gap:1.5rem}.showcase-row.align-right{flex-direction:column}.showcase-visual{width:100%;height:280px}.showcase-visual-plain{width:100%}.showcase-visual-plain img{margin:0 auto;width:120%!important}}.tech-section{position:relative;overflow:hidden}.tech-header{text-align:center;max-width:700px;margin-bottom:5rem;margin-left:auto;margin-right:auto}.tech-header .subtitle{color:var(--text-secondary);margin-top:1.5rem;font-size:1.125rem}.hexagon-grid{flex-wrap:wrap;justify-content:center;max-width:900px;margin:0 auto;padding-bottom:4rem;display:flex}.hex-wrapper{width:160px;height:184px;transition:transform .4s var(--ease-spring), filter var(--transition-fast);cursor:pointer;z-index:1;margin:10px;position:relative}.hex-wrapper:nth-child(2n){margin-top:103px}.hex-wrapper:hover{z-index:10;transform:translateY(-10px)scale(1.05)}.hexagon{clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);background:var(--bg-elevated);justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.hexagon:before{content:"";clip-path:polygon(50% 0%,100% 25%,100% 75%,50% 100%,0% 75%,0% 25%);z-index:-1;transition:background var(--transition-normal);background:linear-gradient(135deg,#1e2939 0%,#0f0f0f 100%);position:absolute;inset:1px}.hexagon:after{content:"";background:var(--border-subtle);z-index:-2;transition:background var(--transition-normal);position:absolute;inset:0}.hex-wrapper:hover .hexagon:after{background:var(--accent-lime);box-shadow:0 0 20px var(--accent-lime-glow)}.hex-wrapper:hover .hexagon:before{background:linear-gradient(135deg, #28374b 0%, var(--bg-elevated) 100%)}.hex-content{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:.75rem;display:flex}.hex-icon-wrapper{color:var(--text-primary);transition:color var(--transition-fast), transform var(--transition-fast)}.hex-wrapper:hover .hex-icon-wrapper{color:var(--accent-lime);transform:scale(1.1)}.tech-icon{width:32px;height:32px}.hex-label{color:var(--text-secondary);transition:color var(--transition-fast);letter-spacing:.02em;font-size:.875rem;font-weight:600}.hex-wrapper:hover .hex-label{color:var(--text-primary)}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@keyframes marqueeReverse{0%{transform:translate(-50%)}to{transform:translate(0)}}.tech-pill:hover{color:#a3e635!important;border-color:#a3e6354d!important}.tech-marquee-mobile{flex-direction:column;gap:.5rem;padding:0 .5rem;display:flex}.tech-grid-desktop{max-width:72rem;margin:0 auto;padding:0 1.5rem;display:none}@media (width>=768px){.tech-marquee-mobile{display:none!important}.tech-grid-desktop{display:block!important}}@media (width<=768px){.hexagon-grid{align-items:center;gap:15px}.hex-wrapper{width:120px;height:138px;margin:5px}.hex-wrapper:nth-child(2n){margin-top:5px}}
