.ThemeToggle-module__sGqMhG__toggle{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;transition:all .2s;display:flex;position:relative}.ThemeToggle-module__sGqMhG__toggle:hover{color:var(--text-primary);border-color:var(--text-muted);background:var(--bg-card)}.ThemeToggle-module__sGqMhG__icon{display:block}.ThemeToggle-module__sGqMhG__systemDot{background:var(--accent-orange);border-radius:50%;width:6px;height:6px;position:absolute;bottom:4px;right:4px}
.LanguageSwitcher-module__kcAi4G__switcher{border:1px solid var(--border-primary);border-radius:6px;gap:2px;display:flex;overflow:hidden}.LanguageSwitcher-module__kcAi4G__btn{font-size:.75rem;font-weight:600;font-family:var(--font-jetbrains);color:var(--text-muted);cursor:pointer;letter-spacing:.02em;background:0 0;border:none;padding:4px 8px;transition:all .15s}.LanguageSwitcher-module__kcAi4G__btn:hover{color:var(--text-primary);background:var(--bg-tertiary)}.LanguageSwitcher-module__kcAi4G__btn.LanguageSwitcher-module__kcAi4G__active{color:var(--accent-orange);background:var(--bg-secondary)}
.Navbar-module__n4Aqoq__nav{z-index:100;background:rgb(var(--overlay-bg-rgb)/.8);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid var(--border-color);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{object-fit:none;border-radius:5px;width:60px;height:60px}.Navbar-module__n4Aqoq__logoText{color:var(--text-primary);padding-right:10px;font-size:1.25rem;font-weight:600}.Navbar-module__n4Aqoq__logoText span{color:var(--accent-orange)}.Navbar-module__n4Aqoq__navLinks{align-items:center;gap:1.4rem;list-style:none;display:flex}.Navbar-module__n4Aqoq__navLinks>li>a{color:var(--text-secondary);font-size:.95rem;font-weight:400;text-decoration:none;transition:color .2s}.Navbar-module__n4Aqoq__navLinks>li>a:hover,.Navbar-module__n4Aqoq__navLinks>li>a.Navbar-module__n4Aqoq__active{color:var(--text-primary)}.Navbar-module__n4Aqoq__navCta{align-items:center;gap:1rem;display:flex}.Navbar-module__n4Aqoq__portalIcon{background:linear-gradient(135deg,var(--accent-orange),var(--accent-blue));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;text-decoration:none;transition:opacity .2s;display:flex}.Navbar-module__n4Aqoq__portalIcon:hover{opacity:.85}.Navbar-module__n4Aqoq__dropdown{position:relative}.Navbar-module__n4Aqoq__dropdownTrigger{cursor:pointer;color:var(--text-secondary);background:0 0;border:none;align-items:center;gap:.35rem;padding:0;font-family:inherit;font-size:.95rem;font-weight:400;transition:color .2s;display:flex}.Navbar-module__n4Aqoq__dropdownTrigger:hover,.Navbar-module__n4Aqoq__dropdownTrigger.Navbar-module__n4Aqoq__active{color:var(--text-primary)}.Navbar-module__n4Aqoq__chevron{transition:transform .2s}.Navbar-module__n4Aqoq__chevronOpen{transform:rotate(180deg)}.Navbar-module__n4Aqoq__dropdownMenu{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;min-width:200px;padding:.5rem;animation:.15s ease-out Navbar-module__n4Aqoq__dropdownIn;position:absolute;top:calc(100% + .75rem);left:50%;transform:translate(-50%);box-shadow:0 8px 24px #00000040}@keyframes Navbar-module__n4Aqoq__dropdownIn{0%{opacity:0;transform:translate(-50%)translateY(-4px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Navbar-module__n4Aqoq__dropdownItem{color:var(--text-secondary);white-space:nowrap;border-radius:8px;padding:.6rem .85rem;font-size:.9rem;text-decoration:none;transition:background .15s,color .15s;display:block}.Navbar-module__n4Aqoq__dropdownItem:hover{background:var(--bg-secondary);color:var(--text-primary)}.Navbar-module__n4Aqoq__dropdownItem.Navbar-module__n4Aqoq__active{color:var(--text-primary)}.Navbar-module__n4Aqoq__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;display:none}.Navbar-module__n4Aqoq__burger span{background:var(--text-primary);border-radius:2px;width:100%;height:2px;transition:transform .25s,opacity .25s;display:block}.Navbar-module__n4Aqoq__burgerOpen span:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__n4Aqoq__burgerOpen span:nth-child(2){opacity:0}.Navbar-module__n4Aqoq__burgerOpen span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__n4Aqoq__mobileMenu{background:var(--bg-card);border-top:1px solid var(--border-color);animation:.2s ease-out Navbar-module__n4Aqoq__mobileMenuIn;box-shadow:0 8px 24px #00000040}@keyframes Navbar-module__n4Aqoq__mobileMenuIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__n4Aqoq__mobileMenuInner{flex-direction:column;gap:.5rem;max-width:1200px;margin:0 auto;padding:1.25rem 1.5rem 1.5rem;display:flex}.Navbar-module__n4Aqoq__mobileGroup{padding:.5rem 0}.Navbar-module__n4Aqoq__mobileGroupLabel{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);margin-bottom:.25rem;padding:0 .75rem;font-size:.75rem;font-weight:600}.Navbar-module__n4Aqoq__mobileLink{color:var(--text-secondary);border-radius:8px;padding:.6rem .75rem;font-size:.95rem;text-decoration:none;transition:background .15s,color .15s;display:block}.Navbar-module__n4Aqoq__mobileLink:hover{background:var(--bg-secondary);color:var(--text-primary)}.Navbar-module__n4Aqoq__mobileLink.Navbar-module__n4Aqoq__active{color:var(--text-primary)}.Navbar-module__n4Aqoq__mobileCta{border-top:1px solid var(--border-color);gap:.75rem;margin-top:.5rem;padding-top:1rem;display:flex}.Navbar-module__n4Aqoq__mobileCta .Navbar-module__n4Aqoq__btn{text-align:center;flex:1}.Navbar-module__n4Aqoq__mobileUtils{border-top:1px solid var(--border-color);align-items:center;gap:.75rem;margin-top:.5rem;padding-top:.5rem;display:flex}@media (max-width:1024px){.Navbar-module__n4Aqoq__navLinks{display:none}.Navbar-module__n4Aqoq__burger{display:flex}.Navbar-module__n4Aqoq__navCta .Navbar-module__n4Aqoq__btn-ghost,.Navbar-module__n4Aqoq__navCta .Navbar-module__n4Aqoq__btn-primary,.Navbar-module__n4Aqoq__desktopOnly{display:none}}@media (max-width:640px){.Navbar-module__n4Aqoq__nav{padding:1rem 0}.Navbar-module__n4Aqoq__logoText{font-size:1.1rem}.Navbar-module__n4Aqoq__logoIcon{width:36px;height:36px}}
.Hero-module__GgLHAa__hero{background:var(--gradient-mesh);align-items:center;min-height:100vh;padding-top:0;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);box-shadow:var(--shadow-lg);border-radius:16px;overflow:hidden}.Hero-module__GgLHAa__tabBar{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:0;display:flex}.Hero-module__GgLHAa__tab{font-family:var(--font-mono);color:var(--text-muted);cursor:default;white-space:nowrap;border-bottom:2px solid #0000;padding:.6rem 1rem;font-size:.7rem}.Hero-module__GgLHAa__tabActive{color:var(--accent-orange);border-bottom-color:var(--accent-orange);background:rgb(var(--accent-orange-rgb)/.06)}.Hero-module__GgLHAa__appLayout{grid-template-columns:140px 1fr 160px;min-height:340px;display:grid}.Hero-module__GgLHAa__appSidebar{background:var(--bg-secondary);border-right:1px solid var(--border-color);padding:.75rem 0;overflow:hidden}.Hero-module__GgLHAa__sidebarHeader{font-family:var(--font-mono);color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;border-bottom:1px solid var(--border-color);margin-bottom:.25rem;padding:.25rem .75rem .5rem;font-size:.6rem;font-weight:600}.Hero-module__GgLHAa__sidebarList{margin:0;padding:0;list-style:none}.Hero-module__GgLHAa__sidebarList li{font-family:var(--font-mono);color:var(--text-secondary);cursor:default;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.65rem;display:flex}.Hero-module__GgLHAa__sidebarList li:hover{background:rgb(var(--overlay-subtle-rgb)/.04)}.Hero-module__GgLHAa__sidebarIcon{color:var(--text-muted);text-align:center;width:10px;font-size:.5rem}.Hero-module__GgLHAa__sidebarCount{color:var(--text-muted);margin-left:auto;font-size:.6rem}.Hero-module__GgLHAa__canvas{background:linear-gradient(90deg,rgb(var(--overlay-subtle-rgb)/.03)1px,transparent 1px),linear-gradient(rgb(var(--overlay-subtle-rgb)/.03)1px,transparent 1px);background-size:32px 32px;flex-direction:column;justify-content:center;gap:1.25rem;padding:1.5rem 1rem;display:flex;position:relative}.Hero-module__GgLHAa__machineRow{align-items:center;gap:0;display:flex}.Hero-module__GgLHAa__machine{width:56px;height:42px;font-family:var(--font-mono);border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;font-size:.6rem;font-weight:600;display:flex;position:relative}.Hero-module__GgLHAa__machine.Hero-module__GgLHAa__working{background:rgb(var(--accent-green-rgb)/.25);border:1.5px solid var(--accent-green);color:var(--accent-green)}.Hero-module__GgLHAa__machine.Hero-module__GgLHAa__idle{background:rgb(var(--accent-muted-rgb)/.2);border:1.5px solid var(--text-muted);color:var(--text-muted)}.Hero-module__GgLHAa__machine.Hero-module__GgLHAa__blocked{background:rgb(var(--accent-orange-rgb)/.25);border:1.5px solid var(--accent-orange);color:var(--accent-orange);animation:2s ease-in-out infinite Hero-module__GgLHAa__pulseGlow}@keyframes Hero-module__GgLHAa__pulseGlow{0%,to{box-shadow:0 0 8px rgb(var(--accent-orange-rgb)/.3)}50%{box-shadow:0 0 16px rgb(var(--accent-orange-rgb)/.5)}}.Hero-module__GgLHAa__machineName{font-size:.6rem}.Hero-module__GgLHAa__conveyor{border-top:2px dashed rgb(var(--accent-blue-rgb)/.4);flex:1;min-width:20px;height:0;position:relative}.Hero-module__GgLHAa__conveyor:after{content:"";background:var(--accent-blue);opacity:.6;border-radius:50%;width:6px;height:6px;animation:3s linear infinite Hero-module__GgLHAa__dotMove;position:absolute;top:-4px;left:0}@keyframes Hero-module__GgLHAa__dotMove{0%{left:0}to{left:calc(100% - 6px)}}.Hero-module__GgLHAa__propertiesPanel{background:var(--bg-secondary);border-left:1px solid var(--border-color);flex-direction:column;padding:0;display:flex;overflow:hidden}.Hero-module__GgLHAa__propTabs{border-bottom:1px solid var(--border-color);display:flex}.Hero-module__GgLHAa__propTab{font-family:var(--font-mono);color:var(--text-muted);text-align:center;cursor:default;white-space:nowrap;border-bottom:2px solid #0000;flex:1;padding:.5rem .4rem;font-size:.55rem}.Hero-module__GgLHAa__propTabActive{color:var(--accent-blue);border-bottom-color:var(--accent-blue)}.Hero-module__GgLHAa__propSection{border-bottom:1px solid var(--border-color);flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.Hero-module__GgLHAa__kpiRow{font-family:var(--font-mono);justify-content:space-between;align-items:center;font-size:.65rem;display:flex}.Hero-module__GgLHAa__kpiLabel{color:var(--text-muted)}.Hero-module__GgLHAa__kpiValue{color:var(--accent-green);font-weight:600}.Hero-module__GgLHAa__kpiWarning{color:var(--accent-orange)}.Hero-module__GgLHAa__miniChart{flex-direction:column;flex:1;padding:.75rem;display:flex}.Hero-module__GgLHAa__chartLabel{font-family:var(--font-mono);color:var(--text-muted);margin-bottom:.5rem;font-size:.55rem}.Hero-module__GgLHAa__chartBars{flex:1;align-items:flex-end;gap:3px;min-height:60px;display:flex}.Hero-module__GgLHAa__chartBar{background:linear-gradient(to top,rgb(var(--accent-blue-rgb)/.6),rgb(var(--accent-blue-rgb)/.2));border-radius:2px 2px 0 0;flex:1;min-height:4px}@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}.Hero-module__GgLHAa__appLayout{grid-template-columns:110px 1fr 140px;min-height:280px}.Hero-module__GgLHAa__tab{padding:.5rem .75rem;font-size:.6rem}}@media (max-width:640px){.Hero-module__GgLHAa__hero{min-height:auto;padding:2rem 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__appSidebar,.Hero-module__GgLHAa__propertiesPanel{display:none}.Hero-module__GgLHAa__appLayout{grid-template-columns:1fr;min-height:200px}.Hero-module__GgLHAa__canvas{gap:1rem;padding:1rem .75rem}.Hero-module__GgLHAa__machine{width:46px;height:34px;font-size:.5rem}.Hero-module__GgLHAa__machineName{font-size:.5rem}.Hero-module__GgLHAa__tab{padding:.45rem .5rem;font-size:.55rem}}@media (max-width:380px){.Hero-module__GgLHAa__content h1{font-size:1.75rem}.Hero-module__GgLHAa__machine{width:40px;height:30px}}
.WhitepaperForm-module__hLcZva__form{width:100%}.WhitepaperForm-module__hLcZva__fields{flex-wrap:wrap;gap:.75rem;display:flex}.WhitepaperForm-module__hLcZva__input{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:200px;color:var(--text-primary);flex:1;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;transition:border-color .2s}.WhitepaperForm-module__hLcZva__input:focus{border-color:var(--accent-orange);outline:none}.WhitepaperForm-module__hLcZva__input::placeholder{color:var(--text-muted)}.WhitepaperForm-module__hLcZva__submitBtn{white-space:nowrap;flex-shrink:0}.WhitepaperForm-module__hLcZva__submitBtn:disabled{opacity:.6;cursor:not-allowed}.WhitepaperForm-module__hLcZva__error{color:#ef4444;margin-top:.5rem;font-size:.85rem}.WhitepaperForm-module__hLcZva__disclaimer{color:var(--text-muted);margin-top:.75rem;font-size:.8rem}.WhitepaperForm-module__hLcZva__success{text-align:center;padding:1rem 0}.WhitepaperForm-module__hLcZva__successIcon{background:rgb(var(--accent-green-rgb)/.15);width:48px;height:48px;color:var(--accent-green);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1rem;font-size:1.5rem;font-weight:700;display:flex}.WhitepaperForm-module__hLcZva__successTitle{margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.WhitepaperForm-module__hLcZva__successText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:.95rem}@media (max-width:640px){.WhitepaperForm-module__hLcZva__fields{flex-direction:column}.WhitepaperForm-module__hLcZva__input{min-width:unset}.WhitepaperForm-module__hLcZva__submitBtn{width:100%}}
.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);box-shadow:var(--shadow-md);transform:translateY(-4px)}.Features-module__A8qEEa__icon{background:linear-gradient(135deg,rgb(var(--accent-orange-rgb)/.2),rgb(var(--accent-blue-rgb)/.1));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:rgb(var(--overlay-subtle-rgb)/.05);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;overflow:hidden}.Integrations-module__OzOQ9W__console{flex-direction:column;display:flex}.Integrations-module__OzOQ9W__consoleHeader{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.Integrations-module__OzOQ9W__consoleDots{gap:6px;display:flex}.Integrations-module__OzOQ9W__consoleDots span{background:var(--border-color);border-radius:50%;width:10px;height:10px}.Integrations-module__OzOQ9W__consoleTitle{font-family:var(--font-mono);color:var(--text-muted);font-size:.8rem}.Integrations-module__OzOQ9W__activityFeed{flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.Integrations-module__OzOQ9W__activityRow{align-items:flex-start;gap:.75rem;display:flex}.Integrations-module__OzOQ9W__activityCheck{color:#22c55e;background:#22c55e26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-top:2px;font-size:.75rem;display:flex}.Integrations-module__OzOQ9W__activityInfo{flex:1;min-width:0}.Integrations-module__OzOQ9W__activityHeader{align-items:center;gap:.75rem;margin-bottom:.2rem;display:flex}.Integrations-module__OzOQ9W__activityLabel{font-size:.9rem;font-weight:600}.Integrations-module__OzOQ9W__activityFile{font-family:var(--font-mono);color:var(--text-muted);background:var(--bg-secondary);border-radius:4px;padding:.1rem .5rem;font-size:.78rem}.Integrations-module__OzOQ9W__activityStatus{color:var(--text-secondary);font-size:.82rem}.Integrations-module__OzOQ9W__consoleFooter{border-top:1px solid var(--border-color);font-family:var(--font-mono);color:var(--text-muted);align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.78rem;display:flex}.Integrations-module__OzOQ9W__footerDot{background:#22c55e;border-radius:50%;width:8px;height:8px}@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}.Integrations-module__OzOQ9W__activityFeed{gap:.75rem;padding:1rem}.Integrations-module__OzOQ9W__activityFile{font-size:.7rem}.Integrations-module__OzOQ9W__activityLabel{font-size:.82rem}.Integrations-module__OzOQ9W__activityStatus{font-size:.78rem}}
.Pricing-module__O_kUHa__pricing{background:var(--gradient-mesh),var(--bg-secondary);padding:8rem 0}.Pricing-module__O_kUHa__teaser{background:var(--bg-card);border:1px solid var(--border-color);text-align:center;max-width:640px;color:var(--text-secondary);border-radius:20px;margin:3rem auto 0;padding:2rem 2.5rem;font-size:1.05rem;line-height:1.7}.Pricing-module__O_kUHa__teaser strong{color:var(--text-primary)}.Pricing-module__O_kUHa__moreLink{text-align:center;margin-top:2.5rem}.Pricing-module__O_kUHa__moreLink a{color:var(--text-secondary);font-size:.95rem;transition:color .2s}.Pricing-module__O_kUHa__moreLink a:hover{color:var(--accent-orange)}@media (max-width:640px){.Pricing-module__O_kUHa__pricing{padding:4rem 0}.Pricing-module__O_kUHa__teaser{border-radius:16px;padding:1.5rem;font-size:1rem}}
.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%}}
.AdminSidebar-module__V73VDG__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:50;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;left:0}.AdminSidebar-module__V73VDG__logo{border-bottom:1px solid var(--border-color);padding:1.5rem}.AdminSidebar-module__V73VDG__logoLink{align-items:center;gap:.75rem;text-decoration:none;display:flex}.AdminSidebar-module__V73VDG__logoIcon{object-fit:contain;border-radius:8px;width:36px;height:36px}.AdminSidebar-module__V73VDG__logoText{color:var(--text-primary);flex-direction:column;font-size:1.1rem;font-weight:600;line-height:1.2;display:flex}.AdminSidebar-module__V73VDG__logoText span:first-child{color:var(--accent-blue)}.AdminSidebar-module__V73VDG__adminBadge{text-transform:uppercase;letter-spacing:.1em;color:var(--accent-blue);font-size:.65rem;font-weight:500}.AdminSidebar-module__V73VDG__nav{flex:1;padding:1rem 0;overflow-y:auto}.AdminSidebar-module__V73VDG__menu{list-style:none}.AdminSidebar-module__V73VDG__menuItem{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.AdminSidebar-module__V73VDG__menuItem:hover{background:var(--bg-card);color:var(--text-primary)}.AdminSidebar-module__V73VDG__menuItem.AdminSidebar-module__V73VDG__active{background:rgb(var(--accent-blue-rgb)/.1);color:var(--accent-blue);border-left:3px solid var(--accent-blue)}.AdminSidebar-module__V73VDG__menuIcon{font-size:.72rem;font-family:var(--font-mono);text-align:center;letter-spacing:.03em;width:32px;font-weight:600}.AdminSidebar-module__V73VDG__menuLabel{font-size:.95rem;font-weight:500}.AdminSidebar-module__V73VDG__footer{border-top:1px solid var(--border-color);padding:1rem 0}.AdminSidebar-module__V73VDG__themeRow{padding:.5rem 1.5rem}.AdminSidebar-module__V73VDG__portalLink{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.AdminSidebar-module__V73VDG__portalLink:hover{background:var(--bg-card);color:var(--text-primary)}.AdminSidebar-module__V73VDG__signOutBtn{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-family:inherit;transition:all .2s;display:flex}.AdminSidebar-module__V73VDG__signOutBtn:hover{background:var(--bg-card);color:var(--text-primary)}@media (max-width:1024px){.AdminSidebar-module__V73VDG__sidebar{width:80px}.AdminSidebar-module__V73VDG__logo{justify-content:center;padding:1rem;display:flex}.AdminSidebar-module__V73VDG__logoText{display:none}.AdminSidebar-module__V73VDG__menuItem,.AdminSidebar-module__V73VDG__portalLink,.AdminSidebar-module__V73VDG__signOutBtn{justify-content:center;padding:.875rem}.AdminSidebar-module__V73VDG__menuLabel{display:none}.AdminSidebar-module__V73VDG__menuItem.AdminSidebar-module__V73VDG__active{border-left:none;border-radius:8px;margin:0 .5rem}}@media (max-width:640px){.AdminSidebar-module__V73VDG__sidebar{border-right:none;border-top:1px solid var(--border-color);flex-direction:row;width:100%;height:auto;padding:0;position:fixed;inset:auto 0 0}.AdminSidebar-module__V73VDG__logo,.AdminSidebar-module__V73VDG__footer{display:none}.AdminSidebar-module__V73VDG__nav{width:100%;padding:0;overflow-x:auto}.AdminSidebar-module__V73VDG__menu{justify-content:space-around;display:flex}.AdminSidebar-module__V73VDG__menuItem{flex-direction:column;gap:.25rem;padding:.75rem 1rem}.AdminSidebar-module__V73VDG__menuItem.AdminSidebar-module__V73VDG__active{border-left:none;border-top:2px solid var(--accent-blue);background:0 0;margin:0}.AdminSidebar-module__V73VDG__menuIcon{width:auto;font-size:.68rem}.AdminSidebar-module__V73VDG__menuLabel{font-size:.7rem;display:block}}
.NewsletterForm-module__gyFAiW__form{margin-top:1.5rem}.NewsletterForm-module__gyFAiW__title{color:var(--text-primary);margin-bottom:.75rem;font-size:.85rem;font-weight:600}.NewsletterForm-module__gyFAiW__row{gap:.5rem;display:flex}.NewsletterForm-module__gyFAiW__input{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:var(--radius-md);min-width:0;color:var(--text-primary);flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.85rem;transition:border-color .2s}.NewsletterForm-module__gyFAiW__input:focus{border-color:var(--accent-orange);outline:none}.NewsletterForm-module__gyFAiW__input::placeholder{color:var(--text-muted)}.NewsletterForm-module__gyFAiW__button{background:var(--accent-orange);color:#fff;border-radius:var(--radius-md);cursor:pointer;white-space:nowrap;border:none;flex-shrink:0;padding:.5rem 1rem;font-family:inherit;font-size:.85rem;font-weight:500;transition:opacity .2s}.NewsletterForm-module__gyFAiW__button:hover{opacity:.9}.NewsletterForm-module__gyFAiW__button:disabled{opacity:.6;cursor:not-allowed}.NewsletterForm-module__gyFAiW__error{color:#ef4444;margin-top:.5rem;font-size:.8rem}.NewsletterForm-module__gyFAiW__success{align-items:center;gap:.5rem;margin-top:1.5rem;display:flex}.NewsletterForm-module__gyFAiW__successIcon{color:var(--accent-green);font-weight:700}.NewsletterForm-module__gyFAiW__success p{color:var(--text-secondary);font-size:.85rem}@media (max-width:640px){.NewsletterForm-module__gyFAiW__row{flex-direction:column}.NewsletterForm-module__gyFAiW__button{width:100%}}
.Sidebar-module__uI8Q3q__sidebar{background:var(--bg-secondary);border-right:1px solid var(--border-color);z-index:50;flex-direction:column;width:260px;height:100vh;display:flex;position:fixed;top:0;left:0}.Sidebar-module__uI8Q3q__logo{border-bottom:1px solid var(--border-color);padding:1.5rem}.Sidebar-module__uI8Q3q__logoLink{align-items:center;gap:.75rem;text-decoration:none;display:flex}.Sidebar-module__uI8Q3q__logoIcon{object-fit:contain;border-radius:8px;width:36px;height:36px}.Sidebar-module__uI8Q3q__logoText{color:var(--text-primary);font-size:1.1rem;font-weight:600}.Sidebar-module__uI8Q3q__logoText span{color:var(--accent-orange)}.Sidebar-module__uI8Q3q__nav{flex:1;padding:1rem 0;overflow-y:auto}.Sidebar-module__uI8Q3q__menu{list-style:none}.Sidebar-module__uI8Q3q__menuItem{color:var(--text-secondary);align-items:center;gap:.75rem;padding:.875rem 1.5rem;text-decoration:none;transition:all .2s;display:flex}.Sidebar-module__uI8Q3q__menuItem:hover{background:var(--bg-card);color:var(--text-primary)}.Sidebar-module__uI8Q3q__menuItem.Sidebar-module__uI8Q3q__active{background:rgb(var(--accent-orange-rgb)/.1);color:var(--accent-orange);border-left:3px solid var(--accent-orange)}.Sidebar-module__uI8Q3q__menuIcon{text-align:center;width:24px;font-size:1.1rem}.Sidebar-module__uI8Q3q__menuLabel{font-size:.95rem;font-weight:500}.Sidebar-module__uI8Q3q__footer{border-top:1px solid var(--border-color);padding:1rem 0}.Sidebar-module__uI8Q3q__themeRow{padding:.5rem 1.5rem}.Sidebar-module__uI8Q3q__signOutBtn{width:100%;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;align-items:center;gap:.75rem;padding:.875rem 1.5rem;font-family:inherit;transition:all .2s;display:flex}.Sidebar-module__uI8Q3q__signOutBtn:hover{background:var(--bg-card);color:var(--text-primary)}.Sidebar-module__uI8Q3q__mobileOnly{display:none}@media (max-width:1024px){.Sidebar-module__uI8Q3q__sidebar{width:80px}.Sidebar-module__uI8Q3q__logo{justify-content:center;padding:1rem;display:flex}.Sidebar-module__uI8Q3q__logoText{display:none}.Sidebar-module__uI8Q3q__menuItem,.Sidebar-module__uI8Q3q__signOutBtn{justify-content:center;padding:.875rem}.Sidebar-module__uI8Q3q__menuLabel{display:none}.Sidebar-module__uI8Q3q__menuItem.Sidebar-module__uI8Q3q__active{border-left:none;border-radius:8px;margin:0 .5rem}}@media (max-width:640px){.Sidebar-module__uI8Q3q__sidebar{border-right:none;border-top:1px solid var(--border-color);flex-direction:row;width:100%;height:auto;padding:0;position:fixed;inset:auto 0 0}.Sidebar-module__uI8Q3q__logo,.Sidebar-module__uI8Q3q__footer{display:none}.Sidebar-module__uI8Q3q__nav{width:100%;padding:0;overflow-x:auto}.Sidebar-module__uI8Q3q__menu{justify-content:space-around;display:flex}.Sidebar-module__uI8Q3q__menuItem{flex-direction:column;gap:.25rem;padding:.75rem 1rem}.Sidebar-module__uI8Q3q__menuItem.Sidebar-module__uI8Q3q__active{border-left:none;border-top:2px solid var(--accent-orange);background:0 0;margin:0}.Sidebar-module__uI8Q3q__menuIcon{font-size:1.25rem}.Sidebar-module__uI8Q3q__menuLabel{font-size:.7rem;display:block}.Sidebar-module__uI8Q3q__mobileOnly{display:block}}
.about-module__VkanhW__hero{text-align:center;background:var(--gradient-mesh);padding:3rem 0 4rem}.about-module__VkanhW__hero h1{max-width:800px;margin:1rem auto;font-size:clamp(2rem,4vw,3rem);font-weight:700}.about-module__VkanhW__hero p{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.1rem}.about-module__VkanhW__story{border-bottom:1px solid var(--border-color);padding:5rem 0}.about-module__VkanhW__storyContent{max-width:720px;margin:0 auto}.about-module__VkanhW__storyContent h2{margin-bottom:1.5rem;font-size:2rem;font-weight:600}.about-module__VkanhW__storyContent p{color:var(--text-secondary);margin-bottom:1.25rem;font-size:1.1rem;line-height:1.8}.about-module__VkanhW__founders{padding:5rem 0}.about-module__VkanhW__foundersHeading{text-align:center;margin:1rem 0 3rem;font-size:2rem;font-weight:600}.about-module__VkanhW__founderGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}.about-module__VkanhW__founderCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);border-top:3px solid #0000;padding:2rem}.about-module__VkanhW__founderCard.about-module__VkanhW__orange{border-top-color:var(--accent-orange)}.about-module__VkanhW__founderCard.about-module__VkanhW__blue{border-top-color:var(--accent-blue)}.about-module__VkanhW__founderHeader{align-items:center;gap:1.25rem;margin-bottom:1.5rem;display:flex}.about-module__VkanhW__founderAvatar{width:64px;height:64px;font-size:1.25rem;font-weight:700;font-family:var(--font-mono);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.about-module__VkanhW__founderAvatar.about-module__VkanhW__orange{background:rgb(var(--accent-orange-rgb)/.15);color:var(--accent-orange)}.about-module__VkanhW__founderAvatar.about-module__VkanhW__blue{background:rgb(var(--accent-blue-rgb)/.15);color:var(--accent-blue)}.about-module__VkanhW__founderHeader h3{margin-bottom:.25rem;font-size:1.25rem;font-weight:600}.about-module__VkanhW__founderRole{color:var(--text-secondary);font-size:.9rem;font-family:var(--font-mono)}.about-module__VkanhW__founderLocation{color:var(--text-muted);margin-top:.15rem;font-size:.8rem}.about-module__VkanhW__founderBio p{color:var(--text-secondary);margin-bottom:1rem;font-size:.95rem;line-height:1.7}.about-module__VkanhW__founderBio p:last-child{margin-bottom:1.5rem}.about-module__VkanhW__founderExpertise{flex-wrap:wrap;gap:.5rem;display:flex}.about-module__VkanhW__tag{font-size:.8rem;font-family:var(--font-mono);border-radius:100px;padding:.3rem .75rem;font-weight:500;display:inline-block}.about-module__VkanhW__tag.about-module__VkanhW__orange{background:rgb(var(--accent-orange-rgb)/.1);color:var(--accent-orange);border:1px solid rgb(var(--accent-orange-rgb)/.2)}.about-module__VkanhW__tag.about-module__VkanhW__blue{background:rgb(var(--accent-blue-rgb)/.1);color:var(--accent-blue);border:1px solid rgb(var(--accent-blue-rgb)/.2)}.about-module__VkanhW__whitepaper{background:var(--bg-secondary);padding:5rem 0}.about-module__VkanhW__whitepaperCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-xl);border-left:3px solid var(--accent-orange);grid-template-columns:1fr 1fr;align-items:center;gap:3rem;padding:3rem;display:grid}.about-module__VkanhW__whitepaperContent h2{margin:1rem 0;font-size:1.75rem;font-weight:600}.about-module__VkanhW__whitepaperContent>p{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1rem;line-height:1.7}.about-module__VkanhW__whitepaperHighlights{flex-direction:column;gap:.6rem;list-style:none;display:flex}.about-module__VkanhW__whitepaperHighlights li{color:var(--text-secondary);align-items:center;gap:.6rem;font-size:.95rem;display:flex}.about-module__VkanhW__whitepaperHighlights li:before{content:"→";color:var(--accent-orange);flex-shrink:0;font-weight:600}.about-module__VkanhW__whitepaperForm{flex-direction:column;gap:1.5rem;display:flex}.about-module__VkanhW__whitepaperCover{justify-content:center;display:flex}.about-module__VkanhW__coverMockup{aspect-ratio:3/4;border:1px solid var(--border-color);border-radius:var(--radius-md);background:linear-gradient(145deg,#1a1a2e 0%,#0f0f1a 100%);flex-direction:column;justify-content:space-between;width:180px;padding:1.25rem;display:flex;position:relative;overflow:hidden}.about-module__VkanhW__coverMockup:before{content:"";background:linear-gradient(90deg,var(--accent-orange),var(--accent-blue));height:3px;position:absolute;top:0;left:0;right:0}.about-module__VkanhW__coverLabel{font-family:var(--font-mono);text-transform:uppercase;letter-spacing:.1em;color:var(--accent-orange);font-size:.65rem}.about-module__VkanhW__coverTitle{color:var(--text-primary);font-size:.85rem;font-weight:600;line-height:1.4}.about-module__VkanhW__coverBrand{font-family:var(--font-mono);color:var(--text-muted);font-size:.6rem}.about-module__VkanhW__values{background:var(--bg-secondary);padding:5rem 0}.about-module__VkanhW__valuesHeading{text-align:center;margin:1rem 0 3rem;font-size:2rem;font-weight:600}.about-module__VkanhW__valuesGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.about-module__VkanhW__valueCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);padding:1.75rem;transition:border-color .2s}.about-module__VkanhW__valueCard:hover{border-color:var(--accent-orange)}.about-module__VkanhW__valueIcon{margin-bottom:1rem;font-size:2rem}.about-module__VkanhW__valueCard h3{margin-bottom:.75rem;font-size:1.1rem;font-weight:600}.about-module__VkanhW__valueCard p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.about-module__VkanhW__cta{text-align:center;padding:6rem 0}.about-module__VkanhW__cta h2{margin-bottom:1rem;font-size:2rem}.about-module__VkanhW__cta p{color:var(--text-secondary);margin-bottom:2rem}.about-module__VkanhW__ctaButtons{justify-content:center;gap:1rem;display:flex}@media (max-width:1024px){.about-module__VkanhW__founderGrid{grid-template-columns:1fr}.about-module__VkanhW__whitepaperCard{grid-template-columns:1fr;gap:2rem}.about-module__VkanhW__whitepaperForm{order:-1}.about-module__VkanhW__valuesGrid{grid-template-columns:1fr 1fr}}@media (max-width:640px){.about-module__VkanhW__hero{padding:2rem 0}.about-module__VkanhW__story,.about-module__VkanhW__founders{padding:3rem 0}.about-module__VkanhW__foundersHeading{margin-bottom:2rem}.about-module__VkanhW__founderCard{padding:1.5rem}.about-module__VkanhW__whitepaper{padding:3rem 0}.about-module__VkanhW__whitepaperCard{padding:1.5rem}.about-module__VkanhW__values{padding:3rem 0}.about-module__VkanhW__valuesGrid{grid-template-columns:1fr}.about-module__VkanhW__valuesHeading{margin-bottom:2rem}.about-module__VkanhW__ctaButtons{flex-direction:column}.about-module__VkanhW__ctaButtons .about-module__VkanhW__btn{width:100%}}
.portal-module__2iFjNW__portalLayout{background:var(--bg-primary);min-height:100vh;display:flex}.portal-module__2iFjNW__main{flex:1;min-height:100vh;margin-left:260px}.portal-module__2iFjNW__content{max-width:1400px;padding:2rem}.portal-module__2iFjNW__pageHeader{margin-bottom:2rem}.portal-module__2iFjNW__pageHeader h1{margin-bottom:.5rem;font-size:1.75rem;font-weight:600}.portal-module__2iFjNW__pageHeader p{color:var(--text-secondary);font-size:1rem}.portal-module__2iFjNW__statsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;margin-bottom:2rem;display:grid}.portal-module__2iFjNW__statCard{background:var(--bg-card);border:1px solid var(--border-color);border-radius:12px;padding:1.5rem}.portal-module__2iFjNW__statCard h3{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;font-size:.85rem;font-weight:500}.portal-module__2iFjNW__statCard .portal-module__2iFjNW__value{font-size:2rem;font-weight:700;font-family:var(--font-mono)}.portal-module__2iFjNW__statCard .portal-module__2iFjNW__value.portal-module__2iFjNW__green{color:var(--accent-green)}.portal-module__2iFjNW__statCard .portal-module__2iFjNW__value.portal-module__2iFjNW__orange{color:var(--accent-orange)}.portal-module__2iFjNW__statCard .portal-module__2iFjNW__value.portal-module__2iFjNW__blue{color:var(--accent-blue)}.portal-module__2iFjNW__section{background:var(--bg-card);border:1px solid var(--border-color);border-radius:16px;margin-bottom:1.5rem;padding:1.5rem}.portal-module__2iFjNW__sectionHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.portal-module__2iFjNW__sectionHeader h2{font-size:1.25rem;font-weight:600}.portal-module__2iFjNW__emptyState{text-align:center;color:var(--text-muted);padding:3rem 1rem}.portal-module__2iFjNW__emptyState h3{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem}.portal-module__2iFjNW__form{flex-direction:column;gap:1.25rem;display:flex}.portal-module__2iFjNW__formGroup{flex-direction:column;gap:.5rem;display:flex}.portal-module__2iFjNW__formGroup label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.portal-module__2iFjNW__formGroup input,.portal-module__2iFjNW__formGroup select,.portal-module__2iFjNW__formGroup textarea{background:var(--bg-secondary);border:1px solid var(--border-color);color:var(--text-primary);border-radius:8px;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.portal-module__2iFjNW__formGroup input:focus,.portal-module__2iFjNW__formGroup select:focus,.portal-module__2iFjNW__formGroup textarea:focus{border-color:var(--accent-blue);outline:none}.portal-module__2iFjNW__formGroup textarea{resize:vertical;min-height:120px}.portal-module__2iFjNW__formRow{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.portal-module__2iFjNW__formActions{gap:.75rem;padding-top:.5rem;display:flex}@media (max-width:1024px){.portal-module__2iFjNW__main{margin-left:80px}.portal-module__2iFjNW__statsGrid{grid-template-columns:repeat(2,1fr)}.portal-module__2iFjNW__formRow{grid-template-columns:1fr}}@media (max-width:640px){.portal-module__2iFjNW__main{margin-bottom:70px;margin-left:0}.portal-module__2iFjNW__content{padding:1rem}.portal-module__2iFjNW__pageHeader h1{font-size:1.5rem}.portal-module__2iFjNW__statsGrid{grid-template-columns:1fr;gap:1rem}.portal-module__2iFjNW__statCard{padding:1rem}.portal-module__2iFjNW__statCard .portal-module__2iFjNW__value{font-size:1.5rem}.portal-module__2iFjNW__section{border-radius:12px;padding:1rem}.portal-module__2iFjNW__sectionHeader{flex-direction:column;align-items:flex-start;gap:1rem}.portal-module__2iFjNW__formActions{flex-direction:column}.portal-module__2iFjNW__formActions button,.portal-module__2iFjNW__formActions a{text-align:center;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{object-fit:contain;width:40px;height:40px}.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__socialLinks{gap:.75rem;margin-top:1rem;display:flex}.Footer-module__BCtozG__socialLink{border:1px solid var(--border-color);width:36px;height:36px;color:var(--text-secondary);border-radius:8px;justify-content:center;align-items:center;transition:color .2s,border-color .2s;display:flex}.Footer-module__BCtozG__socialLink:hover{color:var(--accent-orange);border-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}}
