.Header-module__ldgnoG__header{width:100%;z-index:var(--z-header);transition:var(--transition-mid);position:fixed;top:0;left:0}.Header-module__ldgnoG__headerScrolled{-webkit-backdrop-filter:var(--glass-blur);border-bottom:1px solid var(--glass-border);background:#0b0f19d9;box-shadow:0 4px 24px #0006}.Header-module__ldgnoG__container{max-width:var(--container-max);justify-content:space-between;align-items:center;margin:0 auto;padding:1.25rem 2rem;display:flex}.Header-module__ldgnoG__logo{letter-spacing:-.03em;color:var(--text-primary);transition:var(--transition-fast);align-items:center;gap:.625rem;font-size:1.25rem;font-weight:800;display:flex}.Header-module__ldgnoG__logo:hover{opacity:.85}.Header-module__ldgnoG__logoImage{width:auto;height:32px;display:block}.Header-module__ldgnoG__logoIcon{background:var(--gradient-green-cyan);width:32px;height:32px;box-shadow:var(--shadow-glow-green);transition:var(--transition-mid);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;font-size:1rem;display:flex}.Header-module__ldgnoG__logo:hover .Header-module__ldgnoG__logoIcon{transform:rotate(-8deg)scale(1.1);box-shadow:0 0 32px #00f5a080}.Header-module__ldgnoG__logoText{font-weight:800}.Header-module__ldgnoG__logoAccent{color:var(--accent-green)}.Header-module__ldgnoG__nav{align-items:center;gap:.25rem;display:flex}.Header-module__ldgnoG__navLink{color:var(--text-secondary);border-radius:var(--radius-md);transition:var(--transition-fast);padding:.5rem .875rem;font-size:.9rem;font-weight:500;position:relative}.Header-module__ldgnoG__navLink:after{content:"";background:var(--accent-green);border-radius:var(--radius-pill);width:0;height:1.5px;transition:var(--transition-fast);position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.Header-module__ldgnoG__navLink:hover{color:var(--text-primary);background:#ffffff0a}.Header-module__ldgnoG__navLink:hover:after{width:60%}.Header-module__ldgnoG__navCta{background:var(--gradient-green-cyan);color:#0b0f19;border-radius:var(--radius-pill);transition:var(--transition-mid);margin-left:.75rem;padding:.5rem 1.25rem;font-size:.875rem;font-weight:700;box-shadow:0 0 16px #00f5a040}.Header-module__ldgnoG__navCta:hover{transform:translateY(-1px);box-shadow:0 0 28px #00f5a073}.Header-module__ldgnoG__hamburger{border-radius:var(--radius-sm);cursor:pointer;transition:var(--transition-fast);flex-direction:column;gap:5px;padding:.5rem;display:none}.Header-module__ldgnoG__hamburger:hover{background:#ffffff0d}.Header-module__ldgnoG__hamburgerLine{background:var(--text-primary);border-radius:var(--radius-pill);width:22px;height:2px;transition:var(--transition-mid);transform-origin:50%}.Header-module__ldgnoG__hamburgerOpen .Header-module__ldgnoG__hamburgerLine:first-child{transform:rotate(45deg)translate(5px,5px)}.Header-module__ldgnoG__hamburgerOpen .Header-module__ldgnoG__hamburgerLine:nth-child(2){opacity:0;transform:scaleX(0)}.Header-module__ldgnoG__hamburgerOpen .Header-module__ldgnoG__hamburgerLine:nth-child(3){transform:rotate(-45deg)translate(5px,-5px)}.Header-module__ldgnoG__mobileMenu{-webkit-backdrop-filter:var(--glass-blur);z-index:calc(var(--z-header) - 1);opacity:0;pointer-events:none;transition:var(--transition-mid);background:#0b0f19f7;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;display:flex;position:fixed;inset:0}.Header-module__ldgnoG__mobileMenuOpen{opacity:1;pointer-events:all}.Header-module__ldgnoG__mobileNavLink{color:var(--text-secondary);transition:var(--transition-fast);font-size:1.5rem;font-weight:700}.Header-module__ldgnoG__mobileNavLink:hover{color:var(--accent-green);transform:translate(8px)}@media (max-width:768px){.Header-module__ldgnoG__nav{display:none}.Header-module__ldgnoG__hamburger{display:flex}.Header-module__ldgnoG__container{padding:1rem 1.25rem}}
.Hero-module__JgYmMq__hero{align-items:center;min-height:100vh;padding-top:80px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__bg{pointer-events:none;position:absolute;inset:0;overflow:hidden}.Hero-module__JgYmMq__orbGreen{background:radial-gradient(circle,#00f5a014 0%,#0000 65%);border-radius:50%;width:70vw;max-width:900px;height:70vw;max-height:900px;animation:14s ease-in-out infinite Hero-module__JgYmMq__floatSlow;position:absolute;top:-15%;left:-10%}.Hero-module__JgYmMq__orbPurple{background:radial-gradient(circle,#8b5cf612 0%,#0000 65%);border-radius:50%;width:60vw;max-width:800px;height:60vw;max-height:800px;animation:18s ease-in-out infinite reverse Hero-module__JgYmMq__floatSlow;position:absolute;bottom:-20%;right:-15%}.Hero-module__JgYmMq__orbCyan{background:radial-gradient(circle,#00d9ff0d 0%,#0000 65%);border-radius:50%;width:40vw;max-width:500px;height:40vw;max-height:500px;animation:22s ease-in-out 4s infinite Hero-module__JgYmMq__floatSlow;position:absolute;top:40%;right:10%}.Hero-module__JgYmMq__gridMesh{background-image:linear-gradient(#00f5a008 1px,#0000 1px),linear-gradient(90deg,#00f5a008 1px,#0000 1px);background-size:80px 80px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%);mask-image:radial-gradient(80% 80%,#000 0%,#0000 100%)}.Hero-module__JgYmMq__container{z-index:1;max-width:var(--container-max);grid-template-columns:1fr 1fr;align-items:center;gap:4rem;margin:0 auto;padding:4rem 2rem 6rem;display:grid;position:relative}.Hero-module__JgYmMq__content{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__JgYmMq__eyebrow{background:var(--accent-green-dim);border-radius:var(--radius-pill);font-size:.75rem;font-weight:600;font-family:var(--font-mono);color:var(--accent-green);letter-spacing:.08em;text-transform:uppercase;border:1px solid #00f5a04d;align-items:center;gap:.5rem;width:fit-content;padding:.375rem 1rem;display:inline-flex}.Hero-module__JgYmMq__eyebrowDot{background:var(--accent-green);border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite Hero-module__JgYmMq__pulse-glow}.Hero-module__JgYmMq__title{letter-spacing:-.04em;font-size:clamp(2.75rem,5.5vw,5rem);font-weight:800;line-height:1.06}.Hero-module__JgYmMq__titleGradient{background:var(--gradient-hero);-webkit-text-fill-color:transparent;background-size:200% 200%;-webkit-background-clip:text;background-clip:text;animation:6s infinite Hero-module__JgYmMq__gradientShift}.Hero-module__JgYmMq__subtitle{color:var(--text-secondary);max-width:480px;font-size:1.15rem;line-height:1.75}.Hero-module__JgYmMq__subtitleHighlight{color:var(--accent-green);font-weight:600}.Hero-module__JgYmMq__ctas{flex-wrap:wrap;align-items:center;gap:1rem;margin-top:.5rem;display:flex}.Hero-module__JgYmMq__ctaPrimary{background:var(--gradient-green-cyan);color:#0b0f19;border-radius:var(--radius-pill);transition:var(--transition-mid);align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:1rem;font-weight:700;display:inline-flex;box-shadow:0 0 28px #00f5a059}.Hero-module__JgYmMq__ctaPrimary:hover{transform:translateY(-3px);box-shadow:0 0 48px #00f5a08c}.Hero-module__JgYmMq__ctaSecondary{color:var(--text-primary);border-radius:var(--radius-pill);transition:var(--transition-mid);background:0 0;border:1px solid #ffffff1a;align-items:center;gap:.5rem;padding:.9rem 2rem;font-size:1rem;font-weight:600;display:inline-flex}.Hero-module__JgYmMq__ctaSecondary:hover{border-color:var(--accent-cyan);color:var(--accent-cyan);background:var(--accent-cyan-dim);transform:translateY(-2px)}.Hero-module__JgYmMq__stats{border-top:1px solid #ffffff0f;flex-wrap:wrap;gap:2rem;padding-top:1rem;display:flex}.Hero-module__JgYmMq__statItem{flex-direction:column;gap:.2rem;display:flex}.Hero-module__JgYmMq__statValue{font-size:1.5rem;font-weight:800;font-family:var(--font-mono);background:var(--gradient-green-cyan);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.Hero-module__JgYmMq__statLabel{color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase;font-size:.75rem;font-weight:500}.Hero-module__JgYmMq__mockupWrapper{justify-content:center;align-items:center;display:flex;position:relative}.Hero-module__JgYmMq__mockupGlow{background:radial-gradient(#00f5a01f 0%,#0000 65%);border-radius:50%;animation:4s ease-in-out infinite Hero-module__JgYmMq__pulse-glow;position:absolute;inset:-40px}.Hero-module__JgYmMq__phone{background:#111827;border:2px solid #ffffff1a;border-radius:44px;width:240px;height:520px;animation:7s ease-in-out infinite Hero-module__JgYmMq__float;position:relative;overflow:hidden;box-shadow:0 0 0 1px #00f5a026,0 32px 80px #0009,0 0 60px #00f5a014}.Hero-module__JgYmMq__island{border-radius:var(--radius-pill);z-index:2;background:#000;width:80px;height:26px;position:absolute;top:12px;left:50%;transform:translate(-50%)}.Hero-module__JgYmMq__screen{background:linear-gradient(#0f1422 0%,#0b0f19 100%);flex-direction:column;align-items:center;gap:12px;padding:60px 16px 24px;display:flex;position:absolute;inset:0;overflow:hidden}.Hero-module__JgYmMq__phoneImage{object-fit:cover;width:100%;height:100%}.Hero-module__JgYmMq__cameraView{background:linear-gradient(135deg,#0f2a1a,#0a1628);border:1px solid #00f5a01f;border-radius:16px;flex:1;width:100%;position:relative;overflow:hidden}.Hero-module__JgYmMq__skeleton{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Hero-module__JgYmMq__skeletonSvg{opacity:.6;width:80%;height:80%}.Hero-module__JgYmMq__skeletonLine{stroke:var(--accent-cyan);stroke-width:1.5px;stroke-linecap:round;filter:drop-shadow(0 0 3px var(--accent-cyan));animation:2.5s ease-in-out infinite Hero-module__JgYmMq__flowPulse}.Hero-module__JgYmMq__skeletonJoint{fill:var(--accent-green);filter:drop-shadow(0 0 4px var(--accent-green));animation:2s ease-in-out infinite Hero-module__JgYmMq__pulse-glow}.Hero-module__JgYmMq__aiEye{border:1px solid var(--accent-red);border-radius:var(--radius-pill);font-size:.6rem;font-family:var(--font-mono);color:var(--accent-red);background:#e1074040;align-items:center;gap:4px;padding:4px 10px;font-weight:600;display:flex;position:absolute;top:10px;right:10px}.Hero-module__JgYmMq__aiEyeDot{background:var(--accent-red);border-radius:50%;width:5px;height:5px;animation:1.5s ease-in-out infinite Hero-module__JgYmMq__pulse-glow}.Hero-module__JgYmMq__terminal{background:#00000080;border:1px solid #00f5a026;border-radius:10px;flex-direction:column;gap:6px;width:100%;max-height:110px;padding:10px 12px;display:flex;overflow:hidden}.Hero-module__JgYmMq__terminalMsg{font-family:var(--font-mono);font-size:.58rem;line-height:1.5}.Hero-module__JgYmMq__terminalCoach{color:var(--accent-green)}.Hero-module__JgYmMq__terminalUser{color:var(--accent-cyan);opacity:.8}.Hero-module__JgYmMq__terminalCursor{background:var(--accent-green);vertical-align:middle;width:5px;height:10px;margin-left:2px;animation:1s step-end infinite Hero-module__JgYmMq__blink;display:inline-block}@media (max-width:1024px){.Hero-module__JgYmMq__container{text-align:center;grid-template-columns:1fr;gap:3rem}.Hero-module__JgYmMq__subtitle{max-width:560px;margin:0 auto}.Hero-module__JgYmMq__ctas,.Hero-module__JgYmMq__stats{justify-content:center}.Hero-module__JgYmMq__mockupWrapper{order:-1}.Hero-module__JgYmMq__eyebrow{margin:0 auto}}@media (max-width:480px){.Hero-module__JgYmMq__phone{width:200px;height:430px}.Hero-module__JgYmMq__ctas{flex-direction:column;width:100%}.Hero-module__JgYmMq__ctaPrimary,.Hero-module__JgYmMq__ctaSecondary{justify-content:center;width:100%}}
.DemoVideo-module__GKAtjG__section{padding:var(--section-padding);position:relative}.DemoVideo-module__GKAtjG__container{max-width:960px;margin:0 auto;padding:0 2rem}.DemoVideo-module__GKAtjG__header{text-align:center;margin-bottom:3rem}.DemoVideo-module__GKAtjG__title{margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.DemoVideo-module__GKAtjG__subtitle{color:var(--text-secondary);max-width:480px;margin:0 auto;font-size:1.05rem;line-height:1.7}.DemoVideo-module__GKAtjG__videoCard{border-radius:var(--radius-xl);background:linear-gradient(var(--bg-secondary), var(--bg-secondary)) padding-box, var(--gradient-card-border) border-box;box-shadow:0 0 60px #00f5a01a, 0 0 120px #00d9ff0f, var(--shadow-card);border:1px solid #0000;position:relative;overflow:hidden}.DemoVideo-module__GKAtjG__videoGlow{pointer-events:none;z-index:-1;background:radial-gradient(at 30%,#00f5a014 0%,#0000 55%),radial-gradient(at 70%,#00d9ff0f 0%,#0000 55%);animation:5s ease-in-out infinite DemoVideo-module__GKAtjG__pulse-glow;position:absolute;inset:-60px}.DemoVideo-module__GKAtjG__videoWrapper{border-radius:calc(var(--radius-xl) - 1px);height:0;padding-bottom:56.25%;position:relative;overflow:hidden}.DemoVideo-module__GKAtjG__iframe{border-radius:calc(var(--radius-xl) - 1px);border:none;width:100%;height:100%;position:absolute;top:0;left:0}.DemoVideo-module__GKAtjG__badge{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);justify-content:center;align-items:center;gap:.625rem;margin-top:1.5rem;display:flex}.DemoVideo-module__GKAtjG__badgeDot{background:var(--accent-red);width:6px;height:6px;box-shadow:0 0 6px var(--accent-red);border-radius:50%;animation:1.5s ease-in-out infinite DemoVideo-module__GKAtjG__pulse-glow}@media (max-width:768px){.DemoVideo-module__GKAtjG__container{padding:0 1rem}}
.Capabilities-module__tnwrlq__section{padding:var(--section-padding);position:relative}.Capabilities-module__tnwrlq__container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.Capabilities-module__tnwrlq__header{text-align:center;margin-bottom:4rem}.Capabilities-module__tnwrlq__title{margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.Capabilities-module__tnwrlq__subtitle{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.Capabilities-module__tnwrlq__grid{grid-template-columns:repeat(2,1fr);gap:1.5rem;display:grid}.Capabilities-module__tnwrlq__card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);cursor:default;transition:var(--transition-mid);padding:2.25rem;position:relative;overflow:hidden}.Capabilities-module__tnwrlq__card:before{content:"";border-radius:var(--radius-xl);background:var(--cardGlow,transparent);opacity:0;transition:var(--transition-mid);pointer-events:none;position:absolute;inset:0}.Capabilities-module__tnwrlq__card:hover{box-shadow:var(--shadow-card-hover);border-color:#ffffff1f;transform:translateY(-6px)}.Capabilities-module__tnwrlq__card:hover:before{opacity:1}.Capabilities-module__tnwrlq__cardGreen{--cardGlow:radial-gradient(ellipse at top left, #00f5a00f 0%, transparent 60%)}.Capabilities-module__tnwrlq__cardGreen:hover{box-shadow:var(--shadow-card-hover), var(--shadow-glow-green);border-color:#00f5a033}.Capabilities-module__tnwrlq__cardCyan{--cardGlow:radial-gradient(ellipse at top left, #00d9ff0f 0%, transparent 60%)}.Capabilities-module__tnwrlq__cardCyan:hover{box-shadow:var(--shadow-card-hover), var(--shadow-glow-cyan);border-color:#00d9ff33}.Capabilities-module__tnwrlq__cardPurple{--cardGlow:radial-gradient(ellipse at top left, #8b5cf60f 0%, transparent 60%)}.Capabilities-module__tnwrlq__cardPurple:hover{box-shadow:var(--shadow-card-hover), var(--shadow-glow-purple);border-color:#8b5cf633}.Capabilities-module__tnwrlq__cardRed{--cardGlow:radial-gradient(ellipse at top left, #e107400f 0%, transparent 60%)}.Capabilities-module__tnwrlq__cardRed:hover{box-shadow:var(--shadow-card-hover), 0 0 20px #e1074033;border-color:#e1074033}.Capabilities-module__tnwrlq__iconWrap{border-radius:var(--radius-md);width:56px;height:56px;transition:var(--transition-mid);justify-content:center;align-items:center;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.Capabilities-module__tnwrlq__card:hover .Capabilities-module__tnwrlq__iconWrap{transform:scale(1.1)rotate(-5deg)}.Capabilities-module__tnwrlq__iconGreen{background:var(--accent-green-dim);border:1px solid #00f5a033}.Capabilities-module__tnwrlq__iconCyan{background:var(--accent-cyan-dim);border:1px solid #00d9ff33}.Capabilities-module__tnwrlq__iconPurple{background:var(--accent-purple-dim);border:1px solid #8b5cf633}.Capabilities-module__tnwrlq__iconRed{background:var(--accent-red-dim);border:1px solid #e1074033}.Capabilities-module__tnwrlq__cardTitle{letter-spacing:-.02em;margin-bottom:.625rem;font-size:1.25rem;font-weight:700}.Capabilities-module__tnwrlq__cardDesc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.925rem;line-height:1.7}.Capabilities-module__tnwrlq__tags{flex-wrap:wrap;gap:.5rem;margin-top:auto;display:flex}.Capabilities-module__tnwrlq__tag{border-radius:var(--radius-pill);font-size:.7rem;font-weight:600;font-family:var(--font-mono);letter-spacing:.03em;padding:.25rem .75rem;display:inline-block}.Capabilities-module__tnwrlq__tagGreen{background:var(--accent-green-dim);color:var(--accent-green);border:1px solid #00f5a033}.Capabilities-module__tnwrlq__tagCyan{background:var(--accent-cyan-dim);color:var(--accent-cyan);border:1px solid #00d9ff33}.Capabilities-module__tnwrlq__tagPurple{background:var(--accent-purple-dim);color:var(--accent-purple);border:1px solid #8b5cf633}.Capabilities-module__tnwrlq__tagRed{background:var(--accent-red-dim);color:var(--accent-red);border:1px solid #e1074033}@media (max-width:768px){.Capabilities-module__tnwrlq__grid{grid-template-columns:1fr}.Capabilities-module__tnwrlq__card{padding:1.75rem}}
.Metrics-module__izIzua__section{padding:4rem 2rem;position:relative;overflow:hidden}.Metrics-module__izIzua__section:before,.Metrics-module__izIzua__section:after{content:"";background:linear-gradient(90deg,#0000,#00f5a033,#00d9ff33,#0000);height:1px;position:absolute;left:0;right:0}.Metrics-module__izIzua__section:before{top:0}.Metrics-module__izIzua__section:after{bottom:0}.Metrics-module__izIzua__container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.Metrics-module__izIzua__grid{grid-template-columns:repeat(6,1fr);gap:0;display:grid}.Metrics-module__izIzua__item{text-align:center;flex-direction:column;align-items:center;padding:2rem 1rem;display:flex;position:relative}.Metrics-module__izIzua__item:not(:last-child):after{content:"";background:#ffffff0f;width:1px;height:60%;position:absolute;top:20%;right:0}.Metrics-module__izIzua__iconWrap{border-radius:var(--radius-md);background:var(--accent-green-dim);width:44px;height:44px;transition:var(--transition-mid);color:var(--accent-green);border:1px solid #00f5a026;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.Metrics-module__izIzua__item:hover .Metrics-module__izIzua__iconWrap{box-shadow:var(--shadow-glow-green);background:#00f5a02e;border-color:#00f5a059;transform:scale(1.1)}.Metrics-module__izIzua__item:nth-child(2) .Metrics-module__izIzua__iconWrap{background:var(--accent-cyan-dim);color:var(--accent-cyan);border-color:#00d9ff26}.Metrics-module__izIzua__item:nth-child(3) .Metrics-module__izIzua__iconWrap{background:var(--accent-purple-dim);color:var(--accent-purple);border-color:#8b5cf626}.Metrics-module__izIzua__item:nth-child(4) .Metrics-module__izIzua__iconWrap{background:var(--accent-green-dim);color:var(--accent-green);border-color:#00f5a026}.Metrics-module__izIzua__item:nth-child(5) .Metrics-module__izIzua__iconWrap{background:var(--accent-cyan-dim);color:var(--accent-cyan);border-color:#00d9ff26}.Metrics-module__izIzua__item:nth-child(6) .Metrics-module__izIzua__iconWrap{background:var(--accent-purple-dim);color:var(--accent-purple);border-color:#8b5cf626}.Metrics-module__izIzua__item:nth-child(2):hover .Metrics-module__izIzua__iconWrap{box-shadow:var(--shadow-glow-cyan)}.Metrics-module__izIzua__item:nth-child(3):hover .Metrics-module__izIzua__iconWrap{box-shadow:var(--shadow-glow-purple)}.Metrics-module__izIzua__value{font-size:2.25rem;font-weight:800;font-family:var(--font-mono);background:var(--gradient-green-cyan);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.375rem;line-height:1}.Metrics-module__izIzua__label{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.25rem;font-size:.8rem;font-weight:600}.Metrics-module__izIzua__description{color:var(--text-muted);font-size:.7rem;line-height:1.5}@media (max-width:1100px){.Metrics-module__izIzua__grid{grid-template-columns:repeat(3,1fr)}.Metrics-module__izIzua__item:nth-child(3):after{display:none}}@media (max-width:640px){.Metrics-module__izIzua__grid{grid-template-columns:repeat(2,1fr)}.Metrics-module__izIzua__item:nth-child(2n):after{display:none}.Metrics-module__izIzua__item:nth-child(3):after{display:block}}@media (max-width:400px){.Metrics-module__izIzua__grid{grid-template-columns:1fr}.Metrics-module__izIzua__item:after{display:none!important}}
.TechStack-module__LQQTpq__section{padding:var(--section-padding);position:relative}.TechStack-module__LQQTpq__container{max-width:var(--container-max);margin:0 auto;padding:0 2rem}.TechStack-module__LQQTpq__header{text-align:center;margin-bottom:1rem}.TechStack-module__LQQTpq__title{margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.TechStack-module__LQQTpq__subtitle{color:var(--text-secondary);max-width:540px;margin:0 auto;font-size:1.05rem;line-height:1.7}.TechStack-module__LQQTpq__tabs{border:1px solid var(--glass-border);border-radius:var(--radius-xl);background:#0f142299;flex-wrap:wrap;justify-content:center;align-items:center;gap:.5rem;width:fit-content;margin:2.5rem auto;padding:.5rem;display:flex}.TechStack-module__LQQTpq__tab{color:var(--text-muted);border-radius:var(--radius-lg);cursor:pointer;transition:var(--transition-fast);font-size:.85rem;font-weight:600;font-family:var(--font-primary);white-space:nowrap;background:0 0;border:1px solid #0000;padding:.5rem 1.125rem}.TechStack-module__LQQTpq__tab:hover{color:var(--text-secondary);background:#ffffff0a}.TechStack-module__LQQTpq__tabActive{color:var(--accent-green)!important;background:var(--accent-green-dim)!important;border-color:#00f5a033!important}.TechStack-module__LQQTpq__grid{grid-template-columns:repeat(3,1fr);gap:1.25rem;display:grid}.TechStack-module__LQQTpq__card{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);cursor:default;transition:var(--transition-mid);flex-direction:column;gap:.75rem;padding:1.75rem;display:flex;position:relative;overflow:hidden}.TechStack-module__LQQTpq__card:before{content:"";background:var(--gradient-green-cyan);opacity:0;height:2px;transition:var(--transition-mid);border-radius:var(--radius-lg) var(--radius-lg) 0 0;position:absolute;top:0;left:0;right:0}.TechStack-module__LQQTpq__card:hover{box-shadow:var(--shadow-card-hover), 0 0 30px #00f5a012;border-color:#00f5a026;transform:translateY(-4px)}.TechStack-module__LQQTpq__card:hover:before{opacity:1}.TechStack-module__LQQTpq__cardTop{justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.TechStack-module__LQQTpq__cardName{color:var(--text-primary);letter-spacing:-.01em;font-size:.975rem;font-weight:700;line-height:1.3}.TechStack-module__LQQTpq__badge{border-radius:var(--radius-pill);font-size:.65rem;font-family:var(--font-mono);white-space:nowrap;flex-shrink:0;padding:.2rem .6rem;font-weight:600}.TechStack-module__LQQTpq__badgeGreen{background:var(--accent-green-dim);color:var(--accent-green);border:1px solid #00f5a040}.TechStack-module__LQQTpq__badgeCyan{background:var(--accent-cyan-dim);color:var(--accent-cyan);border:1px solid #00d9ff40}.TechStack-module__LQQTpq__badgePurple{background:var(--accent-purple-dim);color:var(--accent-purple);border:1px solid #8b5cf640}.TechStack-module__LQQTpq__cardRole{color:var(--text-secondary);font-size:.8rem;line-height:1.55}.TechStack-module__LQQTpq__cardDetails{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);border-top:1px solid #ffffff0a;padding-top:.5rem;line-height:1.6}@media (max-width:1024px){.TechStack-module__LQQTpq__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.TechStack-module__LQQTpq__grid{grid-template-columns:1fr}.TechStack-module__LQQTpq__tabs{width:100%;overflow-x:auto}}
.Architecture-module__kj0q6G__section{padding:var(--section-padding);position:relative;overflow:hidden}.Architecture-module__kj0q6G__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#8b5cf60d 0%,#0000 65%);width:800px;height:800px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Architecture-module__kj0q6G__container{max-width:var(--container-max);z-index:1;margin:0 auto;padding:0 2rem;position:relative}.Architecture-module__kj0q6G__header{text-align:center;margin-bottom:3rem}.Architecture-module__kj0q6G__title{margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.Architecture-module__kj0q6G__subtitle{color:var(--text-secondary);max-width:520px;margin:0 auto;font-size:1.05rem;line-height:1.7}.Architecture-module__kj0q6G__diagramCard{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:3rem 2rem;overflow:hidden}.Architecture-module__kj0q6G__flow{flex-wrap:nowrap;justify-content:center;align-items:center;gap:0;display:flex}.Architecture-module__kj0q6G__node{text-align:center;flex-direction:column;flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.Architecture-module__kj0q6G__nodeIcon{border-radius:var(--radius-lg);width:72px;height:72px;transition:var(--transition-mid);cursor:default;justify-content:center;align-items:center;font-size:1.75rem;display:flex;position:relative}.Architecture-module__kj0q6G__nodeIcon:after{content:"";border-radius:calc(var(--radius-lg) + 4px);opacity:0;transition:var(--transition-mid);position:absolute;inset:-4px}.Architecture-module__kj0q6G__nodePhone{background:linear-gradient(135deg,#1a2740,#0f1e35);border:1px solid #00d9ff40;box-shadow:0 0 20px #00d9ff1a}.Architecture-module__kj0q6G__nodePhone:after{border:1px solid #00d9ff66}.Architecture-module__kj0q6G__nodeWs{background:linear-gradient(135deg,#1a2420,#0f1e18);border:1px solid #00f5a040;box-shadow:0 0 20px #00f5a01a}.Architecture-module__kj0q6G__nodeWs:after{border:1px solid #00f5a066}.Architecture-module__kj0q6G__nodeApi{background:linear-gradient(135deg,#241a3a,#180f2e);border:1px solid #8b5cf640;box-shadow:0 0 20px #8b5cf61a}.Architecture-module__kj0q6G__nodeApi:after{border:1px solid #8b5cf666}.Architecture-module__kj0q6G__nodeGemini{background:linear-gradient(135deg,#1a2440,#0f182e);border:1px solid #00d9ff4d;border-radius:50%;width:88px;height:88px;box-shadow:0 0 24px #00d9ff26}.Architecture-module__kj0q6G__nodeIcon:hover{transform:translateY(-4px)scale(1.06)}.Architecture-module__kj0q6G__nodeIcon:hover:after{opacity:1}.Architecture-module__kj0q6G__nodeLabel{color:var(--text-primary);letter-spacing:-.01em;font-size:.825rem;font-weight:700}.Architecture-module__kj0q6G__nodeSub{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);line-height:1.4}.Architecture-module__kj0q6G__arrow{flex-direction:column;flex-shrink:0;align-items:center;gap:.4rem;padding:0 .75rem;display:flex}.Architecture-module__kj0q6G__arrowLine{background:linear-gradient(90deg, var(--accent-green), var(--accent-cyan));width:48px;height:1px;position:relative}.Architecture-module__kj0q6G__arrowLine:after{content:"";border-left:7px solid var(--accent-cyan);border-top:4px solid #0000;border-bottom:4px solid #0000;width:0;height:0;position:absolute;top:-4px;right:-1px}.Architecture-module__kj0q6G__arrowLine:before{content:"";background:var(--accent-green);border-radius:var(--radius-pill);width:10px;height:5px;box-shadow:0 0 6px var(--accent-green);animation:2s ease-in-out infinite Architecture-module__kj0q6G__flowPulse;position:absolute;top:-2px;left:0}.Architecture-module__kj0q6G__arrowLabel{font-size:.62rem;font-family:var(--font-mono);color:var(--text-muted);white-space:nowrap;text-align:center}.Architecture-module__kj0q6G__streams{border-top:1px solid #ffffff0d;grid-template-columns:repeat(3,1fr);gap:1rem;margin-top:2.5rem;padding-top:2rem;display:grid}.Architecture-module__kj0q6G__stream{border-radius:var(--radius-md);transition:var(--transition-fast);background:#ffffff05;border:1px solid #ffffff0a;align-items:flex-start;gap:.875rem;padding:1rem;display:flex}.Architecture-module__kj0q6G__stream:hover{background:#ffffff0a;border-color:#ffffff14}.Architecture-module__kj0q6G__streamDot{border-radius:50%;flex-shrink:0;width:8px;height:8px;margin-top:4px;animation:2s ease-in-out infinite Architecture-module__kj0q6G__pulse-glow}.Architecture-module__kj0q6G__streamDotGreen{background:var(--accent-green);box-shadow:0 0 6px var(--accent-green)}.Architecture-module__kj0q6G__streamDotCyan{background:var(--accent-cyan);box-shadow:0 0 6px var(--accent-cyan)}.Architecture-module__kj0q6G__streamDotPurple{background:var(--accent-purple);box-shadow:0 0 6px var(--accent-purple)}.Architecture-module__kj0q6G__streamInfo{flex-direction:column;gap:.2rem;display:flex}.Architecture-module__kj0q6G__streamName{color:var(--text-primary);font-size:.8rem;font-weight:700}.Architecture-module__kj0q6G__streamDesc{color:var(--text-muted);font-size:.72rem;font-family:var(--font-mono);line-height:1.5}@media (max-width:900px){.Architecture-module__kj0q6G__flow{flex-direction:column;gap:0}.Architecture-module__kj0q6G__arrow{flex-direction:row;padding:.5rem 0;transform:rotate(90deg)}.Architecture-module__kj0q6G__streams{grid-template-columns:1fr}}@media (max-width:640px){.Architecture-module__kj0q6G__diagramCard{padding:1.5rem 1rem}}
.ProductionRoadmap-module__8oFwKG__section{padding:var(--section-padding);position:relative;overflow:hidden}.ProductionRoadmap-module__8oFwKG__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00f5a00a 0%,#0000 60%);width:600px;height:600px;position:absolute;top:0;right:-200px}.ProductionRoadmap-module__8oFwKG__container{z-index:1;max-width:900px;margin:0 auto;padding:0 2rem;position:relative}.ProductionRoadmap-module__8oFwKG__header{text-align:center;margin-bottom:4rem}.ProductionRoadmap-module__8oFwKG__title{margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.ProductionRoadmap-module__8oFwKG__subtitle{color:var(--text-secondary);max-width:560px;margin:0 auto;font-size:1.05rem;line-height:1.7}.ProductionRoadmap-module__8oFwKG__timeline{flex-direction:column;gap:0;display:flex;position:relative}.ProductionRoadmap-module__8oFwKG__timeline:before{content:"";background:linear-gradient(180deg, var(--accent-green) 0%, var(--accent-cyan) 33%, var(--accent-purple) 66%, #8b5cf633 100%);width:1px;position:absolute;top:0;bottom:0;left:28px}.ProductionRoadmap-module__8oFwKG__phase{gap:1.75rem;padding-bottom:2.5rem;display:flex;position:relative}.ProductionRoadmap-module__8oFwKG__phase:last-child{padding-bottom:0}.ProductionRoadmap-module__8oFwKG__phaseNumber{width:56px;height:56px;font-size:1rem;font-weight:800;font-family:var(--font-mono);z-index:1;transition:var(--transition-mid);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex;position:relative}.ProductionRoadmap-module__8oFwKG__phaseNumber:before{content:"";opacity:0;transition:var(--transition-mid);border:1px solid;border-radius:50%;animation:3s ease-out infinite ProductionRoadmap-module__8oFwKG__pulse-ring;position:absolute;inset:-6px}.ProductionRoadmap-module__8oFwKG__phase:hover .ProductionRoadmap-module__8oFwKG__phaseNumber{transform:scale(1.1)}.ProductionRoadmap-module__8oFwKG__phase:hover .ProductionRoadmap-module__8oFwKG__phaseNumber:before{opacity:1}.ProductionRoadmap-module__8oFwKG__phase1 .ProductionRoadmap-module__8oFwKG__phaseNumber{background:var(--accent-green-dim);color:var(--accent-green);border:2px solid #00f5a066;box-shadow:0 0 16px #00f5a033}.ProductionRoadmap-module__8oFwKG__phase1 .ProductionRoadmap-module__8oFwKG__phaseNumber:before{border-color:#00f5a066}.ProductionRoadmap-module__8oFwKG__phase2 .ProductionRoadmap-module__8oFwKG__phaseNumber{background:var(--accent-cyan-dim);color:var(--accent-cyan);border:2px solid #00d9ff66;box-shadow:0 0 16px #00d9ff33}.ProductionRoadmap-module__8oFwKG__phase2 .ProductionRoadmap-module__8oFwKG__phaseNumber:before{border-color:#00d9ff66}.ProductionRoadmap-module__8oFwKG__phase3 .ProductionRoadmap-module__8oFwKG__phaseNumber{background:var(--accent-purple-dim);color:var(--accent-purple);border:2px solid #8b5cf666;box-shadow:0 0 16px #8b5cf633}.ProductionRoadmap-module__8oFwKG__phase3 .ProductionRoadmap-module__8oFwKG__phaseNumber:before{border-color:#8b5cf666}.ProductionRoadmap-module__8oFwKG__phase4 .ProductionRoadmap-module__8oFwKG__phaseNumber{color:var(--text-secondary);background:#ffffff0d;border:2px solid #ffffff26}.ProductionRoadmap-module__8oFwKG__phase4 .ProductionRoadmap-module__8oFwKG__phaseNumber:before{border-color:#fff3}.ProductionRoadmap-module__8oFwKG__phaseContent{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur-light);border:1px solid var(--glass-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);transition:var(--transition-mid);flex:1;padding:1.75rem}.ProductionRoadmap-module__8oFwKG__phase:hover .ProductionRoadmap-module__8oFwKG__phaseContent{box-shadow:var(--shadow-card-hover);border-color:#ffffff1a;transform:translate(4px)}.ProductionRoadmap-module__8oFwKG__phase1:hover .ProductionRoadmap-module__8oFwKG__phaseContent{border-color:#00f5a026}.ProductionRoadmap-module__8oFwKG__phase2:hover .ProductionRoadmap-module__8oFwKG__phaseContent{border-color:#00d9ff26}.ProductionRoadmap-module__8oFwKG__phase3:hover .ProductionRoadmap-module__8oFwKG__phaseContent{border-color:#8b5cf626}.ProductionRoadmap-module__8oFwKG__phaseHeader{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:.75rem;display:flex}.ProductionRoadmap-module__8oFwKG__phaseTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:1.1rem;font-weight:700}.ProductionRoadmap-module__8oFwKG__phaseStatus{border-radius:var(--radius-pill);font-size:.67rem;font-weight:700;font-family:var(--font-mono);letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;padding:.25rem .75rem}.ProductionRoadmap-module__8oFwKG__statusActive{background:var(--accent-green-dim);color:var(--accent-green);border:1px solid #00f5a040}.ProductionRoadmap-module__8oFwKG__statusNext{background:var(--accent-cyan-dim);color:var(--accent-cyan);border:1px solid #00d9ff40}.ProductionRoadmap-module__8oFwKG__statusPlanned{background:var(--accent-purple-dim);color:var(--accent-purple);border:1px solid #8b5cf640}.ProductionRoadmap-module__8oFwKG__statusFuture{color:var(--text-muted);background:#ffffff0d;border:1px solid #ffffff1a}.ProductionRoadmap-module__8oFwKG__phaseDesc{color:var(--text-secondary);margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.ProductionRoadmap-module__8oFwKG__techList{flex-direction:column;gap:.625rem;display:flex}.ProductionRoadmap-module__8oFwKG__techItem{align-items:flex-start;gap:.75rem;display:flex}.ProductionRoadmap-module__8oFwKG__techDot{border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-top:6px}.ProductionRoadmap-module__8oFwKG__techDotGreen{background:var(--accent-green);box-shadow:0 0 6px #00f5a080}.ProductionRoadmap-module__8oFwKG__techDotCyan{background:var(--accent-cyan);box-shadow:0 0 6px #00d9ff80}.ProductionRoadmap-module__8oFwKG__techDotPurple{background:var(--accent-purple);box-shadow:0 0 6px #8b5cf680}.ProductionRoadmap-module__8oFwKG__techDotGray{background:var(--text-muted)}.ProductionRoadmap-module__8oFwKG__techName{color:var(--text-primary);font-size:.8rem;font-weight:700;font-family:var(--font-mono)}.ProductionRoadmap-module__8oFwKG__techDesc{color:var(--text-muted);font-size:.78rem;line-height:1.5}@media (max-width:640px){.ProductionRoadmap-module__8oFwKG__timeline:before{left:22px}.ProductionRoadmap-module__8oFwKG__phaseNumber{width:44px;height:44px;font-size:.85rem}.ProductionRoadmap-module__8oFwKG__phase{gap:1.25rem}.ProductionRoadmap-module__8oFwKG__phaseContent{padding:1.25rem}.ProductionRoadmap-module__8oFwKG__phaseHeader{flex-direction:column;align-items:flex-start;gap:.5rem}}
.ContactForm-module__fw3Taq__section{padding:var(--section-padding);position:relative}.ContactForm-module__fw3Taq__section:before{content:"";pointer-events:none;background:radial-gradient(circle,#00d9ff0a 0%,#0000 60%);width:600px;height:600px;position:absolute;bottom:-100px;left:50%;transform:translate(-50%)}.ContactForm-module__fw3Taq__container{z-index:1;max-width:640px;margin:0 auto;padding:0 2rem;position:relative}.ContactForm-module__fw3Taq__header{text-align:center;margin-bottom:3rem}.ContactForm-module__fw3Taq__title{margin-bottom:.875rem;font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:700}.ContactForm-module__fw3Taq__subtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.7}.ContactForm-module__fw3Taq__card{--color-background:#cbd5e1;--color-background-alt:#64748b;--color-border-active:#64748b;--color-border-default:#94a3b8;--color-highlight:#cbd5e1;--color-primary:#1e293b;--color-primary-active:#090f1d;--color-text-default:#0f172a;--color-text-muted:#475569;--font-family-body:"Work Sans", system-ui, sans-serif;--font-family-display:"IBM Plex Serif", system-ui, sans-serif;border-radius:var(--radius-xl);font-family:var(--font-family-body);background:#f8fafc;border:1px solid #00000014;padding:2.5rem;position:relative;overflow:hidden;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.ContactForm-module__fw3Taq__fsForm{text-align:left;row-gap:1.5rem;display:grid}.ContactForm-module__fw3Taq__fsField{flex-direction:column;row-gap:.375rem;display:flex}.ContactForm-module__fw3Taq__fsLabel{color:var(--color-text-default);font-family:var(--font-family-display);font-size:.875rem;font-weight:500;line-height:1.25rem;display:block}.ContactForm-module__fw3Taq__fsDescription{color:var(--color-text-muted);margin-top:.25rem;font-size:.875rem;line-height:1.25rem;display:block}.ContactForm-module__fw3Taq__fsButtonGroup{flex-direction:row-reverse;column-gap:1.5rem;display:flex}.ContactForm-module__fw3Taq__fsButton{background-color:var(--color-primary);color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;line-height:1rem;font-family:var(--font-family-body);border:none;border-radius:.375rem;align-items:center;gap:.5rem;padding:1rem 2rem;transition-property:background-color;transition-duration:.2s;transition-timing-function:cubic-bezier(.4,0,.2,1);display:flex}.ContactForm-module__fw3Taq__fsButton:hover:not(:disabled){background-color:var(--color-primary-active)}.ContactForm-module__fw3Taq__fsButton:focus-visible{background-color:var(--color-primary-active);outline:3px solid var(--color-highlight)}.ContactForm-module__fw3Taq__fsButton:disabled{opacity:.7;cursor:not-allowed}.ContactForm-module__fw3Taq__fsInput,.ContactForm-module__fw3Taq__fsTextarea{appearance:none;box-shadow:var(--color-border-default) 0 0 0 1px inset;color:var(--color-text-default);font-size:1rem;font-family:var(--font-family-body);background:#fff;border-width:0;border-radius:.375rem;outline:none;width:100%;padding-left:.75rem;padding-right:.75rem}.ContactForm-module__fw3Taq__fsInput{height:2.5rem;line-height:1.5rem}.ContactForm-module__fw3Taq__fsTextarea{resize:vertical;min-height:120px;padding:.5rem .75rem;line-height:1.5rem}.ContactForm-module__fw3Taq__fsInput:focus-visible,.ContactForm-module__fw3Taq__fsTextarea:focus-visible{box-shadow:var(--color-border-active) 0 0 0 1.5px inset;outline:3px solid var(--color-highlight);outline-offset:0}.ContactForm-module__fw3Taq__fsInput::placeholder,.ContactForm-module__fw3Taq__fsTextarea::placeholder{color:var(--color-text-muted)}.ContactForm-module__fw3Taq__inputError{box-shadow:inset 0 0 0 1.5px #e10740!important}.ContactForm-module__fw3Taq__errorMsg{color:#e10740;margin-top:.25rem;font-size:.75rem}.ContactForm-module__fw3Taq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.7s linear infinite ContactForm-module__fw3Taq__spin}.ContactForm-module__fw3Taq__successState{text-align:center;flex-direction:column;align-items:center;gap:1.25rem;padding:1rem 0;display:flex}.ContactForm-module__fw3Taq__successIcon{color:#00f5a0;background:#00f5a026;border:2px solid #00f5a066;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;animation:2.5s ease-in-out infinite ContactForm-module__fw3Taq__pulse-glow;display:flex}.ContactForm-module__fw3Taq__successTitle{color:var(--color-text-default);font-size:1.25rem;font-weight:700}.ContactForm-module__fw3Taq__successDesc{color:var(--color-text-muted);max-width:360px;font-size:.925rem;line-height:1.65}.ContactForm-module__fw3Taq__errorAlert{color:#e10740;text-align:center;background:#e107401a;border:1px solid #e1074040;border-radius:.375rem;padding:.875rem 1rem;font-size:.875rem}@media (max-width:640px){.ContactForm-module__fw3Taq__card{padding:1.75rem 1.25rem}}
.Footer-module__Grjkva__footer{padding:3.5rem 2rem 2rem;position:relative;overflow:hidden}.Footer-module__Grjkva__footer:before{content:"";background:linear-gradient(90deg,#0000,#00f5a033,#00d9ff33,#0000);height:1px;position:absolute;top:0;left:0;right:0}.Footer-module__Grjkva__container{max-width:var(--container-max);margin:0 auto}.Footer-module__Grjkva__top{border-bottom:1px solid #ffffff0d;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-bottom:2.5rem;display:grid}.Footer-module__Grjkva__brand{flex-direction:column;gap:1rem;max-width:320px;display:flex}.Footer-module__Grjkva__logo{align-items:center;width:fit-content;display:flex}.Footer-module__Grjkva__logoImage{width:auto;height:28px;display:block}.Footer-module__Grjkva__logoIcon{background:var(--gradient-green-cyan);border-radius:7px;justify-content:center;align-items:center;width:30px;height:30px;font-size:.9rem;display:flex}.Footer-module__Grjkva__logoAccent{color:var(--accent-green)}.Footer-module__Grjkva__brandDesc{color:var(--text-muted);font-size:.875rem;line-height:1.65}.Footer-module__Grjkva__techBadge{background:var(--accent-green-dim);border-radius:var(--radius-pill);font-size:.72rem;font-family:var(--font-mono);color:var(--accent-green);letter-spacing:.04em;border:1px solid #00f5a033;align-items:center;gap:.5rem;width:fit-content;padding:.375rem .875rem;font-weight:600;display:inline-flex}.Footer-module__Grjkva__techBadgeDot{background:var(--accent-green);border-radius:50%;width:5px;height:5px;animation:2s ease-in-out infinite Footer-module__Grjkva__pulse-glow}.Footer-module__Grjkva__col{flex-direction:column;gap:1.25rem;display:flex}.Footer-module__Grjkva__colTitle{text-transform:uppercase;letter-spacing:.1em;color:var(--text-secondary);font-size:.8rem;font-weight:700}.Footer-module__Grjkva__links{flex-direction:column;gap:.625rem;display:flex}.Footer-module__Grjkva__link{color:var(--text-muted);transition:var(--transition-fast);align-items:center;gap:.4rem;font-size:.875rem;display:flex}.Footer-module__Grjkva__link:hover{color:var(--accent-green);transform:translate(4px)}.Footer-module__Grjkva__bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-top:2rem;display:flex}.Footer-module__Grjkva__copyright{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono)}.Footer-module__Grjkva__poweredBy{color:var(--text-muted);font-size:.8rem;font-family:var(--font-mono);align-items:center;gap:.5rem;display:flex}.Footer-module__Grjkva__geminiTag{background:var(--accent-cyan-dim);border-radius:var(--radius-pill);color:var(--accent-cyan);border:1px solid #00d9ff33;align-items:center;gap:.35rem;padding:.2rem .625rem;font-size:.7rem;font-weight:600;display:inline-flex}@media (max-width:900px){.Footer-module__Grjkva__top{grid-template-columns:1fr 1fr}.Footer-module__Grjkva__brand{grid-column:1/-1;max-width:100%}}@media (max-width:600px){.Footer-module__Grjkva__top{grid-template-columns:1fr}.Footer-module__Grjkva__bottom{text-align:center;flex-direction:column}}
