.MonitoringWidget-module__GK7gba__widget{border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1.15rem;transition:all .25s;display:flex;position:relative}.MonitoringWidget-module__GK7gba__widget:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.MonitoringWidget-module__GK7gba__widget.MonitoringWidget-module__GK7gba__critical{border-left:3px solid var(--danger)}.MonitoringWidget-module__GK7gba__widget.MonitoringWidget-module__GK7gba__warning{border-left:3px solid var(--warning)}.MonitoringWidget-module__GK7gba__widget.MonitoringWidget-module__GK7gba__normal{border-left:3px solid var(--success)}.MonitoringWidget-module__GK7gba__header{align-items:center;gap:.5rem;display:flex}.MonitoringWidget-module__GK7gba__iconWrapper{border-radius:var(--radius-sm);width:32px;height:32px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;justify-content:center;align-items:center;display:flex}.MonitoringWidget-module__GK7gba__title{color:var(--text-primary);margin:0;font-size:.9rem;font-weight:700}.MonitoringWidget-module__GK7gba__valueSection{justify-content:space-between;align-items:baseline;display:flex}.MonitoringWidget-module__GK7gba__value{color:var(--text-primary);font-size:1.6rem;font-weight:800;font-family:var(--font-mono);line-height:1}.MonitoringWidget-module__GK7gba__unit{color:var(--text-secondary);margin-left:.35rem;font-size:.85rem;font-weight:500}.MonitoringWidget-module__GK7gba__trend{font-size:.75rem;font-weight:700;font-family:var(--font-mono);border-radius:4px;align-items:center;gap:.25rem;padding:.15rem .4rem;display:flex}.MonitoringWidget-module__GK7gba__trendUp{color:var(--success);background:#10b9811f}.MonitoringWidget-module__GK7gba__trendDown{color:var(--danger);background:#ff00551f}.MonitoringWidget-module__GK7gba__progressBar{background:#ffffff0f;border-radius:3px;width:100%;height:6px;overflow:hidden}.MonitoringWidget-module__GK7gba__progressFill{border-radius:3px;height:100%;transition:width .3s}.MonitoringWidget-module__GK7gba__footer{justify-content:space-between;align-items:center;font-size:.7rem;display:flex}.MonitoringWidget-module__GK7gba__statusBadge{font-weight:800;font-family:var(--font-mono);letter-spacing:.05em}.MonitoringWidget-module__GK7gba__normal .MonitoringWidget-module__GK7gba__statusBadge{color:var(--success)}.MonitoringWidget-module__GK7gba__warning .MonitoringWidget-module__GK7gba__statusBadge{color:var(--warning)}.MonitoringWidget-module__GK7gba__critical .MonitoringWidget-module__GK7gba__statusBadge{color:var(--danger)}.MonitoringWidget-module__GK7gba__maxValue{color:var(--text-muted);font-family:var(--font-mono)}
.Button-module__8RiFmG__button{border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed;box-shadow:none!important;transform:none!important}.Button-module__8RiFmG__iconWrap{justify-content:center;align-items:center;display:inline-flex}.Button-module__8RiFmG__xs{border-radius:var(--radius-sm);gap:.3rem;padding:.25rem .55rem;font-size:.75rem}.Button-module__8RiFmG__sm{border-radius:var(--radius-sm);padding:.45rem .85rem;font-size:.85rem}.Button-module__8RiFmG__md{border-radius:var(--radius-md);padding:.65rem 1.25rem;font-size:.925rem}.Button-module__8RiFmG__lg{border-radius:var(--radius-lg);padding:.85rem 1.75rem;font-size:1.05rem}.Button-module__8RiFmG__primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:var(--shadow-sm),0 0 16px #00f0ff40}.Button-module__8RiFmG__primary:hover:not(:disabled){box-shadow:var(--shadow-md),var(--shadow-glow);filter:brightness(1.08);transform:translateY(-2px)}.Button-module__8RiFmG__secondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-subtle);box-shadow:var(--shadow-sm)}.Button-module__8RiFmG__secondary:hover:not(:disabled){background:var(--bg-card-hover);border-color:var(--border-highlight);box-shadow:var(--shadow-md);transform:translateY(-2px)}.Button-module__8RiFmG__cyber{color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff4d;box-shadow:0 0 12px #00f0ff26}.Button-module__8RiFmG__cyber:hover:not(:disabled){border-color:var(--primary);background:#00f0ff33;transform:translateY(-2px);box-shadow:0 0 20px #00f0ff59}.Button-module__8RiFmG__success{color:var(--success);background:#10b98126;border:1px solid #10b98159}.Button-module__8RiFmG__success:hover:not(:disabled){background:var(--success);color:#060813;transform:translateY(-2px);box-shadow:0 0 20px #10b98166}.Button-module__8RiFmG__danger{color:var(--danger);background:#ff005526;border:1px solid #ff005559}.Button-module__8RiFmG__danger:hover:not(:disabled){background:var(--danger);color:#fff;transform:translateY(-2px);box-shadow:0 0 20px #f056}.Button-module__8RiFmG__outline{color:var(--text-primary);border:1px solid var(--border-subtle);background:0 0}.Button-module__8RiFmG__outline:hover:not(:disabled){border-color:var(--primary);color:var(--primary);transform:translateY(-2px)}.Button-module__8RiFmG__ghost{color:var(--text-secondary);background:0 0;border:1px solid #0000}.Button-module__8RiFmG__ghost:hover:not(:disabled){background:var(--bg-card);color:var(--text-primary);border-color:var(--border-subtle)}.Button-module__8RiFmG__spinner{border:2px solid #fff3;border-top-color:currentColor;border-radius:50%;width:16px;height:16px;animation:.8s linear infinite Button-module__8RiFmG__spin;display:inline-block}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.Modal-module__7LRQSW__backdrop{background:var(--bg-overlay);-webkit-backdrop-filter:blur(8px);z-index:1000;justify-content:center;align-items:center;padding:1rem;animation:.2s ease-out Modal-module__7LRQSW__fadeIn;display:flex;position:fixed;inset:0}.Modal-module__7LRQSW__modal{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);width:100%;max-height:90vh;box-shadow:var(--shadow-lg),0 0 40px #0006;flex-direction:column;animation:.25s cubic-bezier(.16,1,.3,1) Modal-module__7LRQSW__modalScale;display:flex;position:relative;overflow:hidden}.Modal-module__7LRQSW__modal:before{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));height:2px;position:absolute;top:0;left:0;right:0}.Modal-module__7LRQSW__sm{max-width:420px}.Modal-module__7LRQSW__md{max-width:580px}.Modal-module__7LRQSW__lg{max-width:780px}.Modal-module__7LRQSW__xl{max-width:980px}.Modal-module__7LRQSW__full{max-width:95vw}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;display:flex}.Modal-module__7LRQSW__title{color:var(--text-primary);letter-spacing:-.01em;font-size:1.2rem;font-weight:700}.Modal-module__7LRQSW__subtitle{color:var(--text-secondary);margin-top:.15rem;font-size:.8rem}.Modal-module__7LRQSW__closeButton{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;padding:.45rem;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeButton:hover{color:var(--danger);background:#ff005526;border-color:#ff00554d}.Modal-module__7LRQSW__content{flex:1;padding:1.5rem;overflow-y:auto}.Modal-module__7LRQSW__footer{border-top:1px solid var(--border-subtle);background:var(--bg-card);justify-content:flex-end;align-items:center;gap:.75rem;padding:1rem 1.5rem;display:flex}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__modalScale{0%{opacity:0;transform:scale(.96)translateY(10px)}to{opacity:1;transform:scale(1)translateY(0)}}@media (max-width:768px){.Modal-module__7LRQSW__backdrop{align-items:flex-end;padding:.5rem}.Modal-module__7LRQSW__modal{border-bottom-right-radius:0;border-bottom-left-radius:0;max-height:94vh}.Modal-module__7LRQSW__header,.Modal-module__7LRQSW__content{padding:1rem}.Modal-module__7LRQSW__footer{padding:.75rem 1rem}}
.EmergencyControls-module__7jAERG__controls{border-radius:var(--radius-lg);border-left:3px solid var(--danger);background:#ff005508;flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.EmergencyControls-module__7jAERG__header{align-items:center;gap:.75rem;display:flex}.EmergencyControls-module__7jAERG__iconWrapper{border-radius:var(--radius-md);width:38px;height:38px;color:var(--danger);background:#ff00551f;border:1px solid #ff005540;flex-shrink:0;justify-content:center;align-items:center;display:flex}.EmergencyControls-module__7jAERG__title{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700}.EmergencyControls-module__7jAERG__subtitle{color:var(--text-secondary);margin:0;font-size:.775rem}.EmergencyControls-module__7jAERG__warning{border-radius:var(--radius-md);color:var(--warning);background:#f59e0b14;border:1px solid #f59e0b40;align-items:center;gap:.65rem;padding:.65rem .85rem;font-size:.8rem;font-weight:500;display:flex}.EmergencyControls-module__7jAERG__actions{display:flex}.EmergencyControls-module__7jAERG__emergencyButton{color:#fff;border-radius:var(--radius-md);letter-spacing:.05em;width:100%;font-size:.875rem;font-weight:800;font-family:var(--font-mono);cursor:pointer;background:linear-gradient(135deg,#e11d48,#be123c);border:1px solid #ffffff26;justify-content:center;align-items:center;gap:.65rem;padding:.85rem 1.25rem;transition:all .25s;display:flex;box-shadow:0 4px 18px #e11d4859}.EmergencyControls-module__7jAERG__emergencyButton:hover{background:linear-gradient(135deg,#f43f5e,#e11d48);transform:translateY(-2px);box-shadow:0 6px 24px #e11d4880}.EmergencyControls-module__7jAERG__confirmDialog{text-align:center;flex-direction:column;align-items:center;gap:1rem;display:flex}.EmergencyControls-module__7jAERG__confirmIconWrap{width:56px;height:56px;color:var(--danger);background:#ff005526;border:1px solid #ff00554d;border-radius:50%;justify-content:center;align-items:center;display:flex}.EmergencyControls-module__7jAERG__confirmMessage{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.EmergencyControls-module__7jAERG__confirmActions{justify-content:flex-end;gap:.75rem;width:100%;margin-top:.5rem;display:flex}
.LoadBalancer-module__PgbWRq__balancer{border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.LoadBalancer-module__PgbWRq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.LoadBalancer-module__PgbWRq__headerTitleWrap{align-items:center;gap:.75rem;display:flex}.LoadBalancer-module__PgbWRq__headerIconWrap{border-radius:var(--radius-md);width:36px;height:36px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;justify-content:center;align-items:center;display:flex}.LoadBalancer-module__PgbWRq__title{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.1rem;font-weight:700}.LoadBalancer-module__PgbWRq__subtitle{color:var(--text-secondary);margin:0;font-size:.8rem}.LoadBalancer-module__PgbWRq__toggleButton{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-full);color:var(--text-secondary);cursor:pointer;align-items:center;gap:.5rem;padding:.5rem 1rem;font-size:.825rem;font-weight:700;transition:all .25s;display:flex}.LoadBalancer-module__PgbWRq__toggleDot{background:var(--text-muted);border-radius:50%;width:8px;height:8px}.LoadBalancer-module__PgbWRq__toggleButton.LoadBalancer-module__PgbWRq__active{color:var(--success);background:#10b98126;border-color:#10b98159;box-shadow:0 0 12px #10b98133}.LoadBalancer-module__PgbWRq__toggleButton.LoadBalancer-module__PgbWRq__active .LoadBalancer-module__PgbWRq__toggleDot{background:var(--success);box-shadow:0 0 8px var(--success)}.LoadBalancer-module__PgbWRq__stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.875rem;display:grid}.LoadBalancer-module__PgbWRq__statCard{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;gap:.85rem;padding:.875rem 1rem;display:flex}.LoadBalancer-module__PgbWRq__statIconWrap{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.LoadBalancer-module__PgbWRq__statContent{flex-direction:column;min-width:0;display:flex}.LoadBalancer-module__PgbWRq__statValue{color:var(--text-primary);font-size:1.15rem;font-weight:800;font-family:var(--font-mono);line-height:1.2}.LoadBalancer-module__PgbWRq__statLabel{color:var(--text-secondary);font-size:.75rem;font-weight:600}.LoadBalancer-module__PgbWRq__statDetail{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);margin-top:.15rem}.LoadBalancer-module__PgbWRq__channelDistribution{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:.75rem;padding:1rem;display:flex}.LoadBalancer-module__PgbWRq__distHeader{justify-content:space-between;align-items:center;display:flex}.LoadBalancer-module__PgbWRq__distributionTitle{color:var(--text-primary);font-size:.85rem;font-weight:700}.LoadBalancer-module__PgbWRq__distLegend{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono)}.LoadBalancer-module__PgbWRq__distributionGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:.75rem;display:grid}.LoadBalancer-module__PgbWRq__distributionItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);flex-direction:column;gap:.3rem;padding:.5rem;display:flex}.LoadBalancer-module__PgbWRq__distributionLabel{justify-content:space-between;align-items:center;gap:.4rem;font-size:.75rem;display:flex}.LoadBalancer-module__PgbWRq__chTag{color:var(--primary);font-weight:800;font-family:var(--font-mono)}.LoadBalancer-module__PgbWRq__chName{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.LoadBalancer-module__PgbWRq__distributionValue{font-weight:700;font-family:var(--font-mono);color:var(--text-primary)}.LoadBalancer-module__PgbWRq__distributionBar{background:#ffffff0f;border-radius:3px;width:100%;height:5px;overflow:hidden}.LoadBalancer-module__PgbWRq__distributionFill{border-radius:3px;height:100%;transition:width .3s}@media (max-width:768px){.LoadBalancer-module__PgbWRq__stats,.LoadBalancer-module__PgbWRq__distributionGrid{grid-template-columns:1fr}}
.SourceSelector-module__vuskNW__section{border-radius:var(--radius-lg);flex-direction:column;gap:1rem;padding:1.25rem;display:flex}.SourceSelector-module__vuskNW__header{align-items:center;gap:.75rem;display:flex}.SourceSelector-module__vuskNW__headerIconWrap{border-radius:var(--radius-md);width:36px;height:36px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SourceSelector-module__vuskNW__title{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.SourceSelector-module__vuskNW__subtitle{color:var(--text-secondary);margin:0;font-size:.775rem}.SourceSelector-module__vuskNW__sourceGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.85rem;display:grid}.SourceSelector-module__vuskNW__sourceCard{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all .25s;overflow:hidden}.SourceSelector-module__vuskNW__sourceCard:hover{border-color:var(--border-highlight)}.SourceSelector-module__vuskNW__cardActive{border-color:var(--primary);box-shadow:0 0 16px #00f0ff26}.SourceSelector-module__vuskNW__sourceButton{text-align:left;cursor:pointer;width:100%;color:inherit;background:0 0;border:none;flex-direction:column;gap:.75rem;padding:1rem;transition:all .2s;display:flex}.SourceSelector-module__vuskNW__sourceButton.SourceSelector-module__vuskNW__active{background:#00f0ff0d}.SourceSelector-module__vuskNW__sourceButton.SourceSelector-module__vuskNW__disabled{opacity:.6;cursor:not-allowed}.SourceSelector-module__vuskNW__topRow{justify-content:space-between;align-items:center;display:flex}.SourceSelector-module__vuskNW__sourceTag{font-size:.7rem;font-weight:800;font-family:var(--font-mono);color:var(--primary);letter-spacing:.06em}.SourceSelector-module__vuskNW__sourceRight{align-items:center;gap:.4rem;display:flex}.SourceSelector-module__vuskNW__engagedPill{font-size:.65rem;font-weight:800;font-family:var(--font-mono);color:var(--success);border-radius:var(--radius-full);background:#10b98126;border:1px solid #10b9814d;padding:.1rem .45rem}.SourceSelector-module__vuskNW__standbyPill{font-size:.65rem;font-weight:700;font-family:var(--font-mono);color:var(--text-muted);border:1px solid var(--border-subtle);border-radius:var(--radius-full);background:#ffffff0d;padding:.1rem .45rem}.SourceSelector-module__vuskNW__renameBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;padding:.2rem;display:flex}.SourceSelector-module__vuskNW__renameBtn:hover{color:var(--primary);background:#ffffff1a}.SourceSelector-module__vuskNW__sourceMain{align-items:center;gap:.5rem;display:flex}.SourceSelector-module__vuskNW__sourceMeta{border-top:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding-top:.6rem;font-size:.775rem;display:flex}.SourceSelector-module__vuskNW__metaItem{flex-direction:column;display:flex}.SourceSelector-module__vuskNW__metaLabel{color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-family:var(--font-mono)}.SourceSelector-module__vuskNW__metaVal{font-weight:700;font-family:var(--font-mono);color:var(--text-primary)}.SourceSelector-module__vuskNW__editRow{align-items:center;gap:.5rem;padding:1rem;display:flex}.SourceSelector-module__vuskNW__editInput{background:var(--bg-card);border:1px solid var(--primary);border-radius:var(--radius-sm);color:var(--text-primary);flex:1;padding:.45rem .65rem;font-size:.85rem}.SourceSelector-module__vuskNW__editActions{gap:.35rem;display:flex}.SourceSelector-module__vuskNW__saveBtn,.SourceSelector-module__vuskNW__cancelBtn{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);background:var(--bg-card);cursor:pointer;justify-content:center;align-items:center;padding:.45rem;display:flex}.SourceSelector-module__vuskNW__saveBtn{color:var(--success);border-color:#10b9814d}.SourceSelector-module__vuskNW__cancelBtn{color:var(--danger);border-color:#ff00554d}@media (max-width:768px){.SourceSelector-module__vuskNW__sourceGrid{grid-template-columns:1fr}}
.Input-module__5jsJuW__inputWrapper{flex-direction:column;gap:.35rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--text-primary);letter-spacing:-.01em;font-size:.85rem;font-weight:600}.Input-module__5jsJuW__inputContainer{align-items:center;width:100%;display:flex;position:relative}.Input-module__5jsJuW__input{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);box-shadow:var(--shadow-sm);padding:.65rem .875rem;font-family:inherit;font-size:.9rem;transition:all .25s cubic-bezier(.4,0,.2,1)}.Input-module__5jsJuW__sm .Input-module__5jsJuW__input{padding:.45rem .75rem;font-size:.825rem}.Input-module__5jsJuW__lg .Input-module__5jsJuW__input{padding:.85rem 1.15rem;font-size:1rem}.Input-module__5jsJuW__input:hover{border-color:var(--border-highlight)}.Input-module__5jsJuW__input:focus{border-color:var(--primary);background:var(--bg-card-hover);box-shadow:var(--shadow-md),0 0 0 3px var(--primary-glow);outline:none}.Input-module__5jsJuW__input::placeholder{color:var(--text-muted)}.Input-module__5jsJuW__withIcon{padding-left:2.5rem}.Input-module__5jsJuW__withRight{padding-right:3.5rem}.Input-module__5jsJuW__icon{color:var(--text-muted);pointer-events:none;align-items:center;transition:color .2s;display:flex;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.Input-module__5jsJuW__inputContainer:focus-within .Input-module__5jsJuW__icon{color:var(--primary)}.Input-module__5jsJuW__unitBadge{color:var(--text-secondary);font-size:.75rem;font-weight:700;font-family:var(--font-mono);background:var(--bg-card);border:1px solid var(--border-subtle);pointer-events:none;border-radius:4px;padding:.15rem .4rem;position:absolute;top:50%;right:.75rem;transform:translateY(-50%)}.Input-module__5jsJuW__rightElem{align-items:center;display:flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.Input-module__5jsJuW__error{background:#ff00550a;border-color:var(--danger)!important}.Input-module__5jsJuW__error:focus{box-shadow:var(--shadow-md),0 0 0 3px var(--danger-glow)}.Input-module__5jsJuW__errorText{color:var(--danger);font-size:.8rem;font-weight:500}.Input-module__5jsJuW__hintText{color:var(--text-muted);font-size:.75rem}
.distribution-module__JOMZlW__distributionPage{flex-direction:column;gap:1.5rem;animation:.3s distribution-module__JOMZlW__fadeIn;display:flex}.distribution-module__JOMZlW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.distribution-module__JOMZlW__headerLeft{flex-direction:column;gap:.3rem;display:flex}.distribution-module__JOMZlW__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.distribution-module__JOMZlW__subtitle{color:var(--text-secondary);margin:0;font-size:.85rem}.distribution-module__JOMZlW__subtitle strong{color:var(--primary)}.distribution-module__JOMZlW__headerBadge{align-items:center;display:flex}.distribution-module__JOMZlW__boxInfo{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.distribution-module__JOMZlW__infoCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.85rem 1rem;transition:all .2s;display:flex}.distribution-module__JOMZlW__infoCard:hover{border-color:var(--border-highlight);transform:translateY(-1px)}.distribution-module__JOMZlW__infoIconWrap{border-radius:var(--radius-sm);width:34px;height:34px;color:var(--primary);background:#00f0ff14;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.distribution-module__JOMZlW__infoLabel{color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-family:var(--font-mono);letter-spacing:.04em;font-weight:600}.distribution-module__JOMZlW__infoValue{color:var(--text-primary);font-size:.85rem;font-weight:700;font-family:var(--font-mono)}.distribution-module__JOMZlW__section{flex-direction:column;gap:1rem;display:flex}.distribution-module__JOMZlW__sectionHeader{justify-content:space-between;align-items:flex-end;display:flex}.distribution-module__JOMZlW__sectionTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:800}.distribution-module__JOMZlW__sectionSubtitle{color:var(--text-secondary);margin:.2rem 0 0;font-size:.8rem}.distribution-module__JOMZlW__channelsGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;display:grid}.distribution-module__JOMZlW__emptyState{text-align:center;background:var(--bg-card);border:1px dashed var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 1.5rem;display:flex}.distribution-module__JOMZlW__emptyTitle{color:var(--text-primary);margin:0;font-size:1.2rem;font-weight:800}.distribution-module__JOMZlW__emptyText{color:var(--text-secondary);max-width:380px;margin:0;font-size:.85rem}@keyframes distribution-module__JOMZlW__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.distribution-module__JOMZlW__channelsGrid,.distribution-module__JOMZlW__boxInfo{grid-template-columns:1fr}}
.ThemeToggle-module__BDCMra__themeToggle{position:relative}.ThemeToggle-module__BDCMra__toggleButton{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);justify-content:center;align-items:center;padding:.55rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex}.ThemeToggle-module__BDCMra__toggleButton:hover{color:var(--primary);background:var(--bg-card-hover);border-color:var(--border-highlight);transform:translateY(-1px)}.ThemeToggle-module__BDCMra__dropdown{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);min-width:150px;box-shadow:var(--shadow-lg),0 0 20px #00000040;z-index:100;-webkit-backdrop-filter:blur(var(--glass-blur));padding:.4rem;animation:.2s cubic-bezier(.16,1,.3,1) ThemeToggle-module__BDCMra__slideDown;position:absolute;top:calc(100% + .5rem);right:0}.ThemeToggle-module__BDCMra__option{border-radius:var(--radius-sm);width:100%;color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:1px solid #0000;align-items:center;gap:.65rem;padding:.6rem .85rem;font-family:inherit;font-size:.875rem;font-weight:500;transition:all .2s;display:flex}.ThemeToggle-module__BDCMra__option:hover{background:var(--bg-card-hover);color:var(--text-primary)}.ThemeToggle-module__BDCMra__option.ThemeToggle-module__BDCMra__active{color:var(--primary);background:#00f0ff1f;border-color:#00f0ff40;font-weight:600}@keyframes ThemeToggle-module__BDCMra__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}
.Header-module__hBw1pG__header{height:var(--header-height);background:var(--bg-panel);-webkit-backdrop-filter:blur(var(--glass-blur));z-index:20;border-bottom:1px solid var(--border-subtle);box-shadow:var(--shadow-sm);justify-content:space-between;align-items:center;gap:1rem;padding:0 1.5rem;transition:all .25s;display:flex;position:sticky;top:0}.Header-module__hBw1pG__searchContainer{width:min(380px,100%);max-width:100%;position:relative}.Header-module__hBw1pG__searchIcon{color:var(--text-muted);pointer-events:none;z-index:1;position:absolute;top:50%;left:.85rem;transform:translateY(-50%)}.Header-module__hBw1pG__searchInput{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);padding:.55rem .85rem .55rem 2.35rem;font-family:inherit;font-size:.85rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.Header-module__hBw1pG__searchInput::placeholder{color:var(--text-muted)}.Header-module__hBw1pG__searchInput:focus{border-color:var(--primary);background:var(--bg-card-hover);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.Header-module__hBw1pG__actions{flex-shrink:0;align-items:center;gap:.75rem;display:flex}.Header-module__hBw1pG__iconButton{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.55rem;text-decoration:none;transition:all .2s;display:flex;position:relative}.Header-module__hBw1pG__iconButton:hover{color:var(--primary);background:var(--bg-card-hover);border-color:var(--border-highlight);transform:translateY(-1px)}.Header-module__hBw1pG__notificationBadge{background:var(--danger);color:#fff;border:2px solid var(--bg-panel);border-radius:9px;justify-content:center;align-items:center;min-width:17px;height:17px;padding:0 4px;font-size:.65rem;font-weight:700;animation:2s infinite Header-module__hBw1pG__badge-pulse;display:flex;position:absolute;top:-4px;right:-4px;box-shadow:0 0 8px #ff005580}@keyframes Header-module__hBw1pG__badge-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.Header-module__hBw1pG__profile{border-radius:var(--radius-full);background:var(--bg-card);border:1px solid var(--border-subtle);align-items:center;gap:.65rem;padding:.35rem .65rem;transition:all .2s;display:flex}.Header-module__hBw1pG__profile:hover{border-color:var(--border-highlight);background:var(--bg-card-hover)}.Header-module__hBw1pG__avatar{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.8rem;font-weight:700;display:flex;box-shadow:0 0 10px #00f0ff40}.Header-module__hBw1pG__userInfo{flex-direction:column;min-width:0;display:flex}.Header-module__hBw1pG__username{color:var(--text-primary);white-space:nowrap;font-size:.825rem;font-weight:700;line-height:1.2}.Header-module__hBw1pG__userRole{color:var(--text-muted);font-size:.65rem;font-family:var(--font-mono);text-transform:capitalize}.Header-module__hBw1pG__logoutButton{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;margin-left:.25rem;padding:.35rem;transition:all .2s;display:flex}.Header-module__hBw1pG__logoutButton:hover{color:var(--danger);background:#ff00551f}@media (max-width:768px){.Header-module__hBw1pG__header{height:58px;padding:0 .85rem 0 3.5rem}.Header-module__hBw1pG__searchContainer,.Header-module__hBw1pG__userInfo{display:none}.Header-module__hBw1pG__profile{padding:.25rem}}
.PublicNav-module__xPbpKa__nav{z-index:100;background:var(--bg-panel);-webkit-backdrop-filter:blur(var(--glass-blur));border-bottom:1px solid var(--border-subtle);transition:all .25s;position:sticky;top:0}.PublicNav-module__xPbpKa__nav.PublicNav-module__xPbpKa__scrolled{box-shadow:var(--shadow-md);background:var(--bg-card)}.PublicNav-module__xPbpKa__container{justify-content:space-between;align-items:center;gap:1rem;max-width:1280px;margin:0 auto;padding:.85rem 1.5rem;display:flex}.PublicNav-module__xPbpKa__logo{align-items:center;gap:.65rem;text-decoration:none;display:flex}.PublicNav-module__xPbpKa__logoIconWrap{border-radius:var(--radius-sm);background:#00f0ff14;border:1px solid #00f0ff33;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 0 10px #00f0ff26}.PublicNav-module__xPbpKa__logoImg{object-fit:contain;width:22px;height:22px}.PublicNav-module__xPbpKa__logoTextWrap{align-items:center;gap:.4rem;display:flex}.PublicNav-module__xPbpKa__logoText{letter-spacing:.06em;color:var(--text-primary);font-size:1.15rem;font-weight:800}.PublicNav-module__xPbpKa__logoBadge{text-transform:uppercase;color:var(--primary);font-size:.65rem;font-weight:700;font-family:var(--font-mono);background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:4px;padding:.1rem .4rem}.PublicNav-module__xPbpKa__navLinks{align-items:center;gap:1.5rem;display:flex}.PublicNav-module__xPbpKa__navLink{color:var(--text-secondary);padding:.35rem 0;font-size:.9rem;font-weight:500;transition:all .2s;position:relative}.PublicNav-module__xPbpKa__navLink:hover,.PublicNav-module__xPbpKa__navLink.PublicNav-module__xPbpKa__active{color:var(--text-primary)}.PublicNav-module__xPbpKa__navLink:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));width:0;height:2px;transition:width .25s;position:absolute;bottom:0;left:0}.PublicNav-module__xPbpKa__navLink:hover:after,.PublicNav-module__xPbpKa__navLink.PublicNav-module__xPbpKa__active:after{width:100%}.PublicNav-module__xPbpKa__rightActions{align-items:center;gap:.75rem;display:flex}.PublicNav-module__xPbpKa__desktopSignIn{color:var(--text-secondary);border-radius:var(--radius-sm);padding:.45rem .85rem;font-size:.875rem;font-weight:600;transition:all .2s}.PublicNav-module__xPbpKa__desktopSignIn:hover{color:var(--text-primary)}.PublicNav-module__xPbpKa__desktopGetStarted{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);padding:.5rem 1.15rem;font-size:.875rem;font-weight:700;transition:all .2s;box-shadow:0 0 14px #00f0ff40}.PublicNav-module__xPbpKa__desktopGetStarted:hover{transform:translateY(-1px);box-shadow:0 0 20px #00f0ff66}.PublicNav-module__xPbpKa__mobileToggle{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);padding:.45rem;display:none}.PublicNav-module__xPbpKa__mobileActionButtons{border-top:1px solid var(--border-subtle);flex-direction:column;gap:.75rem;width:100%;margin-top:1.5rem;padding-top:1.5rem;display:none}.PublicNav-module__xPbpKa__signInLink{text-align:center;background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:.65rem;font-size:.9rem;font-weight:600}.PublicNav-module__xPbpKa__loginBtn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.75rem;font-size:.9rem;font-weight:700;display:flex;box-shadow:0 0 15px #00f0ff4d}.PublicNav-module__xPbpKa__overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:90;display:none;position:fixed;inset:0}@media (max-width:860px){.PublicNav-module__xPbpKa__desktopSignIn,.PublicNav-module__xPbpKa__desktopGetStarted{display:none}.PublicNav-module__xPbpKa__mobileToggle{justify-content:center;align-items:center;display:flex}.PublicNav-module__xPbpKa__navLinks{background:var(--bg-panel);border-right:1px solid var(--border-subtle);z-index:95;width:min(300px,80vw);height:100vh;box-shadow:var(--shadow-xl);flex-direction:column;align-items:flex-start;gap:1rem;padding:5rem 1.5rem 2rem;transition:transform .3s cubic-bezier(.16,1,.3,1);position:fixed;top:0;left:0;transform:translate(-100%)}.PublicNav-module__xPbpKa__navLinks.PublicNav-module__xPbpKa__open{transform:translate(0)}.PublicNav-module__xPbpKa__navLink{width:100%;padding:.65rem 0;font-size:1rem}.PublicNav-module__xPbpKa__mobileActionButtons{display:flex}.PublicNav-module__xPbpKa__overlay{display:block}}
.StatusGlyph-module__d-Sz3G__sourceGlyph{border-radius:var(--radius-full);white-space:nowrap;border:1px solid #0000;align-items:center;gap:.4rem;padding:.35rem .75rem;font-size:.8rem;font-weight:600;transition:all .25s;display:inline-flex}.StatusGlyph-module__d-Sz3G__sourceGlyph.StatusGlyph-module__d-Sz3G__sm{padding:.2rem .5rem;font-size:.7rem}.StatusGlyph-module__d-Sz3G__sourceGlyph.StatusGlyph-module__d-Sz3G__lg{padding:.5rem 1rem;font-size:.9rem}.StatusGlyph-module__d-Sz3G__sourcePhcn{color:var(--success);background:#10b9811f;border-color:#10b98140}.StatusGlyph-module__d-Sz3G__sourceSolar{color:var(--primary);background:#00f0ff1f;border-color:#00f0ff40}.StatusGlyph-module__d-Sz3G__sourceGenerator{color:var(--warning);background:#f59e0b1f;border-color:#f59e0b40}.StatusGlyph-module__d-Sz3G__sourceBattery{color:#c084fc;background:#a855f71f;border-color:#a855f740}.StatusGlyph-module__d-Sz3G__sourceGlyph.StatusGlyph-module__d-Sz3G__active{border-color:currentColor;box-shadow:0 0 16px}.StatusGlyph-module__d-Sz3G__phaseGlyph{border-radius:var(--radius-sm);background:var(--bg-card);border:1px solid var(--border-subtle);font-family:var(--font-mono);align-items:center;gap:.5rem;padding:.25rem .6rem;font-size:.75rem;display:inline-flex}.StatusGlyph-module__d-Sz3G__phaseTag{border-radius:4px;padding:.1rem .35rem;font-weight:800}.StatusGlyph-module__d-Sz3G__phaseL1 .StatusGlyph-module__d-Sz3G__phaseTag{color:#fb7185;background:#f43f5e33}.StatusGlyph-module__d-Sz3G__phaseL2 .StatusGlyph-module__d-Sz3G__phaseTag{color:#facc15;background:#eab30833}.StatusGlyph-module__d-Sz3G__phaseL3 .StatusGlyph-module__d-Sz3G__phaseTag{color:#60a5fa;background:#3b82f633}.StatusGlyph-module__d-Sz3G__phaseReadings{gap:.4rem;font-weight:500;display:flex}.StatusGlyph-module__d-Sz3G__volt{color:var(--text-primary)}.StatusGlyph-module__d-Sz3G__amp{color:var(--text-secondary)}.StatusGlyph-module__d-Sz3G__prioBadge{border-radius:var(--radius-full);text-transform:uppercase;letter-spacing:.03em;border:1px solid #0000;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.7rem;font-weight:700;display:inline-flex}.StatusGlyph-module__d-Sz3G__prioCritical{color:var(--danger);background:#ff005526;border-color:#ff00554d}.StatusGlyph-module__d-Sz3G__prioHigh{color:var(--warning);background:#f59e0b26;border-color:#f59e0b4d}.StatusGlyph-module__d-Sz3G__prioMedium{color:var(--primary);background:#00f0ff1f;border-color:#00f0ff40}.StatusGlyph-module__d-Sz3G__prioLow{color:var(--text-secondary);background:#94a3b81f;border-color:#94a3b833}.StatusGlyph-module__d-Sz3G__beaconContainer{align-items:center;gap:.45rem;font-size:.8rem;font-weight:600;display:inline-flex}.StatusGlyph-module__d-Sz3G__beaconContainer .StatusGlyph-module__d-Sz3G__dot{border-radius:50%;width:8px;height:8px;position:relative}.StatusGlyph-module__d-Sz3G__beaconContainer.StatusGlyph-module__d-Sz3G__online .StatusGlyph-module__d-Sz3G__dot{background:var(--success);box-shadow:0 0 8px var(--success)}.StatusGlyph-module__d-Sz3G__beaconContainer.StatusGlyph-module__d-Sz3G__online .StatusGlyph-module__d-Sz3G__dot:after{content:"";background:var(--success);opacity:.6;border-radius:50%;animation:2s cubic-bezier(0,0,.2,1) infinite StatusGlyph-module__d-Sz3G__ping;position:absolute;inset:-3px}.StatusGlyph-module__d-Sz3G__beaconContainer.StatusGlyph-module__d-Sz3G__offline .StatusGlyph-module__d-Sz3G__dot{background:var(--text-muted)}.StatusGlyph-module__d-Sz3G__beaconLabel{color:var(--text-secondary)}@keyframes StatusGlyph-module__d-Sz3G__ping{75%,to{opacity:0;transform:scale(2.4)}}
.Sidebar-module__WZVnLW__sidebar{width:var(--nav-width);background:var(--bg-panel);border-right:1px solid var(--border-subtle);z-index:100;height:100vh;box-shadow:var(--shadow-md);flex-direction:column;padding:1.5rem 1rem;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;left:0}.Sidebar-module__WZVnLW__logo{border-radius:var(--radius-md);align-items:center;gap:.75rem;margin-bottom:2rem;padding:.5rem .65rem;text-decoration:none;transition:all .25s;display:flex}.Sidebar-module__WZVnLW__logo:hover{background:var(--bg-card)}.Sidebar-module__WZVnLW__logoIconWrap{border-radius:var(--radius-sm);background:#00f0ff14;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex;box-shadow:0 0 12px #00f0ff26}.Sidebar-module__WZVnLW__logoImg{object-fit:contain;width:26px;height:26px}.Sidebar-module__WZVnLW__brandTextWrap{flex-direction:column;min-width:0;display:flex}.Sidebar-module__WZVnLW__logoText{letter-spacing:.08em;color:var(--text-primary);font-size:1.15rem;font-weight:800;line-height:1.2}.Sidebar-module__WZVnLW__logoSubText{color:var(--primary);letter-spacing:.05em;text-transform:uppercase;font-size:.65rem;font-weight:600;font-family:var(--font-mono)}.Sidebar-module__WZVnLW__navSectionLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.08em;font-size:.65rem;font-weight:700;font-family:var(--font-mono);padding:0 .75rem .5rem}.Sidebar-module__WZVnLW__nav{flex-direction:column;flex:1;gap:.35rem;display:flex;overflow-y:auto}.Sidebar-module__WZVnLW__navItem{border-radius:var(--radius-md);color:var(--text-secondary);border:1px solid #0000;align-items:center;gap:.75rem;padding:.65rem .85rem;font-size:.9rem;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.Sidebar-module__WZVnLW__navItemIcon{width:24px;color:var(--text-muted);justify-content:center;align-items:center;transition:color .2s,transform .2s;display:flex}.Sidebar-module__WZVnLW__navItem:hover{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-subtle);transform:translate(3px)}.Sidebar-module__WZVnLW__navItem:hover .Sidebar-module__WZVnLW__navItemIcon{color:var(--primary);transform:scale(1.1)}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active{color:var(--primary);background:#00f0ff14;border-color:#00f0ff40;font-weight:600;box-shadow:0 0 15px #00f0ff1a}.Sidebar-module__WZVnLW__navItem.Sidebar-module__WZVnLW__active .Sidebar-module__WZVnLW__navItemIcon{color:var(--primary)}.Sidebar-module__WZVnLW__activeGlowBar{background:var(--primary);width:5px;height:5px;box-shadow:0 0 8px var(--primary);border-radius:50%;position:absolute;right:.5rem}.Sidebar-module__WZVnLW__footer{border-top:1px solid var(--border-subtle);margin-top:auto;padding-top:1rem}.Sidebar-module__WZVnLW__systemStatus{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:center;align-items:center;padding:.65rem .85rem;display:flex}.Sidebar-module__WZVnLW__mobileMenuButton{z-index:150;background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-md);padding:.55rem;display:none;position:fixed;top:.85rem;left:.85rem}.Sidebar-module__WZVnLW__closeButton{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-secondary);cursor:pointer;border-radius:var(--radius-sm);padding:.45rem;display:none;position:absolute;top:1rem;right:1rem}.Sidebar-module__WZVnLW__overlay{background:var(--bg-overlay);-webkit-backdrop-filter:blur(4px);z-index:90;animation:.25s Sidebar-module__WZVnLW__fadeIn;display:none;position:fixed;inset:0}@media (max-width:768px){.Sidebar-module__WZVnLW__sidebar{width:min(290px,85vw);padding:1.25rem 1rem;transform:translate(-100%)}.Sidebar-module__WZVnLW__sidebar.Sidebar-module__WZVnLW__open{box-shadow:var(--shadow-lg),0 0 30px #00000080;transform:translate(0)}.Sidebar-module__WZVnLW__mobileMenuButton,.Sidebar-module__WZVnLW__closeButton{justify-content:center;align-items:center;display:flex}.Sidebar-module__WZVnLW__overlay{display:block}}@keyframes Sidebar-module__WZVnLW__fadeIn{0%{opacity:0}to{opacity:1}}
.SimulationControls-module__7B7nNa__controls{border-radius:var(--radius-lg);flex-direction:column;gap:1.25rem;padding:1.25rem;display:flex}.SimulationControls-module__7B7nNa__section{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.SimulationControls-module__7B7nNa__sectionTitleRow{align-items:center;gap:.75rem;display:flex}.SimulationControls-module__7B7nNa__sectionIconWrap{border-radius:var(--radius-md);width:36px;height:36px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.SimulationControls-module__7B7nNa__sectionTitle{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700}.SimulationControls-module__7B7nNa__sectionSubtitle{color:var(--text-secondary);margin:0;font-size:.775rem}.SimulationControls-module__7B7nNa__buttons{gap:.5rem;display:flex}.SimulationControls-module__7B7nNa__parametersGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem;display:grid}.SimulationControls-module__7B7nNa__parameterCard{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:.5rem;padding:.85rem;display:flex}.SimulationControls-module__7B7nNa__paramLabelRow{justify-content:space-between;align-items:center;display:flex}.SimulationControls-module__7B7nNa__label{color:var(--text-secondary);font-size:.8rem;font-weight:600}.SimulationControls-module__7B7nNa__paramValBadge{font-size:.75rem;font-weight:800;font-family:var(--font-mono);color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;border-radius:4px;padding:.15rem .45rem}.SimulationControls-module__7B7nNa__slider{cursor:pointer;width:100%;height:6px;accent-color:var(--primary);background:#ffffff1a;border-radius:3px;outline:none}.SimulationControls-module__7B7nNa__sliderLimits{color:var(--text-muted);font-size:.65rem;font-family:var(--font-mono);justify-content:space-between;display:flex}@media (max-width:768px){.SimulationControls-module__7B7nNa__section{flex-direction:column;align-items:flex-start}.SimulationControls-module__7B7nNa__buttons{width:100%}.SimulationControls-module__7B7nNa__buttons button{flex:1}}
.Card-module__b6YjYG__card{border-radius:var(--radius-lg);background:var(--bg-card);border:1px solid var(--border-subtle);min-width:0;-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-sm);flex-direction:column;gap:.875rem;padding:1.25rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Card-module__b6YjYG__card.Card-module__b6YjYG__sm{gap:.5rem;padding:.875rem 1rem}.Card-module__b6YjYG__card.Card-module__b6YjYG__lg{gap:1.25rem;padding:1.75rem}.Card-module__b6YjYG__card:before{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));opacity:.3;height:2px;transition:opacity .3s,height .3s;position:absolute;top:0;left:0;right:0}.Card-module__b6YjYG__card:hover:before,.Card-module__b6YjYG__hoverable:hover:before{opacity:1}.Card-module__b6YjYG__glow{box-shadow:var(--shadow-md),0 0 20px #00f0ff14;border-color:#00f0ff40}.Card-module__b6YjYG__gradient{background:linear-gradient(135deg,#0d1222e6,#141c34cc);border-color:#7928ca40}.Card-module__b6YjYG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;display:flex}.Card-module__b6YjYG__headerLeft{flex:1;align-items:center;gap:.75rem;min-width:0;display:flex}.Card-module__b6YjYG__headerIcon{border-radius:var(--radius-md);width:36px;height:36px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Card-module__b6YjYG__titleWrap{flex-direction:column;min-width:0;display:flex}.Card-module__b6YjYG__title{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:1.05rem;font-weight:700}.Card-module__b6YjYG__subtitle{color:var(--text-secondary);margin:0;font-size:.8rem;font-weight:400}.Card-module__b6YjYG__actionWrap{align-items:center;gap:.5rem;display:flex}.Card-module__b6YjYG__content{flex-direction:column;flex:1;gap:.75rem;display:flex}.Card-module__b6YjYG__hoverable{cursor:pointer}.Card-module__b6YjYG__hoverable:hover{background:var(--bg-card-hover);border-color:var(--border-highlight);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}@media (max-width:768px){.Card-module__b6YjYG__card{gap:.65rem;padding:1rem}}
.analytics-module__YZBEvq__analyticsPage{flex-direction:column;gap:1.5rem;animation:.3s analytics-module__YZBEvq__fadeIn;display:flex}.analytics-module__YZBEvq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;display:flex}.analytics-module__YZBEvq__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.analytics-module__YZBEvq__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.analytics-module__YZBEvq__exportButtons{flex-wrap:wrap;gap:.5rem;display:flex}.analytics-module__YZBEvq__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.85rem;display:grid}.analytics-module__YZBEvq__metricValue{color:var(--text-primary);font-size:1.6rem;font-weight:800;font-family:var(--font-mono);margin:.25rem 0;line-height:1.2}.analytics-module__YZBEvq__unit{color:var(--text-secondary);font-size:.85rem;font-weight:500}.analytics-module__YZBEvq__metricDetail{color:var(--text-muted);font-size:.75rem}.analytics-module__YZBEvq__chartSection{flex-direction:column;gap:.75rem;display:flex}.analytics-module__YZBEvq__sectionHeader{justify-content:space-between;align-items:center;display:flex}.analytics-module__YZBEvq__sectionTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.analytics-module__YZBEvq__chartContainer{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--glass-blur));padding:1.25rem}@keyframes analytics-module__YZBEvq__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.analytics-module__YZBEvq__metricsGrid{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width:480px){.analytics-module__YZBEvq__metricsGrid{grid-template-columns:1fr}}
.channel-module__MGcQTq__page{flex-direction:column;gap:1.5rem;animation:.3s channel-module__MGcQTq__fadeIn;display:flex}.channel-module__MGcQTq__topNavRow{justify-content:space-between;align-items:center;display:flex}.channel-module__MGcQTq__backLink{color:var(--text-secondary);align-items:center;gap:.4rem;font-size:.825rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex}.channel-module__MGcQTq__backLink:hover{color:var(--primary)}.channel-module__MGcQTq__header{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem;display:flex}.channel-module__MGcQTq__headerLeft{flex-direction:column;gap:.5rem;min-width:0;display:flex}.channel-module__MGcQTq__tagRow{align-items:center;gap:.5rem;display:flex}.channel-module__MGcQTq__badge{font-size:.7rem;font-weight:800;font-family:var(--font-mono);color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff40;border-radius:4px;padding:.15rem .5rem}.channel-module__MGcQTq__labelRow{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.channel-module__MGcQTq__labelInput{color:var(--text-primary);background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);outline:none;min-width:200px;padding:.35rem .65rem;font-size:1.4rem;font-weight:800;transition:all .2s}.channel-module__MGcQTq__labelInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.channel-module__MGcQTq__subtitle{color:var(--text-secondary);margin:0;font-size:.8rem}.channel-module__MGcQTq__headerActions{align-items:center;display:flex}.channel-module__MGcQTq__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.85rem;display:grid}.channel-module__MGcQTq__metricCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.channel-module__MGcQTq__metricIconWrap{border-radius:var(--radius-sm);width:36px;height:36px;color:var(--primary);background:#00f0ff14;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.channel-module__MGcQTq__metricValue{color:var(--text-primary);font-size:1.15rem;font-weight:800;font-family:var(--font-mono);line-height:1.2}.channel-module__MGcQTq__unit{color:var(--text-secondary);font-size:.75rem;font-weight:500}.channel-module__MGcQTq__metricLabel{color:var(--text-muted);text-transform:uppercase;font-size:.65rem;font-family:var(--font-mono);font-weight:600}.channel-module__MGcQTq__chartCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1.25rem;display:flex}.channel-module__MGcQTq__chartTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.channel-module__MGcQTq__chartWrap{height:280px}.channel-module__MGcQTq__emptyChart{height:100%;color:var(--text-muted);justify-content:center;align-items:center;font-size:.85rem;display:flex}.channel-module__MGcQTq__footerNote{color:var(--text-muted);font-size:.75rem;font-family:var(--font-mono);text-align:right}.channel-module__MGcQTq__footerNote strong{color:var(--text-primary)}.channel-module__MGcQTq__footerNote code{color:var(--primary)}.channel-module__MGcQTq__loadingBox{text-align:center;color:var(--text-muted);padding:4rem 1.5rem;font-size:.9rem}@keyframes channel-module__MGcQTq__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.channel-module__MGcQTq__header{flex-direction:column;align-items:flex-start}.channel-module__MGcQTq__headerActions,.channel-module__MGcQTq__headerActions button{width:100%}.channel-module__MGcQTq__metricsGrid{grid-template-columns:1fr 1fr}}
.page-module__sZegna__dashboard{flex-direction:column;gap:1.75rem;animation:.3s page-module__sZegna__fadeIn;display:flex}.page-module__sZegna__welcomeSection{flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;display:flex}.page-module__sZegna__welcomeLeft{flex-direction:column;gap:.35rem;display:flex}.page-module__sZegna__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.page-module__sZegna__subtitle{color:var(--text-secondary);margin:0;font-size:.875rem}.page-module__sZegna__subtitle strong{color:var(--text-primary)}.page-module__sZegna__quickLinks{flex-wrap:wrap;gap:.5rem;display:flex}.page-module__sZegna__quickBtn{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.8rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex}.page-module__sZegna__quickBtn:hover{background:var(--bg-card-hover);border-color:var(--border-highlight);color:var(--primary);transform:translateY(-1px)}.page-module__sZegna__statsGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:1rem;display:grid}.page-module__sZegna__statValue{color:var(--text-primary);font-size:1.85rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em;margin:.25rem 0;line-height:1.2}.page-module__sZegna__unit{color:var(--text-secondary);font-size:.95rem;font-weight:500;font-family:var(--font-sans)}.page-module__sZegna__statTrend{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.75rem;display:flex}.page-module__sZegna__trendUp{color:var(--success)}.page-module__sZegna__trendNeutral{color:var(--text-muted)}.page-module__sZegna__gridSystem{grid-template-columns:2fr 1fr;gap:1.25rem;display:grid}.page-module__sZegna__section{flex-direction:column;gap:.75rem;display:flex}.page-module__sZegna__sectionHeader{justify-content:space-between;align-items:center;display:flex}.page-module__sZegna__sectionTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.page-module__sZegna__viewMoreLink{color:var(--primary);font-size:.75rem;font-weight:600;text-decoration:none}.page-module__sZegna__viewMoreLink:hover{text-decoration:underline}.page-module__sZegna__alarmCountBadge{font-size:.7rem;font-weight:800;font-family:var(--font-mono);color:var(--danger);border-radius:var(--radius-full);background:#ff005526;border:1px solid #ff00554d;padding:.1rem .45rem}.page-module__sZegna__chartWrapper{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);height:340px;-webkit-backdrop-filter:blur(var(--glass-blur));padding:1.25rem}.page-module__sZegna__alertsList{flex-direction:column;gap:.65rem;display:flex}.page-module__sZegna__safeAlertBox{border-radius:var(--radius-lg);background:#10b9810f;border:1px solid #10b98133;align-items:center;gap:.85rem;padding:1.25rem;display:flex}.page-module__sZegna__alertItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-left:3px solid var(--text-muted);border-radius:var(--radius-md);cursor:pointer;align-items:flex-start;gap:.75rem;padding:.85rem 1rem;transition:all .2s;display:flex}.page-module__sZegna__alertItem:hover{border-color:var(--border-highlight);transform:translate(2px)}.page-module__sZegna__alertCritical{border-left-color:var(--danger);background:#ff00550d}.page-module__sZegna__alertWarning{border-left-color:var(--warning);background:#f59e0b0d}.page-module__sZegna__alertContent{flex-direction:column;gap:.2rem;min-width:0;display:flex}.page-module__sZegna__alertTitle{color:var(--text-primary);margin:0;font-size:.825rem;font-weight:700;line-height:1.3}.page-module__sZegna__alertTime{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono);margin:0}@keyframes page-module__sZegna__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.page-module__sZegna__gridSystem{grid-template-columns:1fr}}@media (max-width:640px){.page-module__sZegna__title{font-size:1.4rem}.page-module__sZegna__statsGrid{grid-template-columns:1fr 1fr;gap:.75rem}.page-module__sZegna__statValue{font-size:1.4rem}.page-module__sZegna__chartWrapper{height:280px;padding:.75rem}}@media (max-width:420px){.page-module__sZegna__statsGrid{grid-template-columns:1fr}}
.devices-module__jfMMoW__devicesPage{flex-direction:column;gap:1.5rem;animation:.3s devices-module__jfMMoW__fadeIn;display:flex}.devices-module__jfMMoW__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.devices-module__jfMMoW__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.devices-module__jfMMoW__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.devices-module__jfMMoW__primaryLink{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);align-items:center;gap:.4rem;padding:.55rem 1rem;font-size:.825rem;font-weight:700;text-decoration:none;transition:all .2s;display:inline-flex}.devices-module__jfMMoW__primaryLink:hover{transform:translateY(-2px);box-shadow:0 0 16px #00f0ff4d}.devices-module__jfMMoW__list{flex-direction:column;gap:.75rem;display:flex}.devices-module__jfMMoW__deviceRow{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);color:inherit;align-items:center;gap:1rem;padding:1.15rem 1.25rem;text-decoration:none;transition:all .2s;display:flex}.devices-module__jfMMoW__deviceRow:hover{border-color:var(--border-highlight);background:var(--bg-card-hover);transform:translate(3px)}.devices-module__jfMMoW__deviceIconWrap{border-radius:var(--radius-md);width:42px;height:42px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.devices-module__jfMMoW__deviceBody{flex-direction:column;flex:1;gap:.2rem;min-width:0;display:flex}.devices-module__jfMMoW__deviceNameRow{flex-wrap:wrap;align-items:center;gap:.6rem;display:flex}.devices-module__jfMMoW__deviceName{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.devices-module__jfMMoW__deviceSerialTag{font-size:.7rem;font-weight:700;font-family:var(--font-mono);color:var(--text-muted);border:1px solid var(--border-subtle);background:#ffffff0d;border-radius:4px;padding:.1rem .4rem}.devices-module__jfMMoW__deviceMeta{color:var(--text-secondary);margin:0;font-size:.8rem}.devices-module__jfMMoW__deviceStatus{flex-shrink:0;align-items:center;gap:1rem;display:flex}.devices-module__jfMMoW__chevron{color:var(--text-muted)}.devices-module__jfMMoW__emptyState{text-align:center;background:var(--bg-card);border:1px dashed var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;justify-content:center;align-items:center;gap:.75rem;padding:4rem 1.5rem;display:flex}.devices-module__jfMMoW__emptyTitle{color:var(--text-primary);margin:0;font-size:1.15rem;font-weight:800}.devices-module__jfMMoW__emptyHint{color:var(--text-secondary);max-width:420px;margin:0;font-size:.825rem}.devices-module__jfMMoW__noteSection{border-radius:var(--radius-md);background:var(--bg-panel);border:1px solid var(--border-subtle);flex-direction:column;gap:.35rem;padding:1rem 1.25rem;display:flex}.devices-module__jfMMoW__noteTitle{color:var(--text-primary);font-size:.85rem;font-weight:700}.devices-module__jfMMoW__noteText{color:var(--text-secondary);margin:0;font-size:.8rem;line-height:1.5}@keyframes devices-module__jfMMoW__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.devices-module__jfMMoW__deviceRow{flex-direction:column;align-items:flex-start;gap:.75rem}.devices-module__jfMMoW__deviceStatus{border-top:1px solid var(--border-subtle);justify-content:space-between;width:100%;padding-top:.5rem}}
.forecasting-module____seOa__forecastingPage{flex-direction:column;gap:1.5rem;animation:.3s forecasting-module____seOa__fadeIn;display:flex}.forecasting-module____seOa__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.forecasting-module____seOa__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.forecasting-module____seOa__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.forecasting-module____seOa__aiBadge{color:var(--secondary);border-radius:var(--radius-full);font-size:.75rem;font-weight:700;font-family:var(--font-mono);background:#7928ca26;border:1px solid #7928ca4d;align-items:center;gap:.4rem;padding:.35rem .75rem;display:inline-flex}.forecasting-module____seOa__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:.85rem;display:grid}.forecasting-module____seOa__metricValue{color:var(--text-primary);font-size:1.6rem;font-weight:800;font-family:var(--font-mono);margin:.25rem 0;line-height:1.2}.forecasting-module____seOa__unit{color:var(--text-secondary);font-size:.85rem;font-weight:500}.forecasting-module____seOa__metricDetail{color:var(--text-muted);font-size:.75rem}.forecasting-module____seOa__anomalyBanner{border-radius:var(--radius-md);color:var(--warning);background:#f59e0b1a;border:1px solid #f59e0b4d;align-items:center;gap:.65rem;padding:.85rem 1.15rem;font-size:.85rem;font-weight:600;display:flex}.forecasting-module____seOa__chartSection{flex-direction:column;gap:.75rem;display:flex}.forecasting-module____seOa__sectionHeader{justify-content:space-between;align-items:center;display:flex}.forecasting-module____seOa__chartTitle{color:var(--text-primary);margin:0;font-size:1rem;font-weight:700}.forecasting-module____seOa__chartWrapper{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--glass-blur));padding:1.25rem}@keyframes forecasting-module____seOa__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.forecasting-module____seOa__metricsGrid{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width:480px){.forecasting-module____seOa__metricsGrid{grid-template-columns:1fr}}
.layout-module__muyaCG__layoutShell{background:var(--bg-app);min-height:100vh;display:flex;position:relative}.layout-module__muyaCG__mainWrapper{flex-direction:column;flex:1;width:calc(100% - 260px);min-width:0;min-height:100vh;margin-left:260px;transition:margin-left .25s cubic-bezier(.4,0,.2,1);display:flex}.layout-module__muyaCG__mainContent{background:var(--bg-app);flex:1;width:100%;max-width:1440px;margin:0 auto;padding:1.75rem 2rem;position:relative;overflow-x:hidden}.layout-module__muyaCG__mainContent:before{content:"";background:linear-gradient(90deg,transparent,var(--border-subtle),transparent);height:1px;position:absolute;top:0;left:0;right:0}@media (max-width:1024px){.layout-module__muyaCG__mainWrapper{width:100%;margin-left:0}.layout-module__muyaCG__mainContent{padding:1.25rem 1rem}}@media (max-width:640px){.layout-module__muyaCG__mainContent{padding:1rem .75rem}}
.schedules-module__WdHHya__schedulesPage{flex-direction:column;gap:1.5rem;animation:.3s schedules-module__WdHHya__fadeIn;display:flex}.schedules-module__WdHHya__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.schedules-module__WdHHya__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.schedules-module__WdHHya__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.schedules-module__WdHHya__form{flex-direction:column;gap:1rem;display:flex}.schedules-module__WdHHya__formGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.schedules-module__WdHHya__formGroup{flex-direction:column;gap:.35rem;display:flex}.schedules-module__WdHHya__label{color:var(--text-primary);font-size:.825rem;font-weight:600}.schedules-module__WdHHya__select,.schedules-module__WdHHya__input{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);padding:.55rem .75rem;font-size:.85rem}.schedules-module__WdHHya__select{appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300f0ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:14px;padding-right:2.25rem}[data-theme=light] .schedules-module__WdHHya__select{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.schedules-module__WdHHya__select option{color:#fff;background-color:#0d1222;padding:.5rem}[data-theme=light] .schedules-module__WdHHya__select option{color:#0f172a;background-color:#fff}.schedules-module__WdHHya__select:focus,.schedules-module__WdHHya__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.schedules-module__WdHHya__hint{color:var(--text-muted);font-size:.7rem}.schedules-module__WdHHya__hint code{color:var(--primary);font-family:var(--font-mono)}.schedules-module__WdHHya__formActions{justify-content:flex-end;gap:.5rem;margin-top:.5rem;display:flex}.schedules-module__WdHHya__list{flex-direction:column;gap:.75rem;display:flex}.schedules-module__WdHHya__scheduleCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);align-items:center;gap:1rem;padding:1rem 1.25rem;transition:all .2s;display:flex}.schedules-module__WdHHya__scheduleCard:hover{border-color:var(--border-highlight);transform:translate(2px)}.schedules-module__WdHHya__scheduleIconWrap{border-radius:var(--radius-md);width:38px;height:38px;color:var(--primary);background:#00f0ff14;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.schedules-module__WdHHya__scheduleInfo{flex-direction:column;flex:1;gap:.25rem;min-width:0;display:flex}.schedules-module__WdHHya__scheduleTitle{color:var(--text-primary);margin:0;font-size:.95rem;font-weight:700}.schedules-module__WdHHya__scheduleMeta{align-items:center;gap:.5rem;font-size:.75rem;display:flex}.schedules-module__WdHHya__cronTag{font-family:var(--font-mono);background:var(--bg-panel);border:1px solid var(--border-subtle);color:var(--text-secondary);border-radius:4px;padding:.1rem .4rem}.schedules-module__WdHHya__actionOn{color:var(--success);font-weight:800;font-family:var(--font-mono)}.schedules-module__WdHHya__actionOff{color:var(--danger);font-weight:800;font-family:var(--font-mono)}.schedules-module__WdHHya__scheduleActions{align-items:center;gap:.5rem;display:flex}.schedules-module__WdHHya__activeToggle{border-radius:var(--radius-full);font-size:.7rem;font-weight:800;font-family:var(--font-mono);cursor:pointer;border:1px solid #0000;align-items:center;gap:.35rem;padding:.3rem .65rem;transition:all .2s;display:flex}.schedules-module__WdHHya__toggleActive{color:var(--success);background:#10b98126;border-color:#10b9814d}.schedules-module__WdHHya__toggleInactive{color:var(--text-muted);border-color:var(--border-subtle);background:#ffffff0d}.schedules-module__WdHHya__deleteBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.35rem;display:flex}.schedules-module__WdHHya__deleteBtn:hover{color:var(--danger);background:#ff00551a}.schedules-module__WdHHya__emptyState{text-align:center;background:var(--bg-card);border:1px dashed var(--border-subtle);border-radius:var(--radius-xl);flex-direction:column;justify-content:center;align-items:center;gap:.5rem;padding:4rem 1.5rem;display:flex}.schedules-module__WdHHya__emptyTitle{color:var(--text-primary);margin:0;font-size:1.1rem;font-weight:800}.schedules-module__WdHHya__emptySubtitle{color:var(--text-secondary);max-width:400px;margin:0;font-size:.85rem}.schedules-module__WdHHya__loadingState{text-align:center;color:var(--text-muted);padding:3rem 1rem}@keyframes schedules-module__WdHHya__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.schedules-module__WdHHya__scheduleCard{flex-direction:column;align-items:flex-start;gap:.75rem}.schedules-module__WdHHya__scheduleActions{border-top:1px solid var(--border-subtle);justify-content:space-between;width:100%;padding-top:.5rem}}
.settings-module__BM12lG__settingsPage{flex-direction:column;gap:1.5rem;animation:.3s settings-module__BM12lG__fadeIn;display:flex}.settings-module__BM12lG__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.settings-module__BM12lG__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.settings-module__BM12lG__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.settings-module__BM12lG__section{border-radius:var(--radius-xl);flex-direction:column;gap:1.25rem;padding:1.5rem;display:flex}.settings-module__BM12lG__sectionHeader{align-items:center;gap:.75rem;display:flex}.settings-module__BM12lG__sectionIconWrap{border-radius:var(--radius-md);width:38px;height:38px;color:var(--primary);background:#00f0ff14;border:1px solid #00f0ff33;flex-shrink:0;justify-content:center;align-items:center;display:flex}.settings-module__BM12lG__sectionTitle{color:var(--text-primary);margin:0;font-size:1.05rem;font-weight:700}.settings-module__BM12lG__sectionSubtitle{color:var(--text-secondary);margin:.15rem 0 0;font-size:.8rem}.settings-module__BM12lG__settingsGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.85rem;display:grid}.settings-module__BM12lG__settingItem{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.settings-module__BM12lG__settingInfo{flex-direction:column;gap:.2rem;min-width:0;display:flex}.settings-module__BM12lG__settingLabel{color:var(--text-primary);text-transform:uppercase;font-size:.75rem;font-weight:700;font-family:var(--font-mono)}.settings-module__BM12lG__settingDescription{color:var(--text-secondary);font-size:.8rem;font-family:var(--font-mono);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.settings-module__BM12lG__toggleGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.85rem;display:grid}.settings-module__BM12lG__toggleItem{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:.75rem;padding:.85rem 1rem;display:flex}.settings-module__BM12lG__toggleLabel{flex-direction:column;gap:.15rem;display:flex}.settings-module__BM12lG__toggleName{font-size:.75rem;font-weight:800;font-family:var(--font-mono);color:var(--text-primary)}.settings-module__BM12lG__toggleDesc{color:var(--text-muted);font-size:.7rem}.settings-module__BM12lG__toggleSwitch{flex-shrink:0;width:40px;height:22px;display:inline-block;position:relative}.settings-module__BM12lG__toggleSwitch input{opacity:0;width:0;height:0}.settings-module__BM12lG__toggleSlider{cursor:pointer;background-color:var(--bg-card);border:1px solid var(--border-subtle);border-radius:22px;transition:all .25s;position:absolute;inset:0}.settings-module__BM12lG__toggleSlider:before{content:"";background-color:var(--text-muted);border-radius:50%;width:14px;height:14px;transition:all .25s;position:absolute;bottom:3px;left:3px}.settings-module__BM12lG__toggleSwitch input:checked+.settings-module__BM12lG__toggleSlider{border-color:var(--success);background-color:#10b98133}.settings-module__BM12lG__toggleSwitch input:checked+.settings-module__BM12lG__toggleSlider:before{background-color:var(--success);box-shadow:0 0 8px var(--success);transform:translate(18px)}.settings-module__BM12lG__thresholdGrid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.settings-module__BM12lG__thresholdCard{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:.65rem;padding:1rem;display:flex}.settings-module__BM12lG__threshHeader{justify-content:space-between;align-items:center;display:flex}.settings-module__BM12lG__threshTitle{color:var(--text-primary);font-size:.85rem;font-weight:700}.settings-module__BM12lG__threshValue{font-size:1.15rem;font-weight:800;font-family:var(--font-mono);color:var(--primary)}.settings-module__BM12lG__rangeSlider{cursor:pointer;width:100%;height:6px;accent-color:var(--primary);background:#ffffff1a;border-radius:3px;outline:none}.settings-module__BM12lG__threshFooter{color:var(--text-muted);font-size:.7rem}.settings-module__BM12lG__loadingState{text-align:center;color:var(--text-muted);padding:3rem 1rem}@keyframes settings-module__BM12lG__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:640px){.settings-module__BM12lG__section{padding:1.15rem}.settings-module__BM12lG__thresholdGrid,.settings-module__BM12lG__toggleGrid,.settings-module__BM12lG__settingsGrid{grid-template-columns:1fr}}
.simulation-module__W1PQgq__simulationPage{flex-direction:column;gap:1.5rem;animation:.3s simulation-module__W1PQgq__fadeIn;display:flex}.simulation-module__W1PQgq__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;display:flex}.simulation-module__W1PQgq__title{color:var(--text-primary);letter-spacing:-.02em;margin:0;font-size:1.75rem;font-weight:800}.simulation-module__W1PQgq__subtitle{color:var(--text-secondary);margin:.25rem 0 0;font-size:.85rem}.simulation-module__W1PQgq__timerBadge{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--primary);font-size:.85rem;font-weight:800;font-family:var(--font-mono);align-items:center;gap:.5rem;padding:.45rem .85rem;display:inline-flex}.simulation-module__W1PQgq__modeBar{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-wrap:wrap;align-items:center;gap:1rem;padding:.85rem 1rem;display:flex}.simulation-module__W1PQgq__modeGroup,.simulation-module__W1PQgq__deviceGroup{flex-wrap:wrap;align-items:center;gap:.5rem;display:flex}.simulation-module__W1PQgq__modeLabel{color:var(--text-secondary);text-transform:uppercase;font-size:.75rem;font-weight:700;font-family:var(--font-mono)}.simulation-module__W1PQgq__modeSelect{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300f0ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .65rem center;background-repeat:no-repeat;background-size:13px;padding:.45rem 2rem .45rem .75rem;font-size:.825rem}[data-theme=light] .simulation-module__W1PQgq__modeSelect{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.simulation-module__W1PQgq__modeSelect option{color:#fff;background-color:#0d1222;padding:.5rem}[data-theme=light] .simulation-module__W1PQgq__modeSelect option{color:#0f172a;background-color:#fff}.simulation-module__W1PQgq__reloadBtn{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;align-items:center;gap:.35rem;padding:.45rem .75rem;font-size:.8rem;font-weight:600;display:flex}.simulation-module__W1PQgq__reloadBtn:hover{background:var(--bg-card-hover);color:var(--primary)}.simulation-module__W1PQgq__sampleCount{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted)}.simulation-module__W1PQgq__spin{animation:1s linear infinite simulation-module__W1PQgq__spin}@keyframes simulation-module__W1PQgq__spin{to{transform:rotate(360deg)}}.simulation-module__W1PQgq__errorBanner{border-radius:var(--radius-md);color:var(--danger);background:#ff00551a;border:1px solid #ff00554d;padding:.75rem 1rem;font-size:.85rem}.simulation-module__W1PQgq__layout{grid-template-columns:320px 1fr;align-items:start;gap:1.25rem;display:grid}.simulation-module__W1PQgq__sidebar{flex-direction:column;display:flex}.simulation-module__W1PQgq__mainContent{flex-direction:column;gap:1.25rem;display:flex}.simulation-module__W1PQgq__widgetsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:.85rem;display:grid}.simulation-module__W1PQgq__chartSection{flex-direction:column;display:flex}.simulation-module__W1PQgq__chartContainer{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(var(--glass-blur));padding:1.25rem}@keyframes simulation-module__W1PQgq__fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1024px){.simulation-module__W1PQgq__layout{grid-template-columns:1fr}}@media (max-width:640px){.simulation-module__W1PQgq__widgetsGrid{grid-template-columns:1fr 1fr;gap:.75rem}}@media (max-width:420px){.simulation-module__W1PQgq__widgetsGrid{grid-template-columns:1fr}}
.about-module__n3Fp8q__aboutPage{background:var(--bg-app);min-height:100vh;color:var(--text-primary);padding-bottom:4rem}.about-module__n3Fp8q__container{flex-direction:column;gap:3rem;max-width:1080px;margin:0 auto;padding:3rem 1.5rem;display:flex}.about-module__n3Fp8q__hero{text-align:center;flex-direction:column;gap:1rem;max-width:760px;margin:0 auto;display:flex}.about-module__n3Fp8q__title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem);font-weight:800}[data-theme=light] .about-module__n3Fp8q__title{background:linear-gradient(135deg,#0f172a 30%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.about-module__n3Fp8q__subtitle{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}.about-module__n3Fp8q__section{flex-direction:column;gap:1.5rem;display:flex}.about-module__n3Fp8q__sectionTitle{color:var(--text-primary);font-size:1.5rem;font-weight:700;display:inline-block;position:relative}.about-module__n3Fp8q__content,.about-module__n3Fp8q__storyContent{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);color:var(--text-secondary);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));flex-direction:column;gap:1rem;padding:2rem;line-height:1.7;display:flex}.about-module__n3Fp8q__text{font-size:.95rem}.about-module__n3Fp8q__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.about-module__n3Fp8q__valueCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:.75rem;padding:1.5rem;transition:all .25s;display:flex}.about-module__n3Fp8q__valueCard:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-md);transform:translateY(-3px)}.about-module__n3Fp8q__valueIcon{border-radius:var(--radius-md);width:44px;height:44px;color:var(--primary);background:#00f0ff1a;justify-content:center;align-items:center;display:flex}.about-module__n3Fp8q__valueTitle{color:var(--text-primary);font-size:1.1rem;font-weight:700}.about-module__n3Fp8q__valueText{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.about-module__n3Fp8q__featuresList{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;display:grid}.about-module__n3Fp8q__featureItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);align-items:flex-start;gap:1rem;padding:1.5rem;display:flex}.about-module__n3Fp8q__featureIcon{color:var(--primary);flex-shrink:0;margin-top:.2rem}.about-module__n3Fp8q__featureTitle{color:var(--text-primary);margin-bottom:.35rem;font-size:1rem;font-weight:700}.about-module__n3Fp8q__featureText{color:var(--text-secondary);font-size:.85rem;line-height:1.5}.about-module__n3Fp8q__cta{border:1px solid var(--border-highlight);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#0d1222e6,#141c34e6);flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex;box-shadow:0 0 30px #00f0ff1a}.about-module__n3Fp8q__ctaTitle{color:var(--text-primary);font-size:1.75rem;font-weight:800}.about-module__n3Fp8q__ctaText{color:var(--text-secondary);font-size:.95rem}.about-module__n3Fp8q__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.about-module__n3Fp8q__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none}.about-module__n3Fp8q__ctaButtonSecondary{background:var(--bg-card);border:1px solid var(--border-subtle);color:var(--text-primary);border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;text-decoration:none}@media (max-width:768px){.about-module__n3Fp8q__container{gap:2rem;padding:2rem 1rem}.about-module__n3Fp8q__content,.about-module__n3Fp8q__storyContent{padding:1.25rem}}
.contact-module__qfWoLa__contactPage{background:var(--bg-app);min-height:100vh;color:var(--text-primary);padding-bottom:4rem}.contact-module__qfWoLa__container{flex-direction:column;gap:2.5rem;max-width:1080px;margin:0 auto;padding:3rem 1.5rem;display:flex}.contact-module__qfWoLa__header{text-align:center;flex-direction:column;gap:.75rem;max-width:700px;margin:0 auto;display:flex}.contact-module__qfWoLa__title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,3rem);font-weight:800}[data-theme=light] .contact-module__qfWoLa__title{background:linear-gradient(135deg,#0f172a 30%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.contact-module__qfWoLa__subtitle{color:var(--text-secondary);font-size:1rem;line-height:1.6}.contact-module__qfWoLa__content{grid-template-columns:320px 1fr;align-items:start;gap:2rem;display:grid}.contact-module__qfWoLa__contactInfo{flex-direction:column;gap:1rem;display:flex}.contact-module__qfWoLa__infoCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;gap:.4rem;padding:1.25rem;transition:all .25s;display:flex}.contact-module__qfWoLa__infoCard:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.contact-module__qfWoLa__infoIcon{border-radius:var(--radius-sm);width:38px;height:38px;color:var(--primary);background:#00f0ff1a;justify-content:center;align-items:center;margin-bottom:.25rem;display:flex}.contact-module__qfWoLa__infoTitle{color:var(--text-primary);font-size:1rem;font-weight:700}.contact-module__qfWoLa__infoText{color:var(--text-secondary);font-size:.85rem}.contact-module__qfWoLa__formContainer{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-md);padding:2rem}.contact-module__qfWoLa__form{flex-direction:column;gap:1.25rem;display:flex}.contact-module__qfWoLa__formRow{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.contact-module__qfWoLa__formGroup{flex-direction:column;gap:.35rem;display:flex}.contact-module__qfWoLa__label{color:var(--text-primary);font-size:.85rem;font-weight:600}.contact-module__qfWoLa__textarea{background:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);resize:vertical;padding:.75rem 1rem;font-family:inherit;font-size:.9rem;transition:all .2s}.contact-module__qfWoLa__textarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow);outline:none}.contact-module__qfWoLa__successMessage{text-align:center;flex-direction:column;align-items:center;gap:1rem;padding:3rem 1rem;display:flex}.contact-module__qfWoLa__successIcon{color:var(--success)}.contact-module__qfWoLa__successTitle{color:var(--text-primary);font-size:1.5rem;font-weight:800}.contact-module__qfWoLa__successText{color:var(--text-secondary);max-width:400px;font-size:.95rem}@media (max-width:860px){.contact-module__qfWoLa__content,.contact-module__qfWoLa__formRow{grid-template-columns:1fr}.contact-module__qfWoLa__formContainer{padding:1.25rem}}
.faq-module__WhrAAG__faqPage{background:var(--bg-app);min-height:100vh;color:var(--text-primary);padding-bottom:4rem}.faq-module__WhrAAG__container{flex-direction:column;gap:2.5rem;max-width:860px;margin:0 auto;padding:3rem 1.5rem;display:flex}.faq-module__WhrAAG__header{text-align:center;flex-direction:column;align-items:center;gap:.75rem;display:flex}.faq-module__WhrAAG__iconWrapper{border-radius:var(--radius-md);width:52px;height:52px;color:var(--primary);background:#00f0ff1a;border:1px solid #00f0ff33;justify-content:center;align-items:center;display:flex}.faq-module__WhrAAG__title{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 30%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2rem,4vw,2.75rem);font-weight:800}[data-theme=light] .faq-module__WhrAAG__title{background:linear-gradient(135deg,#0f172a 30%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.faq-module__WhrAAG__subtitle{color:var(--text-secondary);font-size:1rem}.faq-module__WhrAAG__faqList{flex-direction:column;gap:.75rem;display:flex}.faq-module__WhrAAG__faqItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all .25s;overflow:hidden}.faq-module__WhrAAG__faqItem:hover{border-color:var(--border-highlight)}.faq-module__WhrAAG__faqItem.faq-module__WhrAAG__open{border-color:var(--primary);box-shadow:0 0 16px #00f0ff1a}.faq-module__WhrAAG__faqQuestion{text-align:left;width:100%;color:var(--text-primary);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 1.5rem;font-family:inherit;font-size:1rem;font-weight:700;display:flex}.faq-module__WhrAAG__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .25s,color .25s}.faq-module__WhrAAG__chevron.faq-module__WhrAAG__rotated{color:var(--primary);transform:rotate(180deg)}.faq-module__WhrAAG__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .3s cubic-bezier(.4,0,.2,1);overflow:hidden}.faq-module__WhrAAG__faqItem.faq-module__WhrAAG__open .faq-module__WhrAAG__faqAnswer{max-height:500px;padding:0 1.5rem 1.25rem}.faq-module__WhrAAG__faqAnswer p{color:var(--text-secondary);font-size:.9rem;line-height:1.6}.faq-module__WhrAAG__cta{border:1px solid var(--border-highlight);border-radius:var(--radius-xl);text-align:center;background:linear-gradient(135deg,#0d1222e6,#141c34e6);flex-direction:column;align-items:center;gap:1rem;padding:2.5rem 1.5rem;display:flex}.faq-module__WhrAAG__ctaTitle{color:var(--text-primary);font-size:1.5rem;font-weight:800}.faq-module__WhrAAG__ctaText{color:var(--text-secondary);font-size:.9rem}.faq-module__WhrAAG__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);padding:.75rem 1.5rem;font-size:.9rem;font-weight:700;text-decoration:none}@media (max-width:768px){.faq-module__WhrAAG__container{padding:2rem 1rem}.faq-module__WhrAAG__faqQuestion{padding:1rem;font-size:.95rem}}
.landing-module__2xI0mq__landing{background:var(--bg-app);min-height:100vh;color:var(--text-primary);position:relative;overflow-x:hidden}.landing-module__2xI0mq__hero{z-index:1;justify-content:center;align-items:center;min-height:90vh;padding:5rem 1.5rem 3rem;display:flex;position:relative}.landing-module__2xI0mq__heroContent{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:960px;margin:0 auto;display:flex}.landing-module__2xI0mq__badge{border-radius:var(--radius-full);color:var(--primary);letter-spacing:.04em;text-transform:uppercase;font-size:.8rem;font-weight:700;font-family:var(--font-mono);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00f0ff14;border:1px solid #00f0ff40;align-items:center;gap:.5rem;padding:.4rem 1rem;display:inline-flex;box-shadow:0 0 20px #00f0ff26}[data-theme=light] .landing-module__2xI0mq__badge{color:#0284c7;background:#0284c714;border-color:#0284c740}.landing-module__2xI0mq__badgeIcon{color:var(--primary);animation:8s linear infinite landing-module__2xI0mq__spin-slow}[data-theme=light] .landing-module__2xI0mq__badgeIcon{color:#0284c7}@keyframes landing-module__2xI0mq__spin-slow{to{transform:rotate(360deg)}}.landing-module__2xI0mq__heroTitle{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 30%,var(--primary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(2.2rem,5.5vw,4rem);font-weight:800;line-height:1.12}[data-theme=light] .landing-module__2xI0mq__heroTitle{background:linear-gradient(135deg,#0f172a 20%,#0284c7 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.landing-module__2xI0mq__heroSubtitle{color:var(--text-secondary);max-width:780px;font-size:clamp(1rem,2vw,1.2rem);line-height:1.65}.landing-module__2xI0mq__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex}.landing-module__2xI0mq__btn{border-radius:var(--radius-md);cursor:pointer;border:none;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1.75rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .25s cubic-bezier(.4,0,.2,1);display:inline-flex}.landing-module__2xI0mq__btnPrimary{background:linear-gradient(135deg,var(--primary),var(--secondary));box-shadow:0 4px 20px #00f0ff59;color:#fff!important}.landing-module__2xI0mq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 6px 30px #00f0ff8c}.landing-module__2xI0mq__btnSecondary{background:var(--bg-card);color:var(--text-primary);border:1px solid var(--border-subtle);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-module__2xI0mq__btnSecondary:hover{background:var(--bg-card-hover);border-color:var(--border-highlight);box-shadow:var(--shadow-md);transform:translateY(-2px)}.landing-module__2xI0mq__btnLarge{border-radius:var(--radius-lg);padding:.95rem 2.2rem;font-size:1.05rem}.landing-module__2xI0mq__liveTelemetryCard{background:var(--bg-card);border:1px solid var(--border-highlight);border-radius:var(--radius-xl);width:100%;max-width:820px;-webkit-backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-lg),0 0 35px #00f0ff1a;flex-direction:column;gap:1.25rem;margin-top:2rem;padding:1.5rem;transition:all .3s;display:flex}.landing-module__2xI0mq__liveCardHeader{border-bottom:1px solid var(--border-subtle);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;padding-bottom:1rem;display:flex}.landing-module__2xI0mq__liveCardTitle{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.landing-module__2xI0mq__channelBadge{font-size:.7rem;font-family:var(--font-mono);color:var(--primary);border-radius:var(--radius-full);background:#00f0ff1a;border:1px solid #00f0ff40;padding:.2rem .55rem;font-weight:700}[data-theme=light] .landing-module__2xI0mq__channelBadge{color:#0284c7;background:#0284c714;border-color:#0284c740}.landing-module__2xI0mq__sourcePills{flex-wrap:wrap;gap:.4rem;display:flex}.landing-module__2xI0mq__sourceBtn{cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;padding:0;transition:all .2s}.landing-module__2xI0mq__sourceBtnActive{transform:scale(1.05)}.landing-module__2xI0mq__simulatorBanner{border-radius:var(--radius-md);text-align:left;background:#00f0ff0d;border:1px solid #00f0ff33;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding:.85rem 1.15rem;display:flex}[data-theme=light] .landing-module__2xI0mq__simulatorBanner{background:#0284c70d;border-color:#0284c733}.landing-module__2xI0mq__simTextWrap{flex-wrap:wrap;flex:1;align-items:center;gap:.65rem;display:flex}.landing-module__2xI0mq__simBadge{font-size:.65rem;font-weight:800;font-family:var(--font-mono);color:var(--primary);background:#00f0ff1f;border:1px solid #00f0ff4d;border-radius:4px;padding:.2rem .5rem}[data-theme=light] .landing-module__2xI0mq__simBadge{color:#0284c7;background:#0284c71a;border-color:#0284c740}.landing-module__2xI0mq__simDesc{color:var(--text-secondary);font-size:.8rem;font-family:var(--font-sans)}.landing-module__2xI0mq__faultTriggerBtn{background:var(--bg-panel);border:1px solid var(--border-highlight);border-radius:var(--radius-sm);color:var(--text-primary);font-size:.75rem;font-weight:700;font-family:var(--font-mono);cursor:pointer;align-items:center;gap:.4rem;padding:.45rem .85rem;transition:all .2s;display:flex}.landing-module__2xI0mq__faultTriggerBtn:hover{background:var(--bg-card-hover);border-color:var(--primary);color:var(--primary)}.landing-module__2xI0mq__faultActive{border-color:var(--danger);color:var(--danger);background:#ff005526}.landing-module__2xI0mq__spin{animation:1.5s linear infinite landing-module__2xI0mq__spin}@keyframes landing-module__2xI0mq__spin{to{transform:rotate(360deg)}}.landing-module__2xI0mq__liveMetricsGrid{text-align:left;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.landing-module__2xI0mq__liveMetricItem{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:.4rem;padding:.75rem;display:flex}.landing-module__2xI0mq__liveMetricLabel{text-transform:uppercase;color:var(--text-muted);font-size:.7rem;font-weight:800;font-family:var(--font-mono)}.landing-module__2xI0mq__liveMetricVal{color:var(--text-primary);font-size:1.5rem;font-weight:800;font-family:var(--font-mono)}.landing-module__2xI0mq__liveMetricVal small{color:var(--text-secondary);font-size:.85rem}.landing-module__2xI0mq__activeSourceTag{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.landing-module__2xI0mq__sourceTagPill{color:var(--primary);font-size:.85rem;font-weight:800;font-family:var(--font-mono)}[data-theme=light] .landing-module__2xI0mq__sourceTagPill{color:#0284c7}.landing-module__2xI0mq__transferSpeed{font-size:.7rem;font-family:var(--font-mono);color:var(--success);font-weight:700}.landing-module__2xI0mq__liveMetricBar{background:#ffffff14;border-radius:2px;width:100%;height:4px;overflow:hidden}[data-theme=light] .landing-module__2xI0mq__liveMetricBar{background:#0000000f}.landing-module__2xI0mq__liveBarFill{border-radius:2px;height:100%;transition:width .4s,background .3s}.landing-module__2xI0mq__metricSubtext{color:var(--text-muted);font-size:.7rem;font-family:var(--font-mono)}.landing-module__2xI0mq__phaseTags{flex-wrap:wrap;gap:.35rem;display:flex}.landing-module__2xI0mq__channelStrip{border-top:1px solid var(--border-subtle);grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:.5rem;padding-top:.5rem;display:grid}.landing-module__2xI0mq__channelPill{border-radius:var(--radius-sm);font-size:.725rem;font-family:var(--font-mono);border:1px solid #0000;justify-content:space-between;align-items:center;gap:.4rem;padding:.4rem .65rem;font-weight:600;display:flex}.landing-module__2xI0mq__chDot{border-radius:50%;flex-shrink:0;width:6px;height:6px}.landing-module__2xI0mq__chCritical{color:var(--text-primary);background:#10b98114;border-color:#10b98140}.landing-module__2xI0mq__chCritical .landing-module__2xI0mq__chDot{background:var(--success);box-shadow:0 0 6px var(--success)}.landing-module__2xI0mq__chCritical .landing-module__2xI0mq__chState{color:var(--success);font-size:.65rem;font-weight:800}.landing-module__2xI0mq__chNormal{background:var(--bg-panel);border-color:var(--border-subtle);color:var(--text-primary)}.landing-module__2xI0mq__chNormal .landing-module__2xI0mq__chDot{background:var(--primary)}.landing-module__2xI0mq__chNormal .landing-module__2xI0mq__chState{color:var(--text-secondary);font-size:.65rem}.landing-module__2xI0mq__chShed{color:var(--text-muted);background:#ff005514;border-color:#ff005540}.landing-module__2xI0mq__chShed .landing-module__2xI0mq__chDot{background:var(--danger)}.landing-module__2xI0mq__chShed .landing-module__2xI0mq__chState{color:var(--danger);font-size:.65rem;font-weight:800}.landing-module__2xI0mq__heroVisual{pointer-events:none;z-index:-1;position:absolute;inset:0;overflow:hidden}.landing-module__2xI0mq__glowOrb{filter:blur(90px);opacity:.25;border-radius:50%;position:absolute}.landing-module__2xI0mq__glowOrb:first-child{background:var(--primary);width:380px;height:380px;top:8%;left:20%}.landing-module__2xI0mq__glowOrb:nth-child(2){background:var(--secondary);width:440px;height:440px;bottom:12%;right:15%}.landing-module__2xI0mq__glowOrb:nth-child(3){background:var(--success);width:300px;height:300px;top:45%;right:35%}.landing-module__2xI0mq__stats{max-width:1280px;margin:0 auto;padding:2rem 1.5rem}.landing-module__2xI0mq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.25rem;display:grid}.landing-module__2xI0mq__statCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));flex-direction:column;gap:.5rem;padding:1.75rem;transition:all .25s;display:flex}.landing-module__2xI0mq__statCard:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-3px)}.landing-module__2xI0mq__statIconWrap{border-radius:var(--radius-md);width:42px;height:42px;color:var(--primary);background:#00f0ff14;border:1px solid #00f0ff33;justify-content:center;align-items:center;display:flex}[data-theme=light] .landing-module__2xI0mq__statIconWrap{color:#0284c7;background:#0284c714;border-color:#0284c733}.landing-module__2xI0mq__statValue{color:var(--text-primary);font-size:2rem;font-weight:800;font-family:var(--font-mono);letter-spacing:-.02em}.landing-module__2xI0mq__statLabel{color:var(--text-secondary);font-size:.85rem;font-weight:500;line-height:1.4}.landing-module__2xI0mq__features,.landing-module__2xI0mq__ecommerce,.landing-module__2xI0mq__testimonials,.landing-module__2xI0mq__cta{max-width:1280px;margin:0 auto;padding:4.5rem 1.5rem}.landing-module__2xI0mq__sectionHeader{text-align:center;flex-direction:column;align-items:center;gap:.85rem;max-width:720px;margin:0 auto 3rem;display:flex}.landing-module__2xI0mq__sectionBadge{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:.75rem;font-weight:800;font-family:var(--font-mono);border-radius:var(--radius-full);background:#00f0ff14;border:1px solid #00f0ff40;padding:.25rem .75rem}[data-theme=light] .landing-module__2xI0mq__sectionBadge{color:#0284c7;background:#0284c714;border-color:#0284c740}.landing-module__2xI0mq__sectionTitle{letter-spacing:-.02em;color:var(--text-primary);font-size:clamp(2rem,3.8vw,2.75rem);font-weight:800;line-height:1.18}.landing-module__2xI0mq__sectionSubtitle{color:var(--text-secondary);font-size:1.05rem;line-height:1.6}.landing-module__2xI0mq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.landing-module__2xI0mq__featureCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));flex-direction:column;gap:1rem;padding:1.85rem;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.landing-module__2xI0mq__featureCard:before{content:"";background:linear-gradient(90deg,transparent,var(--primary),transparent);opacity:0;height:2px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.landing-module__2xI0mq__featureCard:hover{border-color:var(--border-highlight);background:var(--bg-card-hover);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-4px)}.landing-module__2xI0mq__featureCard:hover:before{opacity:1}.landing-module__2xI0mq__featureIcon{border-radius:var(--radius-md);width:46px;height:46px;color:var(--primary);background:#00f0ff14;border:1px solid #00f0ff33;justify-content:center;align-items:center;display:flex}[data-theme=light] .landing-module__2xI0mq__featureIcon{color:#0284c7;background:#0284c714;border-color:#0284c733}.landing-module__2xI0mq__featureTitle{color:var(--text-primary);font-size:1.2rem;font-weight:700}.landing-module__2xI0mq__featureDesc{color:var(--text-secondary);font-size:.9rem;line-height:1.65}.landing-module__2xI0mq__productsGrid{grid-template-columns:repeat(auto-fit,minmax(360px,1fr));gap:1.75rem;display:grid}.landing-module__2xI0mq__productCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));flex-direction:column;transition:all .25s;display:flex;overflow:hidden}.landing-module__2xI0mq__productCard:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-4px)}.landing-module__2xI0mq__productImage{background:#090e1c;width:100%;height:250px;position:relative}.landing-module__2xI0mq__productImg{object-fit:cover}.landing-module__2xI0mq__productBadge{border:1px solid var(--border-highlight);border-radius:var(--radius-full);color:var(--primary);font-size:.7rem;font-weight:800;font-family:var(--font-mono);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#060813d9;padding:.3rem .75rem;position:absolute;top:1rem;left:1rem}[data-theme=light] .landing-module__2xI0mq__productBadge{color:#0284c7;background:#ffffffe6}.landing-module__2xI0mq__productContent{flex-direction:column;flex:1;gap:1rem;padding:1.75rem;display:flex}.landing-module__2xI0mq__productTitle{color:var(--text-primary);font-size:1.25rem;font-weight:800}.landing-module__2xI0mq__productDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.landing-module__2xI0mq__productFeatures{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;padding:.85rem 0;display:flex}.landing-module__2xI0mq__productFeature{color:var(--text-primary);align-items:center;gap:.5rem;font-size:.85rem;display:flex}.landing-module__2xI0mq__productPrice{align-items:baseline;gap:.5rem;display:flex}.landing-module__2xI0mq__priceAmount{color:var(--primary);font-size:1.85rem;font-weight:800;font-family:var(--font-mono)}[data-theme=light] .landing-module__2xI0mq__priceAmount{color:#0284c7}.landing-module__2xI0mq__priceNote{color:var(--text-muted);font-size:.75rem}.landing-module__2xI0mq__productBtn{background:linear-gradient(135deg,var(--primary),var(--secondary));border-radius:var(--radius-md);justify-content:center;align-items:center;gap:.5rem;padding:.85rem;font-size:.925rem;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 15px #00f0ff40;color:#fff!important}.landing-module__2xI0mq__productBtn:hover{transform:translateY(-2px);box-shadow:0 6px 25px #00f0ff73}.landing-module__2xI0mq__testimonialsGrid{grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;display:grid}.landing-module__2xI0mq__testimonialCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-xl);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));flex-direction:column;gap:1.15rem;padding:1.75rem;transition:all .25s;display:flex}.landing-module__2xI0mq__testimonialCard:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-md);transform:translateY(-3px)}.landing-module__2xI0mq__testimonialStars{gap:.25rem;display:flex}.landing-module__2xI0mq__testimonialText{color:var(--text-secondary);font-size:.925rem;font-style:italic;line-height:1.65}.landing-module__2xI0mq__testimonialAuthor{align-items:center;gap:.75rem;margin-top:auto;display:flex}.landing-module__2xI0mq__testimonialAvatar{background:linear-gradient(135deg,var(--secondary),var(--primary));color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;font-size:.85rem;font-weight:800;display:flex}.landing-module__2xI0mq__testimonialName{color:var(--text-primary);font-size:.9rem;font-weight:700}.landing-module__2xI0mq__testimonialRole{color:var(--text-muted);font-size:.75rem}.landing-module__2xI0mq__ctaCard{border:1px solid var(--border-highlight);border-radius:var(--radius-xl);text-align:center;box-shadow:var(--shadow-lg),0 0 50px #00f0ff1f;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));background:linear-gradient(135deg,#0d1222f2,#141c34f2);flex-direction:column;align-items:center;gap:1.5rem;padding:4rem 2.5rem;display:flex;position:relative;overflow:hidden}[data-theme=light] .landing-module__2xI0mq__ctaCard{background:linear-gradient(135deg,#fff,#f0fdfa);border:1px solid #0284c759;box-shadow:0 12px 40px #0284c71f}.landing-module__2xI0mq__ctaGlowBackground{filter:blur(50px);pointer-events:none;z-index:0;background:radial-gradient(circle,#00f0ff2e 0%,#7928ca14 50%,#0000 70%);width:500px;height:500px;position:absolute;top:-50%;left:50%;transform:translate(-50%)}[data-theme=light] .landing-module__2xI0mq__ctaGlowBackground{background:radial-gradient(circle,#0284c726 0%,#7928ca0d 50%,#0000 70%)}.landing-module__2xI0mq__ctaBadge{z-index:1;border-radius:var(--radius-full);color:var(--success);font-size:.75rem;font-weight:800;font-family:var(--font-mono);background:#10b9811a;border:1px solid #10b9814d;align-items:center;gap:.4rem;padding:.3rem .85rem;display:inline-flex;position:relative}.landing-module__2xI0mq__ctaTitle{z-index:1;color:var(--text-primary);letter-spacing:-.02em;max-width:800px;font-size:clamp(1.8rem,3.5vw,2.75rem);font-weight:800;line-height:1.15;position:relative}.landing-module__2xI0mq__ctaSubtitle{z-index:1;color:var(--text-secondary);max-width:680px;font-size:1.05rem;line-height:1.6;position:relative}.landing-module__2xI0mq__ctaBadgesRow{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;display:flex;position:relative}.landing-module__2xI0mq__trustBadge{background:var(--bg-panel);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);font-size:.75rem;font-weight:700;font-family:var(--font-mono);color:var(--text-primary);align-items:center;gap:.4rem;padding:.35rem .75rem;display:flex}.landing-module__2xI0mq__ctaActions{z-index:1;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:.5rem;display:flex;position:relative}.landing-module__2xI0mq__footer{border-top:1px solid var(--border-subtle);background:var(--bg-panel);padding:4rem 1.5rem 2rem}.landing-module__2xI0mq__footerContent{flex-direction:column;gap:3rem;max-width:1280px;margin:0 auto;display:flex}.landing-module__2xI0mq__footerGrid{flex-wrap:wrap;justify-content:space-between;gap:3rem;display:flex}.landing-module__2xI0mq__footerBrandCol{flex-direction:column;gap:1rem;max-width:400px;display:flex}.landing-module__2xI0mq__footerBrand{align-items:center;gap:.75rem;display:flex}.landing-module__2xI0mq__footerLogoIcon{border-radius:var(--radius-sm);background:#00f0ff14;border:1px solid #00f0ff33;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.landing-module__2xI0mq__footerBrandText{letter-spacing:.06em;color:var(--text-primary);font-size:1.3rem;font-weight:800}.landing-module__2xI0mq__footerDescription{color:var(--text-secondary);font-size:.875rem;line-height:1.6}.landing-module__2xI0mq__footerStatus{margin-top:.5rem}.landing-module__2xI0mq__footerLinksGrid{flex-wrap:wrap;gap:4rem;display:flex}.landing-module__2xI0mq__footerColumn{flex-direction:column;gap:.75rem;min-width:130px;display:flex}.landing-module__2xI0mq__footerTitle{color:var(--text-primary);text-transform:uppercase;letter-spacing:.06em;font-size:.85rem;font-weight:800;font-family:var(--font-mono);margin-bottom:.25rem}.landing-module__2xI0mq__footerLink{color:var(--text-secondary);font-size:.875rem;transition:color .2s}.landing-module__2xI0mq__footerLink:hover{color:var(--primary)}[data-theme=light] .landing-module__2xI0mq__footerLink:hover{color:#0284c7}.landing-module__2xI0mq__footerBottom{border-top:1px solid var(--border-subtle);text-align:center;padding-top:2rem}.landing-module__2xI0mq__footerText{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.landing-module__2xI0mq__hero{padding:3.5rem 1rem 2rem}.landing-module__2xI0mq__liveTelemetryCard{padding:1.15rem}.landing-module__2xI0mq__liveMetricsGrid,.landing-module__2xI0mq__channelStrip,.landing-module__2xI0mq__featuresGrid,.landing-module__2xI0mq__productsGrid,.landing-module__2xI0mq__testimonialsGrid{grid-template-columns:1fr}.landing-module__2xI0mq__ctaCard{padding:2.5rem 1.25rem}.landing-module__2xI0mq__footerLinksGrid{gap:2rem}}
.login-module__rMv5LG__container{background:var(--bg-app);justify-content:center;align-items:center;min-height:100vh;padding:1.5rem;display:flex;position:relative;overflow:hidden}.login-module__rMv5LG__loginCard{background:var(--bg-card);width:100%;max-width:440px;-webkit-backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-xl);box-shadow:var(--shadow-lg),0 0 40px #00f0ff0f;z-index:1;padding:2.25rem;animation:.3s cubic-bezier(.16,1,.3,1) login-module__rMv5LG__cardFadeUp;position:relative}.login-module__rMv5LG__topBar{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.login-module__rMv5LG__homeLink{color:var(--text-muted);align-items:center;gap:.35rem;font-size:.8rem;transition:color .2s;display:flex}.login-module__rMv5LG__homeLink:hover{color:var(--primary)}.login-module__rMv5LG__secureBadge{font-size:.7rem;font-weight:700;font-family:var(--font-mono);color:var(--success);border-radius:var(--radius-full);background:#10b9811a;border:1px solid #10b98140;align-items:center;gap:.3rem;padding:.15rem .5rem;display:flex}.login-module__rMv5LG__header{text-align:center;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:1.75rem;display:flex}.login-module__rMv5LG__logoWrap{border-radius:var(--radius-md);background:#00f0ff14;border:1px solid #00f0ff40;justify-content:center;align-items:center;width:48px;height:48px;display:flex;box-shadow:0 0 16px #00f0ff26}.login-module__rMv5LG__logoImg{object-fit:contain;width:32px;height:32px}.login-module__rMv5LG__logoText{letter-spacing:.06em;color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:800}.login-module__rMv5LG__subtitle{color:var(--text-secondary);margin:0;font-size:.85rem}.login-module__rMv5LG__form{flex-direction:column;gap:1rem;display:flex}.login-module__rMv5LG__passWrapper{flex-direction:column;gap:.35rem;display:flex}.login-module__rMv5LG__forgotRow{justify-content:flex-end;display:flex}.login-module__rMv5LG__forgotLink{color:var(--primary);font-size:.75rem;text-decoration:none}.login-module__rMv5LG__forgotLink:hover{text-decoration:underline}.login-module__rMv5LG__selectGroup{flex-direction:column;gap:.35rem;display:flex}.login-module__rMv5LG__selectLabel{color:var(--text-primary);font-size:.85rem;font-weight:600}.login-module__rMv5LG__selectInput{background-color:var(--bg-input);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%2300f0ff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-position:right .85rem center;background-repeat:no-repeat;background-size:14px;outline:none;padding:.65rem 2.25rem .65rem .875rem;font-family:inherit;font-size:.9rem;transition:all .2s}[data-theme=light] .login-module__rMv5LG__selectInput{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%230284c7' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E")}.login-module__rMv5LG__selectInput:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-glow)}.login-module__rMv5LG__selectInput option{color:#fff;background-color:#0d1222;padding:.5rem}[data-theme=light] .login-module__rMv5LG__selectInput option{color:#0f172a;background-color:#fff}.login-module__rMv5LG__error{border-radius:var(--radius-sm);color:var(--danger);text-align:center;background:#ff00551a;border:1px solid #ff00554d;padding:.75rem 1rem;font-size:.825rem}.login-module__rMv5LG__footer{text-align:center;border-top:1px solid var(--border-subtle);margin-top:1.5rem;padding-top:1.25rem}.login-module__rMv5LG__hint{color:var(--text-muted);font-size:.825rem}.login-module__rMv5LG__signupLink{color:var(--primary);font-weight:700;text-decoration:none}.login-module__rMv5LG__signupLink:hover{text-decoration:underline}.login-module__rMv5LG__background{z-index:0;pointer-events:none;position:absolute;inset:0;overflow:hidden}.login-module__rMv5LG__gradient1,.login-module__rMv5LG__gradient2{filter:blur(100px);opacity:.25;border-radius:50%;position:absolute}.login-module__rMv5LG__gradient1{background:radial-gradient(circle,var(--primary),transparent);width:450px;height:450px;top:-200px;right:-200px}.login-module__rMv5LG__gradient2{background:radial-gradient(circle,var(--secondary),transparent);width:400px;height:400px;bottom:-200px;left:-200px}@keyframes login-module__rMv5LG__cardFadeUp{0%{opacity:0;transform:translateY(15px)}to{opacity:1;transform:translateY(0)}}@media (max-width:480px){.login-module__rMv5LG__loginCard{padding:1.5rem 1.25rem}}
