.Navbar-module__n4Aqoq__nav{z-index:100;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);background:#0a0a0fcc;padding:1.25rem 0;position:fixed;top:0;left:0;right:0}.Navbar-module__n4Aqoq__container{justify-content:space-between;align-items:center;display:flex}.Navbar-module__n4Aqoq__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Navbar-module__n4Aqoq__logoIcon{background:linear-gradient(135deg,var(--accent-orange),var(--accent-blue));width:40px;height:40px;font-family:var(--font-mono);color:#fff;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.Navbar-module__n4Aqoq__logoText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.Navbar-module__n4Aqoq__logoText span{color:var(--accent-orange)}.Navbar-module__n4Aqoq__navLinks{gap:2.5rem;list-style:none;display:flex}.Navbar-module__n4Aqoq__navLinks a{color:var(--text-secondary);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s}.Navbar-module__n4Aqoq__navLinks a:hover,.Navbar-module__n4Aqoq__navLinks a.Navbar-module__n4Aqoq__active{color:var(--text-primary)}.Navbar-module__n4Aqoq__navCta{gap:1rem;display:flex}@media (max-width:1024px){.Navbar-module__n4Aqoq__navLinks{display:none}}@media (max-width:640px){.Navbar-module__n4Aqoq__nav{padding:1rem 0}.Navbar-module__n4Aqoq__container{flex-wrap:wrap;gap:1rem}.Navbar-module__n4Aqoq__navCta{justify-content:center;width:100%}.Navbar-module__n4Aqoq__navCta .Navbar-module__n4Aqoq__btn-ghost{display:none}.Navbar-module__n4Aqoq__logoText{font-size:1.1rem}.Navbar-module__n4Aqoq__logoIcon{width:36px;height:36px;font-size:1rem}}
.Hero-module__GgLHAa__hero{background:var(--gradient-mesh);align-items:center;min-height:100vh;padding-top:6rem;display:flex;position:relative}.Hero-module__GgLHAa__container{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Hero-module__GgLHAa__content{animation:.8s ease-out Hero-module__GgLHAa__fadeInUp}.Hero-module__GgLHAa__content h1{letter-spacing:-.02em;margin-top:1.5rem;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;line-height:1.1}.Hero-module__GgLHAa__content p{color:var(--text-secondary);max-width:540px;margin-bottom:2rem;font-size:1.25rem}.Hero-module__GgLHAa__actions{gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__GgLHAa__stats{gap:3rem;display:flex}.Hero-module__GgLHAa__stat{flex-direction:column;display:flex}.Hero-module__GgLHAa__statValue{font-family:var(--font-mono);color:var(--text-primary);font-size:2rem;font-weight:600}.Hero-module__GgLHAa__statLabel{color:var(--text-muted);font-size:.85rem}.Hero-module__GgLHAa__visual{animation:.8s ease-out .2s backwards Hero-module__GgLHAa__fadeInUp;position:relative}.Hero-module__GgLHAa__visualFrame{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;overflow:hidden;box-shadow:0 40px 80px #0006}.Hero-module__GgLHAa__visualHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:.5rem;padding:1rem 1.25rem;display:flex}.Hero-module__GgLHAa__dot{border-radius:50%;width:12px;height:12px}.Hero-module__GgLHAa__red{background:#ef4444}.Hero-module__GgLHAa__yellow{background:#eab308}.Hero-module__GgLHAa__green{background:#22c55e}.Hero-module__GgLHAa__visualContent{background-color:#0000;background-image:linear-gradient(90deg,#ffffff05 1px,#0000 1px),linear-gradient(#ffffff05 1px,#0000 1px);background-position:0 0,0 0;background-repeat:repeat,repeat;background-size:40px 40px;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;min-height:400px;padding:2rem;position:relative}.Hero-module__GgLHAa__factoryPreview{flex-direction:column;gap:1.5rem;display:flex}.Hero-module__GgLHAa__machineRow{align-items:center;gap:1rem;display:flex}.Hero-module__GgLHAa__machine{background:var(--bg-secondary);border:1px solid var(--border-color);width:80px;height:60px;font-family:var(--font-mono);border-radius:8px;flex-direction:column;justify-content:center;align-items:center;font-size:.7rem;display:flex;position:relative}.Hero-module__GgLHAa__machine.Hero-module__GgLHAa__working{border-color:var(--accent-green);box-shadow:0 0 20px #22c55e33}.Hero-module__GgLHAa__machine.Hero-module__GgLHAa__idle{border-color:var(--text-muted)}.Hero-module__GgLHAa__machine.Hero-module__GgLHAa__blocked{border-color:var(--accent-orange);box-shadow:0 0 20px var(--accent-orange-glow)}.Hero-module__GgLHAa__machineName{color:var(--text-primary);font-weight:500}.Hero-module__GgLHAa__machineStatus{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.6rem}.Hero-module__GgLHAa__conveyor{background:var(--bg-secondary);border-radius:4px;flex:1;height:8px;position:relative;overflow:hidden}.Hero-module__GgLHAa__conveyor:after{content:"";background:linear-gradient(90deg,transparent,var(--accent-blue),transparent);width:30%;height:100%;animation:2s linear infinite Hero-module__GgLHAa__conveyorMove;position:absolute;top:0;left:0}.Hero-module__GgLHAa__kpiOverlay{border:1px solid var(--border-color);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#0a0a0fe6;border-radius:12px;padding:1rem 1.25rem;position:absolute;bottom:1.5rem;right:1.5rem}.Hero-module__GgLHAa__kpiRow{font-family:var(--font-mono);justify-content:space-between;gap:2rem;font-size:.8rem;display:flex}.Hero-module__GgLHAa__kpiLabel{color:var(--text-muted)}.Hero-module__GgLHAa__kpiValue{color:var(--accent-green);font-weight:500}@media (max-width:1024px){.Hero-module__GgLHAa__container{text-align:center;grid-template-columns:1fr}.Hero-module__GgLHAa__content{order:1}.Hero-module__GgLHAa__visual{order:2}.Hero-module__GgLHAa__content p{margin-left:auto;margin-right:auto}.Hero-module__GgLHAa__actions,.Hero-module__GgLHAa__stats{justify-content:center}}@media (max-width:640px){.Hero-module__GgLHAa__hero{min-height:auto;padding:7rem 0 4rem}.Hero-module__GgLHAa__container{gap:2.5rem}.Hero-module__GgLHAa__content h1{font-size:2rem}.Hero-module__GgLHAa__content p{font-size:1rem}.Hero-module__GgLHAa__actions{flex-direction:column;gap:.75rem}.Hero-module__GgLHAa__actions .btn{text-align:center;width:100%;padding:1rem 1.5rem}.Hero-module__GgLHAa__stats{flex-direction:column;gap:1.5rem}.Hero-module__GgLHAa__stat{align-items:center}.Hero-module__GgLHAa__statValue{font-size:1.75rem}.Hero-module__GgLHAa__visualFrame{border-radius:12px}.Hero-module__GgLHAa__visualContent{min-height:280px;padding:1rem}.Hero-module__GgLHAa__factoryPreview{gap:1rem}.Hero-module__GgLHAa__machineRow{gap:.5rem}.Hero-module__GgLHAa__machine{border-radius:6px;width:60px;height:45px}.Hero-module__GgLHAa__machineName{font-size:.6rem}.Hero-module__GgLHAa__machineStatus{font-size:.5rem}.Hero-module__GgLHAa__conveyor{height:6px}.Hero-module__GgLHAa__kpiOverlay{border-radius:8px;margin-top:1rem;padding:.75rem 1rem;position:relative;bottom:auto;right:auto}.Hero-module__GgLHAa__kpiRow{gap:1rem;font-size:.7rem}}@media (max-width:380px){.Hero-module__GgLHAa__content h1{font-size:1.75rem}.Hero-module__GgLHAa__machine{width:50px;height:40px}.Hero-module__GgLHAa__machineName{font-size:.55rem}}
.Features-module__A8qEEa__features{background:var(--bg-secondary);padding:8rem 0;position:relative}.Features-module__A8qEEa__features:before{content:"";background:linear-gradient(90deg,transparent,var(--border-color),transparent);height:1px;position:absolute;top:0;left:0;right:0}.Features-module__A8qEEa__grid{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.Features-module__A8qEEa__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem;transition:all .3s}.Features-module__A8qEEa__card:hover{border-color:var(--accent-orange);transform:translateY(-4px);box-shadow:0 20px 40px #0000004d}.Features-module__A8qEEa__icon{background:linear-gradient(135deg,#ff6b3533,#3b82f61a);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:1.5rem;font-size:1.5rem;display:flex}.Features-module__A8qEEa__card h3{margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.Features-module__A8qEEa__card p{color:var(--text-secondary);font-size:.95rem}@media (max-width:1024px){.Features-module__A8qEEa__grid{grid-template-columns:1fr}}@media (max-width:640px){.Features-module__A8qEEa__features{padding:4rem 0}.Features-module__A8qEEa__card{border-radius:12px;padding:1.5rem}.Features-module__A8qEEa__icon{width:40px;height:40px;margin-bottom:1rem;font-size:1.25rem}.Features-module__A8qEEa__card h3{font-size:1.1rem}.Features-module__A8qEEa__card p{font-size:.9rem}}
.Modes-module__pEppGG__modes{background:var(--gradient-mesh),var(--bg-primary);padding:8rem 0}.Modes-module__pEppGG__grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.Modes-module__pEppGG__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;position:relative;overflow:hidden}.Modes-module__pEppGG__card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.Modes-module__pEppGG__card.Modes-module__pEppGG__flow:before{background:linear-gradient(90deg,var(--accent-green),var(--accent-blue))}.Modes-module__pEppGG__card.Modes-module__pEppGG__cosim:before{background:linear-gradient(90deg,var(--accent-blue),var(--accent-purple))}.Modes-module__pEppGG__card.Modes-module__pEppGG__hybrid:before{background:linear-gradient(90deg,var(--accent-orange),var(--accent-purple))}.Modes-module__pEppGG__badge{font-family:var(--font-mono);background:#ffffff0d;border-radius:6px;margin-bottom:1rem;padding:.35rem .75rem;font-size:.75rem;display:inline-block}.Modes-module__pEppGG__card h3{margin-bottom:1rem;font-size:1.5rem;font-weight:600}.Modes-module__pEppGG__card p{color:var(--text-secondary);margin-bottom:1.5rem}.Modes-module__pEppGG__features{list-style:none}.Modes-module__pEppGG__features li{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.9rem;display:flex}.Modes-module__pEppGG__features li:before{content:"→";color:var(--accent-orange);font-family:var(--font-mono)}@media (max-width:1024px){.Modes-module__pEppGG__grid{grid-template-columns:1fr}}@media (max-width:640px){.Modes-module__pEppGG__modes{padding:4rem 0}.Modes-module__pEppGG__card{border-radius:16px;padding:1.5rem}.Modes-module__pEppGG__card h3{font-size:1.25rem}.Modes-module__pEppGG__features li{font-size:.85rem}}
.TechStack-module__n9Wg5q__tech{background:var(--bg-secondary);padding:8rem 0}.TechStack-module__n9Wg5q__grid{grid-template-columns:repeat(6,1fr);gap:1.5rem;margin-top:3rem;display:grid}.TechStack-module__n9Wg5q__item{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;border-radius:12px;padding:1.5rem;transition:all .2s}.TechStack-module__n9Wg5q__item:hover{border-color:var(--text-muted);transform:translateY(-2px)}.TechStack-module__n9Wg5q__name{margin-bottom:.25rem;font-weight:500}.TechStack-module__n9Wg5q__desc{color:var(--text-muted);font-size:.8rem}.TechStack-module__n9Wg5q__license{font-family:var(--font-mono);color:var(--accent-green);margin-top:.5rem;font-size:.7rem}@media (max-width:1024px){.TechStack-module__n9Wg5q__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:640px){.TechStack-module__n9Wg5q__tech{padding:4rem 0}.TechStack-module__n9Wg5q__grid{grid-template-columns:repeat(2,1fr);gap:1rem}.TechStack-module__n9Wg5q__item{border-radius:10px;padding:1rem}.TechStack-module__n9Wg5q__name{font-size:.9rem}.TechStack-module__n9Wg5q__desc{font-size:.75rem}}@media (max-width:380px){.TechStack-module__n9Wg5q__grid{grid-template-columns:1fr 1fr;gap:.75rem}}
.Integrations-module__OzOQ9W__integrations{background:var(--bg-primary);padding:8rem 0}.Integrations-module__OzOQ9W__grid{grid-template-columns:1fr 1fr;align-items:center;gap:4rem;display:grid}.Integrations-module__OzOQ9W__content h3{margin-top:1rem;margin-bottom:1rem;font-size:1.75rem}.Integrations-module__OzOQ9W__content p{color:var(--text-secondary);margin-bottom:2rem}.Integrations-module__OzOQ9W__list{flex-direction:column;gap:1rem;display:flex}.Integrations-module__OzOQ9W__item{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.25rem;display:flex}.Integrations-module__OzOQ9W__icon{background:var(--bg-secondary);width:40px;height:40px;font-family:var(--font-mono);color:var(--accent-blue);border-radius:8px;justify-content:center;align-items:center;font-size:.8rem;display:flex}.Integrations-module__OzOQ9W__item span{font-weight:500}.Integrations-module__OzOQ9W__visual{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;padding:2rem}.Integrations-module__OzOQ9W__codeBlock{font-family:var(--font-mono);font-size:.85rem;line-height:1.8}.Integrations-module__OzOQ9W__comment{color:var(--text-muted)}.Integrations-module__OzOQ9W__keyword{color:var(--accent-purple)}.Integrations-module__OzOQ9W__string{color:var(--accent-green)}.Integrations-module__OzOQ9W__function{color:var(--accent-blue)}@media (max-width:1024px){.Integrations-module__OzOQ9W__grid{grid-template-columns:1fr}}@media (max-width:640px){.Integrations-module__OzOQ9W__integrations{padding:4rem 0}.Integrations-module__OzOQ9W__grid{gap:2rem}.Integrations-module__OzOQ9W__content h3{font-size:1.4rem}.Integrations-module__OzOQ9W__list{gap:.75rem}.Integrations-module__OzOQ9W__item{border-radius:10px;padding:.75rem 1rem}.Integrations-module__OzOQ9W__icon{width:36px;height:36px;font-size:.7rem}.Integrations-module__OzOQ9W__item span{font-size:.9rem}.Integrations-module__OzOQ9W__visual{border-radius:12px;padding:1.25rem}.Integrations-module__OzOQ9W__codeBlock{font-size:.7rem;line-height:1.6;overflow-x:auto}}
.Pricing-module__O_kUHa__pricing{background:var(--gradient-mesh),var(--bg-secondary);padding:8rem 0}.Pricing-module__O_kUHa__cards{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;display:grid}.Pricing-module__O_kUHa__card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:20px;padding:2.5rem;position:relative}.Pricing-module__O_kUHa__card.Pricing-module__O_kUHa__featured{border-color:var(--accent-orange);box-shadow:0 0 60px var(--accent-orange-glow)}.Pricing-module__O_kUHa__card.Pricing-module__O_kUHa__featured:before{content:"Most Popular";background:var(--accent-orange);color:#fff;border-radius:100px;padding:.35rem 1rem;font-size:.75rem;font-weight:500;position:absolute;top:-12px;left:50%;transform:translate(-50%)}.Pricing-module__O_kUHa__tier{color:var(--text-muted);margin-bottom:.5rem;font-size:.9rem}.Pricing-module__O_kUHa__price{margin-bottom:.5rem;font-size:3rem;font-weight:700}.Pricing-module__O_kUHa__price span{color:var(--text-muted);font-size:1rem;font-weight:400}.Pricing-module__O_kUHa__desc{color:var(--text-secondary);border-bottom:1px solid var(--border-color);margin-bottom:2rem;padding-bottom:2rem}.Pricing-module__O_kUHa__features{margin-bottom:2rem;list-style:none}.Pricing-module__O_kUHa__features li{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.5rem 0;font-size:.95rem;display:flex}.Pricing-module__O_kUHa__features li:before{content:"✓";color:var(--accent-green);font-weight:600}@media (max-width:1024px){.Pricing-module__O_kUHa__cards{grid-template-columns:1fr}}@media (max-width:640px){.Pricing-module__O_kUHa__pricing{padding:4rem 0}.Pricing-module__O_kUHa__cards{gap:1.5rem}.Pricing-module__O_kUHa__card{border-radius:16px;padding:1.5rem}.Pricing-module__O_kUHa__card.Pricing-module__O_kUHa__featured{margin-top:.5rem}.Pricing-module__O_kUHa__price{font-size:2.25rem}.Pricing-module__O_kUHa__features li{font-size:.9rem}}@media (max-width:380px){.Pricing-module__O_kUHa__price{font-size:2rem}}
.CTA-module__2G4s6q__cta{background:var(--bg-primary);text-align:center;padding:8rem 0}.CTA-module__2G4s6q__cta h2{margin-bottom:1rem;font-size:clamp(2rem,4vw,3rem)}.CTA-module__2G4s6q__cta p{color:var(--text-secondary);max-width:600px;margin-bottom:2rem;margin-left:auto;margin-right:auto;font-size:1.1rem}.CTA-module__2G4s6q__actions{justify-content:center;gap:1rem;display:flex}@media (max-width:640px){.CTA-module__2G4s6q__cta{padding:4rem 0}.CTA-module__2G4s6q__cta h2{font-size:1.5rem}.CTA-module__2G4s6q__cta p{font-size:1rem}.CTA-module__2G4s6q__actions{flex-direction:column;gap:.75rem}.CTA-module__2G4s6q__actions .btn{width:100%}}
.Footer-module__BCtozG__footer{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:4rem 0 2rem}.Footer-module__BCtozG__grid{grid-template-columns:2fr 1fr 1fr 1fr;gap:4rem;margin-bottom:4rem;display:grid}.Footer-module__BCtozG__brand p{color:var(--text-secondary);margin-top:1rem;font-size:.95rem}.Footer-module__BCtozG__logo{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Footer-module__BCtozG__logoIcon{background:linear-gradient(135deg,var(--accent-orange),var(--accent-blue));width:40px;height:40px;font-family:var(--font-mono);color:#fff;border-radius:10px;justify-content:center;align-items:center;font-size:1.1rem;font-weight:600;display:flex}.Footer-module__BCtozG__logoText{color:var(--text-primary);font-size:1.25rem;font-weight:600}.Footer-module__BCtozG__logoText span{color:var(--accent-orange)}.Footer-module__BCtozG__col h4{color:var(--text-primary);margin-bottom:1.5rem;font-size:.9rem;font-weight:600}.Footer-module__BCtozG__col ul{list-style:none}.Footer-module__BCtozG__col li{margin-bottom:.75rem}.Footer-module__BCtozG__col a{color:var(--text-secondary);font-size:.9rem;text-decoration:none;transition:color .2s}.Footer-module__BCtozG__col a:hover{color:var(--text-primary)}.Footer-module__BCtozG__companyInfo{color:var(--text-muted);margin-top:1rem;font-size:.75rem;line-height:1.4}.Footer-module__BCtozG__bottom{border-top:1px solid var(--border-color);color:var(--text-muted);justify-content:space-between;align-items:center;padding-top:2rem;font-size:.85rem;display:flex}@media (max-width:1024px){.Footer-module__BCtozG__grid{grid-template-columns:1fr 1fr;gap:2rem}}@media (max-width:640px){.Footer-module__BCtozG__footer{padding:3rem 0 1.5rem}.Footer-module__BCtozG__grid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.Footer-module__BCtozG__brand p{font-size:.9rem}.Footer-module__BCtozG__col h4{margin-bottom:1rem}.Footer-module__BCtozG__col li{margin-bottom:.5rem}.Footer-module__BCtozG__bottom{text-align:center;flex-direction:column;gap:.75rem;font-size:.8rem}}
