@keyframes spin{to{transform:rotate(360deg)}}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{min-width:320px;background:#090b10;color:#f5f7fb;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button,input,select,textarea{font:inherit}button{color:inherit;background:transparent;border:0;cursor:pointer}input,select,textarea{color:inherit}button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid rgba(139,135,255,.72);outline-offset:2px}::selection{color:#fff;background:#6d6afc59}::-webkit-scrollbar{width:9px;height:9px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#282e3b;border:2px solid #10141d;border-radius:99px}:root{--nc-bg: #090b10;--nc-sidebar: #0d1017;--nc-panel: #11151e;--nc-panel-2: #151a25;--nc-hover: #1a2030;--nc-line: rgba(255, 255, 255, .075);--nc-line-strong: rgba(255, 255, 255, .13);--nc-ink: #f5f7fb;--nc-copy: #a2aabd;--nc-muted: #687185;--nc-brand: #6d6afc;--nc-brand-hi: #8b87ff;--nc-blue: #5c8dff;--nc-good: #53d39a;--nc-warn: #f2b84b;--nc-bad: #ef6a7a;--nc-radius: 14px;--nc-font: "Manrope", "Segoe UI", sans-serif;--bg-void: var(--nc-bg);--bg-primary: var(--nc-bg);--bg-secondary: var(--nc-panel);--bg-tertiary: var(--nc-panel-2);--bg-hover: var(--nc-hover);--bg-elevated: var(--nc-panel-2);--border: var(--nc-line);--border-subtle: var(--nc-line);--accent: var(--nc-brand);--accent-dim: #5753d4;--accent-2: var(--nc-blue);--accent-glow: rgba(109, 106, 252, .11);--text-primary: var(--nc-ink);--text-secondary: var(--nc-copy);--text-muted: var(--nc-muted);--success: var(--nc-good);--warning: var(--nc-warn);--error: var(--nc-bad);--radius: 8px;--radius-lg: 12px;--radius-xl: 15px;--shadow-sm: none;--shadow: none;--shadow-lg: 0 30px 80px rgba(0, 0, 0, .4)}body{background:var(--nc-bg);color:var(--nc-ink);font-family:var(--nc-font);letter-spacing:-.01em}.nc-kicker{margin-bottom:6px;color:var(--nc-muted);font-size:9px;font-weight:750;letter-spacing:.1em;text-transform:uppercase}.nc-title{color:var(--nc-ink);font-size:23px;font-weight:720;letter-spacing:-.04em}.nc-sub{margin-top:5px;color:var(--nc-copy);font-size:10.5px}.nc-boot{min-height:100vh;display:grid;place-items:center;background:var(--nc-bg)}.nc-boot-ring{width:30px;height:30px;border:2px solid #262b38;border-top-color:var(--nc-brand-hi);border-radius:50%;animation:spin .7s linear infinite}.enterprise-card{background:var(--nc-panel);border-color:var(--nc-line);border-radius:12px;box-shadow:none}input,select,textarea{accent-color:var(--nc-brand)}h1,h2,h3{font-family:var(--nc-font)}.product-shell{min-height:100vh;display:grid;grid-template-columns:232px minmax(0,1fr);background:radial-gradient(900px 560px at 70% -25%,rgba(109,106,252,.07),transparent 60%),var(--nc-bg)}.product-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:18px 12px 14px;background:#0d1017f5;border-right:1px solid var(--nc-line)}.product-brand{display:flex;align-items:center;gap:11px;height:46px;padding:0 9px}.product-brand-mark{display:block;flex:0 0 auto}.product-brand-name{font-size:14px;font-weight:750;letter-spacing:-.03em}.product-brand-edition{margin-top:1px;color:var(--nc-muted);font-size:10px;font-weight:600;letter-spacing:.08em;text-transform:uppercase}.product-nav{flex:1;padding-top:24px}.product-nav-label{padding:0 10px 8px;color:#596175;font-size:10px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.product-nav-label:not(:first-child){margin-top:22px}.product-nav-button{position:relative;width:100%;height:39px;display:flex;align-items:center;gap:10px;padding:0 10px;margin-bottom:3px;border-radius:9px;color:#8790a5;font-size:12.5px;font-weight:600;text-align:left;transition:.14s ease}.product-nav-button:hover{color:#d7dceb;background:#ffffff09}.product-nav-button.active{color:#f6f7ff;background:#6d6afc21}.product-nav-button.active:before{content:"";position:absolute;left:-12px;width:2px;height:20px;border-radius:0 3px 3px 0;background:var(--nc-brand-hi)}.product-nav-button.active svg{color:#aaa8ff}.product-account{padding:11px 9px 4px;border-top:1px solid var(--nc-line)}.product-account-row{display:flex;align-items:center;gap:9px;margin-bottom:8px}.product-avatar{width:30px;height:30px;display:grid;place-items:center;border-radius:9px;color:#fff;background:linear-gradient(145deg,#7e7bff,#5451d8);font-size:11px;font-weight:800}.product-account-name{max-width:130px;overflow:hidden;color:#dce0eb;font-size:11.5px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.product-account-role{color:var(--nc-muted);font-size:10px}.product-signout{width:100%;height:34px;display:flex;align-items:center;gap:9px;padding:0 9px;border-radius:8px;color:var(--nc-muted);font-size:11.5px;font-weight:600}.product-signout:hover{color:var(--nc-bad);background:#ef6a7a12}.product-workspace{min-width:0;min-height:100vh}.product-topbar{position:sticky;top:0;z-index:10;height:64px;display:flex;align-items:center;justify-content:space-between;padding:0 30px;background:#090b10d6;border-bottom:1px solid var(--nc-line);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.product-context{display:flex;align-items:center;gap:8px;color:var(--nc-muted);font-size:11.5px;font-weight:600}.product-context strong{color:#cdd2df}.product-status{display:flex;align-items:center;gap:9px;color:#8d96a9;font-size:11px;font-weight:650}.product-status-dot{width:7px;height:7px;border-radius:50%;background:var(--nc-good);box-shadow:0 0 0 3px #53d39a1a}.product-commandbar{display:flex;align-items:center;gap:11px}.product-search{width:188px;height:32px;display:flex;align-items:center;gap:8px;padding:0 9px;color:#646d80;background:#11151e;border:1px solid var(--nc-line);border-radius:8px;font-size:9.5px;text-align:left}.product-search span{flex:1}.product-search kbd{display:inline-flex;align-items:center;gap:2px;padding:2px 5px;border-radius:5px;color:#697185;background:#1a1f2a;border:1px solid var(--nc-line);font-family:var(--nc-font);font-size:8px}.product-icon-button{width:31px;height:31px;display:grid;place-items:center;border-radius:8px;color:#747d91;border:1px solid var(--nc-line)}.product-icon-button:hover{color:#d9ddea;background:var(--nc-hover)}.product-clock{min-width:38px;color:#555e70;font-size:9.5px}.product-main{padding:34px 34px 54px}.page-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:27px}.page-heading-overline{margin-bottom:8px;color:#767f94;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.page-heading h1{font-size:27px;font-weight:730;letter-spacing:-.045em;line-height:1.15}.page-heading p{margin-top:7px;color:var(--nc-copy);font-size:12.5px}.metric-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin-bottom:18px}.metric-card{min-height:132px;padding:17px 18px;background:linear-gradient(155deg,#161b27fa,#10141dfa);border:1px solid var(--nc-line);border-radius:var(--nc-radius)}.metric-card-head{display:flex;align-items:center;justify-content:space-between}.metric-icon{color:#687185}.metric-label{color:#7f889c;font-size:10.5px;font-weight:650}.metric-value{margin-top:18px;font-size:28px;font-weight:720;letter-spacing:-.055em}.metric-value.highlight{color:#aaa8ff}.metric-note{margin-top:2px;color:#596175;font-size:10.5px}.surface{overflow:hidden;background:#11151eeb;border:1px solid var(--nc-line);border-radius:var(--nc-radius)}.surface-header{display:flex;align-items:center;justify-content:space-between;min-height:64px;padding:0 19px;border-bottom:1px solid var(--nc-line)}.surface-header h2{font-size:13px;font-weight:700}.surface-header p{margin-top:3px;color:var(--nc-muted);font-size:10.5px}.device-row{min-height:62px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 19px;border-bottom:1px solid var(--nc-line);cursor:pointer}.device-row:last-child{border-bottom:0}.device-row:hover{background:#ffffff05}.device-id{display:flex;align-items:center;gap:12px;min-width:0}.device-icon{width:34px;height:34px;display:grid;place-items:center;flex:0 0 auto;border-radius:9px;color:#969fb3;background:#1a1f2c;border:1px solid var(--nc-line)}.device-name{color:#e5e8f0;font-size:11.5px;font-weight:680}.device-meta{margin-top:3px;overflow:hidden;color:var(--nc-muted);font-family:var(--nc-font);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.status-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;color:var(--nc-good);background:#53d39a14;font-size:9.5px;font-weight:750}.status-badge.offline{color:var(--nc-muted);background:#6871851a}.empty-state{min-height:270px;display:grid;place-items:center;padding:30px;color:var(--nc-muted);text-align:center}.empty-state-icon{width:52px;height:52px;display:grid;place-items:center;margin:0 auto 13px;border-radius:15px;color:#778095;background:#171c27;border:1px solid var(--nc-line)}.empty-state strong{display:block;color:#bac0cf;font-size:12px}.empty-state span{display:block;margin-top:5px;font-size:10.5px}.fleet-search{height:42px;display:flex;align-items:center;gap:10px;padding:0 13px;margin-bottom:14px;border-radius:11px;color:var(--nc-muted);background:var(--nc-panel);border:1px solid var(--nc-line)}.fleet-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.fleet-tabs,.fleet-actions{display:flex;align-items:center;gap:5px}.fleet-tabs{padding:4px;border:1px solid var(--nc-line);border-radius:10px;background:var(--nc-panel)}.fleet-tabs button{height:29px;display:inline-flex;align-items:center;gap:6px;padding:0 10px;border-radius:7px;color:var(--nc-muted);font-size:9.5px;font-weight:700}.fleet-tabs button span{color:#596175;font-size:8px}.fleet-tabs button.active{color:#e9ebf2;background:var(--nc-hover)}.fleet-actions button,.fleet-sort{height:34px;display:inline-flex;align-items:center;gap:7px;padding:0 11px;border-radius:8px;color:#828ba0;border:1px solid var(--nc-line);font-size:9.5px;font-weight:650}.fleet-actions button:hover,.fleet-sort:hover{color:#d6dae5;background:var(--nc-hover)}.fleet-surface-toolbar{min-height:59px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:0 14px;border-bottom:1px solid var(--nc-line)}.fleet-surface-toolbar .fleet-search{width:min(410px,100%);height:34px;margin:0;background:#0e121a}.fleet-search input{flex:1;min-width:0;color:var(--nc-ink);background:transparent;border:0;outline:0;font-size:11.5px}.fleet-table-head,.fleet-table-row{display:grid;grid-template-columns:minmax(280px,1.5fr) .7fr .55fr .55fr;align-items:center;gap:12px;padding:0 19px}.fleet-table-head{min-height:40px;color:#626b7f;font-size:9.5px;font-weight:750;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--nc-line)}.fleet-table-row{min-height:62px;border-bottom:1px solid var(--nc-line)}.fleet-table-row:hover{background:#ffffff05}.primary-button{height:31px;display:inline-flex;align-items:center;justify-content:center;padding:0 13px;border-radius:8px;color:#fff;background:var(--nc-brand);font-size:10.5px;font-weight:700}.primary-button:hover{background:var(--nc-brand-hi)}.ops-welcome{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:24px}.ops-welcome h1{font-size:29px;font-weight:730;letter-spacing:-.05em}.ops-welcome p{margin-top:7px;color:var(--nc-copy);font-size:12px}.ops-primary{height:36px;display:inline-flex;align-items:center;gap:8px;padding:0 14px;border-radius:9px;color:#fff;background:var(--nc-brand);font-size:10.5px;font-weight:720}.ops-primary:disabled{opacity:.38;cursor:default}.ops-summary{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));margin-bottom:16px;border:1px solid var(--nc-line);border-radius:13px;background:#11151ee0}.ops-summary-item{min-height:78px;display:flex;align-items:center;gap:12px;padding:0 17px;border-right:1px solid var(--nc-line)}.ops-summary-item:last-child{border-right:0}.ops-summary-icon{width:33px;height:33px;display:grid;place-items:center;border-radius:9px;color:#818a9f;background:#1a1f2c}.ops-summary-item.good .ops-summary-icon{color:var(--nc-good);background:#53d39a14}.ops-summary-item.brand .ops-summary-icon{color:#aaa8ff;background:#6d6afc1c}.ops-summary-item span{display:block;color:var(--nc-muted);font-size:9.5px;font-weight:650}.ops-summary-item strong{display:block;margin-top:2px;color:#e9ebf2;font-size:19px;font-weight:720;letter-spacing:-.04em}.ops-layout{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(270px,.75fr);gap:16px}.ops-card{overflow:hidden;background:#11151ee6;border:1px solid var(--nc-line);border-radius:14px}.ops-card-header{min-height:63px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--nc-line)}.ops-card-header h2{font-size:12.5px;font-weight:720;letter-spacing:-.02em}.ops-card-header p{margin-top:3px;color:var(--nc-muted);font-size:9.5px}.ops-live,.ops-count{color:var(--nc-muted);font-size:9.5px;font-weight:650}.ops-live{display:inline-flex;align-items:center;gap:6px}.ops-live i{width:6px;height:6px;border-radius:50%;background:var(--nc-good)}.ops-fleet{min-height:330px}.ops-chart{height:158px;display:flex;align-items:center;gap:36px;padding:20px 26px 11px}.ops-ring{--value: 0deg;width:112px;height:112px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:conic-gradient(#7774ff var(--value),#202534 0);position:relative}.ops-ring:after{content:"";position:absolute;top:10px;right:10px;bottom:10px;left:10px;border-radius:50%;background:#11151e}.ops-ring>div{position:relative;z-index:1;text-align:center}.ops-ring strong{display:block;font-size:22px;letter-spacing:-.05em}.ops-ring span{color:var(--nc-muted);font-size:8.5px}.ops-legend{flex:1;display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.ops-legend div{min-width:0}.ops-legend>div>span{width:7px;height:7px;display:block;margin-bottom:8px;border-radius:50%}.ops-legend .good{background:var(--nc-good)}.ops-legend .muted{background:#3e4657}.ops-legend .brand{background:#7774ff}.ops-legend b{display:block;font-size:17px}.ops-legend small{display:block;margin-top:2px;color:var(--nc-muted);font-size:8.5px}.ops-sparkline{height:103px;position:relative;padding:0 18px;overflow:hidden}.ops-sparkline svg{width:100%;height:78px}.ops-axis{position:absolute;left:19px;right:19px;bottom:7px;display:flex;justify-content:space-between;color:#4e5669;font-size:7.5px}.ops-activity{min-height:330px}.ops-event{min-height:76px;display:grid;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:10px;padding:0 16px;border-bottom:1px solid var(--nc-line)}.ops-event-icon{width:31px;height:31px;display:grid;place-items:center;border-radius:9px;color:#8992a7;background:#1b202d}.ops-event-icon.good{color:var(--nc-good);background:#53d39a14}.ops-event-copy strong{display:block;color:#d6dae5;font-size:9.5px}.ops-event-copy span{display:block;margin-top:3px;color:var(--nc-muted);font-size:8.5px}.ops-event time{color:#535b6c;font-size:8px}.ops-devices{grid-column:1 / -1}.ops-device{width:100%;min-height:58px;display:grid;grid-template-columns:34px minmax(0,1fr) auto 18px;align-items:center;gap:11px;padding:0 17px;color:var(--nc-muted);border-bottom:1px solid var(--nc-line);text-align:left}.ops-device:hover{color:var(--nc-copy);background:#ffffff05}.ops-device-copy strong{display:block;color:#dfe2eb;font-size:10px}.ops-device-copy span{display:block;margin-top:3px;color:var(--nc-muted);font-size:8.5px}.ops-empty{min-height:150px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:var(--nc-muted);text-align:center}.ops-empty strong{color:#b9bfcc;font-size:10px}.ops-empty span{margin-top:4px;font-size:8.5px}.device-back{display:inline-flex;align-items:center;gap:7px;margin-bottom:17px;color:var(--nc-muted);font-size:10px;font-weight:650}.device-back:hover{color:#dce0eb}.device-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:19px 20px;border:1px solid var(--nc-line);border-radius:14px;background:linear-gradient(130deg,#151a25f5,#0f131cf5)}.device-hero-main{display:flex;align-items:center;gap:14px;min-width:0}.device-hero-icon{width:46px;height:46px;display:grid;place-items:center;flex:0 0 auto;border-radius:13px;color:#aaa8ff;background:#6d6afc1a;border:1px solid rgba(139,135,255,.15)}.device-hero h1{font-size:20px;font-weight:720;letter-spacing:-.04em}.device-hero p{max-width:620px;margin-top:4px;overflow:hidden;color:var(--nc-muted);font-size:9.5px;text-overflow:ellipsis;white-space:nowrap}.device-hero-state{display:flex;flex-direction:column;align-items:flex-end;gap:7px}.device-hero-state small{color:var(--nc-muted);font-size:8.5px}.device-tabs{height:52px;display:flex;align-items:center;gap:22px;padding:0 5px;margin-bottom:15px;border-bottom:1px solid var(--nc-line)}.device-tabs button{position:relative;height:52px;color:var(--nc-muted);font-size:10px;font-weight:680}.device-tabs button:hover,.device-tabs button.active{color:#e6e9f1}.device-tabs button.active:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--nc-brand-hi)}.device-layout{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(310px,.75fr);align-items:start;gap:15px}.device-primary-column{display:grid;gap:15px}.device-section{overflow:visible;border:1px solid var(--nc-line);border-radius:13px;background:#11151eeb}.device-section-head{min-height:59px;display:flex;align-items:center;padding:0 17px;border-bottom:1px solid var(--nc-line)}.device-section-head h2{font-size:11.5px;font-weight:720}.device-section-head p{margin-top:3px;color:var(--nc-muted);font-size:8.5px}.device-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.device-info-item{min-height:69px;padding:14px 17px;border-right:1px solid var(--nc-line);border-bottom:1px solid var(--nc-line)}.device-info-item:nth-child(2n){border-right:0}.device-info-item:nth-last-child(-n+2){border-bottom:0}.device-info-item span{display:block;color:var(--nc-muted);font-size:8.5px;font-weight:650;text-transform:uppercase;letter-spacing:.06em}.device-info-item strong{display:block;margin-top:6px;overflow:hidden;color:#dce0e9;font-size:10px;font-weight:620;text-overflow:ellipsis;white-space:nowrap}.device-shell{display:flex;gap:9px;padding:15px 17px 17px}.device-shell input{flex:1;min-width:0;height:38px;padding:0 12px;color:#e8eaf1;background:#0d1119;border:1px solid var(--nc-line-strong);border-radius:8px;outline:none;font-size:10.5px}.device-shell input:focus{border-color:#8b87ff8c}.device-shell>button{height:38px;display:inline-flex;align-items:center;gap:7px;padding:0 14px;border-radius:8px;color:#fff;background:var(--nc-brand);font-size:10px;font-weight:700}.device-action-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;padding:13px}.device-action-menu{position:relative}.device-action{width:100%;min-height:71px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:7px;padding:10px;border-radius:10px;color:#aab1c0;background:#171c27;border:1px solid var(--nc-line);font-size:8.7px;font-weight:650;text-align:left}.device-action:hover{color:#eeeef8;background:#1c2230;border-color:#8b87ff33}.device-action>svg{color:#8582e9}.device-action small{display:none}.device-action.danger{color:#d48691}.device-action.danger>svg{color:var(--nc-bad)}.device-action:disabled{opacity:.45;cursor:not-allowed}.device-action-popover{position:absolute;z-index:30;top:calc(100% + 5px);right:0;width:160px;padding:5px;border:1px solid var(--nc-line-strong);border-radius:9px;background:#171c27;box-shadow:0 16px 40px #0006}.device-action-popover button{width:100%;height:31px;padding:0 8px;border-radius:6px;color:#aeb5c4;font-size:9.5px;text-align:left}.device-action-popover button:hover{color:#fff;background:var(--nc-hover)}.deployment-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.deployment-heading>div{gap:13px!important}.deployment-heading>div>div:first-child{width:44px!important;height:44px!important;border-radius:12px!important;color:#aaa8ff!important;background:#6d6afc1a!important;border:1px solid rgba(139,135,255,.14)!important}.deployment-heading .nc-kicker{color:var(--nc-muted);font-size:9px;letter-spacing:.1em}.deployment-heading .nc-title{color:var(--nc-ink);font-size:23px!important;font-weight:720}.deployment-heading .nc-sub{color:var(--nc-copy);font-size:10.5px}.deployment-grid{width:100%;max-width:none;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:14px}.deployment-grid>div{margin:0!important;padding:17px!important;border-radius:12px!important;background:#11151eeb!important;border:1px solid var(--nc-line)!important;box-shadow:none!important}.deployment-grid h3{color:#d9dde7;font-size:10.5px!important}.deployment-grid label{color:#8f98aa!important;font-size:9.5px!important}.deployment-grid input[type=text],.deployment-grid input[type=number],.deployment-grid input[type=password],.deployment-grid select,.deployment-grid textarea{min-height:38px;border-radius:8px!important;color:#e6e9f0!important;background:#0d1119!important;border-color:var(--nc-line-strong)!important;font-size:10px!important;outline:none}.deployment-grid button{border-radius:8px!important;font-size:9.5px!important}.deployment-page>p,.deployment-page>div:not(.deployment-grid){color:var(--nc-muted)!important;font-size:9.5px!important}.workspace-overlay{background:#030509d1!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;padding:24px!important}.workspace-overlay>div:first-child{border-color:var(--nc-line-strong)!important;border-radius:14px!important;background:#10141d!important;box-shadow:0 28px 90px #00000085!important}.workspace-overlay button{border-radius:8px!important;font-family:var(--nc-font)!important}.workspace-overlay input,.workspace-overlay select,.workspace-overlay textarea{border-radius:8px!important;border-color:var(--nc-line-strong)!important;background:#0c1018!important;font-family:var(--nc-font)!important}@media (max-width: 1000px){.deployment-grid,.device-layout{grid-template-columns:1fr}}.auth-shell{min-height:100vh;display:grid;grid-template-columns:minmax(520px,1.35fr) minmax(390px,.65fr);overflow:hidden;background:var(--nc-bg)}.auth-visual{position:relative;min-width:0;display:flex;flex-direction:column;padding:30px 38px;overflow:hidden;background:radial-gradient(700px 420px at 15% 100%,rgba(92,141,255,.08),transparent 62%),radial-gradient(620px 420px at 96% 5%,rgba(109,106,252,.13),transparent 66%),#0d1017;border-right:1px solid var(--nc-line)}.auth-visual:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.25;background-image:radial-gradient(rgba(255,255,255,.2) .7px,transparent .7px);background-size:22px 22px;-webkit-mask-image:linear-gradient(to bottom right,black,transparent 70%);mask-image:linear-gradient(to bottom right,black,transparent 70%);pointer-events:none}.auth-wordmark{position:relative;z-index:2;display:flex;align-items:center;gap:10px;font-size:14px;font-weight:750}.auth-message{position:relative;z-index:2;max-width:590px;margin-top:11vh}.auth-message h1{font-size:clamp(38px,4.2vw,64px);font-weight:710;letter-spacing:-.065em;line-height:1.06}.auth-message h1 span{color:#8d8aff}.auth-message p{max-width:455px;margin-top:18px;color:#939caf;font-size:14px;line-height:1.65}.auth-product-shot{position:absolute;z-index:2;left:38px;right:0;bottom:-74px;min-height:330px;padding:17px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-right:0;border-radius:17px 0 0;background:#0e121be8;box-shadow:0 30px 80px #00000059;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-shot-top{display:flex;align-items:center;justify-content:space-between;padding-bottom:14px}.auth-shot-title{font-size:11px;font-weight:700}.auth-shot-live{color:var(--nc-good);font-size:9px;font-weight:750}.auth-shot-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px}.auth-shot-stat{padding:12px;border:1px solid var(--nc-line);border-radius:10px;background:#ffffff06}.auth-shot-stat strong{display:block;font-size:19px;letter-spacing:-.04em}.auth-shot-stat span{display:block;margin-top:3px;color:var(--nc-muted);font-size:8.5px}.auth-shot-list{margin-top:9px;border:1px solid var(--nc-line);border-radius:10px;overflow:hidden}.auth-shot-row{height:39px;display:grid;grid-template-columns:1.5fr .75fr .55fr;align-items:center;padding:0 12px;border-bottom:1px solid var(--nc-line);color:#aeb5c5;font-size:8.5px}.auth-shot-row:last-child{border-bottom:0}.auth-shot-row b{color:#e3e6ef;font-weight:650}.auth-shot-row em{color:var(--nc-good);font-style:normal;font-weight:700}.auth-panel{display:flex;align-items:center;justify-content:center;padding:48px;background:#090b10}.auth-form-wrap{width:100%;max-width:354px}.auth-form-overline{color:#777f92;font-size:10px;font-weight:750;letter-spacing:.13em;text-transform:uppercase}.auth-form-wrap h2{margin-top:10px;font-size:28px;font-weight:720;letter-spacing:-.045em}.auth-form-intro{margin:8px 0 29px;color:var(--nc-copy);font-size:12px}.auth-field{display:block;margin-bottom:15px}.auth-field span{display:block;margin-bottom:7px;color:#bac0ce;font-size:10.5px;font-weight:650}.auth-field input{width:100%;height:43px;padding:0 13px;color:var(--nc-ink);background:#11151e;border:1px solid var(--nc-line-strong);border-radius:9px;outline:none;font-size:12px;transition:.14s ease}.auth-field input:hover{border-color:#fff3}.auth-field input:focus{border-color:#8b87ffb8;box-shadow:0 0 0 3px #6d6afc1a}.auth-submit{width:100%;height:43px;display:flex;align-items:center;justify-content:center;margin-top:23px;border-radius:9px;color:#fff;background:linear-gradient(135deg,#7673ff,#5e5be0);font-size:11.5px;font-weight:750;box-shadow:0 10px 28px #5854da30}.auth-submit:hover:not(:disabled){filter:brightness(1.08)}.auth-submit:disabled{cursor:not-allowed;opacity:.62}.auth-error{margin-bottom:16px;padding:10px 12px;color:#f29aa6;background:#ef6a7a14;border:1px solid rgba(239,106,122,.16);border-radius:9px;font-size:10.5px}.auth-note{margin-top:17px;color:#545c6d;font-size:9.5px;text-align:center}.auth-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.26);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@media (max-width: 1050px){.auth-shell{grid-template-columns:1fr 400px}.auth-message h1{font-size:42px}.metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.ops-layout{grid-template-columns:1fr}.ops-devices{grid-column:auto}}@media (max-width: 820px){.auth-shell{display:block}.auth-visual{display:none}.auth-panel{min-height:100vh;padding:30px}.product-shell{grid-template-columns:76px minmax(0,1fr)}.product-brand-copy,.product-nav-label,.product-nav-button span,.product-account-copy,.product-signout span{display:none}.product-brand,.product-nav-button{justify-content:center}.product-main{padding:26px 20px 44px}.ops-summary{grid-template-columns:repeat(2,1fr)}.ops-summary-item:nth-child(2){border-right:0}.ops-summary-item:nth-child(-n+2){border-bottom:1px solid var(--nc-line)}}.console-login{position:relative;min-height:100vh;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(420px,.72fr);overflow:hidden;color:#f4f7ff;background:radial-gradient(850px 520px at 7% 108%,rgba(128,37,66,.18),transparent 64%),radial-gradient(820px 580px at 98% 105%,rgba(30,91,186,.18),transparent 66%),linear-gradient(120deg,#080d18,#070c16 52%,#09111f)}.console-grid{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-image:linear-gradient(rgba(74,123,191,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(74,123,191,.08) 1px,transparent 1px);background-size:56px 56px;-webkit-mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.86) 70%,transparent 100%);mask-image:linear-gradient(to bottom,black 0%,rgba(0,0,0,.86) 70%,transparent 100%)}.console-horizon{position:absolute;left:-10%;right:-10%;bottom:-27vh;height:58vh;pointer-events:none;opacity:.34;transform:perspective(520px) rotateX(64deg);transform-origin:center top;background-image:linear-gradient(rgba(65,115,190,.22) 1px,transparent 1px),linear-gradient(90deg,rgba(65,115,190,.22) 1px,transparent 1px);background-size:54px 38px;border-top:1px solid rgba(78,137,222,.24)}.console-identity{position:relative;z-index:2;display:flex;flex-direction:column;justify-content:center;padding:54px clamp(42px,5vw,88px)}.console-wordmark{display:flex;align-items:center;gap:17px;margin-bottom:34px;font-size:clamp(24px,2.3vw,37px);font-weight:800;letter-spacing:-.055em}.console-logo-frame{width:68px;height:68px;display:grid;place-items:center;border-radius:18px;background:#070c17bd;border:1px solid rgba(111,126,255,.31);box-shadow:inset 0 0 28px #5268ff14,0 18px 60px #00000059}.console-message h1{max-width:760px;font-size:clamp(37px,4.15vw,65px);font-weight:760;letter-spacing:-.065em;line-height:1.08}.console-message h1 span{color:#6198ff}.console-capabilities{max-width:545px;margin-top:30px}.console-capabilities p{display:grid;grid-template-columns:105px minmax(0,1fr);gap:16px;padding:13px 0;color:#8d9bb2;border-bottom:1px solid rgba(128,151,188,.13);font-size:14px}.console-capabilities b{color:#e2e8f4;font-weight:650}.console-auth{position:relative;z-index:2;display:flex;align-items:center;justify-content:flex-start;padding:46px clamp(36px,5vw,82px)}.console-auth-card{width:100%;max-width:440px;padding:34px 34px 30px;border:1px solid rgba(91,123,177,.24);border-top-color:#5d94ffd9;border-bottom-color:#cf415ebf;border-radius:15px;background:#080e19d6;box-shadow:0 28px 80px #00000057;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.console-auth-overline{margin-bottom:8px;color:#679dff;font-size:10px;font-weight:800;letter-spacing:.19em;text-transform:uppercase}.console-auth-card h2{font-size:27px;font-weight:760;letter-spacing:-.04em}.console-auth-intro{margin:7px 0 25px;color:#8390a7;font-size:12px}.console-field{display:block;margin-bottom:16px}.console-field span{display:block;margin-bottom:7px;color:#c4cede;font-size:11px;font-weight:680}.console-field input{width:100%;height:47px;padding:0 14px;color:#f0f4fb;background:#04080edb;border:1px solid rgba(98,119,153,.34);border-radius:8px;outline:none;font-size:13px}.console-field input:hover{border-color:#718bb58c}.console-field input:focus{border-color:#6198ff;box-shadow:0 0 0 3px #3b7eff1f}.console-submit{width:100%;height:46px;display:flex;align-items:center;justify-content:center;margin-top:22px;border-radius:8px;color:#fff;background:linear-gradient(135deg,#4e8dfc,#3676e9);box-shadow:0 12px 30px #2f70e53d;font-size:12px;font-weight:760}.console-submit:hover:not(:disabled){filter:brightness(1.08)}.console-submit:disabled{cursor:not-allowed;opacity:.62}.console-auth-error{margin-bottom:16px;padding:11px 12px;color:#f4a8b2;background:#af283f1a;border:1px solid rgba(214,68,92,.24);border-radius:8px;font-size:11px}.console-auth-note{margin-top:17px;color:#58657a;font-size:9px;text-align:center}.product-shell{grid-template-columns:264px minmax(0,1fr)}.product-sidebar{padding:21px 15px 16px}.product-brand{height:52px;gap:13px}.product-brand-name{font-size:17px}.product-brand-edition{font-size:10px}.product-nav{padding-top:27px}.product-nav-label{font-size:10.5px;padding-bottom:10px}.product-nav-button{height:44px;gap:12px;padding:0 12px;font-size:13.5px}.product-avatar{width:35px;height:35px;font-size:13px}.product-account-name{font-size:12.5px}.product-account-role{font-size:10.5px}.product-signout{height:38px;font-size:12px}.product-topbar{height:70px;padding:0 34px}.product-context{font-size:13px}.product-search{width:230px;height:38px;font-size:11px}.product-status{font-size:11.5px}.product-icon-button{width:37px;height:37px}.product-clock{font-size:10.5px}.product-main{padding:38px 38px 60px}.ops-welcome{margin-bottom:29px}.ops-welcome h1{font-size:34px}.ops-welcome p{font-size:14px}.ops-primary{height:41px;padding:0 17px;font-size:12px}.ops-summary-item{min-height:94px;padding:0 21px}.ops-summary-icon{width:40px;height:40px}.ops-summary-item span{font-size:11px}.ops-summary-item strong{font-size:23px}.ops-card-header{min-height:73px;padding:0 22px}.ops-card-header p{font-size:11px}.ops-fleet,.ops-activity{min-height:380px}.ops-chart{height:186px;padding:23px 31px 13px}.ops-ring{width:130px;height:130px}.ops-ring strong{font-size:26px}.ops-ring span,.ops-legend small{font-size:10px}.ops-legend b{font-size:21px}.ops-event{min-height:89px;grid-template-columns:38px 1fr auto}.ops-event-icon{width:37px;height:37px}.ops-event-copy strong{font-size:11.5px}.ops-event-copy span{font-size:10px}.ops-device{min-height:69px}.ops-device-copy strong{font-size:12px}.ops-device-copy span{font-size:10.5px}.page-heading h1{font-size:32px}.page-heading p{font-size:14px}.page-heading-overline{font-size:11px}.fleet-tabs button{height:34px;font-size:11px}.fleet-actions button,.fleet-sort{height:38px;font-size:11px}.fleet-surface-toolbar{min-height:70px}.fleet-surface-toolbar .fleet-search{height:41px}.fleet-search input{font-size:12.5px}.fleet-table-head{min-height:47px;font-size:10.5px}.fleet-table-row{min-height:72px}.device-icon{width:40px;height:40px}.device-name{font-size:13px}.device-meta{font-size:11px}.status-badge{font-size:10.5px;padding:5px 10px}.primary-button{height:36px;font-size:11.5px}.device-back{font-size:12px}.device-hero{padding:23px 24px}.device-hero-icon{width:54px;height:54px}.device-hero h1{font-size:25px}.device-hero p{font-size:11px}.device-hero-state small{font-size:10px}.device-tabs{height:58px;gap:28px}.device-tabs button{height:58px;font-size:12px}.device-section-head{min-height:69px;padding:0 20px}.device-section-head h2{font-size:14px}.device-section-head p{font-size:10px}.device-info-item{min-height:80px;padding:17px 20px}.device-info-item span{font-size:9.5px}.device-info-item strong{font-size:12px}.device-shell{padding:18px 20px 20px}.device-shell input,.device-shell>button{height:43px;font-size:12px}.device-action{min-height:82px;font-size:10.5px}@media (max-width: 900px){.console-login{grid-template-columns:1fr}.console-identity{display:none}.console-auth{min-height:100vh;justify-content:center}}:root{--nc-brand: #31d99b;--nc-brand-hi: #55e8af;--nc-good: #31d99b;--accent: #31d99b;--accent-dim: #20b980;--accent-glow: rgba(49, 217, 155, .11)}.console-logo-frame{border-color:#3ee0a452;box-shadow:inset 0 0 28px #3ee0a40f,0 18px 60px #00000059}.console-message h1 span,.console-auth-overline{color:#3ee0a4}.console-auth-card{border-top-color:#3ee0a4d1;border-bottom-color:#3ee0a44d}.console-field input:focus{border-color:#3ee0a4;box-shadow:0 0 0 3px #3ee0a41f}.console-submit{color:#06150f;background:#3ee0a4;box-shadow:0 12px 30px #31d99b33}body{font-size:14px}.product-shell{grid-template-columns:224px minmax(0,1fr)}.product-sidebar{padding:18px 13px 14px;background:#0a0d12}.product-brand{height:48px}.product-brand-name{font-size:18px;font-weight:800}.product-brand-edition{color:#7c8799;font-size:10px;font-weight:700}.product-nav{padding-top:19px}.product-nav-label{color:#687386;font-size:11px;font-weight:800}.product-nav-button{height:42px;padding:0 12px;color:#a2abba;border-radius:9px;font-size:14px;font-weight:700}.product-nav-button.active{color:#07150f;background:var(--nc-brand)}.product-nav-button.active:before{display:none}.product-nav-button.active svg{color:#07150f}.product-account-name{color:#f1f4f8;font-size:13px;font-weight:750}.product-account-role,.product-signout{font-size:11px}.product-topbar{height:62px;padding:0 28px;background:#080b10f5}.product-context{color:#7c8799;font-size:13px;font-weight:650}.product-context strong{color:#f0f3f8;font-weight:750}.product-search{width:220px;height:36px;color:#8290a3;background:#11161e;font-size:11px}.product-main{padding:24px 28px 36px}.page-heading-overline{color:var(--nc-brand);font-size:11px;font-weight:800}.page-heading h1,.ops-welcome h1{color:#f8fafc;font-size:34px;font-weight:800}.page-heading p,.ops-welcome p{color:#a7b0be;font-size:14px}.ops-primary,.primary-button,.device-shell>button{color:#06150f;background:var(--nc-brand);border-radius:999px;font-weight:800}.ops-summary,.ops-card,.surface,.device-section{background:#11161e;border-color:#25303c}.ops-summary-item span,.metric-label{color:#8995a6;font-size:12px;font-weight:750}.ops-summary-item strong{color:#f8fafc;font-size:25px;font-weight:800}.ops-card-header h2,.surface-header h2{color:#f4f7fb;font-size:16px;font-weight:800}.ops-card-header p,.surface-header p{color:#8995a6;font-size:12px}.status-badge{color:#07150f;background:var(--nc-brand);font-size:11px;font-weight:850}.device-back{margin-bottom:12px;color:#9aa5b5;font-size:12px;font-weight:700}.device-hero{min-height:72px;padding:10px 16px;border-color:#293442;border-radius:12px;background:linear-gradient(110deg,rgba(49,217,155,.055),transparent 32%),#11161e}.device-hero-icon{width:44px;height:44px;color:var(--nc-brand);background:#31d99b14;border-color:#31d99b2e}.device-hero h1{color:#f8fafc;font-size:25px;font-weight:850;line-height:1.05}.device-hero p{margin-top:1px;color:#8995a6;font-size:11px;font-weight:550;line-height:1.1}.device-hero .page-heading-overline{margin-bottom:2px}.device-tabs{height:38px;margin-bottom:8px}.device-tabs button{height:38px;color:#8d98a9;font-size:12px;font-weight:750}.device-tabs button.active:after{height:3px;background:var(--nc-brand)}.device-layout{display:grid;grid-template-columns:1fr;gap:10px}.device-primary-column{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(290px,.72fr);gap:10px}.device-section{border-radius:11px}.device-section-head{min-height:40px;padding:0 15px;background:#131a23}.device-section-head h2{color:#f4f7fb;font-size:14px;font-weight:850}.device-section-head p{color:#8290a3;font-size:10px;font-weight:550}.device-info-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.device-info-item{min-height:48px;padding:8px 12px;border-right:1px solid #25303c;border-bottom:1px solid #25303c}.device-info-item:nth-child(2n){border-right:1px solid #25303c}.device-info-item:nth-child(4n){border-right:0}.device-info-item:nth-last-child(-n+4){border-bottom:0}.device-info-item span{color:#79869a;font-size:9px;font-weight:800}.device-info-item strong{margin-top:5px;color:#edf1f6;font-size:11px;font-weight:750}.device-shell{height:96px;display:flex;flex-direction:column;padding:13px 15px 15px}.device-shell input{width:100%;height:36px;flex:0 0 36px;color:#f1f4f8;font-size:12px}.device-shell>button{width:100%;height:34px;justify-content:center;margin-top:5px;font-size:12px}.device-layout>aside .device-section-head{display:none}.device-action-grid{position:relative;grid-template-columns:repeat(6,minmax(0,1fr));gap:6px;padding:8px;overflow:hidden;isolation:isolate;background-color:#0e141c;background-image:linear-gradient(rgba(49,217,155,.045) 1px,transparent 1px),linear-gradient(90deg,rgba(49,217,155,.045) 1px,transparent 1px);background-size:32px 32px}.device-action-grid:before{content:"";position:absolute;z-index:-1;right:-2%;bottom:0;left:0;height:104px;pointer-events:none;opacity:.38;background:linear-gradient(180deg,#31d99b40,#31d99b00);clip-path:polygon(0 78%,9% 68%,17% 73%,26% 46%,35% 59%,44% 33%,54% 47%,64% 20%,73% 38%,83% 15%,91% 28%,100% 4%,100% 100%,0 100%)}.device-action{position:relative;z-index:1;min-height:50px;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;padding:9px 11px;color:#e0e5ec;background:#171e28;border-color:#293442;border-radius:8px;font-size:11px;font-weight:800;line-height:1.2}.device-action:hover{color:#07150f;background:var(--nc-brand);border-color:var(--nc-brand)}.device-action>svg{width:18px;height:18px;flex:0 0 auto;color:var(--nc-brand)}.device-action:hover>svg{color:#07150f}.device-action.danger{color:#ef8794;background:#af304414}.deployment-heading .nc-title{font-size:30px!important;font-weight:850}.deployment-heading .nc-sub{color:#9ba6b6;font-size:13px}.deployment-grid{gap:12px;align-items:stretch}.deployment-grid>div{height:100%;padding:19px!important;background:#11161e!important;border-color:#293442!important}.builder-grid{grid-template-columns:repeat(3,minmax(0,1fr));align-items:start}.builder-grid>.deployment-column{display:contents}.builder-grid .deployment-column:first-child>div:nth-child(1){grid-column:1;grid-row:2}.builder-grid .deployment-column:first-child>div:nth-child(2){grid-column:2;grid-row:2}.builder-grid .deployment-column:first-child>div:nth-child(3){grid-column:3;grid-row:2}.builder-grid .deployment-column:first-child>div:nth-child(4){grid-column:1;grid-row:3}.builder-grid .deployment-column:last-child>div:nth-child(1){grid-column:1 / -1;grid-row:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.builder-grid .deployment-column:last-child>div:nth-child(1)>h3,.builder-grid .deployment-column:last-child>div:nth-child(1)>div:first-of-type{grid-column:1 / -1}.builder-grid .deployment-column:last-child>div:nth-child(1)>div{margin-bottom:0!important}.builder-grid .deployment-column:last-child>div:nth-child(2){grid-column:2;grid-row:3}.builder-grid .deployment-column:last-child>div:nth-child(3){grid-column:3;grid-row:3}.builder-grid .deployment-column:last-child>div:nth-child(4){grid-column:1 / -1;grid-row:4}.builder-grid .deployment-column:last-child>button{grid-column:1 / -1;grid-row:4}.builder-grid .deployment-column:last-child:has(>div:nth-child(4))>button{grid-row:5}.builder-grid>.deployment-column{padding:0!important;background:transparent!important;border:0!important;box-shadow:none!important}.builder-grid .deployment-column>div{height:100%;margin:0!important;padding:19px!important;background:#11161e!important;border:1px solid #293442!important;border-radius:12px!important;box-shadow:none!important}.deployment-grid h3{color:#f4f7fb;font-size:14px!important;font-weight:850!important}.deployment-grid label{color:#a2adbc!important;font-size:12px!important;font-weight:650!important}.deployment-grid input[type=text],.deployment-grid input[type=number],.deployment-grid input[type=password],.deployment-grid select,.deployment-grid textarea{min-height:42px;font-size:12px!important}.deployment-grid button{min-height:38px;font-size:12px!important;font-weight:800!important}.deployment-grid label[for=icon-upload],.deployment-grid>button,.builder-grid .deployment-column>button{color:#06150f!important;background:#3ee0a4!important;border:1px solid #63ebba!important;box-shadow:0 8px 24px #31d99b33!important;font-weight:850!important}.deployment-grid label[for=icon-upload]:hover,.deployment-grid>button:hover:not(:disabled),.builder-grid .deployment-column>button:hover:not(:disabled){color:#020806!important;background:#65edbd!important;border-color:#86f3cc!important}.deployment-grid>button:disabled,.builder-grid .deployment-column>button:disabled{color:#657068!important;background:#1a2924!important;border-color:#2b4038!important;box-shadow:none!important}@media (max-width: 1000px){.builder-grid{grid-template-columns:1fr}.builder-grid .deployment-column>div,.builder-grid .deployment-column>button{grid-column:1!important;grid-row:auto!important}.builder-grid .deployment-column:last-child>div:nth-child(1){grid-template-columns:1fr}.builder-grid .deployment-column:last-child>div:nth-child(1)>*{grid-column:1!important}}@media (max-width: 1180px){.device-action-grid{grid-template-columns:repeat(6,minmax(0,1fr))}}@media (min-width: 981px) and (min-height: 560px){body:has(.device-workspace){overflow:hidden}body:has(.device-workspace) .product-main{padding-top:14px;padding-bottom:8px}body:has(.device-workspace) .device-back{margin-bottom:7px}body:has(.device-workspace) .device-hero{min-height:68px;padding-top:7px;padding-bottom:7px}}@media (min-width: 981px) and (min-height: 650px){.device-action-grid{height:calc(100vh - 390px);min-height:320px;grid-auto-rows:clamp(66px,8.5vh,90px);align-content:start;gap:8px;padding:10px 10px clamp(48px,9vh,90px);background-size:38px 38px}.device-action-grid:before{height:118px;opacity:.5}.device-action{min-height:66px;gap:11px;padding:14px 16px;border-radius:10px;font-size:13px}.device-action>svg{width:22px;height:22px}}@media (max-width: 980px){.product-shell{grid-template-columns:76px minmax(0,1fr)}.device-primary-column{grid-template-columns:1fr}.device-action-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.console-auth-message,.settings-secret{color:#9cf4d3;background:#31d99b17;border:1px solid rgba(49,217,155,.22);border-radius:8px}.console-auth-message{margin-bottom:14px;padding:10px 12px;font-size:11px}.console-auth-switch{width:100%;margin-top:16px;color:#8fa0b5;font-size:11px;font-weight:700;text-align:center}.console-auth-switch:hover{color:#3ee0a4}.settings-page,.admin-page{max-width:1480px;margin:0 auto}.settings-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:22px}.settings-plan{min-width:176px;padding:13px 16px;background:#111821;border:1px solid #283542;border-radius:11px;text-align:right}.settings-plan span{display:block;color:#3ee0a4;font-size:11px;font-weight:850;letter-spacing:.12em}.settings-plan strong{display:block;margin-top:4px;color:#f6f8fb;font-size:16px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.settings-card{padding:20px;background:#11161e;border:1px solid #283542;border-radius:12px}.settings-card-wide{grid-column:1 / -1}.settings-card-head{display:flex;align-items:center;gap:12px;margin-bottom:17px}.settings-card-head>svg{width:34px;height:34px;padding:8px;color:#3ee0a4;background:#31d99b14;border-radius:9px}.settings-card-head h2{color:#f5f7fa;font-size:15px;font-weight:850}.settings-card-head p,.settings-update{margin-top:3px;color:#8e9aac;font-size:11px}.settings-head-action{margin-left:auto}.settings-segment{display:inline-flex;gap:4px;padding:4px;background:#0b1016;border:1px solid #26323e;border-radius:999px}.settings-segment button{min-width:76px;height:32px;padding:0 14px;color:#8c98a8;border-radius:999px;font-size:11px;font-weight:800;text-transform:capitalize}.settings-segment button.active,.settings-primary{color:#06150f;background:#3ee0a4}.settings-primary{min-height:36px;padding:0 16px;border-radius:999px;font-size:11px;font-weight:850}.settings-actions{display:flex;flex-wrap:wrap;gap:8px}.settings-actions>button:not(.settings-primary){min-height:36px;padding:0 14px;color:#d5dce5;border:1px solid #33414f;border-radius:999px;font-size:11px;font-weight:750}.settings-stat-row{display:flex;justify-content:space-between;gap:18px;padding:12px 0;color:#8e9aac;border-top:1px solid #25313d;font-size:12px}.settings-stat-row strong{color:#edf1f5}.settings-secret{display:flex;gap:12px;margin-bottom:13px;padding:13px}.settings-secret code{display:block;margin:5px 0;color:#e9fff7;font-size:12px;word-break:break-all}.settings-secret small{color:#7e9c90}.settings-key-list{border:1px solid #25313d;border-radius:10px;overflow:hidden}.settings-key-row{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:18px;padding:10px 13px;border-bottom:1px solid #25313d}.settings-key-row:last-child{border-bottom:0}.settings-key-row strong,.settings-key-row span{display:block}.settings-key-row strong{color:#eef2f6;font-size:12px}.settings-key-row span{margin-top:3px;color:#7f8b9b;font-size:10px}.settings-key-row>div:last-child{display:flex;gap:6px}.settings-key-row button{width:33px;height:33px;display:grid;place-items:center;color:#8f9bad;border:1px solid #303e4b;border-radius:8px}.settings-payment{margin-top:16px;padding:14px;background:#0b1016;border-radius:10px}.settings-payment .settings-primary{width:100%;margin-top:12px}.settings-error{margin-top:10px;color:#ff9ba8;font-size:11px}.admin-summary,.admin-summary span,.admin-toolbar{display:flex;align-items:center}.admin-summary{gap:8px}.admin-summary span{gap:7px;padding:9px 12px;color:#b8c1ce;background:#111821;border:1px solid #283542;border-radius:999px;font-size:11px;font-weight:750}.admin-toolbar{justify-content:space-between;margin-bottom:12px}.admin-search{width:270px;height:40px;display:flex;align-items:center;gap:9px;padding:0 12px;color:#778596;background:#11161e;border:1px solid #283542;border-radius:10px}.admin-search input{width:100%;color:#edf1f5;background:transparent;border:0;outline:0;font-size:12px}.admin-table{background:#11161e;border:1px solid #283542;border-radius:12px;overflow:hidden}.admin-account-grid{grid-template-columns:1.1fr .55fr .8fr .9fr 1.1fr}.admin-user-grid{grid-template-columns:1.2fr .7fr .7fr 1fr}.admin-table-head,.admin-table-row{display:grid;align-items:center;gap:16px;padding:0 16px}.admin-table-head{min-height:43px;color:#778596;background:#131a23;font-size:10px;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.admin-table-row{min-height:67px;color:#abb5c3;border-top:1px solid #25313d;font-size:11px}.admin-table-row strong,.admin-table-row small{display:block}.admin-table-row strong{color:#eef2f6;font-size:12px}.admin-table-row small{margin-top:3px;color:#778596}.admin-plan{width:fit-content;padding:5px 9px;border-radius:999px;color:#aab5c4;background:#202a35;font-size:10px;font-weight:850}.admin-plan.PREMIUM,.admin-plan.TRIAL,.admin-verified{color:#55e8af}.admin-verified{display:inline-flex;align-items:center;gap:6px}.admin-row-actions{display:flex;gap:7px}.admin-row-actions select,.admin-row-actions button{height:33px;padding:0 9px;color:#d9e0e8;background:#0c1117;border:1px solid #33414f;border-radius:8px;font-size:10px}.ops-dashboard{max-width:1540px;margin:0 auto}.ops-welcome{align-items:center;margin-bottom:22px}.ops-welcome h1{margin-top:8px;font-size:37px;line-height:1;letter-spacing:-.045em}.ops-welcome p{margin-top:10px;font-size:14px}.ops-eyebrow{display:flex;align-items:center;gap:8px;color:#7e8b9d;font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.ops-eyebrow span{color:var(--nc-brand)}.ops-eyebrow i{width:4px;height:4px;border-radius:50%;background:#465261}.ops-primary{min-height:42px;padding:0 18px;font-size:12px}.ops-summary{border-radius:10px}.ops-summary-item{min-height:112px;gap:15px;padding:0 22px}.ops-summary-icon{width:44px;height:44px;color:#a9b2bf;background:#171d26;border:1px solid #2a3440;border-radius:8px}.ops-summary-item.warn .ops-summary-icon{color:#f2b84b;background:#f2b84b14;border-color:#f2b84b33}.ops-summary-copy{min-width:0;flex:1}.ops-summary-copy>small{display:block;margin-bottom:5px;color:#596576;font-size:8px;font-weight:850;letter-spacing:.13em}.ops-summary-copy>span{font-size:11px;text-transform:uppercase;letter-spacing:.04em}.ops-summary-copy>div{display:flex;align-items:baseline;gap:9px}.ops-summary-copy strong{font-size:27px}.ops-summary-copy em{overflow:hidden;color:#667284;font-size:9px;font-style:normal;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.ops-card{border-radius:10px}.ops-card-header{min-height:76px;padding:0 20px}.ops-card-title{display:flex;align-items:center;gap:12px}.ops-card-symbol{width:36px;height:36px;display:grid;place-items:center;color:var(--nc-brand);background:#31d99b12;border:1px solid rgba(49,217,155,.15);border-radius:7px}.ops-card-header h2{font-size:15px}.ops-card-header p{font-size:10.5px}.ops-event{min-height:88px;grid-template-columns:38px minmax(0,1fr) auto;gap:12px;padding:0 19px}.ops-event-icon{width:37px;height:37px;border-radius:7px}.ops-event-copy strong{font-size:11px}.ops-event-copy span{font-size:9.5px}.ops-devices .ops-card-header{min-height:68px}.admin-heading-actions{display:flex;align-items:center;gap:10px}.admin-create-button,.admin-create-footer button{min-height:40px;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 15px;color:#06150f;background:#3ee0a4;border:1px solid #63ebba;border-radius:9px;font-size:11px;font-weight:850}.admin-create-panel{margin-bottom:16px;padding:20px;background:#11161e;border:1px solid #2a3744;border-radius:12px}.admin-create-head,.admin-access-title,.admin-create-footer{display:flex;align-items:center}.admin-create-head{gap:12px;margin-bottom:18px}.admin-create-icon{width:40px;height:40px;display:grid;place-items:center;color:#3ee0a4;background:#31d99b14;border:1px solid rgba(49,217,155,.17);border-radius:9px}.admin-create-head h2{color:#f4f7fb;font-size:16px;font-weight:850}.admin-create-head p,.admin-create-footer>span{margin-top:3px;color:#8290a3;font-size:10px}.admin-create-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.admin-create-grid label>span{display:block;margin-bottom:7px;color:#a2adbc;font-size:10px;font-weight:750}.admin-create-grid input,.admin-access-builder input,.admin-access-builder select{width:100%;height:40px;padding:0 12px;color:#eef2f6;background:#0b1016;border:1px solid #303e4b;border-radius:8px;outline:none;font-size:11px}.admin-create-grid input:focus,.admin-access-builder input:focus,.admin-access-builder select:focus{border-color:#3ee0a4;box-shadow:0 0 0 3px #31d99b1a}.admin-password-field{display:grid;grid-template-columns:1fr auto;gap:7px}.admin-password-field button{display:inline-flex;align-items:center;gap:6px;padding:0 12px;color:#dce3e9;border:1px solid #33414f;border-radius:8px;font-size:10px;font-weight:750}.admin-access-builder{display:flex;align-items:center;gap:16px;margin-top:15px;padding:13px;background:#0c1117;border:1px solid #26323e;border-radius:9px}.admin-access-title{min-width:225px;gap:9px;color:#3ee0a4}.admin-access-title strong,.admin-access-title span{display:block}.admin-access-title strong{color:#edf1f5;font-size:11px}.admin-access-title span{margin-top:3px;color:#778596;font-size:9px}.admin-access-options{display:flex;gap:5px}.admin-access-options button{height:34px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;color:#8996a7;border:1px solid #303e4b;border-radius:7px;font-size:9px;font-weight:850}.admin-access-options button.active{color:#06150f;background:#3ee0a4;border-color:#3ee0a4}.admin-duration{display:grid;grid-template-columns:72px 100px;gap:6px}.admin-create-footer{justify-content:space-between;gap:18px;margin-top:15px}.admin-create-footer button:disabled{opacity:.55}.admin-form-error,.admin-form-success{margin-top:12px;padding:10px 12px;border-radius:8px;font-size:10px}.admin-form-error{color:#ff9ba8;background:#ef6a7a14}.admin-form-success{color:#8cf0cb;background:#31d99b14}.admin-account-grid{grid-template-columns:1.05fr .42fr .78fr .82fr 1.65fr}.admin-row-controls,.admin-access-editor{display:flex;align-items:center;gap:5px}.admin-row-controls>button,.admin-access-editor select,.admin-access-editor input,.admin-access-editor button{height:32px;color:#d9e0e8;background:#0c1117;border:1px solid #33414f;border-radius:7px;font-size:9px;font-weight:750}.admin-access-editor select{width:82px;padding:0 6px}.admin-access-editor input{width:48px;padding:0 6px}.admin-access-editor .admin-apply-access{display:inline-flex;align-items:center;gap:4px;padding:0 8px;color:#06150f;background:#3ee0a4;border-color:#3ee0a4}.admin-row-controls>button{padding:0 8px}html[data-resolved-theme=light]{--nc-bg: #eef3f0;--nc-sidebar: #ffffff;--nc-panel: #ffffff;--nc-panel-2: #f4f8f6;--nc-hover: #e7efeb;--nc-line: rgba(24, 49, 40, .12);--nc-line-strong: rgba(24, 49, 40, .2);--nc-ink: #10231c;--nc-copy: #52655e;--nc-muted: #71827c;--nc-brand: #22c98b;--nc-brand-hi: #16ae76;--accent: #22c98b;--accent-dim: #159b68;--accent-glow: rgba(34, 201, 139, .12);--bg-void: #eef3f0;--bg-primary: #eef3f0;--bg-secondary: #ffffff;--bg-tertiary: #f4f8f6;--bg-hover: #e7efeb;--bg-elevated: #ffffff;--border: rgba(24, 49, 40, .14);--border-subtle: rgba(24, 49, 40, .1);--text-primary: #10231c;--text-secondary: #52655e;--text-muted: #71827c}html[data-resolved-theme=light] body,html[data-resolved-theme=light] .product-shell,html[data-resolved-theme=light] .product-workspace,html[data-resolved-theme=light] .product-main{color:var(--nc-ink);background:#eef3f0}html[data-resolved-theme=light] .product-shell{background:radial-gradient(900px 520px at 70% -20%,rgba(34,201,139,.09),transparent 62%),#eef3f0}html[data-resolved-theme=light] .product-sidebar{background:#fff;border-color:#d4ded8;box-shadow:8px 0 28px #1b3a2f09}html[data-resolved-theme=light] .product-topbar{background:#fffffff0;border-color:#d7e0db;box-shadow:0 3px 16px #1b3a2f09}html[data-resolved-theme=light] :is(.product-brand-name,.product-account-name,.product-context strong){color:#10231c}html[data-resolved-theme=light] :is(.product-brand-edition,.product-account-role,.product-context,.product-status,.product-clock){color:#64766f}html[data-resolved-theme=light] .product-nav-label{color:#75857f}html[data-resolved-theme=light] .product-nav-button{color:#50635c}html[data-resolved-theme=light] .product-nav-button:hover{color:#10231c;background:#edf4f0}html[data-resolved-theme=light] .product-nav-button.active,html[data-resolved-theme=light] :is(.ops-primary,.primary-button){color:#062117;background:#31d69a}html[data-resolved-theme=light] .product-nav-button.active svg{color:#062117}html[data-resolved-theme=light] .product-signout{color:#61736c}html[data-resolved-theme=light] :is(.product-search,.fleet-search,.fleet-surface-toolbar .fleet-search){color:#6d7e78;background:#f5f8f6;border-color:#ccd8d1}html[data-resolved-theme=light] .product-search kbd{color:#52645e;background:#e9efec;border-color:#d4ded8}html[data-resolved-theme=light] .product-icon-button{color:#60716b;border-color:#d2ddd7}html[data-resolved-theme=light] .product-icon-button:hover{color:#10231c;background:#e9f0ec}html[data-resolved-theme=light] :is(.page-heading h1,.ops-welcome h1,.nc-title,.deployment-heading .nc-title){color:#10231c}html[data-resolved-theme=light] :is(.page-heading p,.ops-welcome p,.nc-sub,.deployment-heading .nc-sub){color:#5e7069}html[data-resolved-theme=light] .page-heading-overline,html[data-resolved-theme=light] .nc-kicker{color:#11895e}html[data-resolved-theme=light] :is(.ops-summary,.ops-card,.surface,.device-section,.settings-card,.admin-table,.settings-plan,.admin-search){color:#172820;background:#fff;border-color:#cfdad4;box-shadow:0 8px 26px #1f3f340b}html[data-resolved-theme=light] .ops-summary-item{border-color:#dbe3df}html[data-resolved-theme=light] .ops-summary-icon,html[data-resolved-theme=light] .ops-event-icon,html[data-resolved-theme=light] .empty-state-icon,html[data-resolved-theme=light] .device-icon{color:#566860;background:#edf2ef;border-color:#d5dfda}html[data-resolved-theme=light] .ops-summary-item.good .ops-summary-icon{color:#087c53;background:#e2f7ed}html[data-resolved-theme=light] .ops-summary-item.brand .ops-summary-icon{color:#5754cf;background:#efefff}html[data-resolved-theme=light] :is(.ops-summary-item span,.ops-card-header p,.surface-header p,.ops-live,.ops-count,.ops-event-copy span,.ops-device-copy span,.ops-empty,.ops-ring span,.ops-legend small){color:#6b7c75}html[data-resolved-theme=light] :is(.ops-summary-item strong,.ops-card-header h2,.surface-header h2,.ops-event-copy strong,.ops-device-copy strong,.ops-empty strong,.ops-ring strong,.ops-legend b){color:#14261f}html[data-resolved-theme=light] :is(.ops-card-header,.ops-event,.ops-device,.surface-header,.fleet-surface-toolbar,.fleet-table-head,.fleet-table-row){border-color:#dbe3df}html[data-resolved-theme=light] :is(.ops-device:hover,.fleet-table-row:hover,.device-row:hover){background:#f5f8f6}html[data-resolved-theme=light] .ops-ring{background:conic-gradient(#6c67f2 var(--value),#e2e9e5 0)}html[data-resolved-theme=light] .ops-ring:after{background:#fff}html[data-resolved-theme=light] .ops-axis,html[data-resolved-theme=light] .ops-event time{color:#7e8d87}html[data-resolved-theme=light] .fleet-tabs{background:#fff;border-color:#cfdad4}html[data-resolved-theme=light] .fleet-tabs button{color:#61726c}html[data-resolved-theme=light] .fleet-tabs button span{color:#82908b}html[data-resolved-theme=light] .fleet-tabs button.active{color:#fff;background:#14251f}html[data-resolved-theme=light] :is(.fleet-actions button,.fleet-sort){color:#5b6d66;border-color:#cdd8d2}html[data-resolved-theme=light] :is(.fleet-actions button:hover,.fleet-sort:hover){color:#10231c;background:#e7efeb}html[data-resolved-theme=light] .fleet-search input{color:#172820}html[data-resolved-theme=light] .fleet-search input::placeholder,html[data-resolved-theme=light] .admin-search input::placeholder{color:#87958f}html[data-resolved-theme=light] .fleet-table-head{color:#60716a;background:#f8faf9}html[data-resolved-theme=light] .empty-state{color:#6d7d77}html[data-resolved-theme=light] .empty-state strong{color:#263a32}html[data-resolved-theme=light] .deployment-grid>div,html[data-resolved-theme=light] .builder-grid .deployment-column>div{color:#172820!important;background:#fff!important;border-color:#cbd7d0!important;box-shadow:0 8px 24px #1f3f340b!important}html[data-resolved-theme=light] .deployment-grid h3{color:#14261f}html[data-resolved-theme=light] .deployment-grid label{color:#52655e!important}html[data-resolved-theme=light] :is(.deployment-grid input[type=text],.deployment-grid input[type=number],.deployment-grid input[type=password],.deployment-grid select,.deployment-grid textarea){color:#172820!important;background:#f6f9f7!important;border-color:#cbd7d0!important}html[data-resolved-theme=light] .deployment-grid input::placeholder{color:#84928d}html[data-resolved-theme=light] .device-hero{color:#172820;background:linear-gradient(110deg,rgba(34,201,139,.12),transparent 35%),#fff;border-color:#cad7d0}html[data-resolved-theme=light] .device-hero h1,html[data-resolved-theme=light] .device-section-head h2,html[data-resolved-theme=light] .device-info-item strong{color:#14261f}html[data-resolved-theme=light] .device-hero p,html[data-resolved-theme=light] .device-section-head p,html[data-resolved-theme=light] .device-info-item span,html[data-resolved-theme=light] .device-tabs button{color:#63756e}html[data-resolved-theme=light] .device-section-head,html[data-resolved-theme=light] .device-action-grid{background-color:#f4f8f6;border-color:#d5dfda}html[data-resolved-theme=light] .device-info-item{border-color:#dce4e0}html[data-resolved-theme=light] .device-action{color:#24372f;background:#ffffffeb;border-color:#cbd7d0}html[data-resolved-theme=light] .device-action:hover{color:#062117;background:#31d69a;border-color:#22c98b}html[data-resolved-theme=light] .device-shell input{color:#172820;background:#f6f9f7;border-color:#cbd7d0}html[data-resolved-theme=light] :is(.settings-card-head h2,.settings-plan strong,.settings-stat-row strong,.settings-key-row strong,.admin-table-row strong){color:#14261f}html[data-resolved-theme=light] :is(.settings-card-head p,.settings-update,.settings-stat-row,.settings-key-row span,.admin-table-row,.admin-table-row small){color:#62746d}html[data-resolved-theme=light] .settings-segment{background:#edf3f0;border-color:#ccd8d1}html[data-resolved-theme=light] .settings-segment button{color:#5b6d66}html[data-resolved-theme=light] :is(.settings-segment button.active,.settings-primary){color:#062117;background:#31d69a}html[data-resolved-theme=light] .settings-actions>button:not(.settings-primary),html[data-resolved-theme=light] .settings-key-row button{color:#43574f;background:#fff;border-color:#c8d5ce}html[data-resolved-theme=light] :is(.settings-stat-row,.settings-key-list,.settings-key-row){border-color:#d8e2dc}html[data-resolved-theme=light] .settings-payment{background:#f3f7f5}html[data-resolved-theme=light] .admin-summary span{color:#42564e;background:#fff;border-color:#cbd7d0}html[data-resolved-theme=light] .admin-search{color:#6c7d76}html[data-resolved-theme=light] .admin-search input{color:#172820}html[data-resolved-theme=light] .admin-table-head{color:#5d7068;background:#f1f6f3}html[data-resolved-theme=light] .admin-table-row{border-color:#d9e2dd}html[data-resolved-theme=light] .admin-plan{color:#41554d;background:#e8efeb}html[data-resolved-theme=light] :is(.admin-plan.PREMIUM,.admin-plan.TRIAL,.admin-verified){color:#087d54}html[data-resolved-theme=light] :is(.admin-row-actions select,.admin-row-actions button){color:#263a32;background:#f7faf8;border-color:#c8d5ce}html[data-resolved-theme=light] .ops-summary-copy>small,html[data-resolved-theme=light] .ops-summary-copy em,html[data-resolved-theme=light] .ops-eyebrow{color:#64766f}html[data-resolved-theme=light] .ops-eyebrow span{color:#11895e}html[data-resolved-theme=light] .ops-summary-icon{background:#eef3f0;border-color:#d4ded8}html[data-resolved-theme=light] .ops-card-symbol{color:#11895e;background:#e7f7ef;border-color:#c8eada}html[data-resolved-theme=light] .admin-create-panel{background:#fff;border-color:#cbd7d0;box-shadow:0 8px 26px #1f3f340b}html[data-resolved-theme=light] :is(.admin-create-head h2,.admin-access-title strong){color:#14261f}html[data-resolved-theme=light] :is(.admin-create-head p,.admin-create-footer>span,.admin-access-title span){color:#64766f}html[data-resolved-theme=light] .admin-create-grid label>span{color:#52655e}html[data-resolved-theme=light] :is(.admin-create-grid input,.admin-access-builder input,.admin-access-builder select){color:#172820;background:#f6f9f7;border-color:#cbd7d0}html[data-resolved-theme=light] .admin-password-field button{color:#34483f;background:#fff;border-color:#c8d5ce}html[data-resolved-theme=light] .admin-access-builder{background:#f2f7f4;border-color:#d3ded8}html[data-resolved-theme=light] .admin-access-options button{color:#52655e;background:#fff;border-color:#c8d5ce}html[data-resolved-theme=light] .admin-access-options button.active{color:#062117;background:#31d69a;border-color:#22c98b}html[data-resolved-theme=light] :is(.admin-row-controls>button,.admin-access-editor select,.admin-access-editor input,.admin-access-editor button){color:#263a32;background:#f7faf8;border-color:#c8d5ce}html[data-resolved-theme=light] .admin-access-editor .admin-apply-access{color:#062117;background:#31d69a;border-color:#22c98b}@media (max-width: 860px){.settings-grid{grid-template-columns:1fr}.settings-card-wide{grid-column:auto}.admin-account-grid,.admin-user-grid,.admin-create-grid{grid-template-columns:1fr}.admin-access-builder,.admin-create-footer,.admin-heading-actions{align-items:stretch;flex-direction:column}.admin-table-head{display:none}}
