:root{color-scheme:light;font-family:Inter,Segoe UI,Microsoft YaHei,Arial,sans-serif;font-synthesis:none;--bg: #f5f6f8;--surface: #ffffff;--surface-soft: #f8f9fb;--surface-hover: #f2f4f6;--border: #e3e6ea;--border-strong: #d4d9df;--text: #20252b;--text-soft: #525a64;--text-muted: #89919c;--accent: #e66b19;--accent-dark: #c9540b;--accent-soft: #fff1e7;--green: #168c73;--green-soft: #e7f6f1;--red: #d84242;--red-soft: #fdecec;--blue: #3478f6;--blue-soft: #eaf1ff;--yellow: #d99a17;--yellow-soft: #fff6dc;--chart-grid: #e9ecef;--shadow-sm: 0 1px 2px rgba(26, 35, 44, .04);--shadow-lg: 0 20px 60px rgba(25, 31, 38, .15)}:root[data-theme=dark]{color-scheme:dark;--bg: #121518;--surface: #191d21;--surface-soft: #1e2328;--surface-hover: #242a30;--border: #2c3238;--border-strong: #3a424a;--text: #f0f2f4;--text-soft: #b9c0c7;--text-muted: #7d8791;--accent: #f08032;--accent-dark: #ff9a54;--accent-soft: #382417;--green: #41b89d;--green-soft: #18332d;--red: #f06a6a;--red-soft: #3a2022;--blue: #689cff;--blue-soft: #1d2d4b;--yellow: #e6b849;--yellow-soft: #392f18;--chart-grid: #2a3036;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .16);--shadow-lg: 0 20px 60px rgba(0, 0, 0, .4)}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{background:var(--bg);color:var(--text);font-size:14px;zoom:1.1}button,input{font:inherit;letter-spacing:0}button{color:inherit}button:focus-visible,input:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 55%,transparent);outline-offset:2px}.app-shell{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;width:226px;flex-direction:column;border-right:1px solid var(--border);background:var(--surface)}.brand{display:flex;height:72px;align-items:center;gap:10px;padding:0 22px;white-space:nowrap}.brand-mark{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--accent);color:#fff;box-shadow:inset 0 0 0 5px #ffffff1f}.brand>span:last-child{display:flex;align-items:baseline;font-size:17px}.brand strong{color:var(--text);font-weight:760}.brand b{color:var(--accent);font-weight:760}.nav-list{display:flex;flex:1;flex-direction:column;gap:4px;padding:18px 13px}.nav-caption{padding:0 10px 8px;color:var(--text-muted);font-size:11px;font-weight:650}.nav-item{display:flex;width:100%;height:42px;align-items:center;gap:11px;border:0;border-radius:6px;background:transparent;padding:0 12px;color:var(--text-soft);cursor:pointer;text-align:left;transition:background .16s,color .16s}.nav-item:hover{background:var(--surface-hover);color:var(--text)}.nav-item.active{background:var(--accent-soft);color:var(--accent-dark);font-weight:650}.sidebar-foot{display:flex;flex-direction:column;gap:15px;border-top:1px solid var(--border);padding:17px 18px 19px}.collector-state{display:flex;align-items:center;gap:10px}.collector-state>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}.collector-state b{color:var(--text-soft);font-size:12px}.collector-state small,.version{color:var(--text-muted);font-size:10px}.status-dot{position:relative;display:inline-block;width:7px;height:7px;flex:0 0 7px;border-radius:50%;background:var(--text-muted)}.status-dot.online{background:var(--green)}.status-dot.offline{background:var(--red)}.status-dot.pulse:before{position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border:1px solid var(--green);border-radius:50%;content:"";opacity:.35}.main-area{min-height:100vh;margin-left:226px}.topbar{position:sticky;top:0;z-index:15;display:flex;height:72px;align-items:center;justify-content:space-between;gap:20px;border-bottom:1px solid var(--border);background:color-mix(in srgb,var(--surface) 92%,transparent);padding:0 28px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.page-heading{display:flex;min-width:0;align-items:center;gap:11px}.page-heading>span{display:flex;min-width:0;flex-direction:column;gap:3px}.page-heading h1{margin:0;font-size:18px;font-weight:720}.page-heading p{margin:0;color:var(--text-muted);font-size:11px;white-space:nowrap}.topbar-actions{display:flex;min-width:0;align-items:center;gap:8px}.icon-button{display:inline-grid;width:36px;height:36px;flex:0 0 36px;place-items:center;border:1px solid var(--border);border-radius:6px;background:var(--surface);cursor:pointer;transition:border .16s,background .16s}.icon-button:hover{border-color:var(--border-strong);background:var(--surface-hover)}.search-box{display:flex;width:clamp(190px,24vw,340px);height:36px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);padding:0 10px;color:var(--text-muted)}.search-box:focus-within{border-color:var(--accent);background:var(--surface)}.search-box input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:12px}.search-box input::placeholder{color:var(--text-muted)}.search-box button{display:grid;width:20px;height:20px;place-items:center;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.primary-button,.secondary-button{display:inline-flex;height:36px;align-items:center;justify-content:center;gap:7px;border-radius:6px;padding:0 14px;font-size:12px;font-weight:650;cursor:pointer}.primary-button{border:1px solid var(--accent);background:var(--accent);color:#fff}.primary-button:hover{border-color:var(--accent-dark);background:var(--accent-dark)}.secondary-button{border:1px solid var(--border);background:var(--surface);color:var(--text-soft)}.secondary-button:hover{border-color:var(--border-strong);background:var(--surface-hover);color:var(--text)}.secondary-button:disabled{cursor:not-allowed;opacity:.6}.primary-button:disabled{cursor:not-allowed;opacity:.5}.mobile-menu,.mobile-panel{display:none}.page-content{width:100%;max-width:1660px;margin:0 auto;padding:25px 28px 40px}.page-stack{display:flex;flex-direction:column;gap:20px}.stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.stat-card{display:flex;min-width:0;min-height:114px;align-items:center;gap:14px;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:19px;box-shadow:var(--shadow-sm)}.stat-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:7px;background:var(--surface-soft);color:var(--text-soft)}.stat-icon.green{background:var(--green-soft);color:var(--green)}.stat-icon.orange{background:var(--accent-soft);color:var(--accent)}.stat-icon.blue{background:var(--blue-soft);color:var(--blue)}.stat-copy{display:flex;min-width:0;flex-direction:column;gap:3px}.stat-copy>span{color:var(--text-muted);font-size:11px;font-weight:600}.stat-copy strong{overflow:hidden;font-size:21px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.stat-copy small{overflow:hidden;color:var(--text-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.panel{border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:var(--shadow-sm)}.section-heading{display:flex;min-height:67px;align-items:center;justify-content:space-between;gap:16px;padding:15px 18px}.section-heading>span{min-width:0}.section-heading h2,.section-heading h3{margin:0 0 4px;font-size:14px;font-weight:690}.section-heading p{margin:0;color:var(--text-muted);font-size:10px}.section-heading.compact{min-height:54px;padding:11px 0}.section-heading.compact h3{font-size:13px}.overview-grid{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(320px,.75fr);gap:14px}.traffic-panel{position:relative;overflow:hidden}.traffic-panel .chart-wrap{padding:0 18px}.chart-wrap{position:relative}.chart-empty{display:flex;width:100%;height:100%;align-items:center;justify-content:center;gap:8px;color:var(--text-muted);font-size:11px}.chart-legend{display:flex;align-items:center;gap:14px;color:var(--text-muted);font-size:10px}.chart-legend span{display:flex;align-items:center;gap:3px}.legend-dot{width:7px;height:7px;border-radius:50%}.legend-dot.download{background:var(--green)}.legend-dot.upload{background:var(--accent)}.chart-tooltip{display:flex;flex-direction:column;gap:4px;border:1px solid var(--border);border-radius:5px;background:var(--surface);padding:8px 10px;box-shadow:var(--shadow-lg);font-size:10px}.chart-tooltip>span{margin-bottom:2px;color:var(--text-muted)}.traffic-totals{display:flex;gap:24px;border-top:1px solid var(--border);padding:12px 18px}.traffic-totals>span{display:flex;min-width:0;align-items:center;gap:9px}.traffic-totals i{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:6px;font-style:normal}.traffic-totals i.download{background:var(--green-soft);color:var(--green)}.traffic-totals i.upload{background:var(--accent-soft);color:var(--accent)}.traffic-totals>span>span{display:flex;flex-direction:column;gap:2px;color:var(--text-muted);font-size:9px}.traffic-totals b{color:var(--text);font-size:12px}.health-panel{display:flex;min-height:390px;flex-direction:column}.health-list{display:flex;max-height:322px;flex:1;flex-direction:column;justify-content:flex-start;overflow-y:auto;padding:0 18px 5px}.health-row{display:grid;grid-template-columns:minmax(110px,1fr) minmax(70px,1fr) 58px;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:11px 0}.health-row:last-child{border-bottom:0}.health-name{display:flex;min-width:0;align-items:center;gap:8px}.health-name>span:last-child{display:flex;min-width:0;flex-direction:column;gap:2px}.health-name b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.health-name small{color:var(--text-muted);font-size:9px}.health-bar{height:5px;overflow:hidden;border-radius:3px;background:var(--surface-hover)}.health-bar span{display:block;height:100%;border-radius:inherit;background:var(--green)}.health-bar span.warning{background:var(--yellow)}.health-bar span.danger{background:var(--red)}.health-row>strong{color:var(--text-soft);font-size:10px;text-align:right}.sla-period{flex:0 0 auto}.sla-period button{padding:0 7px}.panel-link{display:flex;height:40px;align-items:center;justify-content:center;gap:4px;border:0;border-top:1px solid var(--border);background:transparent;color:var(--accent);font-size:10px;font-weight:650;cursor:pointer}.panel-link:hover{background:var(--surface-hover)}.segmented{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);padding:3px}.segmented button{height:28px;border:0;border-radius:4px;background:transparent;padding:0 10px;color:var(--text-muted);font-size:10px;cursor:pointer}.segmented button:hover{color:var(--text)}.segmented button.active{background:var(--surface);color:var(--text);box-shadow:0 1px 2px #141c2414;font-weight:650}.drawer-title i{font-style:normal}.status-badge{display:inline-flex;height:23px;flex:0 0 auto;align-items:center;gap:5px;border-radius:12px;padding:0 8px;font-size:9px;font-weight:650}.status-badge.online{background:var(--green-soft);color:var(--green)}.status-badge.offline{background:var(--red-soft);color:var(--red)}.status-badge .status-dot{width:6px;height:6px;flex-basis:6px}.usage-track{width:100%;height:5px;overflow:hidden;border-radius:3px;background:var(--surface-hover)}.usage-track>span{display:block;height:100%;border-radius:inherit;transition:width .3s}.usage-track .healthy{background:var(--green)}.usage-track .warning{background:var(--yellow)}.usage-track .danger{background:var(--red)}.service-overview-toolbar{display:flex;align-items:center;justify-content:flex-end;gap:8px}.service-overview-select-control{position:relative;min-width:180px}.service-overview-select-control.server-select{min-width:285px}.service-overview-select-control>svg{position:absolute;top:10px;left:10px;z-index:2;color:var(--text-muted);pointer-events:none}.service-overview-select-control .manage-select-trigger{height:36px;background:var(--surface);padding-left:34px}.service-overview-select-control .manage-select-menu{min-width:100%}.service-overview-period button{min-width:54px}.service-overview-summary{display:grid;min-height:78px;grid-template-columns:minmax(210px,1.2fr) repeat(4,minmax(100px,.7fr)) auto;align-items:center;gap:14px;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:14px 16px;box-shadow:var(--shadow-sm)}.service-overview-node{display:flex;min-width:0;align-items:center;gap:9px}.service-overview-node>i{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:7px;background:var(--blue-soft);color:var(--blue);font-style:normal}.service-overview-node>span,.service-overview-summary>div{display:flex;min-width:0;flex-direction:column;gap:4px}.service-overview-node b,.service-overview-summary>div b{overflow:hidden;color:var(--text);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.service-overview-node small,.service-overview-summary>div small{color:var(--text-muted);font-size:8px}.service-overview-status{display:flex;align-items:center;gap:5px}.service-overview-status.online{color:var(--green)}.service-overview-status.offline{color:var(--red)}.service-overview-summary>a{display:inline-flex;align-items:center;justify-content:center;gap:5px;color:var(--accent);font-size:9px;text-decoration:none;white-space:nowrap}.service-overview-resource-tabs{display:flex;min-height:42px;align-items:center;gap:3px;border-bottom:1px solid var(--border)}.service-overview-resource-tabs button{display:inline-flex;height:34px;align-items:center;gap:6px;border:0;border-radius:6px;background:transparent;padding:0 12px;color:var(--text-muted);font-size:10px;cursor:pointer}.service-overview-resource-tabs button:hover{background:var(--surface-hover);color:var(--text)}.service-overview-resource-tabs button.active{background:var(--surface);color:var(--text);box-shadow:inset 0 0 0 1px var(--border),var(--shadow-sm);font-weight:650}.service-overview-resource{display:flex;flex-direction:column;gap:14px}.service-overview-resource-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(165px,1fr));border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:var(--shadow-sm)}.service-overview-resource-stats>div{display:flex;min-width:0;min-height:76px;flex-direction:column;justify-content:center;gap:4px;border-right:1px solid var(--border);padding:12px 15px}.service-overview-resource-stats>div:last-child{border-right:0}.service-overview-resource-stats small{color:var(--text-muted);font-size:8px}.service-overview-resource-stats b{overflow:hidden;color:var(--text);font-size:12px;text-overflow:ellipsis;white-space:nowrap}.service-overview-resource-stats span{overflow:hidden;color:var(--text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.cpu-core-panel{border:1px solid var(--border);border-radius:9px;background:var(--surface);padding:14px 15px 15px;box-shadow:var(--shadow-sm)}.cpu-core-panel>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:13px}.cpu-core-panel>header>span{display:flex;flex-direction:column;gap:3px}.cpu-core-panel header b{font-size:11px}.cpu-core-panel header small,.cpu-core-panel header strong{color:var(--text-muted);font-size:8px}.cpu-core-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:8px}.cpu-core-grid>div{display:flex;min-width:0;flex-direction:column;gap:7px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:9px 10px}.cpu-core-grid>div>span{display:flex;align-items:center;justify-content:space-between;gap:7px}.cpu-core-grid small{color:var(--text-muted);font-size:8px}.cpu-core-grid b{font-size:9px;font-variant-numeric:tabular-nums}.cpu-core-grid i{width:100%;height:5px;overflow:hidden;border-radius:4px;background:var(--surface-hover)}.cpu-core-grid em{display:block;height:100%;border-radius:inherit}.cpu-core-grid em.healthy{background:var(--green)}.cpu-core-grid em.warning{background:var(--yellow)}.cpu-core-grid em.danger{background:var(--red)}.cpu-core-empty{display:flex;min-height:62px;align-items:center;justify-content:center;gap:7px;border:1px dashed var(--border-strong);border-radius:8px;color:var(--text-muted);font-size:9px}.service-overview-chart-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.service-overview-chart.wide{grid-column:1 / -1}.service-overview-chart{min-width:0;overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:var(--shadow-sm)}.service-overview-chart-head{display:grid;min-height:67px;grid-template-columns:34px minmax(0,1fr) auto;align-items:center;gap:10px;padding:12px 15px 8px}.service-overview-chart-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:6px;background:var(--surface-soft);color:var(--text-soft)}.service-overview-chart-head>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:3px}.service-overview-chart-head h3{margin:0;font-size:13px}.service-overview-chart-head small{overflow:hidden;color:var(--text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.service-overview-chart-head strong{color:var(--text);font-size:12px}.service-overview-legend{display:flex;min-height:24px;align-items:center;gap:12px;padding:0 15px;color:var(--text-muted);font-size:8px}.service-overview-legend span{display:inline-flex;align-items:center;gap:4px}.service-overview-legend i{width:6px;height:6px;border-radius:50%}.service-overview-chart-canvas{width:100%;height:270px;padding:0 15px 10px}.service-overview-chart.wide .service-overview-chart-canvas{height:300px}.service-overview-breakdown{border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:16px;box-shadow:var(--shadow-sm)}.service-overview-breakdown header{display:flex;align-items:center;justify-content:space-between;gap:12px}.service-overview-breakdown header>span{display:flex;flex-direction:column;gap:3px}.service-overview-breakdown header b{font-size:11px}.service-overview-breakdown header small{color:var(--text-muted);font-size:8px}.service-overview-breakdown header strong{font-size:12px}.service-overview-capacity-meter{height:8px;overflow:hidden;border-radius:4px;background:var(--surface-hover);margin:15px 0}.service-overview-capacity-meter span{display:block;height:100%;border-radius:inherit}.service-overview-capacity-values{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.service-overview-capacity-values>span{display:flex;min-width:0;flex-direction:column;gap:4px}.service-overview-capacity-values small{color:var(--text-muted);font-size:8px}.service-overview-capacity-values b{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.service-overview-inventory{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface);box-shadow:var(--shadow-sm)}.service-overview-inventory>header{display:flex;min-height:58px;align-items:center;justify-content:space-between;gap:14px;padding:11px 15px}.service-overview-inventory>header>span{display:flex;min-width:0;align-items:center;gap:9px;color:var(--text-soft)}.service-overview-inventory>header>span>span{display:flex;min-width:0;flex-direction:column;gap:3px}.service-overview-inventory>header b{font-size:11px}.service-overview-inventory>header small{color:var(--text-muted);font-size:8px}.service-overview-inventory>header strong{flex:0 0 auto;color:var(--accent);font-size:12px}.service-overview-inventory>div>article{display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;border-top:1px solid var(--border);padding:11px 15px}.service-overview-inventory>div>article>span{display:flex;min-width:0;flex-direction:column;gap:3px}.service-overview-inventory>div>article>span:last-child{align-items:flex-end;text-align:right}.service-overview-inventory article b{overflow:hidden;font-size:10px;overflow-wrap:anywhere;text-overflow:ellipsis}.service-overview-inventory article small{color:var(--text-muted);font-size:8px;line-height:1.4;overflow-wrap:anywhere}.service-overview-inventory p{margin:0;border-top:1px solid var(--border);padding:18px 15px;color:var(--text-muted);font-size:9px;text-align:center}.network-inventory article>span:first-child small{max-width:720px}.service-overview-retention{display:flex;align-items:center;justify-content:flex-end;gap:8px;color:var(--text-muted);font-size:8px}.service-overview-retention span:nth-last-child(-n+2){display:inline-flex;align-items:center;gap:3px}.service-overview-retention span:nth-last-child(2) svg{color:var(--green)}.service-overview-retention span:last-child svg{color:var(--blue)}.event-summary{display:flex;min-height:82px;align-items:center;gap:13px;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:14px 17px}.event-summary-icon{display:grid;width:42px;height:42px;flex:0 0 42px;place-items:center;border-radius:7px;background:var(--yellow-soft);color:var(--yellow)}.event-summary>span{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.event-summary strong{font-size:13px}.event-summary small{color:var(--text-muted);font-size:10px}.event-list{padding:0 18px 15px}.event-row{display:grid;width:100%;grid-template-columns:38px minmax(0,1fr) 110px 20px;align-items:center;gap:12px;border:0;border-top:1px solid var(--border);background:transparent;padding:15px 0;cursor:pointer;text-align:left}.event-row:hover .event-copy>span b{color:var(--accent)}.event-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:7px}.event-icon.critical{background:var(--red-soft);color:var(--red)}.event-icon.warning{background:var(--yellow-soft);color:var(--yellow)}.event-copy{display:flex;min-width:0;flex-direction:column;gap:4px}.event-copy>span{display:flex;align-items:center;gap:7px}.event-copy b{font-size:11px;transition:color .15s}.event-copy em{border-radius:8px;padding:2px 6px;font-size:8px;font-style:normal}.event-copy em.critical{background:var(--red-soft);color:var(--red)}.event-copy em.warning{background:var(--yellow-soft);color:var(--yellow)}.event-copy>strong{color:var(--text-soft);font-size:9px;font-weight:600}.event-copy small{overflow:hidden;color:var(--text-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.event-time{display:flex;align-items:center;justify-content:flex-end;gap:4px;color:var(--text-muted);font-size:9px}.events-clear{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;color:var(--green)}.events-clear h3{margin:12px 0 5px;color:var(--text);font-size:13px}.events-clear p{margin:0;color:var(--text-muted);font-size:10px}.settings-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,.8fr);gap:14px}.settings-panel{align-self:start}.threshold-list,.preference-list{border-top:1px solid var(--border);padding:2px 18px 12px}.threshold-row{display:grid;grid-template-columns:34px minmax(170px,1fr) minmax(120px,1fr) 74px;align-items:center;gap:12px;border-bottom:1px solid var(--border);padding:15px 0}.threshold-row:last-child{border-bottom:0}.setting-icon{display:grid;width:32px;height:32px;place-items:center;border-radius:6px;background:var(--surface-soft);color:var(--text-soft)}.threshold-copy,.preference-row>span:nth-child(2){display:flex;min-width:0;flex-direction:column;gap:4px}.threshold-copy b,.preference-row b{font-size:10px}.threshold-copy small,.preference-row small{color:var(--text-muted);font-size:9px}input[type=range]{width:100%;accent-color:var(--accent)}.threshold-row label{display:flex;height:31px;align-items:center;border:1px solid var(--border);border-radius:5px;background:var(--surface-soft)}.threshold-row label input{width:49px;border:0;outline:0;background:transparent;padding-left:9px;color:var(--text);font-size:10px}.threshold-row label span{color:var(--text-muted);font-size:9px}.preference-row{display:grid;grid-template-columns:34px minmax(0,1fr) 38px;align-items:center;gap:12px;border-bottom:1px solid var(--border);padding:16px 0}.preference-row:last-child{border-bottom:0}.refresh-frequency-row{grid-template-columns:34px minmax(0,1fr) minmax(132px,166px)}.settings-refresh-select{min-width:0}.settings-refresh-select .manage-select-menu{min-width:100%}.toggle{position:relative;width:36px;height:20px;border:0;border-radius:10px;background:var(--border-strong);cursor:pointer;transition:background .18s}.toggle span{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;transition:transform .18s;box-shadow:0 1px 3px #0000002e}.toggle.checked{background:var(--accent)}.toggle.checked span{transform:translate(16px)}.settings-actions{display:flex;justify-content:flex-end;border-top:1px solid var(--border);padding:13px 18px}.telegram-panel{grid-column:1 / -1}.telegram-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;border-top:1px solid var(--border);padding:16px 18px}.telegram-config-grid label{display:flex;min-width:0;flex-direction:column;gap:6px}.telegram-config-grid label span{color:var(--text-soft);font-size:9px;font-weight:650}.telegram-config-grid input{width:100%;height:36px;border:1px solid var(--border);border-radius:5px;outline:0;background:var(--surface-soft);padding:0 9px;color:var(--text);font-size:10px}.telegram-config-grid input:focus{border-color:var(--accent);background:var(--surface)}.telegram-preferences{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));padding-top:0}.telegram-preferences .preference-row:nth-child(odd){padding-right:18px}.telegram-preferences .preference-row:nth-child(2n){padding-left:18px}.telegram-test-result{margin:0 18px 13px;border-radius:5px;padding:9px 11px;font-size:9px}.telegram-test-result.success{background:var(--green-soft);color:var(--green)}.telegram-test-result.failed{background:var(--red-soft);color:var(--red)}.telegram-actions{gap:8px}.reverse-proxy-panel{grid-column:1 / -1}.reverse-proxy-content{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);align-items:stretch;gap:0 18px;border-top:1px solid var(--border);padding:0 18px 16px}.reverse-proxy-content .preference-row{border-bottom:0}.reverse-proxy-content>label{display:flex;min-width:0;flex-direction:column;justify-content:center;gap:6px;padding:14px 0}.reverse-proxy-content>label>span{color:var(--text-soft);font-size:9px;font-weight:650}.reverse-proxy-content>label input{width:100%;height:38px;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);padding:0 10px;color:var(--text);font-size:10px}.reverse-proxy-content>label input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.reverse-proxy-content>label small{color:var(--text-muted);font-size:8px;line-height:1.5}.reverse-proxy-content code{color:var(--text-soft);font-family:Consolas,monospace}.reverse-proxy-preview{display:flex;grid-column:1 / -1;align-items:center;gap:9px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:10px 12px;color:var(--text-muted)}.reverse-proxy-preview.enabled{border-color:color-mix(in srgb,var(--green) 30%,var(--border));background:var(--green-soft);color:var(--green)}.reverse-proxy-preview>span{display:flex;min-width:0;flex-direction:column;gap:3px}.reverse-proxy-preview b{color:var(--text-soft);font-size:9px}.reverse-proxy-preview small{overflow-wrap:anywhere;color:var(--text-muted);font-size:8px}.account-panel{grid-column:1 / -1}.account-config-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;border-top:1px solid var(--border);padding:16px 18px}.account-config-grid label{display:flex;min-width:0;flex-direction:column;gap:6px}.account-config-grid label span{display:flex;align-items:center;gap:5px;color:var(--text-soft);font-size:9px;font-weight:650}.account-config-grid input{width:100%;height:38px;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);padding:0 10px;color:var(--text);font-size:10px}.account-config-grid input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.account-result{margin:0 18px 13px;border-radius:7px;padding:9px 11px;font-size:9px}.account-result.success{background:var(--green-soft);color:var(--green)}.account-result.failed{background:var(--red-soft);color:var(--red)}.settings-note{display:flex;grid-column:1 / -1;align-items:flex-start;gap:10px;border:1px solid color-mix(in srgb,var(--blue) 30%,var(--border));border-radius:7px;background:var(--blue-soft);padding:13px 15px;color:var(--blue)}.settings-note>span{display:flex;flex-direction:column;gap:4px}.settings-note b{font-size:10px}.settings-note small{color:var(--text-soft);font-size:9px;line-height:1.6}.settings-note code,.install-note code{font-family:Consolas,monospace;color:var(--text)}.drawer-layer,.modal-layer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60}.drawer-scrim,.modal-scrim,.mobile-scrim{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;border:0;background:#0d111585;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);cursor:default}.detail-drawer{position:absolute;inset:10px 10px 10px auto;display:flex;width:min(650px,calc(94vw - 10px));flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--bg);box-shadow:var(--shadow-lg);animation:slide-in .2s ease-out}@keyframes slide-in{0%{transform:translate(28px);opacity:0}}.drawer-head{display:grid;min-height:76px;grid-template-columns:42px minmax(0,1fr) 36px;align-items:center;gap:11px;border-bottom:1px solid var(--border);background:var(--surface);padding:12px 18px}.drawer-server-icon{display:grid;width:40px;height:40px;place-items:center;border-radius:7px;background:var(--accent-soft);color:var(--accent)}.drawer-title{min-width:0}.drawer-title>span{display:flex;min-width:0;align-items:center;gap:8px}.drawer-title h2{overflow:hidden;margin:0;font-size:15px;text-overflow:ellipsis;white-space:nowrap}.drawer-title p{display:flex;align-items:center;gap:4px;margin:4px 0 0;color:var(--text-muted);font-size:9px}.drawer-actions{display:flex;min-height:54px;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border);background:var(--surface);padding:9px 18px}.drawer-actions>span{display:flex;align-items:center;gap:5px;color:var(--text-muted);font-size:9px}.drawer-tabs{flex:0 0 auto;margin:12px 18px 0}.drawer-tabs button{flex:1}.drawer-body{flex:1;overflow-y:auto;padding:14px 18px 22px}.detail-metric-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.detail-metric{display:flex;min-width:0;min-height:89px;align-items:flex-start;gap:10px;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:13px}.detail-metric>span{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:6px;background:var(--surface-soft);color:var(--text-soft)}.detail-metric div{display:flex;min-width:0;flex-direction:column;gap:3px}.detail-metric small{color:var(--text-muted);font-size:8px}.detail-metric b{overflow:hidden;font-size:14px;text-overflow:ellipsis;white-space:nowrap}.detail-metric em{overflow:hidden;color:var(--text-muted);font-size:8px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.drawer-section{margin-top:14px;border-top:1px solid var(--border)}.drawer-section.chart-section{margin-top:0;border:0}.system-info{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin:0;border:1px solid var(--border);border-radius:6px;background:var(--surface)}.system-info>div{display:flex;min-width:0;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid var(--border);padding:11px 12px}.system-info>div:nth-child(odd){border-right:1px solid var(--border)}.system-info>div:nth-last-child(-n+2){border-bottom:0}.system-info dt{color:var(--text-muted);font-size:9px}.system-info dd{overflow:hidden;margin:0;color:var(--text-soft);font-size:9px;font-weight:600;text-align:right;text-overflow:ellipsis;white-space:nowrap}.resource-legend{display:flex;gap:8px;font-size:9px}.resource-legend span:before{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;content:""}.resource-legend .cpu:before{background:var(--accent)}.resource-legend .memory:before{background:var(--blue)}.resource-legend .disk:before{background:var(--green)}.network-live-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.network-live-cards>div{display:flex;min-height:78px;flex-direction:column;justify-content:center;gap:7px;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:13px}.network-live-cards span{display:flex;align-items:center;gap:5px;color:var(--text-muted);font-size:9px}.network-live-cards>div:first-child span svg{color:var(--green)}.network-live-cards>div:last-child span svg{color:var(--accent)}.network-live-cards b{font-size:16px}.drawer-foot{display:flex;min-height:44px;align-items:center;justify-content:space-between;gap:10px;border-top:1px solid var(--border);background:var(--surface);padding:0 18px}.drawer-foot>span{display:flex;min-width:0;align-items:center;gap:5px;overflow:hidden;color:var(--text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.text-button{display:inline-flex;align-items:center;gap:4px;border:0;background:transparent;color:var(--accent);font-size:9px;cursor:pointer}.modal{position:absolute;top:50%;left:50%;width:min(570px,calc(100vw - 28px));max-height:calc(100vh - 30px);overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-lg);transform:translate(-50%,-50%)}.modal-head{display:grid;min-height:72px;grid-template-columns:38px minmax(0,1fr) 36px;align-items:center;gap:11px;border-bottom:1px solid var(--border);padding:12px 17px}.modal-title-icon{display:grid;width:36px;height:36px;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.modal-head h2{margin:0 0 4px;font-size:14px}.modal-head p{margin:0;color:var(--text-muted);font-size:9px}.install-steps{display:flex;flex-direction:column;gap:13px;padding:18px}.install-register-form{display:flex;flex-direction:column;gap:15px;padding:20px}.install-register-form>label{display:flex;flex-direction:column;gap:7px}.install-register-form>label>span{color:var(--text-soft);font-size:9px;font-weight:680}.install-register-form>label>input,.token-input{width:100%;height:40px;border:1px solid var(--border);border-radius:9px;outline:0;background:var(--surface-soft);color:var(--text);font-size:10px}.install-register-form>label>input{padding:0 11px}.install-register-form>label>input:focus,.token-input:focus-within{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.install-register-form label>small{color:var(--text-muted);font-size:8px;line-height:1.5}.token-input{display:grid;grid-template-columns:20px minmax(0,1fr) 30px;align-items:center;gap:5px;padding:0 6px 0 10px;color:var(--text-muted)}.token-input input{min-width:0;border:0;outline:0;background:transparent;color:var(--text);font-family:Consolas,Cascadia Code,monospace;font-size:10px}.token-input button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:7px;background:transparent;color:var(--text-muted);cursor:pointer}.token-input button:hover{background:var(--surface-hover);color:var(--accent)}.install-created{display:flex;align-items:center;gap:10px;border:1px solid color-mix(in srgb,var(--green) 30%,var(--border));border-radius:9px;background:var(--green-soft);padding:11px 13px;color:var(--green)}.install-created.waiting{border-color:color-mix(in srgb,var(--blue) 28%,var(--border));background:var(--blue-soft);color:var(--blue)}.install-created.online{border-color:color-mix(in srgb,var(--green) 35%,var(--border));background:var(--green-soft);color:var(--green)}.install-created>span{display:flex;min-width:0;flex-direction:column;gap:3px}.install-created strong{color:var(--text);font-size:10px}.install-created small{overflow:hidden;color:var(--text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.step-row{display:flex;align-items:center;gap:10px}.step-row>b{display:grid;width:28px;height:28px;flex:0 0 28px;place-items:center;border-radius:50%;background:var(--surface-soft);color:var(--accent);font-size:9px}.step-row>span{display:flex;flex-direction:column;gap:3px}.step-row strong{font-size:10px}.step-row small{color:var(--text-muted);font-size:9px}.install-system{align-self:flex-start;margin-left:38px}.code-block{position:relative;margin-left:38px;border:1px solid var(--border);border-radius:6px;background:#171a1e;padding:13px 46px 13px 13px;color:#d9e0e6}.code-block code{display:block;overflow-x:auto;font-family:Consolas,Cascadia Code,monospace;font-size:9px;line-height:1.7;white-space:pre-wrap;word-break:break-all}.code-copy{position:absolute;top:9px;right:9px;border-color:#353b41;background:#23272c;color:#d9e0e6}.install-note{display:flex;align-items:flex-start;gap:8px;margin-left:38px;border:1px solid color-mix(in srgb,var(--blue) 28%,var(--border));border-radius:6px;background:var(--blue-soft);padding:10px;color:var(--blue)}.install-note span{color:var(--text-soft);font-size:9px;line-height:1.55}.agent-command-actions{display:flex;align-items:center;gap:8px;margin-left:38px}.agent-command-actions button{min-height:36px}.agent-detection{display:flex;align-items:flex-start;gap:9px;margin-left:38px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft);padding:11px 12px}.agent-detection>span{display:flex;min-width:0;flex-direction:column;gap:3px}.agent-detection b{font-size:9px}.agent-detection small{color:var(--text-muted);font-size:8px;line-height:1.45}.agent-detection.online{border-color:color-mix(in srgb,var(--green) 32%,var(--border));background:var(--green-soft);color:var(--green)}.agent-detection.waiting{border-color:color-mix(in srgb,var(--blue) 26%,var(--border));background:var(--blue-soft);color:var(--blue)}.agent-detection.failed{border-color:color-mix(in srgb,var(--red) 30%,var(--border));background:var(--red-soft);color:var(--red)}.install-command-loading{display:flex;min-height:280px;flex-direction:column;align-items:center;justify-content:center;gap:7px;padding:20px;color:var(--text-muted);text-align:center}.install-command-loading b{color:var(--text-soft);font-size:11px}.install-command-loading span{max-width:360px;font-size:9px;line-height:1.5}.modal-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--border);background:var(--surface-soft);padding:12px 17px}.toast{position:fixed;right:20px;bottom:20px;z-index:90;display:flex;min-width:230px;min-height:43px;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--green) 35%,var(--border));border-radius:6px;background:var(--surface);padding:9px 10px 9px 12px;color:var(--green);box-shadow:var(--shadow-lg)}.toast span{flex:1;color:var(--text);font-size:10px}.toast button{display:grid;width:22px;height:22px;place-items:center;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.loading-state{display:flex;min-height:320px;align-items:center;justify-content:center;gap:13px;color:var(--text-muted)}.loading-state>span{display:flex;flex-direction:column;gap:4px}.loading-state b{color:var(--text-soft);font-size:12px}.loading-state small{font-size:9px}.spin{animation:spin .85s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1180px){.stat-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.overview-grid{grid-template-columns:1fr}.service-overview-summary{grid-template-columns:repeat(3,minmax(0,1fr))}.service-overview-node{grid-column:span 2}.service-overview-resource-stats{grid-template-columns:repeat(2,minmax(0,1fr))}.service-overview-resource-stats>div:nth-child(2){border-right:0}.service-overview-resource-stats>div:nth-child(-n+2){border-bottom:1px solid var(--border)}.health-panel{min-height:0}.settings-layout{grid-template-columns:1fr}}@media(max-width:1020px){.sidebar{display:none}.main-area{margin-left:0}.mobile-menu{display:inline-grid}.mobile-panel{position:fixed;top:0;right:0;bottom:0;left:0;z-index:80;display:block}.mobile-drawer{position:absolute;inset:8px auto 8px 8px;display:flex;width:min(280px,calc(86vw - 8px));flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-lg);animation:mobile-in .18s ease-out}@keyframes mobile-in{0%{transform:translate(-25px);opacity:.7}}.mobile-drawer-head{display:flex;height:72px;align-items:center;justify-content:space-between;border-bottom:1px solid var(--border);padding-right:16px}.mobile-drawer .nav-list{flex:0 0 auto}}@media(max-width:760px){.topbar{height:64px;gap:8px;padding:0 14px}.page-heading p{display:none}.page-heading h1{font-size:16px}.page-content{padding:17px 14px 30px}.search-box{width:min(220px,35vw)}.add-probe span{display:none}.add-probe{width:36px;padding:0}.overview-grid{display:flex;flex-direction:column}.service-overview-toolbar{align-items:stretch;flex-wrap:wrap}.service-overview-select-control.server-select{min-width:0;flex:1 1 100%}.service-overview-select-control.refresh-select{min-width:0;flex:1 1 180px}.service-overview-period,.service-overview-period button{flex:1}.service-overview-resource-tabs{overflow-x:auto}.service-overview-resource-tabs button{flex:1 0 auto;justify-content:center}.service-overview-chart-grid{grid-template-columns:1fr}.service-overview-inventory>div>article{grid-template-columns:1fr}.service-overview-inventory>div>article>span:last-child{align-items:flex-start;text-align:left}.threshold-row{grid-template-columns:34px minmax(0,1fr) 70px}.threshold-row input[type=range]{grid-column:2 / 4}.telegram-config-grid,.telegram-preferences,.account-config-grid,.reverse-proxy-content{grid-template-columns:1fr}.telegram-preferences .preference-row:nth-child(odd),.telegram-preferences .preference-row:nth-child(2n){padding-right:0;padding-left:0}.event-row{grid-template-columns:38px minmax(0,1fr) 18px}.event-time{display:none}}@media(max-width:580px){.page-heading>span{display:none}.topbar-actions{flex:1}.search-box{width:auto;flex:1}.topbar-actions>.icon-button:not(.add-probe){display:none}.page-stack{gap:14px}.stat-grid{gap:9px}.stat-card{min-height:96px;gap:10px;padding:13px}.stat-icon{width:34px;height:34px;flex-basis:34px}.stat-copy strong{font-size:17px}.stat-copy small{display:none}.section-heading{min-height:58px;padding:12px}.chart-legend{gap:7px}.traffic-totals{gap:12px}.health-panel .section-heading{align-items:flex-start;flex-direction:column}.sla-period{width:100%}.sla-period button{flex:1}.health-row{grid-template-columns:minmax(100px,1fr) minmax(60px,.8fr) 54px}.service-overview-summary{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.service-overview-node{grid-column:1 / -1}.service-overview-summary>a{justify-content:flex-start}.service-overview-chart-canvas{height:235px}.service-overview-chart.wide .service-overview-chart-canvas{height:250px}.service-overview-retention{align-items:flex-start;flex-wrap:wrap;justify-content:flex-start;line-height:1.5}.event-summary{align-items:flex-start;flex-wrap:wrap}.event-summary .secondary-button{width:100%}.detail-metric-grid,.system-info{grid-template-columns:1fr}.system-info>div:nth-child(odd){border-right:0}.system-info>div:nth-last-child(2){border-bottom:1px solid var(--border)}.network-live-cards{grid-template-columns:1fr}.drawer-actions{align-items:flex-start;flex-direction:column}.drawer-actions>span{padding-bottom:3px}.drawer-foot .text-button{display:none}.modal,.manage-modal{top:auto;bottom:0;left:0;width:100%;max-height:90vh;border-width:1px 0 0;border-radius:16px 16px 0 0;transform:none}.detail-drawer{top:6px;right:6px;bottom:6px;left:6px;width:auto;border-radius:13px}.install-register-form{padding:17px 15px}.install-steps{overflow-y:auto;padding:16px 14px}.install-system,.code-block,.install-note,.agent-command-actions,.agent-detection{margin-left:0}.agent-command-actions{align-items:stretch;flex-direction:column}.agent-command-actions button{width:100%}.public-traffic-usage{grid-template-columns:1fr;grid-template-areas:"copy" "breakdown" "meter"}.public-traffic-breakdown{justify-content:space-between}}@media(max-width:390px){.stat-grid{grid-template-columns:1fr}.stat-card{min-height:82px}.stat-copy small{display:block}.traffic-totals{flex-direction:column}.threshold-row{grid-template-columns:32px minmax(0,1fr) 68px}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.public-page{--public-card-radius: 14px;width:min(calc(100% - 32px),1080px);min-height:100vh;margin:0 auto;padding-bottom:26px;font-family:Inter,Segoe UI Variable,Segoe UI,Microsoft YaHei UI,sans-serif;letter-spacing:0;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}.public-page b,.public-page strong{font-synthesis:none}.public-header{display:flex;min-height:92px;align-items:center;justify-content:space-between;gap:20px}.public-brand{display:flex;min-width:0;align-items:center;gap:6px;color:var(--text);text-decoration:none}.public-brand>span{display:grid;width:27px;height:27px;flex:0 0 27px;place-items:center;border-radius:8px;background:var(--text);color:var(--surface)}.public-brand strong,.public-brand b{font-size:14px;font-style:italic}.public-brand b{color:var(--accent)}.public-brand i{width:1px;height:18px;margin:0 4px;background:var(--border-strong)}.public-brand em{overflow:hidden;color:var(--text-muted);font-size:12px;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.public-actions{display:flex;flex:0 0 auto;align-items:center;gap:7px}.public-login{display:inline-flex;height:34px;align-items:center;gap:5px;padding:0 5px;color:var(--text-muted);font-size:11px;text-decoration:none}.public-login:hover{color:var(--text)}.public-icon-button{display:grid;width:34px;height:34px;place-items:center;border:1px solid var(--border);border-radius:50%;background:var(--surface);cursor:pointer}.public-icon-button:hover{border-color:var(--border-strong);background:var(--surface-hover)}.public-online-pill{display:inline-flex;height:34px;align-items:center;gap:5px;border:1px solid var(--border);border-radius:18px;background:var(--surface);padding:0 10px;color:var(--text-soft);font-size:11px;white-space:nowrap}.public-online-pill b{font-size:13px}.public-online-pill i{width:7px;height:7px;border-radius:50%}.public-online-pill i.online{background:var(--green)}.public-online-pill i.offline{background:var(--red)}.public-search{display:flex;width:100%;height:44px;align-items:center;gap:9px;border:1px solid var(--border);border-radius:13px;background:var(--surface);padding:0 14px;color:var(--text-muted);box-shadow:var(--shadow-sm)}.public-search input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:12px}.public-search button{display:grid;width:25px;height:25px;place-items:center;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.public-main{padding-top:27px}.public-overview-heading{margin-bottom:28px}.public-overview-heading h1{margin:0 0 4px;font-size:16px;font-weight:720}.public-overview-heading p{margin:0;color:var(--text-muted);font-size:11px}.public-overview-heading p b{color:var(--text);font-weight:550;font-variant-numeric:tabular-nums}.public-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.public-summary-card{position:relative;display:flex;min-width:0;height:102px;flex-direction:column;justify-content:center;gap:9px;overflow:hidden;border:1px solid var(--border);border-radius:var(--public-card-radius);background:var(--surface);padding:17px 21px;box-shadow:0 4px 14px #1d27310b}.public-summary-card>span:first-child{color:var(--text-soft);font-size:13px;font-weight:600;line-height:1.2}.public-summary-card>strong{display:flex;align-items:center;gap:8px;font-size:19px;font-weight:740;line-height:1;font-variant-numeric:tabular-nums}.public-summary-card>strong>i{width:7px;height:7px;border-radius:50%}.public-summary-card>strong>i.blue{background:var(--blue)}.public-summary-card>strong>i.green{background:var(--green)}.public-summary-card>strong>i.red{background:var(--red)}.public-network-card{align-items:flex-start;gap:6px}.public-network-card>small{display:flex;width:100%;align-items:center;gap:9px;color:var(--text-muted);font-size:8px;font-variant-numeric:tabular-nums}.public-network-card>small b:first-child{color:var(--blue)}.public-network-card>small b:last-child{color:var(--accent)}.public-network-card>strong{display:flex;flex-wrap:wrap;gap:10px;font-size:9px;line-height:1}.public-network-card>strong span{display:inline-flex;align-items:center;gap:2px;white-space:nowrap}.public-network-card>strong span:first-child svg{color:var(--accent)}.public-network-card>strong span:last-child svg{color:var(--green)}.public-toolbar{display:flex;min-height:72px;align-items:center;justify-content:space-between;gap:12px}.public-layout-switch{display:flex;align-items:center;gap:7px}.public-layout-switch button{display:grid;width:32px;height:32px;place-items:center;border:0;border-radius:50%;background:var(--blue-soft);color:color-mix(in srgb,var(--blue) 58%,var(--text));cursor:pointer}.public-layout-switch button.active{background:var(--blue);color:#fff}.public-layout-switch>span{display:inline-flex;align-items:center;gap:4px;margin-left:4px;color:var(--text-muted);font-size:9px}.public-layout-switch>span svg{color:var(--green)}.public-sort{display:inline-flex;height:36px;align-items:center;gap:6px;border:1px solid var(--border);border-radius:18px;background:var(--surface);padding:0 5px 0 12px;color:var(--text-muted);box-shadow:var(--shadow-sm)}.public-sort-label{font-size:10px}.public-sort>i{width:1px;height:15px;background:var(--border)}.public-sort-select{width:94px}.public-sort-select .manage-select-trigger{height:28px;border:0;border-radius:14px;background:transparent;padding:0 7px 0 9px;color:var(--text-soft)}.public-sort-select .manage-select.open .manage-select-trigger{background:var(--surface-soft);box-shadow:none}.public-sort-select .manage-select-menu{right:0;left:auto;width:138px}.public-server-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.public-server-grid.list{grid-template-columns:1fr}.public-server-card{display:grid;width:100%;min-width:0;min-height:112px;grid-template-columns:minmax(135px,.75fr) minmax(0,1.9fr);grid-template-areas:"identity metrics" "identity traffic";align-items:start;column-gap:16px;row-gap:9px;border:1px solid var(--border);border-radius:var(--public-card-radius);background:var(--surface);padding:14px 15px;color:var(--text);cursor:pointer;text-align:left;box-shadow:0 3px 12px #1d27310a;transition:border-color .15s,box-shadow .15s,transform .15s}.public-server-card:hover{border-color:color-mix(in srgb,var(--accent) 40%,var(--border));box-shadow:0 8px 22px #1d273113;transform:translateY(-1px)}.public-server-card.offline{min-height:112px;background:color-mix(in srgb,var(--surface) 97%,var(--red))}.public-server-identity{grid-area:identity;display:flex;min-width:0;align-self:stretch;flex-direction:column;justify-content:center}.public-server-name{display:flex;min-width:0;align-items:center;gap:7px;line-height:1.25}.public-status{width:7px;height:7px;flex:0 0 7px;border-radius:50%}.public-status.online{background:var(--green)}.public-status.offline{background:var(--red)}.region-flag{position:relative;display:inline-block;width:20px;height:14px;flex:0 0 20px;overflow:hidden;border:1px solid color-mix(in srgb,var(--border-strong) 75%,transparent);border-radius:3px;background-color:var(--surface-soft);box-shadow:0 1px 2px #161e2614}.region-flag>img{display:block;width:100%;height:100%;object-fit:cover}.region-flag>i{position:absolute;display:block;font-style:normal}.flag-generic{background:linear-gradient(135deg,var(--blue-soft),var(--surface))}.flag-generic>i{top:3px;right:6px;bottom:3px;left:6px;border:1px solid var(--blue);border-radius:50%}.public-server-name strong{min-width:0;overflow:visible;font-size:11px;font-weight:720;line-height:1.35;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.public-server-name em{border-radius:6px;background:var(--surface-hover);padding:2px 5px;color:var(--text-muted);font-size:6px;font-style:normal;font-weight:650}.public-traffic-usage{grid-area:traffic;display:grid;min-width:0;grid-template-columns:minmax(0,1fr) auto;grid-template-areas:"copy breakdown" "meter meter";align-items:center;gap:6px 12px;border-top:1px solid var(--border);padding-top:8px}.public-traffic-copy{grid-area:copy;display:flex;min-width:0;align-items:baseline;gap:8px}.public-traffic-copy small{flex:0 0 auto;color:var(--text-muted);font-size:8px;font-weight:600}.public-traffic-copy b{min-width:0;overflow:hidden;color:var(--text-soft);font-size:9px;font-weight:700;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.public-traffic-copy b em{color:var(--text-muted);font-style:normal;font-weight:500}.public-traffic-breakdown{grid-area:breakdown;display:flex;align-items:center;gap:11px}.public-traffic-breakdown small{color:var(--text-muted);font-size:7px;white-space:nowrap}.public-traffic-breakdown b{color:var(--text-soft);font-size:8px;font-variant-numeric:tabular-nums}.public-traffic-usage>i,.traffic-quota-cell>i,.remaining-time-cell>i{grid-area:meter;width:100%;height:5px;overflow:hidden;border-radius:4px;background:var(--surface-hover)}.public-traffic-usage>i em,.traffic-quota-cell>i em,.remaining-time-cell>i em{display:block;height:100%;border-radius:inherit}.public-traffic-usage em.healthy,.traffic-quota-cell em.healthy,.remaining-time-cell em.healthy{background:var(--green)}.public-traffic-usage em.warning,.traffic-quota-cell em.warning,.remaining-time-cell em.warning{background:var(--yellow)}.public-traffic-usage em.danger,.traffic-quota-cell em.danger,.remaining-time-cell em.danger{background:var(--red)}.public-server-metrics{grid-area:metrics;display:grid;min-width:0;grid-template-columns:repeat(6,minmax(0,1fr));align-self:start;gap:8px}.public-metric{display:flex;min-width:0;flex-direction:column;gap:3px;line-height:1.1}.public-metric small{color:var(--text-muted);font-size:9px;font-weight:720}.public-metric b{overflow:hidden;font-size:10px;font-weight:780;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.public-metric>i{width:100%;height:4px;overflow:hidden;border-radius:3px;background:var(--surface-hover)}.public-metric>i em{display:block;height:100%}.public-metric>i em.healthy{background:var(--green)}.public-metric>i em.warning{background:var(--yellow)}.public-metric>i em.danger{background:var(--red)}.public-offline-copy{grid-area:metrics;align-self:start;color:var(--red);font-size:9px;font-weight:650;text-align:right}.public-empty{display:flex;min-height:180px;flex-direction:column;align-items:center;justify-content:center;gap:6px;border:1px dashed var(--border-strong);border-radius:var(--public-card-radius);color:var(--text-muted)}.public-empty strong{color:var(--text-soft);font-size:11px}.public-empty span{font-size:9px}.public-footer{display:flex;min-height:76px;align-items:flex-end;justify-content:space-between;color:var(--text-muted);font-size:9px}.drawer-actions.read-only{justify-content:flex-end}.ufw-blocked-body{min-height:100vh;margin:0;background:#f4f5f7}.ufw-blocked-page{display:grid;min-height:100vh;place-items:center;padding:24px;font-family:Inter,Segoe UI,Microsoft YaHei,sans-serif}.ufw-blocked-panel{width:min(100%,460px);border:1px solid #dfe3e8;border-radius:14px;background:#fff;padding:34px;box-shadow:0 18px 55px #171f2a1f}.ufw-blocked-label{display:inline-flex;min-height:31px;align-items:center;border-radius:7px;background:#fff0ec;padding:0 11px;color:#d84b24;font-size:12px;font-weight:760}.ufw-blocked-panel h1{margin:22px 0 24px;color:#18202a;font-size:24px;font-weight:760;letter-spacing:0}.ufw-blocked-address{display:flex;min-height:48px;align-items:center;justify-content:space-between;gap:20px;border-top:1px solid #edf0f2;padding-top:18px}.ufw-blocked-address span{color:#818a95;font-size:12px}.ufw-blocked-address code{overflow-wrap:anywhere;color:#18202a;font-family:Consolas,monospace;font-size:13px;font-weight:720;text-align:right}@media(prefers-color-scheme:dark){.ufw-blocked-body{background:#11161c}.ufw-blocked-panel{border-color:#303841;background:#1a2027;box-shadow:none}.ufw-blocked-label{background:#3a241f;color:#ff8a68}.ufw-blocked-panel h1,.ufw-blocked-address code{color:#edf2f7}.ufw-blocked-address{border-color:#303841}.ufw-blocked-address span{color:#9ea8b3}}.admin-auth-loading{display:flex;min-height:100vh;align-items:center;justify-content:center;gap:10px;color:var(--text-muted);font-size:11px}.admin-login-page{position:relative;display:grid;min-height:100vh;place-items:center;background:var(--bg);padding:60px 18px 30px}.admin-back-home{position:absolute;top:24px;left:28px;display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:10px;text-decoration:none}.admin-back-home:hover{color:var(--text)}.admin-login-panel{width:min(100%,390px);border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:26px;box-shadow:var(--shadow-lg)}.admin-login-brand{display:flex;align-items:center;justify-content:center;margin-bottom:28px}.admin-login-brand>span{display:grid;width:34px;height:34px;place-items:center;border-radius:50%;background:var(--accent);color:#fff;margin-right:8px}.admin-login-brand strong,.admin-login-brand b{font-size:17px}.admin-login-brand b{color:var(--accent)}.admin-login-copy{display:flex;align-items:center;gap:11px;border-bottom:1px solid var(--border);padding-bottom:17px}.admin-login-copy>span{display:grid;width:37px;height:37px;flex:0 0 37px;place-items:center;border-radius:7px;background:var(--accent-soft);color:var(--accent)}.admin-login-copy h1{margin:0 0 4px;font-size:16px}.admin-login-copy p{margin:0;color:var(--text-muted);font-size:9px}.admin-login-panel form{display:flex;flex-direction:column;gap:14px;padding-top:20px}.admin-login-panel form>label{display:flex;flex-direction:column;gap:6px}.admin-login-panel form>label>span{color:var(--text-soft);font-size:9px;font-weight:650}.admin-login-panel form>label>div{display:flex;height:40px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);padding:0 10px;color:var(--text-muted)}.admin-login-panel form>label>div:focus-within{border-color:var(--accent);background:var(--surface)}.admin-login-panel input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--text);font-size:11px}.admin-login-panel label button{display:grid;width:24px;height:24px;place-items:center;border:0;background:transparent;color:var(--text-muted);cursor:pointer}.admin-login-error{margin:-2px 0 0;color:var(--red);font-size:9px}.admin-login-submit{display:inline-flex;height:40px;align-items:center;justify-content:center;gap:7px;border:1px solid var(--accent);border-radius:6px;background:var(--accent);color:#fff;font-size:11px;font-weight:680;cursor:pointer}.admin-login-submit:hover{border-color:var(--accent-dark);background:var(--accent-dark)}.admin-login-submit:disabled{cursor:wait;opacity:.7}.admin-login-panel>small{display:block;margin-top:14px;color:var(--text-muted);font-size:8px;text-align:center}.admin-session-row{display:grid;grid-template-columns:28px minmax(0,1fr) 28px;align-items:center;gap:8px}.admin-session-row>span{display:grid;width:28px;height:28px;place-items:center;border-radius:6px;background:var(--accent-soft);color:var(--accent)}.admin-session-row>div{display:flex;min-width:0;flex-direction:column;gap:2px}.admin-session-row b{overflow:hidden;color:var(--text-soft);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.admin-session-row small{color:var(--text-muted);font-size:8px}.admin-session-row button{display:grid;width:28px;height:28px;place-items:center;border:0;border-radius:5px;background:transparent;color:var(--text-muted);cursor:pointer}.admin-session-row button:hover{background:var(--surface-hover);color:var(--red)}.mobile-admin-session{display:flex;align-items:center;justify-content:space-between;border-top:1px solid var(--border);margin-top:auto;padding:14px 18px}.mobile-admin-session span,.mobile-admin-session button{display:inline-flex;align-items:center;gap:6px;font-size:10px}.mobile-admin-session button{border:0;background:transparent;color:var(--red);cursor:pointer}@media(max-width:900px){.public-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.public-server-grid{grid-template-columns:1fr}}@media(max-width:560px){.public-page{width:100%;padding:0 15px 24px}.public-header{min-height:94px;align-items:flex-start;padding-top:17px}.public-brand i,.public-brand em{display:none}.public-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px}.public-login{order:5;width:100%;height:21px;justify-content:flex-end;padding:0 3px}.public-main{padding-top:17px}.public-overview-heading{margin-bottom:26px}.public-summary-grid{gap:9px}.public-summary-card{height:102px;padding:16px 18px}.public-toolbar{min-height:70px}.public-layout-switch>span{display:none}.public-server-card{min-height:164px;grid-template-columns:1fr;grid-template-areas:"identity" "metrics" "traffic";gap:11px;padding:14px}.public-server-name{justify-content:flex-start}.public-server-identity{align-items:stretch}.public-server-metrics{grid-template-columns:repeat(3,minmax(0,1fr));gap:9px 12px}.public-traffic-copy{gap:6px}.public-offline-copy{text-align:left}.public-server-card.offline{min-height:126px;align-content:start}.public-footer{min-height:100px;flex-direction:column;align-items:center;justify-content:center;gap:7px}.admin-back-home{top:18px;left:18px}.admin-login-panel{padding:22px 18px}}.server-detail-page{width:min(calc(100% - 32px),1024px);min-height:100vh;margin:0 auto}.server-detail-main{padding-top:27px}.server-detail-title{display:inline-flex;align-items:flex-start;gap:8px;margin-bottom:14px;color:var(--text);text-decoration:none}.server-detail-title>svg{margin-top:2px;border-radius:50%;background:var(--text);color:var(--surface);padding:2px}.server-detail-title>span{display:flex;flex-direction:column;gap:3px}.server-detail-title h2{margin:0;font-size:20px;font-weight:760}.server-detail-title small{max-width:700px;overflow:hidden;color:var(--text-muted);font-size:10px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.server-detail-info{display:grid;grid-template-columns:repeat(6,minmax(0,auto));width:fit-content;max-width:100%;gap:12px 28px;margin:0 0 29px 6px}.server-detail-info>div{display:flex;min-width:0;flex-direction:column;gap:3px}.server-detail-info>div.wide{grid-column:span 2}.server-detail-info dt{color:var(--text-muted);font-size:10px;font-weight:650}.server-detail-info dd{overflow:hidden;margin:0;color:var(--text);font-size:11px;font-weight:650;text-overflow:ellipsis;white-space:nowrap}.server-detail-info dd.online{align-self:flex-start;border-radius:4px;background:var(--green);padding:2px 5px;color:#fff;font-size:8px;font-weight:700}.server-detail-info dd.offline{align-self:flex-start;border-radius:4px;background:var(--red);padding:2px 5px;color:#fff;font-size:8px;font-weight:700}.server-detail-tab-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:28px;margin:6px 0}.server-detail-tab-line>i{height:1px;background:var(--border)}.server-detail-tab-line>div{display:flex;border-radius:20px;background:var(--surface-hover);padding:3px}.server-detail-tab-line button{height:34px;border:0;border-radius:17px;background:transparent;padding:0 15px;color:var(--text-muted);font-size:11px;font-weight:700;cursor:pointer}.server-detail-tab-line button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.server-period-switch{display:inline-flex;align-items:center;border:1px solid var(--border);border-radius:18px;background:var(--surface-hover);padding:2px;margin:0 0 10px}.server-period-switch button{display:inline-flex;height:30px;min-width:66px;align-items:center;justify-content:center;gap:5px;border:0;border-radius:15px;background:transparent;color:var(--text-muted);font-size:10px;font-weight:650;cursor:pointer}.server-period-switch button.active{background:var(--surface);color:var(--text);box-shadow:var(--shadow-sm)}.server-chart-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.server-chart-card{min-width:0;height:208px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:13px 14px 10px;box-shadow:var(--shadow-sm)}.server-chart-head{display:flex;min-height:34px;align-items:flex-start;justify-content:space-between;gap:9px}.server-chart-head>span{display:flex;min-width:0;flex-direction:column;gap:2px}.server-chart-head h3{margin:0;font-size:14px;font-weight:720}.server-chart-head small{overflow:hidden;color:var(--text-muted);font-size:9px;font-weight:550;text-overflow:ellipsis;white-space:nowrap}.server-chart-head>strong{max-width:60%;overflow:hidden;font-size:11px;font-weight:760;text-overflow:ellipsis;white-space:nowrap}.server-chart-legend{display:flex;min-height:16px;align-items:center;gap:10px;color:var(--text-muted);font-size:9px;font-weight:600}.server-chart-legend span{display:inline-flex;align-items:center;gap:4px}.server-chart-legend i{width:5px;height:5px;border-radius:50%}.server-chart-canvas{height:138px}.server-detail-footer{min-height:72px}.server-detail-footer a{display:inline-flex;align-items:center;gap:4px;color:var(--text-muted);text-decoration:none}.server-detail-loading{display:flex;min-height:100vh;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--text-muted);font-size:10px}.server-detail-loading a{color:var(--accent)}.service-network-view{display:flex;flex-direction:column;gap:10px}.service-network-tabs{display:grid;grid-template-columns:repeat(auto-fill,minmax(155px,180px));gap:8px}.service-network-tabs>button{position:relative;display:grid;min-width:0;min-height:88px;grid-template-columns:7px minmax(0,1fr);grid-template-areas:"state name" "stats stats";align-items:start;gap:6px 7px;overflow:hidden;border:1px solid color-mix(in srgb,var(--service-color) 44%,var(--border));border-radius:10px;background:color-mix(in srgb,var(--service-color) 5%,var(--surface));padding:10px 11px 9px;color:var(--text);cursor:pointer;text-align:left;box-shadow:var(--shadow-sm);transition:opacity .15s,border-color .15s,background .15s}.service-network-tabs>button:before{position:absolute;inset:0 0 auto;height:3px;background:var(--service-color);content:""}.service-network-tabs>button:hover{border-color:color-mix(in srgb,var(--service-color) 72%,var(--border))}.service-network-tabs>button.active{background:color-mix(in srgb,var(--service-color) 8%,var(--surface))}.service-network-tabs>button.hidden{border-style:dashed;background:var(--surface);opacity:.48}.service-network-tabs>button.hidden:before{opacity:.45}.service-network-tabs>button>i{grid-area:state;width:7px;height:7px;margin-top:3px;border-radius:50%}.service-network-tabs>button>i.online{background:var(--green)}.service-network-tabs>button>i.offline{background:var(--red)}.service-network-target-name{grid-area:name;display:flex;min-width:0;flex-direction:column;gap:2px}.service-network-target-name b{overflow:hidden;font-size:11px;font-weight:720;text-overflow:ellipsis;white-space:nowrap}.service-network-target-name small{color:var(--text-muted);font-size:9px;font-weight:550}.service-network-card-stats{grid-area:stats;display:flex;min-width:0;flex-direction:column;gap:4px;border-top:1px solid color-mix(in srgb,var(--service-color) 20%,var(--border));padding-top:6px}.service-network-card-stats>span{display:flex;min-width:0;align-items:baseline;justify-content:space-between;gap:7px}.service-network-card-stats small{color:var(--text-muted);font-size:8px;font-weight:600}.service-network-card-stats strong{overflow:hidden;font-size:10px;font-weight:720;font-variant-numeric:tabular-nums;text-overflow:ellipsis;white-space:nowrap}.service-network-card-stats strong.healthy{color:var(--green)}.service-network-card-stats strong.warning{color:var(--yellow)}.service-network-card-stats strong.danger{color:var(--red)}.service-latency-chart{border:1px solid var(--border);border-radius:11px;background:var(--surface);padding:14px;box-shadow:var(--shadow-sm)}.service-curve-legend{display:flex;min-height:24px;flex-wrap:wrap;align-items:center;gap:7px 13px;color:var(--text-muted);font-size:9px;font-weight:600}.service-curve-legend span{display:inline-flex;min-width:0;align-items:center;gap:5px}.service-curve-legend i{width:7px;height:3px;flex:0 0 7px;border-radius:2px}.service-latency-tooltip{min-width:190px;border:1px solid var(--border);border-radius:8px;background:var(--surface);padding:9px 10px;box-shadow:var(--shadow-lg)}.service-latency-tooltip>span{display:block;border-bottom:1px solid var(--border);padding-bottom:6px;color:var(--text-muted);font-size:9px;font-weight:650}.service-latency-tooltip>div{display:grid;grid-template-columns:7px minmax(70px,1fr) auto;align-items:center;gap:2px 7px;padding-top:7px}.service-latency-tooltip i{width:7px;height:7px;border-radius:50%}.service-latency-tooltip b{overflow:hidden;color:var(--text-soft);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.service-latency-tooltip strong{color:var(--text);font-size:9px;font-variant-numeric:tabular-nums}.service-latency-tooltip strong.failed{color:var(--red)}.service-latency-tooltip small{grid-column:2 / -1;color:var(--text-muted);font-size:7px}.service-chart-canvas{height:300px}.service-network-empty{display:flex;min-height:320px;flex-direction:column;align-items:center;justify-content:center;border:1px dashed var(--border-strong);border-radius:8px;color:var(--text-muted)}.service-network-empty h3{margin:10px 0 4px;color:var(--text-soft);font-size:12px}.service-network-empty p{margin:0;font-size:9px}@media(max-width:850px){.server-chart-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.server-detail-info{grid-template-columns:repeat(4,minmax(0,auto))}}@media(max-width:560px){.server-detail-page{width:100%;padding:0 15px}.server-detail-main{padding-top:17px}.server-detail-title h2{font-size:19px}.server-detail-info{grid-template-columns:repeat(2,minmax(0,1fr));width:100%;gap:14px 18px;margin-left:0}.server-detail-info>div.wide{grid-column:span 2}.server-detail-info dt{font-size:9px}.server-detail-info dd{overflow:visible;font-size:10px;line-height:1.35;overflow-wrap:anywhere;text-overflow:clip;white-space:normal}.server-detail-tab-line{gap:15px;margin-top:17px}.server-period-switch{display:flex;width:100%}.server-period-switch button{min-width:0;flex:1}.server-chart-grid{grid-template-columns:1fr}.server-chart-card{height:205px}.service-network-tabs{grid-template-columns:repeat(2,minmax(0,1fr))}.service-chart-canvas{height:260px}}.management-summary{display:flex;min-height:76px;align-items:center;gap:12px;border:1px solid var(--border);border-radius:7px;background:var(--surface);padding:14px 16px}.management-summary>span{display:grid;width:38px;height:38px;flex:0 0 38px;place-items:center;border-radius:7px;background:var(--blue-soft);color:var(--blue)}.service-management-summary>span{background:var(--accent-soft);color:var(--accent)}.firewall-summary>span{background:var(--red-soft);color:var(--red)}.management-summary>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:4px}.management-summary b{font-size:12px}.management-summary small{color:var(--text-muted);font-size:9px}.management-table-panel{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.management-table-scroll{overflow-x:auto}.management-table{width:100%;min-width:1120px;border-collapse:collapse}.node-management-table{min-width:1080px}.management-table th{height:39px;border-bottom:1px solid var(--border);background:var(--surface-soft);padding:0 12px;color:var(--text-muted);font-size:8px;font-weight:650;text-align:left}.management-table td{height:62px;border-bottom:1px solid var(--border);padding:8px 12px;color:var(--text-soft);font-size:9px}.management-table tbody tr:last-child td{border-bottom:0}.management-table tbody tr:hover{background:color-mix(in srgb,var(--surface-hover) 65%,transparent)}.node-management-table th:last-child,.node-management-table td:last-child{position:sticky;right:0;z-index:2;min-width:122px;background:var(--surface);box-shadow:-10px 0 18px color-mix(in srgb,var(--text) 7%,transparent)}.node-management-table th:last-child{z-index:3;background:var(--surface-soft)}.node-management-table tbody tr:hover td:last-child{background:color-mix(in srgb,var(--surface-hover) 65%,var(--surface))}.management-server-name{display:flex;min-width:190px;align-items:center;gap:9px}.management-server-name>i{display:grid;width:30px;height:30px;flex:0 0 30px;place-items:center;border-radius:6px;background:var(--surface-soft);color:var(--text-soft);font-style:normal}.management-server-name>span{display:flex;min-width:0;flex-direction:column;gap:3px}.management-server-name b{overflow:hidden;color:var(--text);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.management-server-name small{overflow:hidden;color:var(--text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.management-region-flag{width:24px;height:17px;flex-basis:24px;border-radius:4px}.management-country-flag{display:flex;min-height:16px;align-items:center}.management-country-flag .region-flag{width:18px;height:13px;flex-basis:18px}.management-stack{display:flex;max-width:150px;flex-direction:column;gap:3px}.management-stack b{overflow:hidden;color:var(--text-soft);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.management-stack small{color:var(--text-muted);font-size:8px}.traffic-quota-cell{display:flex;width:190px;flex-direction:column;gap:6px}.traffic-quota-cell>span{display:flex;align-items:center;justify-content:space-between;gap:7px}.traffic-quota-cell b{color:var(--text-soft);font-size:8px;font-weight:650;white-space:nowrap}.traffic-quota-cell small{color:var(--text-muted);font-size:8px}.traffic-direction-values{display:flex;align-items:center;justify-content:space-between;gap:8px}.traffic-direction-values small{font-variant-numeric:tabular-nums;white-space:nowrap}.remaining-time-cell{display:flex;width:150px;flex-direction:column;gap:6px}.remaining-time-cell>span{display:flex;align-items:center;justify-content:space-between;gap:8px}.remaining-time-cell b{color:var(--text-soft);font-size:9px;font-weight:680;white-space:nowrap}.remaining-time-cell small{color:var(--text-muted);font-size:8px;white-space:nowrap}.management-actions{display:flex;align-items:center;gap:5px}.management-actions button{display:grid;width:29px;height:29px;place-items:center;border:1px solid var(--border);border-radius:5px;background:var(--surface);color:var(--text-muted);cursor:pointer}.management-actions button:hover{border-color:var(--border-strong);background:var(--surface-hover);color:var(--text)}.management-actions button.danger:hover{border-color:color-mix(in srgb,var(--red) 55%,var(--border));background:var(--red-soft);color:var(--red)}.management-actions button:disabled{cursor:wait;opacity:.55}.manage-modal-layer{z-index:85}.manage-modal{position:absolute;top:50%;left:50%;display:flex;width:min(680px,calc(100vw - 28px));max-height:min(780px,calc(100vh - 30px));flex-direction:column;overflow:hidden;border:1px solid var(--border);border-radius:14px;background:var(--surface);box-shadow:var(--shadow-lg);transform:translate(-50%,-50%)}.manage-modal-head{display:grid;min-height:68px;grid-template-columns:36px minmax(0,1fr) 32px;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:11px 16px}.manage-modal-head>span{display:grid;width:34px;height:34px;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent)}.manage-modal-head>div{min-width:0}.manage-modal-head h2{margin:0 0 3px;font-size:13px}.manage-modal-head p{overflow:hidden;margin:0;color:var(--text-muted);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.manage-modal-head>button{display:grid;width:30px;height:30px;place-items:center;border:0;border-radius:5px;background:transparent;color:var(--text-muted);cursor:pointer}.manage-modal-head>button:hover{background:var(--surface-hover)}.manage-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px;overflow-y:auto;padding:17px}.manage-form>label,.manage-form>.manage-field{display:flex;min-width:0;flex-direction:column;gap:6px}.manage-form>label.wide,.manage-form>.wide{grid-column:1 / -1}.manage-form>label>span,.manage-form>.manage-field>span,.service-server-picker legend{color:var(--text-soft);font-size:9px;font-weight:650}.manage-form input:not([type=checkbox]),.manage-form select,.manage-form textarea{width:100%;border:1px solid var(--border);border-radius:8px;outline:0;background:var(--surface-soft);padding:0 9px;color:var(--text);font-size:10px}.manage-form input:not([type=checkbox]),.manage-form select{height:36px}.manage-form textarea{min-height:72px;resize:vertical;padding-top:9px;line-height:1.5}.manage-form input:focus,.manage-form select:focus,.manage-form textarea:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.manage-form input:disabled{cursor:not-allowed;opacity:.5}.manage-select{position:relative;z-index:1}.manage-select.open{z-index:12}.manage-select-trigger{display:grid;width:100%;height:36px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:8px;background:var(--surface-soft);padding:0 9px 0 11px;color:var(--text);cursor:pointer;text-align:left}.manage-select-trigger span{overflow:hidden;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.manage-select-trigger svg{color:var(--text-muted);transition:transform .16s}.manage-select.open .manage-select-trigger{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.manage-select.open .manage-select-trigger svg{transform:rotate(180deg)}.manage-select-menu{position:absolute;top:calc(100% + 7px);left:0;display:flex;width:100%;max-height:300px;flex-direction:column;gap:2px;overflow-y:auto;border:1px solid var(--border);border-radius:10px;background:var(--surface);padding:5px;box-shadow:0 14px 34px #1219202e}.manage-select-menu button{display:grid;min-height:34px;grid-template-columns:minmax(0,1fr) 18px;align-items:center;border:0;border-radius:7px;background:transparent;padding:0 8px 0 10px;color:var(--text-soft);cursor:pointer;text-align:left}.manage-select-menu button span{font-size:9px}.manage-select-menu button:hover{background:var(--surface-hover);color:var(--text)}.manage-select-menu button.selected{background:var(--accent-soft);color:var(--accent);font-weight:680}.manage-switch-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.server-manage-form .manage-switch-row{grid-template-columns:repeat(2,minmax(0,1fr))}.node-editor-modal{width:min(760px,calc(100vw - 28px))}.manage-switch-row>label{display:flex;min-width:0;align-items:flex-start;gap:8px;border:1px solid var(--border);border-radius:9px;background:var(--surface-soft);padding:10px;cursor:pointer}.manage-switch-row input{margin-top:2px;accent-color:var(--accent)}.manage-switch-row span{display:flex;min-width:0;flex-direction:column;gap:3px}.manage-switch-row b{font-size:9px}.manage-switch-row small{color:var(--text-muted);font-size:8px;line-height:1.35}.manage-error{margin:0;color:var(--red);font-size:9px}.manage-modal-actions{display:flex;justify-content:flex-end;gap:8px;border-top:1px solid var(--border);background:var(--surface-soft);padding:12px 16px}.danger-button{display:inline-flex;min-height:36px;align-items:center;justify-content:center;gap:6px;border:1px solid var(--red);border-radius:7px;background:var(--red);padding:0 13px;color:#fff;font-size:10px;font-weight:680;cursor:pointer}.danger-button:hover{border-color:color-mix(in srgb,var(--red) 86%,#000);background:color-mix(in srgb,var(--red) 86%,#000)}.danger-button:disabled{cursor:wait;opacity:.65}.confirm-modal{width:min(490px,calc(100vw - 28px))}.danger-confirm-modal .manage-modal-head>span{background:var(--red-soft);color:var(--red)}.confirm-modal-body{display:flex;align-items:flex-start;gap:13px;padding:22px 20px}.confirm-warning-icon{display:grid;width:44px;height:44px;flex:0 0 44px;place-items:center;border-radius:12px;background:var(--red-soft);color:var(--red)}.confirm-modal-body>span{display:flex;min-width:0;flex-direction:column;gap:7px}.confirm-modal-body b{font-size:12px}.confirm-modal-body p{margin:0;color:var(--text-muted);font-size:9px;line-height:1.65}.confirm-error{margin:-8px 20px 15px}.service-server-picker{min-width:0;border:0;padding:0}.service-server-picker legend{margin-bottom:7px}.service-server-picker legend small{margin-left:5px;color:var(--text-muted);font-size:8px;font-weight:400}.service-server-picker>div{display:grid;max-height:170px;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px;overflow-y:auto;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);padding:8px}.service-server-picker>div>label{display:flex;min-width:0;align-items:center;gap:7px;border-radius:5px;padding:7px;cursor:pointer}.service-server-picker>div>label:hover{background:var(--surface-hover)}.service-server-picker input{accent-color:var(--accent)}.service-server-picker label span{display:flex;min-width:0;flex-direction:column;gap:2px}.service-server-picker label b{overflow:hidden;font-size:9px;text-overflow:ellipsis;white-space:nowrap}.service-server-picker label small{color:var(--text-muted);font-size:8px}.service-type-badge{display:inline-flex;height:23px;align-items:center;border-radius:12px;padding:0 8px;font-size:8px;font-weight:650}.service-type-badge.icmp{background:var(--blue-soft);color:var(--blue)}.service-type-badge.tcp{background:var(--accent-soft);color:var(--accent)}.service-type-badge.http{background:var(--green-soft);color:var(--green)}.service-target{display:block;max-width:190px;overflow:hidden;color:var(--text-soft);font-size:8px;text-overflow:ellipsis;white-space:nowrap}.service-management-summary>.service-management-toolbar{display:flex;min-width:0;flex:0 0 auto;flex-direction:row;align-items:center;gap:7px}.service-management-toolbar label{display:flex;height:36px;align-items:center;gap:6px;border:1px solid var(--border);border-radius:6px;background:var(--surface-soft);padding:0 8px;color:var(--text-muted)}.service-management-toolbar input{width:64px;border:0;outline:0;background:transparent;color:var(--text);font-size:10px;font-variant-numeric:tabular-nums}.service-management-toolbar em{color:var(--text-muted);font-size:8px;font-style:normal}.service-batch-message{display:flex;min-height:40px;align-items:center;gap:8px;border:1px solid color-mix(in srgb,var(--green) 35%,var(--border));border-radius:6px;background:var(--green-soft);padding:8px 10px;color:var(--green);font-size:9px}.service-batch-message button{display:grid;width:22px;height:22px;place-items:center;border:0;background:transparent;margin-left:auto;color:var(--text-muted);cursor:pointer}.management-empty{display:flex;min-height:220px;flex-direction:column;align-items:center;justify-content:center;gap:6px;color:var(--text-muted)}.management-empty b{color:var(--text-soft);font-size:10px}.management-empty span{font-size:8px}.firewall-ban-panel{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.firewall-panel-heading{display:flex;min-height:58px;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:11px 16px}.firewall-panel-heading>span{display:grid;width:32px;height:32px;flex:0 0 32px;place-items:center;border-radius:7px;background:var(--red-soft);color:var(--red)}.firewall-panel-heading>div{display:flex;min-width:0;flex-direction:column;gap:3px}.firewall-panel-heading b{font-size:11px}.firewall-panel-heading small{color:var(--text-muted);font-size:8px}.firewall-ban-form{display:grid;grid-template-columns:minmax(180px,.75fr) minmax(260px,1.5fr) auto;align-items:end;gap:12px;padding:15px 16px}.firewall-ban-form label{display:flex;min-width:0;flex-direction:column;gap:6px}.firewall-ban-form label>span{color:var(--text-soft);font-size:9px;font-weight:650}.firewall-ban-form input{width:100%;height:36px;border:1px solid var(--border);border-radius:7px;outline:0;background:var(--surface-soft);padding:0 10px;color:var(--text);font-size:10px}.firewall-ban-form input:focus{border-color:var(--accent);background:var(--surface);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent) 12%,transparent)}.firewall-message{margin:0 16px 14px;border:1px solid var(--border);border-radius:6px;padding:9px 11px;font-size:9px}.firewall-message.success{border-color:color-mix(in srgb,var(--green) 35%,var(--border));background:var(--green-soft);color:var(--green)}.firewall-message.failed{border-color:color-mix(in srgb,var(--red) 35%,var(--border));background:var(--red-soft);color:var(--red)}.firewall-table{min-width:850px}.firewall-table th:last-child,.firewall-table td:last-child{width:120px;text-align:right}.firewall-ip{color:var(--text);font-family:Consolas,monospace;font-size:9px;font-weight:700}.firewall-source{display:inline-flex;min-height:22px;align-items:center;border-radius:11px;padding:0 8px;font-size:8px;font-weight:680;white-space:nowrap}.firewall-source.automatic{background:var(--red-soft);color:var(--red)}.firewall-source.manual{background:var(--blue-soft);color:var(--blue)}.firewall-reason{display:block;max-width:320px;overflow:hidden;color:var(--text-soft);text-overflow:ellipsis;white-space:nowrap}.firewall-time{color:var(--text-muted);font-variant-numeric:tabular-nums;white-space:nowrap}.firewall-unblock-button{display:inline-flex;height:30px;align-items:center;justify-content:center;gap:5px;border:1px solid var(--border);border-radius:6px;background:var(--surface);padding:0 9px;color:var(--text-soft);font-size:8px;font-weight:650;cursor:pointer;white-space:nowrap}.firewall-unblock-button:hover{border-color:color-mix(in srgb,var(--green) 40%,var(--border));background:var(--green-soft);color:var(--green)}.firewall-unblock-button:disabled{cursor:wait;opacity:.55}.update-summary>button{margin-left:auto}.update-message{display:flex;min-height:42px;align-items:center;gap:8px;border:1px solid var(--border);border-radius:7px;padding:9px 12px;font-size:9px}.update-message.success{border-color:color-mix(in srgb,var(--green) 35%,var(--border));background:var(--green-soft);color:var(--green)}.update-message.failed{border-color:color-mix(in srgb,var(--red) 35%,var(--border));background:var(--red-soft);color:var(--red)}.update-server-panel,.update-agent-panel{overflow:hidden;border:1px solid var(--border);border-radius:7px;background:var(--surface)}.update-panel-heading{display:flex;min-height:60px;align-items:center;gap:10px;border-bottom:1px solid var(--border);padding:11px 16px}.update-panel-heading>span{display:grid;width:34px;height:34px;flex:0 0 34px;place-items:center;border-radius:8px;background:var(--accent-soft);color:var(--accent)}.update-panel-heading>div{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.update-panel-heading b{font-size:11px}.update-panel-heading small{color:var(--text-muted);font-size:8px}.update-panel-heading>a{display:inline-flex;align-items:center;gap:5px;color:var(--text-muted);font-size:8px;text-decoration:none}.update-panel-heading>a:hover{color:var(--accent)}.update-version-row{display:grid;min-height:96px;grid-template-columns:minmax(120px,.8fr) 60px minmax(130px,.8fr) minmax(120px,1fr) auto;align-items:center;gap:14px;padding:17px 20px}.update-version-row>span:not(.update-server-state){display:flex;flex-direction:column;gap:5px}.update-version-row small{color:var(--text-muted);font-size:8px}.update-version-row b{font-size:17px;font-variant-numeric:tabular-nums}.update-version-row b.available{color:var(--accent)}.update-version-row>i{position:relative;height:1px;background:var(--border)}.update-version-row>i:after{position:absolute;top:-3px;right:0;width:7px;height:7px;border-top:1px solid var(--text-muted);border-right:1px solid var(--text-muted);content:"";transform:rotate(45deg)}.update-server-state{display:inline-flex;align-items:center;gap:5px;justify-self:start;border-radius:12px;background:var(--green-soft);padding:5px 9px;color:var(--green);font-size:8px;font-weight:680}.update-server-state.requested,.update-server-state.running,.update-server-state.restarting{background:var(--blue-soft);color:var(--blue)}.update-server-state.failed{background:var(--red-soft);color:var(--red)}.update-inline-warning{display:flex;align-items:center;gap:7px;margin:0;border-top:1px solid var(--border);background:var(--yellow-soft);padding:10px 16px;color:var(--yellow);font-size:8px}.update-agent-table{min-width:900px}.update-agent-table th:last-child,.update-agent-table td:last-child{width:80px;text-align:right}.agent-update-status{display:inline-flex;min-height:23px;align-items:center;gap:5px;border-radius:12px;padding:0 8px;font-size:8px;font-weight:680;white-space:nowrap}.agent-update-status.current,.agent-update-status.completed{background:var(--green-soft);color:var(--green)}.agent-update-status.available,.agent-update-status.pending,.agent-update-status.installing{background:var(--blue-soft);color:var(--blue)}.agent-update-status.manual,.agent-update-status.server-required{background:var(--yellow-soft);color:var(--yellow)}.agent-update-status.failed{background:var(--red-soft);color:var(--red)}.agent-update-error{display:block;max-width:280px;overflow:hidden;margin-top:4px;color:var(--red);font-size:7px;text-overflow:ellipsis;white-space:nowrap}@media(max-width:700px){.management-summary{align-items:flex-start;flex-wrap:wrap}.management-summary>div{min-width:calc(100% - 55px)}.management-summary>button{width:100%}.service-management-summary>.service-management-toolbar{width:100%;flex-wrap:wrap}.service-management-toolbar label,.service-management-toolbar .primary-button,.service-management-toolbar .secondary-button{flex:1}.manage-form{grid-template-columns:1fr}.manage-form>label.wide,.manage-form>.wide{grid-column:1}.manage-switch-row,.server-manage-form .manage-switch-row{grid-template-columns:1fr}.service-server-picker>div{grid-template-columns:1fr}.manage-select-menu{max-height:230px}.firewall-ban-form{grid-template-columns:1fr}.firewall-ban-form .danger-button{width:100%}.update-summary>button{width:100%;margin-left:0}.update-version-row{grid-template-columns:1fr 34px 1fr;gap:10px;padding:15px}.update-version-row .update-server-state{grid-column:1 / 3}.update-version-row .primary-button{grid-column:3;grid-row:2}.update-panel-heading{flex-wrap:wrap}.update-agent-panel .update-panel-heading>button{width:100%}}@media(max-width:580px){.manage-modal{top:auto;right:auto;bottom:0;left:0;width:100%;max-height:90vh;border-width:1px 0 0;border-radius:16px 16px 0 0;transform:none}.confirm-modal{height:auto}}
