.ChannelCard-module__crVgJW__card{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:1.25rem;padding:1.5rem;transition:all .3s;display:flex}.ChannelCard-module__crVgJW__card:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.ChannelCard-module__crVgJW__card.ChannelCard-module__crVgJW__overload{border-left:3px solid var(--danger)}.ChannelCard-module__crVgJW__card.ChannelCard-module__crVgJW__offline{opacity:.6}.ChannelCard-module__crVgJW__header{justify-content:space-between;align-items:flex-start;display:flex}.ChannelCard-module__crVgJW__channelInfo{flex-direction:column;gap:.5rem;display:flex}.ChannelCard-module__crVgJW__channelNumber{color:var(--primary);letter-spacing:1px;font-size:.75rem;font-weight:700}.ChannelCard-module__crVgJW__channelName{color:var(--text-primary);font-size:1.1rem;font-weight:600}.ChannelCard-module__crVgJW__priorityBadge{border-radius:var(--radius-sm);letter-spacing:.5px;padding:.4rem .8rem;font-size:.7rem;font-weight:700}.ChannelCard-module__crVgJW__loadSection{flex-direction:column;gap:.5rem;display:flex}.ChannelCard-module__crVgJW__loadHeader{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;display:flex}.ChannelCard-module__crVgJW__loadValue{color:var(--text-primary);font-weight:600}.ChannelCard-module__crVgJW__loadBar{background:#ffffff0d;border-radius:4px;width:100%;height:8px;overflow:hidden}.ChannelCard-module__crVgJW__loadFill{border-radius:4px;height:100%;transition:all .3s}.ChannelCard-module__crVgJW__loadPercentage{text-align:right;color:var(--text-primary);font-size:.9rem;font-weight:600}.ChannelCard-module__crVgJW__metrics{grid-template-columns:1fr 1fr;gap:1rem;display:grid}.ChannelCard-module__crVgJW__metric{color:var(--primary);align-items:center;gap:.75rem;display:flex}.ChannelCard-module__crVgJW__metricLabel{color:var(--text-secondary);font-size:.75rem}.ChannelCard-module__crVgJW__metricValue{color:var(--text-primary);font-size:1rem;font-weight:600}.ChannelCard-module__crVgJW__status{border-radius:var(--radius-sm);background:#ffffff08;align-items:center;gap:.5rem;padding:.5rem;font-size:.85rem;font-weight:600;display:flex}.ChannelCard-module__crVgJW__actions{border-top:1px solid var(--border-subtle);gap:.75rem;padding-top:.5rem;display:flex}.ChannelCard-module__crVgJW__prioritySelect{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);color:var(--text-primary);cursor:pointer;background:#ffffff08;flex:1;padding:.6rem;font-family:inherit;font-size:.85rem;transition:all .2s}.ChannelCard-module__crVgJW__prioritySelect:hover:not(:disabled){border-color:var(--primary)}.ChannelCard-module__crVgJW__prioritySelect:disabled{opacity:.5;cursor:not-allowed}.ChannelCard-module__crVgJW__shutdownButton{border:1px solid var(--danger);border-radius:var(--radius-sm);color:var(--danger);cursor:pointer;background:#ff00551a;align-items:center;gap:.5rem;padding:.6rem 1rem;font-family:inherit;font-size:.85rem;font-weight:600;transition:all .2s;display:flex}.ChannelCard-module__crVgJW__shutdownButton:hover:not(:disabled){background:#f053;transform:translateY(-1px)}.ChannelCard-module__crVgJW__shutdownButton:disabled{opacity:.5;cursor:not-allowed}
.Button-module__8RiFmG__button{border-radius:var(--radius-md);cursor:pointer;letter-spacing:.01em;border:none;justify-content:center;align-items:center;gap:.5rem;font-family:inherit;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.Button-module__8RiFmG__button:before{content:"";background:#fff3;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.Button-module__8RiFmG__button:hover:before{width:300px;height:300px}.Button-module__8RiFmG__button:active{transform:scale(.98)}.Button-module__8RiFmG__button:disabled{opacity:.5;cursor:not-allowed;transform:none!important}.Button-module__8RiFmG__button:disabled:before{display:none}.Button-module__8RiFmG__sm{padding:.5rem 1rem;font-size:.875rem}.Button-module__8RiFmG__md{padding:.75rem 1.5rem;font-size:.95rem}.Button-module__8RiFmG__lg{padding:1rem 2rem;font-size:1.05rem}.Button-module__8RiFmG__primary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;box-shadow:var(--shadow-md),0 0 20px #00f0ff4d;position:relative}.Button-module__8RiFmG__primary:after{content:"";border-radius:var(--radius-md);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-mask-composite:xor;opacity:0;padding:1px;transition:opacity .3s;position:absolute;inset:0;-webkit-mask-image:linear-gradient(#fff 0 0),linear-gradient(#fff 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.Button-module__8RiFmG__primary:hover:not(:disabled){box-shadow:var(--shadow-lg),var(--shadow-glow);background:linear-gradient(135deg,var(--primary-hover),var(--secondary-hover));transform:translateY(-2px)}.Button-module__8RiFmG__primary:active:not(:disabled){box-shadow:var(--shadow-md),0 0 15px #00f0ff66;transform:translateY(0)}.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__secondary:active:not(:disabled){box-shadow:var(--shadow-sm);transform:translateY(0)}.Button-module__8RiFmG__danger{background:linear-gradient(135deg,var(--danger),#f36);color:#fff;box-shadow:var(--shadow-md),0 0 20px #ff00554d}.Button-module__8RiFmG__danger:hover:not(:disabled){box-shadow:var(--shadow-lg),0 0 30px #ff005580;background:linear-gradient(135deg,var(--danger-hover),#ff1a55);transform:translateY(-2px)}.Button-module__8RiFmG__danger:active:not(:disabled){box-shadow:var(--shadow-md),0 0 15px #f056;transform:translateY(0)}.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);box-shadow:var(--shadow-sm);transform:translateY(-2px)}.Button-module__8RiFmG__ghost:active:not(:disabled){transform:translateY(0)}.Button-module__8RiFmG__spinner{border:2.5px solid #fff3;border-top-color:#fff;border-radius:50%;width:18px;height:18px;animation:.8s linear infinite Button-module__8RiFmG__spin;display:inline-block}.Button-module__8RiFmG__secondary .Button-module__8RiFmG__spinner,.Button-module__8RiFmG__ghost .Button-module__8RiFmG__spinner{border-color:#0000001a;border-top-color:var(--text-primary)}@keyframes Button-module__8RiFmG__spin{to{transform:rotate(360deg)}}
.Input-module__5jsJuW__inputWrapper{flex-direction:column;gap:.5rem;width:100%;display:flex}.Input-module__5jsJuW__label{color:var(--text-primary);letter-spacing:-.01em;margin-bottom:.25rem;font-size:.9rem;font-weight:600}.Input-module__5jsJuW__inputContainer{width:100%;position:relative}.Input-module__5jsJuW__input{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);box-shadow:var(--shadow-sm);padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.Input-module__5jsJuW__input:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-md);background:var(--bg-card-hover)}.Input-module__5jsJuW__input:focus{border-color:var(--primary);background:var(--bg-card-hover);box-shadow:var(--shadow-md),0 0 0 3px #00f0ff26;outline:none;transform:translateY(-1px)}.Input-module__5jsJuW__input::placeholder{color:var(--text-muted)}.Input-module__5jsJuW__withIcon{padding-left:3rem}.Input-module__5jsJuW__icon{color:var(--text-muted);z-index:1;pointer-events:none;align-items:center;transition:color .3s;display:flex;position:absolute;top:50%;left:1rem;transform:translateY(-50%)}.Input-module__5jsJuW__input:focus~.Input-module__5jsJuW__icon,.Input-module__5jsJuW__input:focus+.Input-module__5jsJuW__icon,.Input-module__5jsJuW__inputContainer:focus-within .Input-module__5jsJuW__icon{color:var(--primary)}.Input-module__5jsJuW__error{border-color:var(--danger);background:#ff00550d}.Input-module__5jsJuW__error:hover{border-color:var(--danger-hover);background:#ff005514}.Input-module__5jsJuW__error:focus{border-color:var(--danger);box-shadow:var(--shadow-md),0 0 0 3px #ff005526;background:#ff005514}.Input-module__5jsJuW__errorText{color:var(--danger);align-items:center;gap:.25rem;margin-top:.25rem;font-size:.85rem;font-weight:500;display:flex}
.Modal-module__7LRQSW__backdrop{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;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-lg);flex-direction:column;width:90%;max-width:600px;max-height:90vh;animation:.3s ease-out Modal-module__7LRQSW__slideUp;display:flex;overflow:hidden;box-shadow:0 20px 60px #00000080}.Modal-module__7LRQSW__header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.Modal-module__7LRQSW__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.Modal-module__7LRQSW__closeButton{color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.Modal-module__7LRQSW__closeButton:hover{color:var(--text-primary);background:#ffffff1a}.Modal-module__7LRQSW__content{padding:2rem;overflow-y:auto}@keyframes Modal-module__7LRQSW__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes Modal-module__7LRQSW__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.AddDeviceModal-module__jZPm3W__form{flex-direction:column;gap:1.5rem;display:flex}.AddDeviceModal-module__jZPm3W__inputWrapper{flex-direction:column;gap:.5rem;display:flex}.AddDeviceModal-module__jZPm3W__label{color:var(--text-secondary);font-size:.9rem;font-weight:500}.AddDeviceModal-module__jZPm3W__select{border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);cursor:pointer;background:#ffffff08;padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .2s}.AddDeviceModal-module__jZPm3W__select:focus{border-color:var(--primary);background:#00f0ff0d;outline:none;box-shadow:0 0 0 3px #00f0ff1a}.AddDeviceModal-module__jZPm3W__select option{background:var(--bg-panel);color:var(--text-primary)}.AddDeviceModal-module__jZPm3W__actions{justify-content:flex-end;gap:1rem;margin-top:1rem;display:flex}
.AggregatedOverview-module__wxNePq__overview{flex-direction:column;gap:1.5rem;display:flex}.AggregatedOverview-module__wxNePq__title{color:var(--text-primary);font-size:1.5rem;font-weight:700}.AggregatedOverview-module__wxNePq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.AggregatedOverview-module__wxNePq__statCard{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.AggregatedOverview-module__wxNePq__statCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.AggregatedOverview-module__wxNePq__statIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.AggregatedOverview-module__wxNePq__statContent{flex-direction:column;flex:1;gap:.25rem;display:flex}.AggregatedOverview-module__wxNePq__statValue{color:var(--text-primary);font-size:2rem;font-weight:700;line-height:1}.AggregatedOverview-module__wxNePq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.9rem;font-weight:500}.AggregatedOverview-module__wxNePq__statDetail{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}@media (max-width:768px){.AggregatedOverview-module__wxNePq__overview{gap:1.25rem}.AggregatedOverview-module__wxNePq__title{font-size:1.25rem}.AggregatedOverview-module__wxNePq__statsGrid{gap:.75rem;grid-template-columns:repeat(2,1fr)!important}.AggregatedOverview-module__wxNePq__statCard{gap:.75rem;padding:1rem}.AggregatedOverview-module__wxNePq__statIcon{width:40px;height:40px}.AggregatedOverview-module__wxNePq__statValue{font-size:1.5rem}.AggregatedOverview-module__wxNePq__statLabel,.AggregatedOverview-module__wxNePq__statDetail{font-size:.75rem}}@media (max-width:480px){.AggregatedOverview-module__wxNePq__statsGrid{grid-template-columns:1fr}}
.EmergencyControls-module__7jAERG__controls{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.EmergencyControls-module__7jAERG__header{align-items:center;gap:1rem;display:flex}.EmergencyControls-module__7jAERG__iconWrapper{border-radius:var(--radius-sm);width:56px;height:56px;color:var(--danger);background:#ff00551a;justify-content:center;align-items:center;display:flex}.EmergencyControls-module__7jAERG__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.3rem;font-weight:700}.EmergencyControls-module__7jAERG__subtitle{color:var(--text-secondary);font-size:.9rem}.EmergencyControls-module__7jAERG__warning{border:1px solid var(--warning);border-radius:var(--radius-sm);color:var(--warning);background:#ffbf001a;align-items:center;gap:.75rem;padding:1rem;font-size:.9rem;display:flex}.EmergencyControls-module__7jAERG__actions{flex-direction:column;gap:1rem;display:flex}.EmergencyControls-module__7jAERG__emergencyButton{border:2px solid var(--danger);border-radius:var(--radius-md);color:var(--danger);cursor:pointer;background:#ff00551a;justify-content:center;align-items:center;gap:.75rem;padding:1.25rem 2rem;font-family:inherit;font-size:1rem;font-weight:700;transition:all .3s;display:flex}.EmergencyControls-module__7jAERG__emergencyButton:hover{background:#f053;transform:translateY(-2px);box-shadow:0 8px 24px #ff00554d}.EmergencyControls-module__7jAERG__confirmOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;background:#000000b3;justify-content:center;align-items:center;animation:.2s ease-out EmergencyControls-module__7jAERG__fadeIn;display:flex;position:fixed;inset:0}.EmergencyControls-module__7jAERG__confirmDialog{background:var(--bg-panel);border:1px solid var(--border-highlight);border-radius:var(--radius-lg);width:90%;max-width:500px;padding:2.5rem;animation:.3s ease-out EmergencyControls-module__7jAERG__slideUp;box-shadow:0 24px 48px #00000080}.EmergencyControls-module__7jAERG__confirmHeader{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.EmergencyControls-module__7jAERG__confirmHeader h3{color:var(--text-primary);font-size:1.5rem;font-weight:700}.EmergencyControls-module__7jAERG__confirmMessage{color:var(--text-secondary);margin-bottom:2rem;font-size:1rem;line-height:1.6}.EmergencyControls-module__7jAERG__confirmActions{justify-content:flex-end;gap:1rem;display:flex}@keyframes EmergencyControls-module__7jAERG__slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.SimulationControls-module__7B7nNa__controls{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:2rem;padding:2rem;display:flex}.SimulationControls-module__7B7nNa__section{flex-direction:column;gap:1rem;display:flex}.SimulationControls-module__7B7nNa__sectionTitle{color:var(--text-primary);align-items:center;gap:.5rem;font-size:1.1rem;font-weight:600;display:flex}.SimulationControls-module__7B7nNa__buttons{flex-wrap:wrap;gap:1rem;display:flex}.SimulationControls-module__7B7nNa__parameters{flex-direction:column;gap:1.5rem;display:flex}.SimulationControls-module__7B7nNa__parameter{flex-direction:column;gap:.75rem;display:flex}.SimulationControls-module__7B7nNa__label{color:var(--text-secondary);justify-content:space-between;align-items:center;font-size:.9rem;font-weight:500;display:flex}.SimulationControls-module__7B7nNa__value{color:var(--primary);font-size:1rem;font-weight:700}.SimulationControls-module__7B7nNa__slider{-webkit-appearance:none;background:#ffffff1a;border-radius:5px;outline:none;width:100%;height:6px;transition:all .2s}.SimulationControls-module__7B7nNa__slider:hover{background:#ffffff26}.SimulationControls-module__7B7nNa__slider::-webkit-slider-thumb{appearance:none;background:linear-gradient(135deg,var(--primary),var(--secondary));cursor:pointer;border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 2px 8px #00f0ff66}.SimulationControls-module__7B7nNa__slider::-webkit-slider-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #00f0ff99}.SimulationControls-module__7B7nNa__slider::-moz-range-thumb{background:linear-gradient(135deg,var(--primary),var(--secondary));cursor:pointer;border:none;border-radius:50%;width:18px;height:18px;transition:all .2s;box-shadow:0 2px 8px #00f0ff66}.SimulationControls-module__7B7nNa__slider::-moz-range-thumb:hover{transform:scale(1.2);box-shadow:0 4px 12px #00f0ff99}.SimulationControls-module__7B7nNa__slider:disabled{opacity:.5;cursor:not-allowed}.SimulationControls-module__7B7nNa__slider:disabled::-webkit-slider-thumb{cursor:not-allowed}.SimulationControls-module__7B7nNa__slider:disabled::-moz-range-thumb{cursor:not-allowed}
.simulation-module__W1PQgq__simulationPage{flex-direction:column;gap:2rem;animation:.3s ease-out simulation-module__W1PQgq__fadeIn;display:flex}.simulation-module__W1PQgq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.simulation-module__W1PQgq__title{background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.simulation-module__W1PQgq__subtitle{color:var(--text-secondary);max-width:600px;font-size:1rem}.simulation-module__W1PQgq__timer{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:baseline;gap:.5rem;padding:1rem 1.5rem;display:flex}.simulation-module__W1PQgq__timerLabel{color:var(--text-secondary);font-size:.9rem}.simulation-module__W1PQgq__timerValue{color:var(--primary);font-variant-numeric:tabular-nums;font-size:1.8rem;font-weight:700}.simulation-module__W1PQgq__timerMax{color:var(--text-muted);font-size:1rem}.simulation-module__W1PQgq__layout{grid-template-columns:350px 1fr;gap:2rem;display:grid}.simulation-module__W1PQgq__sidebar{flex-direction:column;gap:1.5rem;display:flex}.simulation-module__W1PQgq__mainContent{flex-direction:column;gap:2rem;display:flex}.simulation-module__W1PQgq__widgetsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.simulation-module__W1PQgq__chartSection{flex-direction:column;gap:1.5rem;display:flex}.simulation-module__W1PQgq__chartContainer{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);height:400px;padding:2rem}@media (max-width:1200px){.simulation-module__W1PQgq__layout{grid-template-columns:1fr}.simulation-module__W1PQgq__sidebar{order:2}.simulation-module__W1PQgq__mainContent{order:1}}@media (max-width:768px){.simulation-module__W1PQgq__simulationPage{gap:1.5rem}.simulation-module__W1PQgq__header{flex-direction:column;gap:1rem}.simulation-module__W1PQgq__title{font-size:1.75rem}.simulation-module__W1PQgq__subtitle{font-size:.9rem}.simulation-module__W1PQgq__widgetsGrid{grid-template-columns:1fr;gap:1rem}.simulation-module__W1PQgq__timer{justify-content:center;width:100%;padding:.75rem 1rem}.simulation-module__W1PQgq__timerValue{font-size:1.5rem}.simulation-module__W1PQgq__chartContainer{height:300px;padding:1.5rem}.simulation-module__W1PQgq__layout{gap:1.5rem}}@media (max-width:480px){.simulation-module__W1PQgq__widgetsGrid{grid-template-columns:1fr}}
.landing-module__2xI0mq__landing{background:var(--bg-app);min-height:100vh;color:var(--text-primary);position:relative;overflow-x:hidden}.landing-module__2xI0mq__landing:before{content:"";z-index:0;pointer-events:none;background-color:#0000;background-image:radial-gradient(circle at 20% 30%,#00f0ff14 0%,#0000 50%),radial-gradient(circle at 80% 70%,#7000ff14 0%,#0000 50%),radial-gradient(circle,#00ff9d0d 0%,#0000 60%);background-position:0 0,0 0,0 0;background-repeat:repeat,repeat,repeat;background-size:200% 200%;background-attachment:scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box;width:100%;height:100%;animation:25s infinite landing-module__2xI0mq__gradientFlow;position:fixed;top:0;left:0}.landing-module__2xI0mq__landing:after{content:"";z-index:0;pointer-events:none;opacity:.5;background-image:linear-gradient(#00f0ff05 1px,#0000 1px),linear-gradient(90deg,#00f0ff05 1px,#0000 1px);background-size:60px 60px;width:100%;height:100%;position:fixed;top:0;left:0}@keyframes landing-module__2xI0mq__gradientFlow{0%,to{background-position:0%}50%{background-position:100%}}.landing-module__2xI0mq__hero{z-index:1;background:radial-gradient(at top,#00f0ff08 0%,#0000 50%),radial-gradient(at bottom,#7000ff08 0%,#0000 50%);justify-content:center;align-items:center;min-height:90vh;padding:2rem;display:flex;position:relative;overflow:hidden}.landing-module__2xI0mq__hero:before{content:"";z-index:0;pointer-events:none;background:radial-gradient(circle,#00f0ff1a 0%,#0000 70%),radial-gradient(circle,#7000ff1a 0%,#0000 70%);width:200%;height:200%;animation:30s linear infinite landing-module__2xI0mq__rotate;position:absolute;top:-50%;left:-50%}.landing-module__2xI0mq__hero:after{content:"";z-index:0;pointer-events:none;background:linear-gradient(#0000 0%,#05050a4d 50%,#0000 100%);position:absolute;inset:0}@keyframes landing-module__2xI0mq__rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.landing-module__2xI0mq__heroContent{text-align:center;z-index:2;max-width:800px;animation:.8s ease-out landing-module__2xI0mq__fadeIn;position:relative}.landing-module__2xI0mq__badge{border:1px solid var(--primary);color:var(--primary);background:#00f0ff1a;border-radius:50px;align-items:center;gap:.5rem;margin-bottom:2rem;padding:.5rem 1rem;font-size:.9rem;font-weight:600;display:inline-flex}.landing-module__2xI0mq__heroTitle{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:clamp(2.5rem,5vw,4rem);font-weight:800;line-height:1.1}.landing-module__2xI0mq__heroSubtitle{color:var(--text-secondary);max-width:700px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:clamp(1.1rem,2vw,1.3rem);line-height:1.6}.landing-module__2xI0mq__heroActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-module__2xI0mq__btn{border-radius:var(--radius-md);cursor:pointer;align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.landing-module__2xI0mq__btnPrimary{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border:none}.landing-module__2xI0mq__btnPrimary:hover{transform:translateY(-2px);box-shadow:0 8px 24px #00f0ff66}.landing-module__2xI0mq__btnSecondary{color:var(--text-primary);border:1px solid var(--border-highlight);background:0 0}.landing-module__2xI0mq__btnSecondary:hover{border-color:var(--primary);background:#ffffff0d}.landing-module__2xI0mq__btnLarge{padding:1.25rem 2.5rem;font-size:1.1rem}.landing-module__2xI0mq__heroVisual{z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.landing-module__2xI0mq__glowOrb{filter:blur(80px);opacity:.7;border-radius:50%;animation:12s ease-in-out infinite landing-module__2xI0mq__float;position:absolute}.landing-module__2xI0mq__glowOrb:first-child{background:radial-gradient(circle,#00f0ff40 0%,#00f0ff1a 40%,#0000 70%);width:700px;height:700px;animation-delay:0s;top:-10%;left:-5%}.landing-module__2xI0mq__glowOrb:nth-child(2){background:radial-gradient(circle,#7000ff40 0%,#7000ff1a 40%,#0000 70%);width:600px;height:600px;animation-delay:4s;bottom:-10%;right:-5%}.landing-module__2xI0mq__glowOrb:nth-child(3){background:radial-gradient(circle,#00ff9d33 0%,#00ff9d14 40%,#0000 70%);width:500px;height:500px;animation-delay:8s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes landing-module__2xI0mq__float{0%,to{opacity:.7;transform:translate(0)scale(1)}25%{opacity:.9;transform:translate(40px,-40px)scale(1.1)}50%{opacity:.6;transform:translate(-30px,30px)scale(.95)}75%{opacity:.8;transform:translate(20px,20px)scale(1.05)}}.landing-module__2xI0mq__stats{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:linear-gradient(135deg,#00f0ff08,#7000ff08);padding:4rem 2rem}@media (max-width:768px){.landing-module__2xI0mq__stats{padding:2.5rem 1rem}}.landing-module__2xI0mq__statsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-module__2xI0mq__statCard{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);padding:2rem;transition:all .3s}.landing-module__2xI0mq__statCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.landing-module__2xI0mq__statIcon{color:var(--primary);margin-bottom:1rem}.landing-module__2xI0mq__statValue{color:var(--text-primary);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:3rem;font-weight:700}.landing-module__2xI0mq__statLabel{color:var(--text-secondary);font-size:1rem;font-weight:500}.landing-module__2xI0mq__features{max-width:1200px;margin:0 auto;padding:6rem 2rem}.landing-module__2xI0mq__sectionHeader{text-align:center;margin-bottom:4rem}.landing-module__2xI0mq__sectionTitle{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.landing-module__2xI0mq__sectionSubtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.landing-module__2xI0mq__featuresGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;display:grid}.landing-module__2xI0mq__featureCard{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:2rem;transition:all .3s}.landing-module__2xI0mq__featureCard:hover{border-color:var(--border-highlight);transform:translateY(-4px);box-shadow:0 8px 24px #00f0ff1a}.landing-module__2xI0mq__featureIcon{border-radius:var(--radius-sm);width:60px;height:60px;color:var(--primary);background:#00f0ff1a;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.landing-module__2xI0mq__featureTitle{margin-bottom:1rem;font-size:1.3rem;font-weight:600}.landing-module__2xI0mq__featureDesc{color:var(--text-secondary);line-height:1.6}.landing-module__2xI0mq__cta{text-align:center;border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);background:linear-gradient(135deg,#00f0ff0d,#7000ff0d);padding:6rem 2rem}.landing-module__2xI0mq__ctaTitle{margin-bottom:1rem;font-size:2.5rem;font-weight:700}.landing-module__2xI0mq__ctaSubtitle{color:var(--text-secondary);max-width:600px;margin-bottom:2.5rem;margin-left:auto;margin-right:auto;font-size:1.2rem}.landing-module__2xI0mq__howItWorks{background:var(--bg-app);border-top:1px solid var(--border-subtle);padding:6rem 2rem}.landing-module__2xI0mq__stepsGrid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-module__2xI0mq__stepCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;padding:2.5rem;transition:all .3s;position:relative}.landing-module__2xI0mq__stepCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.landing-module__2xI0mq__stepNumber{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;width:60px;height:60px;box-shadow:var(--shadow-glow);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;font-size:1.5rem;font-weight:700;display:flex}.landing-module__2xI0mq__stepTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.5rem;font-weight:600}.landing-module__2xI0mq__stepDesc{color:var(--text-secondary);line-height:1.6}.landing-module__2xI0mq__testimonials{border-top:1px solid var(--border-subtle);background:linear-gradient(135deg,#00f0ff05,#7000ff05);padding:6rem 2rem}.landing-module__2xI0mq__testimonialsScroll{-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-color:var(--primary)var(--bg-panel);padding-bottom:1rem;overflow:auto hidden}.landing-module__2xI0mq__testimonialsScroll::-webkit-scrollbar{height:8px}.landing-module__2xI0mq__testimonialsScroll::-webkit-scrollbar-track{background:var(--bg-panel);border-radius:4px}.landing-module__2xI0mq__testimonialsScroll::-webkit-scrollbar-thumb{background:var(--primary);border-radius:4px}.landing-module__2xI0mq__testimonialsScroll::-webkit-scrollbar-thumb:hover{background:var(--primary-hover)}.landing-module__2xI0mq__testimonialsGrid{gap:2rem;min-width:max-content;padding:0 1rem;display:flex}.landing-module__2xI0mq__testimonialsGrid>*{flex:0 0 320px;min-width:320px}.landing-module__2xI0mq__testimonialCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2rem;transition:all .3s}.landing-module__2xI0mq__testimonialCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.landing-module__2xI0mq__testimonialStars{gap:.25rem;margin-bottom:1.5rem;display:flex}.landing-module__2xI0mq__testimonialText{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.05rem;font-style:italic;line-height:1.7}.landing-module__2xI0mq__testimonialAuthor{align-items:center;gap:1rem;display:flex}.landing-module__2xI0mq__testimonialAvatar{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.1rem;font-weight:700;display:flex}.landing-module__2xI0mq__testimonialName{color:var(--text-primary);margin-bottom:.25rem;font-weight:600}.landing-module__2xI0mq__testimonialRole{color:var(--text-secondary);font-size:.9rem}.landing-module__2xI0mq__ecommerce{background:var(--bg-app);border-top:1px solid var(--border-subtle);padding:6rem 2rem}.landing-module__2xI0mq__productsGrid{grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem;max-width:1200px;margin:0 auto;display:grid}.landing-module__2xI0mq__productCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);flex-direction:column;transition:all .3s;display:flex;overflow:hidden}.landing-module__2xI0mq__productCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.landing-module__2xI0mq__productImage{background:var(--bg-panel);width:100%;height:300px;position:relative;overflow:hidden}.landing-module__2xI0mq__productImg{object-fit:contain;padding:1rem}.landing-module__2xI0mq__productContent{flex-direction:column;flex:1;gap:1.5rem;padding:2rem;display:flex}.landing-module__2xI0mq__productTitle{color:var(--text-primary);margin:0;font-size:1.5rem;font-weight:600}.landing-module__2xI0mq__productDescription{color:var(--text-secondary);margin:0;line-height:1.6}.landing-module__2xI0mq__productFeatures{flex-direction:column;gap:.75rem;display:flex}.landing-module__2xI0mq__productFeature{color:var(--text-secondary);align-items:center;gap:.75rem;font-size:.95rem;display:flex}.landing-module__2xI0mq__productFeature svg{color:var(--primary);flex-shrink:0}.landing-module__2xI0mq__productPrice{align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.landing-module__2xI0mq__priceAmount{color:var(--text-primary);background:linear-gradient(135deg,var(--primary),var(--secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.landing-module__2xI0mq__priceNote{color:var(--text-secondary);font-size:.9rem}.landing-module__2xI0mq__ctaActions{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.landing-module__2xI0mq__footer{border-top:1px solid var(--border-subtle);background:var(--bg-panel);padding:4rem 2rem 2rem}.landing-module__2xI0mq__footerContent{max-width:1200px;margin:0 auto}.landing-module__2xI0mq__footerGrid{grid-template-columns:2fr 3fr;gap:3rem;margin-bottom:3rem;display:grid}.landing-module__2xI0mq__footerLinksRow{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.landing-module__2xI0mq__footerColumn{flex-direction:column;gap:1rem;display:flex}.landing-module__2xI0mq__footerBrand{color:var(--primary);align-items:center;gap:.75rem;margin-bottom:1rem;font-size:1.5rem;font-weight:700;display:flex}.landing-module__2xI0mq__footerDescription{color:var(--text-secondary);font-size:.95rem;line-height:1.6}.landing-module__2xI0mq__footerTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.1rem;font-weight:600}.landing-module__2xI0mq__footerLink{color:var(--text-secondary);font-size:.95rem;text-decoration:none;transition:all .3s}.landing-module__2xI0mq__footerLink:hover{color:var(--primary);transform:translate(4px)}.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:.9rem}@keyframes landing-module__2xI0mq__pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@media (max-width:768px){.landing-module__2xI0mq__hero{min-height:80vh;padding:1.5rem 1rem}.landing-module__2xI0mq__heroTitle{font-size:2.5rem}.landing-module__2xI0mq__statsGrid{gap:.75rem;grid-template-columns:repeat(2,1fr)!important}.landing-module__2xI0mq__statCard{padding:1rem .75rem}.landing-module__2xI0mq__statIcon{width:24px;height:24px;margin-bottom:.75rem}.landing-module__2xI0mq__statValue{margin-bottom:.25rem;font-size:2rem}.landing-module__2xI0mq__statLabel{font-size:.8rem;line-height:1.3}.landing-module__2xI0mq__featuresGrid{gap:.75rem;grid-template-columns:repeat(2,1fr)!important}.landing-module__2xI0mq__featureCard{padding:1rem}.landing-module__2xI0mq__featureIcon{width:40px;height:40px;margin-bottom:.75rem}.landing-module__2xI0mq__featureIcon svg{width:20px;height:20px}.landing-module__2xI0mq__featureTitle{margin-bottom:.5rem;font-size:.95rem;line-height:1.3}.landing-module__2xI0mq__featureDesc{font-size:.8rem;line-height:1.5}.landing-module__2xI0mq__stepsGrid{grid-template-columns:repeat(2,1fr);gap:1rem}.landing-module__2xI0mq__stepCard{padding:2rem 1.5rem}.landing-module__2xI0mq__stepNumber{width:50px;height:50px;margin-bottom:1rem;font-size:1.3rem}.landing-module__2xI0mq__stepTitle{font-size:1.2rem}.landing-module__2xI0mq__stepDesc{font-size:.9rem}.landing-module__2xI0mq__testimonialsScroll{padding:0}.landing-module__2xI0mq__testimonialsGrid{gap:1.5rem;padding:0 1rem}.landing-module__2xI0mq__testimonialsGrid>*{flex:0 0 280px;min-width:280px}.landing-module__2xI0mq__productsGrid{grid-template-columns:1fr;gap:1.5rem}.landing-module__2xI0mq__productImage{height:250px}.landing-module__2xI0mq__testimonialCard{padding:1.5rem}.landing-module__2xI0mq__ctaTitle{font-size:2rem}.landing-module__2xI0mq__footer{padding:3rem 1.5rem 2rem}.landing-module__2xI0mq__footerGrid{grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}.landing-module__2xI0mq__footerColumn:first-child{grid-column:1}.landing-module__2xI0mq__footerColumn:not(:first-child){width:auto;min-width:0;display:inline-block}.landing-module__2xI0mq__footerGrid{grid-template-columns:1fr;gap:2rem}.landing-module__2xI0mq__footerLinksRow{grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid}.landing-module__2xI0mq__footerColumn{min-width:0}.landing-module__2xI0mq__sectionTitle{font-size:2rem}.landing-module__2xI0mq__sectionSubtitle{font-size:1.1rem}}@media (max-width:360px){.landing-module__2xI0mq__featuresGrid,.landing-module__2xI0mq__stepsGrid,.landing-module__2xI0mq__statsGrid,.landing-module__2xI0mq__footerGrid{grid-template-columns:1fr}}
.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);box-shadow:var(--shadow-sm);position:sticky;top:0}.PublicNav-module__xPbpKa__container{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex}.PublicNav-module__xPbpKa__logo{color:var(--text-primary);align-items:center;gap:.75rem;font-size:1.5rem;font-weight:700;text-decoration:none;transition:all .3s;display:flex}.PublicNav-module__xPbpKa__logo:hover{transform:scale(1.05)}.PublicNav-module__xPbpKa__logoIcon{color:var(--primary);filter:drop-shadow(0 0 8px var(--primary-glow))}.PublicNav-module__xPbpKa__logoText{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.PublicNav-module__xPbpKa__navLinks{align-items:center;gap:2rem;display:flex}.PublicNav-module__xPbpKa__navLink{color:var(--text-secondary);padding:.5rem 0;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .3s;position:relative}.PublicNav-module__xPbpKa__navLink:after{content:"";background:linear-gradient(90deg,var(--primary),var(--secondary));width:0;height:2px;transition:width .3s;position:absolute;bottom:0;left:0}.PublicNav-module__xPbpKa__navLink:hover{color:var(--text-primary)}.PublicNav-module__xPbpKa__navLink:hover:after,.PublicNav-module__xPbpKa__navLink.PublicNav-module__xPbpKa__active:after{width:100%}.PublicNav-module__xPbpKa__navLink.PublicNav-module__xPbpKa__active{color:var(--text-primary)}.PublicNav-module__xPbpKa__loginBtn{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-sm);padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1)}.PublicNav-module__xPbpKa__loginBtn:hover{box-shadow:var(--shadow-md),var(--shadow-glow);transform:translateY(-2px)}.PublicNav-module__xPbpKa__mobileToggle{color:var(--text-primary);cursor:pointer;border-radius:var(--radius-sm);z-index:101;background:0 0;border:none;padding:.5rem;transition:all .3s;display:none;position:relative}.PublicNav-module__xPbpKa__mobileToggle:hover{background:var(--bg-card)}.PublicNav-module__xPbpKa__mobileToggle:focus{outline:2px solid var(--primary);outline-offset:2px}.PublicNav-module__xPbpKa__overlay{display:none}@media (max-width:768px){.PublicNav-module__xPbpKa__container{padding:1rem}.PublicNav-module__xPbpKa__mobileToggle{z-index:101;justify-content:center;align-items:center;display:flex;position:relative}.PublicNav-module__xPbpKa__navLinks{background:var(--bg-panel);width:100%;max-width:320px;-webkit-backdrop-filter:blur(var(--glass-blur));border-right:1px solid var(--border-subtle);box-shadow:var(--shadow-xl);opacity:0;visibility:hidden;pointer-events:none;z-index:99;flex-direction:column;align-items:flex-start;gap:1.5rem;max-height:100vh;padding:5rem 2rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0;right:0;overflow-y:auto;transform:translate(-100%)}.PublicNav-module__xPbpKa__navLinks.PublicNav-module__xPbpKa__open{opacity:1;visibility:visible;pointer-events:all;transform:translate(0)}.PublicNav-module__xPbpKa__navLink{width:100%;padding:.75rem 0}.PublicNav-module__xPbpKa__loginBtn{text-align:center;justify-content:center;width:100%}.PublicNav-module__xPbpKa__overlay{-webkit-backdrop-filter:blur(4px);z-index:98;background:#0009;animation:.3s PublicNav-module__xPbpKa__fadeIn;display:block;position:fixed;inset:0}}
.DeviceCard-module__-jMd-a__card{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.DeviceCard-module__-jMd-a__card:hover{border-color:var(--border-highlight);transform:translateY(-4px);box-shadow:0 8px 24px #00f0ff26}.DeviceCard-module__-jMd-a__card.DeviceCard-module__-jMd-a__warning{border-left:3px solid var(--warning)}.DeviceCard-module__-jMd-a__card.DeviceCard-module__-jMd-a__offline{opacity:.6;border-left:3px solid var(--text-muted)}.DeviceCard-module__-jMd-a__header{justify-content:space-between;align-items:center;display:flex}.DeviceCard-module__-jMd-a__iconWrapper{border-radius:var(--radius-sm);width:48px;height:48px;color:var(--primary);background:#00f0ff1a;justify-content:center;align-items:center;display:flex}.DeviceCard-module__-jMd-a__statusBadge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;display:flex}.DeviceCard-module__-jMd-a__statusBadge.DeviceCard-module__-jMd-a__online{color:var(--success);background:#00ff9d1a}.DeviceCard-module__-jMd-a__statusBadge.DeviceCard-module__-jMd-a__offline{color:var(--text-muted);background:#8080801a}.DeviceCard-module__-jMd-a__statusBadge.DeviceCard-module__-jMd-a__warning{color:var(--warning);background:#ffbf001a}.DeviceCard-module__-jMd-a__info{flex-direction:column;gap:.25rem;display:flex}.DeviceCard-module__-jMd-a__name{color:var(--text-primary);font-size:1.1rem;font-weight:600}.DeviceCard-module__-jMd-a__room{color:var(--text-secondary);font-size:.9rem}.DeviceCard-module__-jMd-a__metrics{border-top:1px solid var(--border-subtle);border-bottom:1px solid var(--border-subtle);flex-direction:column;gap:.5rem;padding:1rem 0;display:flex}.DeviceCard-module__-jMd-a__primaryMetric{color:var(--text-primary);font-size:2rem;font-weight:700}.DeviceCard-module__-jMd-a__secondaryMetric{color:var(--text-secondary);font-size:.9rem}.DeviceCard-module__-jMd-a__footer{justify-content:space-between;align-items:center;display:flex}.DeviceCard-module__-jMd-a__lastUpdated{color:var(--text-muted);font-size:.8rem}@media (max-width:768px){.DeviceCard-module__-jMd-a__card{gap:.75rem;padding:1rem}.DeviceCard-module__-jMd-a__iconWrapper{width:40px;height:40px}.DeviceCard-module__-jMd-a__name{font-size:.95rem}.DeviceCard-module__-jMd-a__room{font-size:.8rem}.DeviceCard-module__-jMd-a__primaryMetric{font-size:1.5rem}.DeviceCard-module__-jMd-a__secondaryMetric{font-size:.8rem}.DeviceCard-module__-jMd-a__metrics{padding:.75rem 0}.DeviceCard-module__-jMd-a__lastUpdated{font-size:.75rem}}
.LoadBalancer-module__PgbWRq__balancer{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:2rem;padding:2rem;display:flex}.LoadBalancer-module__PgbWRq__header{justify-content:space-between;align-items:flex-start;display:flex}.LoadBalancer-module__PgbWRq__title{color:var(--text-primary);margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.LoadBalancer-module__PgbWRq__subtitle{color:var(--text-secondary);font-size:.9rem}.LoadBalancer-module__PgbWRq__toggleButton{border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;background:#ffffff08;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-family:inherit;font-size:.9rem;font-weight:600;transition:all .3s;display:flex}.LoadBalancer-module__PgbWRq__toggleButton:hover{border-color:var(--primary);color:var(--primary)}.LoadBalancer-module__PgbWRq__toggleButton.LoadBalancer-module__PgbWRq__active{border-color:var(--primary);color:var(--primary);background:#00f0ff1a}.LoadBalancer-module__PgbWRq__stats{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.LoadBalancer-module__PgbWRq__statCard{border:1px solid var(--border-subtle);border-radius:var(--radius-md);background:#ffffff05;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.LoadBalancer-module__PgbWRq__statCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.LoadBalancer-module__PgbWRq__statIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.LoadBalancer-module__PgbWRq__statContent{flex-direction:column;gap:.25rem;display:flex}.LoadBalancer-module__PgbWRq__statValue{color:var(--text-primary);font-size:1.75rem;font-weight:700;line-height:1}.LoadBalancer-module__PgbWRq__statLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500}.LoadBalancer-module__PgbWRq__statDetail{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.LoadBalancer-module__PgbWRq__channelDistribution{flex-direction:column;gap:1rem;display:flex}.LoadBalancer-module__PgbWRq__distributionTitle{color:var(--text-primary);font-size:1.1rem;font-weight:600}.LoadBalancer-module__PgbWRq__distributionBars{flex-direction:column;gap:.75rem;display:flex}.LoadBalancer-module__PgbWRq__distributionItem{flex-direction:column;gap:.5rem;display:flex}.LoadBalancer-module__PgbWRq__distributionLabel{color:var(--text-secondary);justify-content:space-between;font-size:.85rem;display:flex}.LoadBalancer-module__PgbWRq__distributionValue{color:var(--text-primary);font-weight:600}.LoadBalancer-module__PgbWRq__distributionBar{background:#ffffff0d;border-radius:3px;width:100%;height:6px;overflow:hidden}.LoadBalancer-module__PgbWRq__distributionFill{border-radius:3px;height:100%;transition:all .3s}
.analytics-module__YZBEvq__analyticsPage{flex-direction:column;gap:2rem;animation:.3s ease-out analytics-module__YZBEvq__fadeIn;display:flex}.analytics-module__YZBEvq__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.analytics-module__YZBEvq__title{background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.analytics-module__YZBEvq__subtitle{color:var(--text-secondary);font-size:1rem}.analytics-module__YZBEvq__exportButtons{gap:1rem;display:flex}.analytics-module__YZBEvq__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.analytics-module__YZBEvq__metricCard{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.analytics-module__YZBEvq__metricCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.analytics-module__YZBEvq__metricIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.analytics-module__YZBEvq__metricContent{flex-direction:column;gap:.25rem;display:flex}.analytics-module__YZBEvq__metricValue{color:var(--text-primary);font-size:1.75rem;font-weight:700;line-height:1}.analytics-module__YZBEvq__metricLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500}.analytics-module__YZBEvq__metricDetail{color:var(--text-muted);margin-top:.25rem;font-size:.8rem}.analytics-module__YZBEvq__chartSection{flex-direction:column;gap:1.5rem;display:flex}.analytics-module__YZBEvq__sectionTitle{color:var(--text-primary);font-size:1.5rem;font-weight:600}.analytics-module__YZBEvq__chartContainer{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:2rem}@media (max-width:768px){.analytics-module__YZBEvq__analyticsPage{gap:1.5rem}.analytics-module__YZBEvq__header{flex-direction:column;gap:1rem}.analytics-module__YZBEvq__title{font-size:1.75rem}.analytics-module__YZBEvq__subtitle{font-size:.9rem}.analytics-module__YZBEvq__exportButtons{flex-wrap:wrap;width:100%}.analytics-module__YZBEvq__metricsGrid{gap:.75rem;grid-template-columns:repeat(2,1fr)!important}.analytics-module__YZBEvq__metricCard{gap:.75rem;padding:1rem}.analytics-module__YZBEvq__metricIcon{width:40px;height:40px}.analytics-module__YZBEvq__metricValue{font-size:1.5rem}.analytics-module__YZBEvq__metricLabel,.analytics-module__YZBEvq__metricDetail{font-size:.75rem}.analytics-module__YZBEvq__chartContainer{padding:1.5rem}.analytics-module__YZBEvq__sectionTitle{font-size:1.25rem}}@media (max-width:480px){.analytics-module__YZBEvq__metricsGrid{grid-template-columns:1fr}}
.devices-module__jfMMoW__devicesPage{flex-direction:column;gap:2rem;animation:.3s ease-out devices-module__jfMMoW__fadeIn;display:flex}.devices-module__jfMMoW__header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1.5rem;display:flex}.devices-module__jfMMoW__title{background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.devices-module__jfMMoW__subtitle{color:var(--text-secondary);font-size:1rem}.devices-module__jfMMoW__actions{align-items:center;gap:1rem;display:flex}.devices-module__jfMMoW__viewToggle{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-sm);gap:.5rem;padding:.25rem;display:flex}.devices-module__jfMMoW__viewButton{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.devices-module__jfMMoW__viewButton:hover{color:var(--text-primary);background:#ffffff0d}.devices-module__jfMMoW__viewButton.devices-module__jfMMoW__active{color:var(--primary);background:#00f0ff1a}.devices-module__jfMMoW__devicesSection{flex-direction:column;gap:1.5rem;display:flex}.devices-module__jfMMoW__sectionTitle{color:var(--text-primary);font-size:1.25rem;font-weight:600}.devices-module__jfMMoW__devicesGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.devices-module__jfMMoW__devicesList{flex-direction:column;gap:1rem;display:flex}.devices-module__jfMMoW__emptyState{background:var(--bg-card);border:1px dashed var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}.devices-module__jfMMoW__emptyText{color:var(--text-secondary);font-size:1.1rem}@media (max-width:768px){.devices-module__jfMMoW__devicesPage{gap:1.5rem}.devices-module__jfMMoW__header{flex-direction:column;gap:1rem}.devices-module__jfMMoW__devicesGrid{gap:.75rem;grid-template-columns:repeat(2,1fr)!important}.devices-module__jfMMoW__actions{justify-content:space-between;width:100%}.devices-module__jfMMoW__sectionTitle{font-size:1.1rem}.devices-module__jfMMoW__title{font-size:1.5rem}.devices-module__jfMMoW__subtitle{font-size:.85rem}}@media (max-width:480px){.devices-module__jfMMoW__devicesGrid{grid-template-columns:1fr}}
.distribution-module__JOMZlW__distributionPage{flex-direction:column;gap:2rem;animation:.3s ease-out distribution-module__JOMZlW__fadeIn;display:flex}.distribution-module__JOMZlW__header{justify-content:space-between;align-items:flex-start;display:flex}.distribution-module__JOMZlW__title{background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.distribution-module__JOMZlW__subtitle{color:var(--text-secondary);font-size:1rem}.distribution-module__JOMZlW__boxInfo{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.distribution-module__JOMZlW__infoCard{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);color:var(--primary);align-items:center;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.distribution-module__JOMZlW__infoCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.distribution-module__JOMZlW__infoLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;margin-bottom:.25rem;font-size:.8rem}.distribution-module__JOMZlW__infoValue{color:var(--text-primary);font-size:1rem;font-weight:600}.distribution-module__JOMZlW__section{flex-direction:column;gap:1.5rem;display:flex}.distribution-module__JOMZlW__sectionTitle{color:var(--text-primary);font-size:1.5rem;font-weight:600}.distribution-module__JOMZlW__channelsGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.distribution-module__JOMZlW__emptyState{color:var(--text-secondary);flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;padding:4rem 2rem;display:flex}@media (max-width:768px){.distribution-module__JOMZlW__distributionPage{gap:1.5rem}.distribution-module__JOMZlW__title{font-size:1.75rem}.distribution-module__JOMZlW__subtitle{font-size:.9rem}.distribution-module__JOMZlW__boxInfo{grid-template-columns:1fr;gap:1rem}.distribution-module__JOMZlW__infoCard{padding:1.25rem}.distribution-module__JOMZlW__channelsGrid{grid-template-columns:1fr;gap:1rem}.distribution-module__JOMZlW__sectionTitle{font-size:1.25rem}}@media (max-width:480px){.distribution-module__JOMZlW__boxInfo,.distribution-module__JOMZlW__channelsGrid{grid-template-columns:1fr}}
.marketplace-module__Q6cc_W__marketplacePage{flex-direction:column;gap:2rem;animation:.3s ease-out marketplace-module__Q6cc_W__fadeIn;display:flex}.marketplace-module__Q6cc_W__header{justify-content:space-between;align-items:flex-start;display:flex}.marketplace-module__Q6cc_W__title{background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.marketplace-module__Q6cc_W__subtitle{color:var(--text-secondary);font-size:1rem}.marketplace-module__Q6cc_W__metricsGrid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;display:grid}.marketplace-module__Q6cc_W__metricCard{background:var(--bg-card);-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-md);gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.marketplace-module__Q6cc_W__metricCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.marketplace-module__Q6cc_W__metricIcon{border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex}.marketplace-module__Q6cc_W__metricContent{flex-direction:column;gap:.25rem;display:flex}.marketplace-module__Q6cc_W__metricValue{color:var(--text-primary);font-size:1.75rem;font-weight:700;line-height:1}.marketplace-module__Q6cc_W__metricLabel{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.5px;font-size:.85rem;font-weight:500}.marketplace-module__Q6cc_W__metricDetail{color:var(--text-muted);font-size:.8rem}.marketplace-module__Q6cc_W__biddingSection,.marketplace-module__Q6cc_W__providersSection{flex-direction:column;gap:1.5rem;display:flex}.marketplace-module__Q6cc_W__sectionTitle{color:var(--text-primary);font-size:1.5rem;font-weight:600}.marketplace-module__Q6cc_W__biddingCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;gap:2rem;padding:2rem;display:flex}.marketplace-module__Q6cc_W__biddingInput{flex:1}.marketplace-module__Q6cc_W__biddingInput label{color:var(--text-secondary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.marketplace-module__Q6cc_W__biddingInput input{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100%;color:var(--text-primary);background:#ffffff08;padding:.75rem;font-size:1.25rem;font-weight:600}.marketplace-module__Q6cc_W__biddingInfo{flex:1}.marketplace-module__Q6cc_W__biddingInfo p{color:var(--text-secondary);margin-bottom:.5rem}.marketplace-module__Q6cc_W__estimatedCost{font-size:1.1rem;font-weight:600;color:var(--primary)!important}.marketplace-module__Q6cc_W__providersGrid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1.5rem;display:grid}.marketplace-module__Q6cc_W__providerCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:1rem;padding:1.5rem;transition:all .3s;display:flex}.marketplace-module__Q6cc_W__providerCard:hover{border-color:var(--border-highlight);transform:translateY(-2px)}.marketplace-module__Q6cc_W__providerCard.marketplace-module__Q6cc_W__unavailable{opacity:.6}.marketplace-module__Q6cc_W__providerHeader{justify-content:space-between;align-items:center;display:flex}.marketplace-module__Q6cc_W__providerType{border-radius:var(--radius-sm);color:var(--primary);text-transform:capitalize;background:#00f0ff1a;align-items:center;gap:.5rem;padding:.4rem .8rem;font-size:.8rem;font-weight:600;display:flex}.marketplace-module__Q6cc_W__providerRating{color:var(--warning);align-items:center;gap:.25rem;font-weight:600;display:flex}.marketplace-module__Q6cc_W__providerName{color:var(--text-primary);font-size:1.3rem;font-weight:700}.marketplace-module__Q6cc_W__providerDescription{color:var(--text-secondary);font-size:.9rem;line-height:1.5}.marketplace-module__Q6cc_W__providerPricing{border-radius:var(--radius-sm);background:#ffffff08;justify-content:space-between;align-items:center;padding:1rem;display:flex}.marketplace-module__Q6cc_W__price{align-items:baseline;gap:.25rem;display:flex}.marketplace-module__Q6cc_W__priceValue{color:var(--success);font-size:1.75rem;font-weight:700}.marketplace-module__Q6cc_W__priceUnit{color:var(--text-secondary);font-size:.9rem}.marketplace-module__Q6cc_W__capacity{color:var(--text-secondary);font-size:.85rem}.marketplace-module__Q6cc_W__providerCerts{flex-wrap:wrap;gap:.5rem;display:flex}.marketplace-module__Q6cc_W__cert{border:1px solid var(--success);border-radius:var(--radius-sm);color:var(--success);background:#00ff9d1a;padding:.25rem .6rem;font-size:.75rem}.marketplace-module__Q6cc_W__providerStatus{justify-content:center;display:flex}.marketplace-module__Q6cc_W__statusBadge{border-radius:var(--radius-sm);text-transform:uppercase;letter-spacing:.5px;padding:.4rem .8rem;font-size:.75rem;font-weight:700}.marketplace-module__Q6cc_W__statusBadge.marketplace-module__Q6cc_W__available{color:var(--success);background:#00ff9d1a}.marketplace-module__Q6cc_W__statusBadge.marketplace-module__Q6cc_W__limited{color:var(--warning);background:#ffbf001a}.marketplace-module__Q6cc_W__statusBadge.marketplace-module__Q6cc_W__unavailable{color:var(--danger);background:#ff00551a}.marketplace-module__Q6cc_W__minContract{color:var(--text-muted);text-align:center;margin-top:-.5rem;font-size:.8rem}@media (max-width:768px){.marketplace-module__Q6cc_W__marketplacePage{gap:1.5rem}.marketplace-module__Q6cc_W__title{font-size:1.75rem}.marketplace-module__Q6cc_W__subtitle{font-size:.9rem}.marketplace-module__Q6cc_W__metricsGrid{grid-template-columns:1fr;gap:1rem}.marketplace-module__Q6cc_W__metricCard{padding:1.25rem}.marketplace-module__Q6cc_W__providerCard{padding:1.5rem}.marketplace-module__Q6cc_W__biddingCard{flex-direction:column;gap:1.5rem;padding:1.5rem}.marketplace-module__Q6cc_W__providersGrid{grid-template-columns:1fr;gap:1rem}.marketplace-module__Q6cc_W__sectionTitle{font-size:1.25rem}}
.settings-module__BM12lG__settingsPage{flex-direction:column;gap:2rem;animation:.3s ease-out settings-module__BM12lG__fadeIn;display:flex}.settings-module__BM12lG__header{justify-content:space-between;align-items:flex-start;display:flex}.settings-module__BM12lG__title{background:linear-gradient(90deg,#fff,var(--text-secondary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:.5rem;font-size:2rem;font-weight:700}.settings-module__BM12lG__subtitle{color:var(--text-secondary);font-size:1rem}.settings-module__BM12lG__section{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);flex-direction:column;gap:1.5rem;padding:2rem;display:flex}.settings-module__BM12lG__sectionHeader{color:var(--primary);align-items:center;gap:1rem;display:flex}.settings-module__BM12lG__sectionTitle{color:var(--text-primary);font-size:1.3rem;font-weight:600}.settings-module__BM12lG__settingsGrid{flex-direction:column;gap:1.5rem;display:flex}.settings-module__BM12lG__settingItem{border-radius:var(--radius-sm);background:#ffffff05;justify-content:space-between;align-items:center;padding:1rem;display:flex}.settings-module__BM12lG__settingInfo{flex:1}.settings-module__BM12lG__settingLabel{color:var(--text-primary);margin-bottom:.25rem;font-size:1rem;font-weight:600}.settings-module__BM12lG__settingDescription{color:var(--text-secondary);font-size:.85rem}.settings-module__BM12lG__toggle{width:52px;height:28px;display:inline-block;position:relative}.settings-module__BM12lG__toggle input{opacity:0;width:0;height:0}.settings-module__BM12lG__slider{cursor:pointer;background-color:#ffffff1a;border-radius:28px;transition:all .3s;position:absolute;inset:0}.settings-module__BM12lG__slider:before{content:"";background-color:#fff;border-radius:50%;width:20px;height:20px;transition:all .3s;position:absolute;bottom:4px;left:4px}.settings-module__BM12lG__toggle input:checked+.settings-module__BM12lG__slider{background-color:var(--primary)}.settings-module__BM12lG__toggle input:checked+.settings-module__BM12lG__slider:before{transform:translate(24px)}.settings-module__BM12lG__numberInput{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);width:100px;color:var(--text-primary);text-align:center;background:#ffffff08;padding:.5rem;font-size:1rem}.settings-module__BM12lG__numberInput:focus{border-color:var(--primary);outline:none}.settings-module__BM12lG__selectInput{border:1px solid var(--border-subtle);border-radius:var(--radius-sm);min-width:150px;color:var(--text-primary);cursor:pointer;background:#ffffff08;padding:.5rem;font-size:1rem}.settings-module__BM12lG__selectInput:focus{border-color:var(--primary);outline:none}@media (max-width:768px){.settings-module__BM12lG__settingsPage{gap:1.5rem}.settings-module__BM12lG__header{flex-direction:column;gap:1rem}.settings-module__BM12lG__title{font-size:1.75rem}.settings-module__BM12lG__subtitle{font-size:.9rem}.settings-module__BM12lG__section{padding:1.5rem}.settings-module__BM12lG__sectionTitle{font-size:1.1rem}.settings-module__BM12lG__settingItem{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem .75rem}.settings-module__BM12lG__settingLabel{font-size:.95rem}.settings-module__BM12lG__settingDescription{font-size:.8rem}}
.about-module__n3Fp8q__aboutPage{background:var(--bg-app);min-height:100vh}.about-module__n3Fp8q__container{max-width:1000px;margin:0 auto;padding:4rem 2rem}.about-module__n3Fp8q__hero{text-align:center;margin-bottom:5rem;animation:.5s about-module__n3Fp8q__fadeIn}.about-module__n3Fp8q__title{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1.5rem;font-size:3.5rem;font-weight:700}.about-module__n3Fp8q__subtitle{color:var(--text-secondary);max-width:700px;margin:0 auto;font-size:1.3rem;line-height:1.6}.about-module__n3Fp8q__section{margin-bottom:5rem;animation:.5s both about-module__n3Fp8q__slideUp}.about-module__n3Fp8q__sectionTitle{color:var(--text-primary);background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:2rem;font-size:2.5rem;font-weight:700}.about-module__n3Fp8q__content{margin-bottom:2rem}.about-module__n3Fp8q__text{color:var(--text-secondary);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.8}.about-module__n3Fp8q__valuesGrid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-top:2rem;display:grid}.about-module__n3Fp8q__valueCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);text-align:center;padding:2rem;transition:all .3s}.about-module__n3Fp8q__valueCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-4px)}.about-module__n3Fp8q__valueIcon{width:70px;height:70px;color:var(--primary);background:linear-gradient(135deg,#00f0ff1a,#7000ff1a);border-radius:50%;justify-content:center;align-items:center;margin:0 auto 1.5rem;display:flex}.about-module__n3Fp8q__valueTitle{color:var(--text-primary);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.about-module__n3Fp8q__valueText{color:var(--text-secondary);line-height:1.7}.about-module__n3Fp8q__storyContent{max-width:800px}.about-module__n3Fp8q__featuresList{flex-direction:column;gap:1.5rem;margin-top:2rem;display:flex}.about-module__n3Fp8q__featureItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);gap:1.5rem;padding:2rem;transition:all .3s;display:flex}.about-module__n3Fp8q__featureItem:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translate(8px)}.about-module__n3Fp8q__featureIcon{color:var(--primary);flex-shrink:0;margin-top:.25rem}.about-module__n3Fp8q__featureTitle{color:var(--text-primary);margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.about-module__n3Fp8q__featureText{color:var(--text-secondary);line-height:1.7}.about-module__n3Fp8q__cta{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);margin-top:4rem;padding:4rem 2rem}.about-module__n3Fp8q__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.about-module__n3Fp8q__ctaText{color:var(--text-secondary);margin-bottom:2.5rem;font-size:1.2rem}.about-module__n3Fp8q__ctaButtons{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.about-module__n3Fp8q__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.about-module__n3Fp8q__ctaButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}.about-module__n3Fp8q__ctaButtonSecondary{background:var(--bg-app);color:var(--text-primary);border:1px solid var(--border-subtle);border-radius:var(--radius-md);align-items:center;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex}.about-module__n3Fp8q__ctaButtonSecondary:hover{border-color:var(--primary);background:var(--bg-card);transform:translateY(-2px)}@media (max-width:768px){.about-module__n3Fp8q__container{padding:2rem 1rem}.about-module__n3Fp8q__title{font-size:2.5rem}.about-module__n3Fp8q__sectionTitle{font-size:2rem}.about-module__n3Fp8q__valuesGrid{gap:.75rem;grid-template-columns:repeat(2,1fr)!important}.about-module__n3Fp8q__valueCard{padding:1.5rem}.about-module__n3Fp8q__valueIcon{width:60px;height:60px;margin-bottom:1rem}.about-module__n3Fp8q__valueTitle{margin-bottom:.75rem;font-size:1.1rem}.about-module__n3Fp8q__valueText{font-size:.9rem}.about-module__n3Fp8q__featureItem{text-align:center;flex-direction:column;padding:1.5rem}.about-module__n3Fp8q__featureTitle{font-size:1.1rem}.about-module__n3Fp8q__featureText{font-size:.9rem}.about-module__n3Fp8q__cta{padding:3rem 1.5rem}.about-module__n3Fp8q__ctaTitle{font-size:2rem}.about-module__n3Fp8q__ctaText{font-size:1.1rem}}@media (max-width:480px){.about-module__n3Fp8q__valuesGrid{grid-template-columns:1fr}}
.contact-module__qfWoLa__contactPage{background:var(--bg-app);min-height:100vh}.contact-module__qfWoLa__container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.contact-module__qfWoLa__header{text-align:center;margin-bottom:4rem;animation:.5s contact-module__qfWoLa__fadeIn}.contact-module__qfWoLa__title{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.contact-module__qfWoLa__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem;line-height:1.6}.contact-module__qfWoLa__content{grid-template-columns:1fr 1.5fr;gap:3rem;animation:.5s .2s both contact-module__qfWoLa__slideUp;display:grid}.contact-module__qfWoLa__contactInfo{flex-direction:column;gap:1.5rem;display:flex}.contact-module__qfWoLa__infoCard{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);padding:2rem;transition:all .3s}.contact-module__qfWoLa__infoCard:hover{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.contact-module__qfWoLa__infoIcon{border-radius:var(--radius-md);width:50px;height:50px;color:var(--primary);background:linear-gradient(135deg,#00f0ff1a,#7000ff1a);justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.contact-module__qfWoLa__infoTitle{color:var(--text-primary);margin-bottom:.75rem;font-size:1.2rem;font-weight:600}.contact-module__qfWoLa__infoText{color:var(--text-secondary);margin-bottom:.5rem;font-size:.95rem;line-height:1.6}.contact-module__qfWoLa__formContainer{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);padding:2.5rem}.contact-module__qfWoLa__form{flex-direction:column;gap:1.5rem;display:flex}.contact-module__qfWoLa__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.contact-module__qfWoLa__formGroup{flex-direction:column;gap:.5rem;display:flex}.contact-module__qfWoLa__label{color:var(--text-primary);letter-spacing:-.01em;font-size:.9rem;font-weight:600}.contact-module__qfWoLa__textarea{background:var(--bg-app);border:1px solid var(--border-subtle);border-radius:var(--radius-md);width:100%;color:var(--text-primary);resize:vertical;box-shadow:var(--shadow-sm);padding:.875rem 1rem;font-family:inherit;font-size:.95rem;transition:all .3s cubic-bezier(.4,0,.2,1)}.contact-module__qfWoLa__textarea:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-md)}.contact-module__qfWoLa__textarea:focus{border-color:var(--primary);background:var(--bg-card-hover);box-shadow:var(--shadow-md),0 0 0 3px #00f0ff26;outline:none}.contact-module__qfWoLa__successMessage{text-align:center;padding:3rem 2rem}.contact-module__qfWoLa__successIcon{color:var(--success);margin-bottom:1.5rem;animation:.5s contact-module__qfWoLa__fadeIn}.contact-module__qfWoLa__successTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.contact-module__qfWoLa__successText{color:var(--text-secondary);font-size:1.1rem;line-height:1.6}@media (max-width:968px){.contact-module__qfWoLa__content{grid-template-columns:1fr;gap:2rem}.contact-module__qfWoLa__formRow{grid-template-columns:1fr}}@media (max-width:768px){.contact-module__qfWoLa__container{padding:2rem 1rem}.contact-module__qfWoLa__title{font-size:2rem}.contact-module__qfWoLa__formContainer{padding:1.5rem}.contact-module__qfWoLa__contactInfo{gap:.75rem;display:grid;grid-template-columns:repeat(2,1fr)!important}.contact-module__qfWoLa__infoCard{padding:1rem}.contact-module__qfWoLa__infoIcon{width:36px;height:36px;margin-bottom:.5rem}.contact-module__qfWoLa__infoIcon svg{width:18px;height:18px}.contact-module__qfWoLa__infoTitle{margin-bottom:.5rem;font-size:.9rem}.contact-module__qfWoLa__infoText{font-size:.8rem;line-height:1.4}}@media (max-width:480px){.contact-module__qfWoLa__contactInfo{grid-template-columns:1fr}}
.faq-module__WhrAAG__faqPage{background:var(--bg-app);min-height:100vh}.faq-module__WhrAAG__container{max-width:900px;margin:0 auto;padding:4rem 2rem}.faq-module__WhrAAG__header{text-align:center;margin-bottom:4rem;animation:.5s faq-module__WhrAAG__fadeIn}.faq-module__WhrAAG__iconWrapper{background:linear-gradient(135deg,#00f0ff1a,#7000ff1a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.faq-module__WhrAAG__icon{color:var(--primary)}.faq-module__WhrAAG__title{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.faq-module__WhrAAG__subtitle{color:var(--text-secondary);max-width:600px;margin:0 auto;font-size:1.2rem}.faq-module__WhrAAG__faqList{flex-direction:column;gap:1rem;margin-bottom:4rem;display:flex}.faq-module__WhrAAG__faqItem{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);transition:all .3s cubic-bezier(.4,0,.2,1);animation:.5s both faq-module__WhrAAG__slideUp;overflow:hidden}.faq-module__WhrAAG__faqItem:hover{border-color:var(--border-highlight);box-shadow:var(--shadow-md)}.faq-module__WhrAAG__faqItem.faq-module__WhrAAG__open{border-color:var(--primary);box-shadow:var(--shadow-lg)}.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.5rem;font-size:1.1rem;font-weight:600;transition:all .3s;display:flex}.faq-module__WhrAAG__faqQuestion:hover{color:var(--primary)}.faq-module__WhrAAG__chevron{color:var(--text-secondary);flex-shrink:0;transition:transform .3s}.faq-module__WhrAAG__chevron.faq-module__WhrAAG__rotated{transform:rotate(180deg)}.faq-module__WhrAAG__faqAnswer{max-height:0;padding:0 1.5rem;transition:max-height .3s,padding .3s;overflow:hidden}.faq-module__WhrAAG__faqItem.faq-module__WhrAAG__open .faq-module__WhrAAG__faqAnswer{max-height:500px;padding:0 1.5rem 1.5rem}.faq-module__WhrAAG__faqAnswer p{color:var(--text-secondary);font-size:1rem;line-height:1.7}.faq-module__WhrAAG__cta{text-align:center;background:var(--bg-card);border-radius:var(--radius-lg);border:1px solid var(--border-subtle);padding:3rem}.faq-module__WhrAAG__ctaTitle{color:var(--text-primary);margin-bottom:1rem;font-size:2rem;font-weight:700}.faq-module__WhrAAG__ctaText{color:var(--text-secondary);margin-bottom:2rem;font-size:1.1rem}.faq-module__WhrAAG__ctaButton{background:linear-gradient(135deg,var(--primary),var(--secondary));color:#fff;border-radius:var(--radius-md);box-shadow:var(--shadow-md);align-items:center;gap:.5rem;padding:1rem 2rem;font-size:1rem;font-weight:600;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex}.faq-module__WhrAAG__ctaButton:hover{box-shadow:var(--shadow-lg),var(--shadow-glow);transform:translateY(-2px)}@media (max-width:768px){.faq-module__WhrAAG__container{padding:2rem 1rem}.faq-module__WhrAAG__header{margin-bottom:2.5rem}.faq-module__WhrAAG__title{font-size:2rem}.faq-module__WhrAAG__subtitle{font-size:1rem}.faq-module__WhrAAG__faqList{gap:.75rem;margin-bottom:3rem}.faq-module__WhrAAG__faqQuestion{padding:1.25rem 1rem;font-size:.95rem}.faq-module__WhrAAG__faqAnswer{padding:0 1rem}.faq-module__WhrAAG__faqItem.faq-module__WhrAAG__open .faq-module__WhrAAG__faqAnswer{padding:0 1rem 1.25rem}.faq-module__WhrAAG__faqAnswer p{font-size:.9rem}.faq-module__WhrAAG__cta{padding:2rem 1.5rem}.faq-module__WhrAAG__ctaTitle{font-size:1.75rem}.faq-module__WhrAAG__ctaText{font-size:1rem}}
.login-module__rMv5LG__container{justify-content:center;align-items:center;min-height:100vh;padding:2rem;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));backdrop-filter:blur(var(--glass-blur));border:1px solid var(--border-subtle);border-radius:var(--radius-lg);z-index:1;padding:3rem;animation:.5s ease-out login-module__rMv5LG__fadeIn;position:relative;box-shadow:0 20px 60px #00000080}.login-module__rMv5LG__header{text-align:center;margin-bottom:2.5rem}.login-module__rMv5LG__logo{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex}.login-module__rMv5LG__logoIcon{color:var(--primary);filter:drop-shadow(0 0 12px var(--primary-glow))}.login-module__rMv5LG__logoText{letter-spacing:-.02em;background:linear-gradient(135deg,#fff 0%,var(--text-secondary)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:2rem;font-weight:700}.login-module__rMv5LG__subtitle{color:var(--text-secondary);font-size:.95rem}.login-module__rMv5LG__form{flex-direction:column;gap:1.5rem;display:flex}.login-module__rMv5LG__error{border-radius:var(--radius-sm);color:var(--danger);text-align:center;background:#ff00551a;border:1px solid #ff00554d;padding:1rem;font-size:.9rem}.login-module__rMv5LG__footer{text-align:center;margin-top:2rem}.login-module__rMv5LG__hint{color:var(--text-muted);font-size:.85rem}.login-module__rMv5LG__hint strong{color:var(--primary);font-weight:600}.login-module__rMv5LG__background{z-index:0;position:absolute;inset:0;overflow:hidden}.login-module__rMv5LG__gradient1,.login-module__rMv5LG__gradient2{filter:blur(100px);opacity:.3;border-radius:50%;animation:8s ease-in-out infinite login-module__rMv5LG__float;position:absolute}.login-module__rMv5LG__gradient1{background:radial-gradient(circle,var(--primary),transparent);width:500px;height:500px;top:-250px;right:-250px}.login-module__rMv5LG__gradient2{background:radial-gradient(circle,var(--secondary),transparent);width:400px;height:400px;animation-delay:-4s;bottom:-200px;left:-200px}@keyframes login-module__rMv5LG__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes login-module__rMv5LG__float{0%,to{transform:translate(0)}50%{transform:translate(30px,30px)}}
.privacy-module__u9FTmG__privacyPage{background:var(--bg-app);min-height:100vh}.privacy-module__u9FTmG__container{max-width:900px;margin:0 auto;padding:4rem 2rem}.privacy-module__u9FTmG__header{text-align:center;margin-bottom:4rem;animation:.5s privacy-module__u9FTmG__fadeIn}.privacy-module__u9FTmG__iconWrapper{background:linear-gradient(135deg,#00f0ff1a,#7000ff1a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.privacy-module__u9FTmG__icon{color:var(--primary)}.privacy-module__u9FTmG__title{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.privacy-module__u9FTmG__lastUpdated{color:var(--text-secondary);font-size:1rem}.privacy-module__u9FTmG__content{animation:.5s .2s both privacy-module__u9FTmG__slideUp}.privacy-module__u9FTmG__section{border-bottom:1px solid var(--border-subtle);margin-bottom:3rem;padding-bottom:3rem}.privacy-module__u9FTmG__section:last-of-type{border-bottom:none}.privacy-module__u9FTmG__sectionTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.privacy-module__u9FTmG__subsectionTitle{color:var(--text-primary);margin-top:1.5rem;margin-bottom:1rem;font-size:1.3rem;font-weight:600}.privacy-module__u9FTmG__text{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.privacy-module__u9FTmG__list{color:var(--text-secondary);margin-bottom:1.5rem;margin-left:1.5rem;line-height:1.8}.privacy-module__u9FTmG__list li{margin-bottom:.75rem}.privacy-module__u9FTmG__contactInfo{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-top:1rem;padding:1.5rem}.privacy-module__u9FTmG__contactInfo p{color:var(--text-secondary);margin-bottom:.5rem}@media (max-width:768px){.privacy-module__u9FTmG__container{padding:2rem 1rem}.privacy-module__u9FTmG__header{margin-bottom:3rem}.privacy-module__u9FTmG__title{font-size:2rem}.privacy-module__u9FTmG__section{margin-bottom:2rem;padding-bottom:2rem}.privacy-module__u9FTmG__sectionTitle{margin-bottom:1rem;font-size:1.5rem}.privacy-module__u9FTmG__subsectionTitle{margin-top:1rem;font-size:1.2rem}.privacy-module__u9FTmG__text{font-size:1rem}.privacy-module__u9FTmG__list{margin-left:1rem}}
.terms-module__jTGHaG__termsPage{background:var(--bg-app);min-height:100vh}.terms-module__jTGHaG__container{max-width:900px;margin:0 auto;padding:4rem 2rem}.terms-module__jTGHaG__header{text-align:center;margin-bottom:4rem;animation:.5s terms-module__jTGHaG__fadeIn}.terms-module__jTGHaG__iconWrapper{background:linear-gradient(135deg,#00f0ff1a,#7000ff1a);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:1.5rem;display:inline-flex}.terms-module__jTGHaG__icon{color:var(--primary)}.terms-module__jTGHaG__title{background:linear-gradient(135deg,var(--text-primary),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3rem;font-weight:700}.terms-module__jTGHaG__lastUpdated{color:var(--text-secondary);font-size:1rem}.terms-module__jTGHaG__content{animation:.5s .2s both terms-module__jTGHaG__slideUp}.terms-module__jTGHaG__section{border-bottom:1px solid var(--border-subtle);margin-bottom:3rem;padding-bottom:3rem}.terms-module__jTGHaG__section:last-of-type{border-bottom:none}.terms-module__jTGHaG__sectionTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.terms-module__jTGHaG__text{color:var(--text-secondary);margin-bottom:1rem;font-size:1.05rem;line-height:1.8}.terms-module__jTGHaG__list{color:var(--text-secondary);margin-bottom:1.5rem;margin-left:1.5rem;line-height:1.8}.terms-module__jTGHaG__list li{margin-bottom:.75rem}.terms-module__jTGHaG__contactInfo{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);margin-top:1rem;padding:1.5rem}.terms-module__jTGHaG__contactInfo p{color:var(--text-secondary);margin-bottom:.5rem}@media (max-width:768px){.terms-module__jTGHaG__container{padding:2rem 1rem}.terms-module__jTGHaG__header{margin-bottom:3rem}.terms-module__jTGHaG__title{font-size:2rem}.terms-module__jTGHaG__section{margin-bottom:2rem;padding-bottom:2rem}.terms-module__jTGHaG__sectionTitle{margin-bottom:1rem;font-size:1.5rem}.terms-module__jTGHaG__text{font-size:1rem}.terms-module__jTGHaG__list{margin-left:1rem}}
