:root{font-family:Inter,SF Pro Display,PingFang SC,Microsoft YaHei,system-ui,sans-serif;color:#edf3fb;background:#080d16;font-synthesis:none;text-rendering:optimizeLegibility;--panel: rgba(17, 25, 39, .92);--panel-border: rgba(136, 160, 195, .16);--muted: #8e9cb0;--cyan: #42d9d0;--blue: #5d8dff;--green: #46d39a;--yellow: #f1bd5a;--amber: #f1bd5a;--red: #ff6877}*{box-sizing:border-box}html{min-width:320px;background:#080d16}body{margin:0;min-height:100vh;background:radial-gradient(circle at 12% -10%,rgba(35,100,150,.25),transparent 36%),radial-gradient(circle at 88% 4%,rgba(25,153,145,.15),transparent 30%),#080d16}button,input{font:inherit}button{cursor:pointer}.app-shell{min-height:100vh}.topbar{position:sticky;top:0;z-index:30;height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 max(22px,calc((100vw - 1500px)/2));background:#080d16db;border-bottom:1px solid var(--panel-border);backdrop-filter:blur(18px)}.brand{display:flex;align-items:center;gap:12px}.brand-mark,.icon-box{display:grid;place-items:center;border:1px solid rgba(83,216,208,.25);background:#42d9d017;color:var(--cyan);border-radius:12px}.brand-mark{width:42px;height:42px}.brand div{display:flex;flex-direction:column;line-height:1.25}.brand strong{letter-spacing:.03em}.brand span{color:var(--muted);font-size:12px}.top-actions{display:flex;align-items:center;gap:10px}.search-box{width:min(320px,34vw);display:flex;align-items:center;gap:9px;padding:9px 12px;border:1px solid var(--panel-border);border-radius:11px;background:#111927cc;color:var(--muted)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:#fff}.refresh-button,.range-switch button,.icon-button{border:1px solid var(--panel-border);color:#dce7f5;background:#111927d6;border-radius:10px}.refresh-button{display:flex;align-items:center;gap:7px;padding:9px 13px}.refresh-button:disabled{opacity:.55}.spinning{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}main{width:min(1500px,calc(100% - 36px));margin:0 auto;padding:42px 0 50px}.hero-section{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:25px}.hero-section h1{max-width:850px;margin:7px 0 8px;font-size:clamp(28px,4vw,47px);line-height:1.12;letter-spacing:-.035em}.hero-section p{margin:0;color:var(--muted)}.eyebrow{color:#7791b5;font-size:11px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}.update-chip{white-space:nowrap;color:#b7c2d1;font-size:13px;padding:10px 13px;border:1px solid var(--panel-border);border-radius:999px;background:#111927ad}.live-dot{width:7px;height:7px;display:inline-block;margin-right:8px;border-radius:50%;background:var(--green);box-shadow:0 0 14px var(--green)}.alert-banner{margin-bottom:18px;padding:13px 16px;border:1px solid rgba(241,189,90,.28);border-radius:12px;color:#ffd993;background:#f1bd5a14}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:16px}.stat-card{display:flex;align-items:center;gap:14px;min-height:105px;padding:18px;border:1px solid var(--panel-border);border-radius:16px;background:linear-gradient(145deg,#131d2deb,#0c1420eb);box-shadow:0 16px 38px #00000029}.stat-card>span{display:grid;place-items:center;width:42px;height:42px;border-radius:12px;color:var(--cyan);background:#42d9d01a}.stat-card div{display:flex;flex-direction:column;gap:4px}.stat-card small{color:var(--muted)}.stat-card strong{font-size:27px}.stat-card em{color:#8795aa;font-style:normal;font-size:15px;font-weight:500}.panel{border:1px solid var(--panel-border);border-radius:16px;background:linear-gradient(145deg,#121b2af0,#0c131ff0);box-shadow:0 18px 44px #00000029}.overview-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:16px;margin-bottom:34px}.problems-panel,.weather-panel{min-height:264px;padding:21px}.section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:15px}.section-header h2{margin:3px 0 0;font-size:22px}.section-header>span{color:var(--muted);font-size:13px}.severity-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.severity-item{min-height:77px;padding:13px;border-radius:12px;border:1px solid rgba(255,255,255,.07);background:#ffffff06}.severity-item strong{display:block;font-size:26px}.severity-item span{color:#a8b4c4;font-size:13px}.severity-disaster{border-color:#ff43524d}.severity-disaster strong{color:#ff5969}.severity-high{border-color:#ff68773d}.severity-high strong{color:#ff7b87}.severity-average strong{color:#ff9d65}.severity-warning strong{color:#f1bd5a}.severity-information strong{color:#6b96ff}.severity-unclassified strong{color:#94a2b4}.weather-panel{display:grid;grid-template-columns:1.25fr .9fr;gap:13px}.weather-primary{display:flex;align-items:center;gap:13px}.weather-primary img{width:98px;height:98px;object-fit:contain;filter:drop-shadow(0 12px 22px rgba(25,174,196,.18))}.weather-primary strong{color:#c6d3e4}.weather-temp{font-size:48px;font-weight:750;line-height:1;margin:4px 0}.weather-temp small{font-size:22px;color:var(--muted)}.indoor-estimate{display:flex;align-items:center;gap:11px;padding:14px;border-radius:13px;background:#42d9d012;border:1px solid rgba(66,217,208,.14);color:var(--cyan)}.indoor-estimate div{display:flex;flex-direction:column;color:#b9c8d9}.indoor-estimate strong{color:#fff;font-size:23px}.indoor-estimate small{color:var(--muted)}.weather-details{grid-column:1 / -1;display:flex;flex-wrap:wrap;gap:9px 17px;color:#9eacc0;font-size:13px}.weather-details span{display:flex;align-items:center;gap:6px}.weather-footer{grid-column:1 / -1;display:flex;justify-content:space-between;color:#6f7e94;font-size:11px;border-top:1px solid var(--panel-border);padding-top:10px}.content-section{margin-top:30px}.card-grid{display:grid;gap:14px}.host-grid,.network-grid{grid-template-columns:repeat(3,1fr)}.host-card,.network-card{padding:18px;min-height:245px;transition:transform .18s ease,border-color .18s ease;cursor:pointer}.host-card:hover,.network-card:hover{transform:translateY(-2px);border-color:#42d9d04d}.card-header{display:flex;justify-content:space-between;gap:12px}.card-header h3,.generic-card h3{margin:3px 0 0;font-size:17px}.title-with-icon{display:flex;gap:11px}.icon-box{width:40px;height:40px;flex:none}.card-description{min-height:20px;margin:9px 0 13px;color:var(--muted);font-size:13px}.status-badge{display:inline-flex;height:fit-content;align-items:center;gap:5px;padding:5px 8px;border-radius:999px;font-size:11px;font-weight:700;white-space:nowrap}.status-online{color:#65e3af;background:#46d39a1a}.status-degraded{color:#ffd070;background:#f1bd5a1a}.status-offline{color:#ff7c89;background:#ff68771a}.status-unknown{color:#a6b0c0;background:#8e9cb01a}.quick-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.quick-metric{min-width:0;display:grid;grid-template-columns:auto 1fr;gap:4px 6px;padding:10px;border-radius:11px;background:#ffffff06;color:#6d91b5}.quick-metric span{color:var(--muted);font-size:11px}.quick-metric strong{grid-column:1 / -1;color:#eaf1fa;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.metric-list{margin-top:13px}.metric-row+.metric-row{margin-top:9px}.metric-heading{display:flex;justify-content:space-between;color:#aebacd;font-size:12px}.metric-heading strong{color:#e2eaf4}.progress-track{height:5px;margin-top:5px;background:#7a91b226;border-radius:999px;overflow:hidden}.progress-fill{height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f88ff,#42d9d0)}.card-footer{display:flex;justify-content:space-between;gap:10px;margin-top:14px;padding-top:11px;border-top:1px solid var(--panel-border);color:#76869b;font-size:11px}.card-footer span{display:inline-flex;align-items:center;gap:5px}.traffic-grid{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:19px}.traffic-grid>div{padding:15px;border-radius:12px;background:#ffffff07}.traffic-grid span{display:flex;align-items:center;gap:6px;color:#8fa0b7;font-size:12px}.traffic-grid strong{display:block;margin-top:7px;font-size:21px}.generic-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.generic-card{display:flex;align-items:center;gap:12px;padding:15px}.generic-main{min-width:0;flex:1}.generic-main small{color:#748398;font-size:10px}.empty-panel{padding:32px;color:var(--muted);text-align:center}.site-footer{width:min(1500px,calc(100% - 36px));margin:0 auto;padding:25px 0 35px;display:flex;justify-content:space-between;gap:20px;color:#66758a;border-top:1px solid var(--panel-border);font-size:12px}.dialog-backdrop{position:fixed;inset:0;z-index:100;display:grid;place-items:center;padding:20px;background:#02060cc7;backdrop-filter:blur(10px)}.dialog-panel{width:min(1160px,100%);max-height:calc(100vh - 40px);overflow:auto;padding:21px;border:1px solid rgba(121,150,190,.22);border-radius:18px;background:#0d1522;box-shadow:0 35px 90px #00000080}.dialog-header{display:flex;justify-content:space-between}.dialog-header h2{margin:4px 0 0}.icon-button{width:40px;height:40px;display:grid;place-items:center}.range-switch{display:flex;gap:7px;margin:18px 0 8px}.range-switch button{padding:7px 12px;color:#8f9db1}.range-switch button.active{color:#051316;border-color:var(--cyan);background:var(--cyan);font-weight:700}.trend-chart{width:100%;height:min(560px,66vh)}.chart-state{padding:12px;color:var(--muted)}.error-text{color:#ff8893}@media(max-width:1100px){.host-grid,.network-grid,.generic-grid,.stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.topbar{height:auto;min-height:68px;padding:12px 14px;align-items:flex-start}.brand span{display:none}.top-actions{flex:1;justify-content:flex-end}.search-box{width:min(220px,52vw)}.refresh-button{padding:9px}.refresh-button{font-size:0}main{width:min(100% - 22px,1500px);padding-top:26px}.hero-section{align-items:flex-start;flex-direction:column}.hero-section h1{font-size:30px}.stats-grid,.overview-grid,.host-grid,.network-grid,.generic-grid{grid-template-columns:1fr}.stat-card{min-height:88px}.weather-panel{grid-template-columns:1fr}.weather-details,.weather-footer{grid-column:1}.weather-footer,.card-footer,.site-footer{flex-direction:column}.quick-metrics{grid-template-columns:repeat(2,1fr)}.dialog-backdrop{padding:8px}.dialog-panel{max-height:calc(100vh - 16px);padding:14px}.trend-chart{height:62vh}}.load-strip{display:flex;align-items:center;flex-wrap:wrap;gap:7px 10px;margin-top:12px;padding:9px 10px;border-radius:10px;color:#7f9dbd;background:#ffffff06;font-size:11px}.load-strip>span{color:var(--muted);margin-right:auto}.load-strip strong{color:#dfe8f4;font-weight:650}.host-severity-list{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;margin-top:12px}.mini-severity{display:flex;justify-content:space-between;gap:5px;padding:5px 7px;border:1px solid rgba(255,255,255,.06);border-radius:7px;color:#8291a5;font-size:10px;background:#ffffff05}.mini-severity strong{color:#dce5f0}.mini-disaster strong,.mini-high strong{color:#ff7b87}.mini-average strong{color:#ff9d65}.mini-warning strong{color:#f1bd5a}.mini-information strong{color:#6b96ff}.selected-point-panel{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px 14px;margin-top:6px;padding:12px 14px;border:1px solid rgba(66,217,208,.17);border-radius:12px;background:#42d9d00e;color:#aebccd;font-size:12px}.selected-point-panel strong{color:#eef5fc}@media(max-width:760px){.selected-point-panel{grid-template-columns:repeat(2,minmax(0,1fr))}.host-severity-list{grid-template-columns:repeat(2,1fr)}}.host-card:focus-visible,.network-card:focus-visible,button:focus-visible,input:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}.live-dot.muted{background:var(--amber);box-shadow:0 0 14px var(--amber)}.filter-box{display:flex;align-items:center;gap:7px;padding:8px 10px;border:1px solid var(--panel-border);border-radius:11px;background:#111927cc;color:var(--muted)}.filter-box select{border:0;outline:0;color:#dce7f5;background:transparent;font:inherit;cursor:pointer}.filter-box select option{color:#dce7f5;background:#111927}.filter-box:focus-within{outline:2px solid var(--cyan);outline-offset:3px}@media(max-width:900px){.filter-box{padding:9px}.filter-box select{width:72px}}.ranking-panel{margin-bottom:34px;padding:21px}.ranking-columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.ranking-column{padding:14px;border:1px solid rgba(255,255,255,.06);border-radius:13px;background:#ffffff05}.ranking-column h3{display:flex;align-items:center;gap:8px;margin:0 0 13px;color:#dce7f5;font-size:15px}.ranking-column h3 svg{color:var(--cyan)}.ranking-list{display:grid;gap:11px}.ranking-row>div:first-child{display:flex;justify-content:space-between;gap:12px;margin-bottom:5px;color:#aebacd;font-size:12px}.ranking-row>div:first-child span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ranking-row strong{color:#edf4fc}.ranking-track{height:6px;overflow:hidden;border-radius:999px;background:#7a91b226}.ranking-track span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#4f88ff,#42d9d0)}.ranking-empty{margin:18px 0;color:var(--muted);font-size:13px;text-align:center}.problem-footer{margin-top:12px;padding-top:10px;border-top:1px solid var(--panel-border);color:#6f7e94;font-size:11px}.freshness-warning{color:var(--yellow)!important}.trend-chart-hidden{display:none}@media(max-width:760px){.ranking-columns{grid-template-columns:1fr}}@media(max-width:620px){.top-actions{flex-wrap:wrap}.filter-box{display:flex;padding:9px}.filter-box svg{display:none}.filter-box select{width:68px}.search-box{width:min(190px,48vw)}}.hero-status-stack{display:flex;flex-direction:column;align-items:flex-end;gap:8px}.refresh-countdown{display:inline-flex;align-items:center;gap:6px;color:#7f90a6;font-size:11px}.refresh-button{min-width:92px;justify-content:center}.refresh-button[aria-busy=true]{border-color:#42d9d040;color:#aeece8}.host-card{min-height:380px;display:flex;flex-direction:column}.host-resource-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.resource-block{min-width:0;padding:13px;border:1px solid rgba(255,255,255,.065);border-radius:13px;background:#ffffff06}.resource-heading{display:flex;align-items:center;justify-content:space-between;gap:8px;color:#a9b7c9;font-size:12px}.resource-heading>span{display:inline-flex;align-items:center;gap:6px}.resource-heading svg{color:var(--cyan)}.resource-heading small{color:#75869c;font-size:10px;white-space:nowrap}.resource-value{display:block;margin:9px 0 8px;color:#f3f8fd;font-size:27px;line-height:1}.host-uptime-strip{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:10px;padding:10px 12px;border-radius:11px;color:#899ab0;background:#5d8dff0e}.host-uptime-strip span{display:inline-flex;align-items:center;gap:7px}.host-uptime-strip strong{color:#dce8f5;font-size:13px}.storage-list{padding:11px 12px;border:1px solid rgba(255,255,255,.05);border-radius:11px;background:#ffffff04}.metric-group-title{margin-bottom:9px;color:#71849d;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.history-cta{display:flex;align-items:center;justify-content:center;gap:7px;margin-top:auto;padding:10px 12px;border:1px solid rgba(66,217,208,.12);border-radius:10px;color:#8fc9ca;background:#42d9d009;font-size:11px}.host-card:hover .history-cta,.host-card:focus-visible .history-cta{border-color:#42d9d04d;color:#c0f3ef}.dialog-header{gap:20px}.dialog-subtitle{margin:7px 0 0;color:#8190a5;font-size:12px}.dialog-actions{display:flex;align-items:center;gap:8px}.dialog-refresh{display:inline-flex;align-items:center;gap:7px;height:40px;padding:0 12px;border:1px solid var(--panel-border);border-radius:10px;color:#dce7f5;background:#111927d6}.dialog-refresh:disabled{opacity:.55}.trend-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:16px 0 10px}.trend-toolbar .range-switch{margin:0}.trend-guidance{display:inline-flex;align-items:center;gap:6px;color:#71849d;font-size:11px}.series-summary-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:10px;margin:12px 0}.series-summary-card{padding:12px 14px;border:1px solid rgba(255,255,255,.065);border-radius:12px;background:#ffffff06}.series-summary-card header{display:flex;justify-content:space-between;gap:10px;color:#aebccd;font-size:12px}.series-summary-card header small{color:#74869d}.series-summary-card>strong{display:block;margin:8px 0;color:#f1f7fd;font-size:25px}.series-summary-card>div{display:flex;flex-wrap:wrap;gap:6px 12px;color:#7e8fa5;font-size:10px}.chart-state{min-height:120px;display:grid;place-items:center;border:1px dashed rgba(130,153,184,.16);border-radius:12px}.site-footer{align-items:center}.site-footer span:first-child{color:#8292a7}@media(max-width:760px){.hero-status-stack{align-items:flex-start}.host-resource-grid{grid-template-columns:1fr}.host-card{min-height:0}.trend-toolbar{align-items:flex-start;flex-direction:column}.dialog-header{align-items:flex-start}.dialog-actions{flex-shrink:0}.dialog-refresh{width:40px;padding:0;justify-content:center;font-size:0}.series-summary-grid{grid-template-columns:1fr}}@media(max-width:480px){.hero-section h1{font-size:27px}.refresh-countdown{font-size:10px}.resource-heading{align-items:flex-start;flex-direction:column}.selected-point-panel{grid-template-columns:1fr}}.dialog-panel{width:min(1240px,100%)}.trend-chart{height:clamp(340px,48vh,500px);margin-top:4px;border:1px solid rgba(126,151,186,.11);border-radius:14px;background:#050a1238}.series-toggle{width:100%;color:inherit;text-align:left;cursor:pointer;transition:opacity .16s ease,border-color .16s ease,transform .16s ease}.series-toggle:hover{border-color:#42d9d040;transform:translateY(-1px)}.series-toggle header svg{color:var(--cyan)}.series-toggle.disabled{opacity:.42}.series-toggle.disabled>strong{color:#8491a3}.selected-point-panel{position:sticky;bottom:0;z-index:3;grid-template-columns:minmax(150px,1.35fr) repeat(5,minmax(100px,1fr));margin-top:10px;box-shadow:0 -12px 30px #04091057;backdrop-filter:blur(14px)}.selected-point-placeholder{margin-top:10px;padding:11px 13px;border:1px dashed rgba(113,143,181,.18);border-radius:11px;color:#71849d;font-size:12px;text-align:center}.point-browser{margin-top:14px;padding-top:13px;border-top:1px solid var(--panel-border)}.point-browser>header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:9px;color:#c9d5e4;font-size:12px}.point-browser>header span{color:#74869d;font-size:11px}.point-browser-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;max-height:190px;overflow:auto;padding-right:3px}.point-browser-list button{min-width:0;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 10px;padding:9px 10px;border:1px solid rgba(255,255,255,.06);border-radius:10px;color:#9eacc0;background:#ffffff05;text-align:left}.point-browser-list button:hover,.point-browser-list button.active{border-color:#42d9d04d;background:#42d9d011}.point-browser-list button span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.point-browser-list button strong{color:#eef5fc}.point-browser-list button small{grid-column:1 / -1;color:#697b92}.resource-heading small{max-width:112px;overflow:hidden;text-overflow:ellipsis}@media(max-width:900px){.point-browser-list{grid-template-columns:repeat(2,minmax(0,1fr))}.selected-point-panel{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(max-width:760px){.topbar{flex-wrap:wrap;gap:10px}.top-actions{width:100%;display:grid;grid-template-columns:minmax(0,1fr) auto auto}.search-box{width:100%}.filter-box select{width:74px}.dialog-backdrop{align-items:stretch;padding:0}.dialog-panel{width:100%;max-height:100dvh;min-height:100dvh;padding:14px;border:0;border-radius:0}.dialog-header{position:sticky;top:-14px;z-index:8;margin:-14px -14px 0;padding:14px;background:#0d1522f5;border-bottom:1px solid var(--panel-border);backdrop-filter:blur(16px)}.trend-chart{height:390px}.selected-point-panel{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}.point-browser-list{grid-template-columns:1fr;max-height:230px}.series-summary-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.series-summary-card>div{display:grid;grid-template-columns:1fr}}@media(max-width:520px){.top-actions{grid-template-columns:minmax(0,1fr) auto}.filter-box{order:3;grid-column:1 / -1;justify-content:space-between}.filter-box select,.hero-status-stack{width:100%}.update-chip{white-space:normal}.series-summary-grid{grid-template-columns:1fr}.trend-toolbar{margin-top:12px}.range-switch{width:100%}.range-switch button{flex:1}.trend-guidance{line-height:1.55}.trend-chart{height:350px}.selected-point-panel{grid-template-columns:1fr 1fr}}
