:root{--hc-panel:#101720;--hc-panel2:#0d141c;--hc-line:#202b37;--hc-text:#edf4f7;--hc-muted:#9ba9b4;--hc-green:#6ee7a8;--hc-amber:#f4b869;--hc-red:#f47777}:root[data-theme="light"]{--hc-panel:#fff;--hc-panel2:#fafaf7;--hc-line:#d4d4d0;--hc-text:#0a0a0a;--hc-muted:#696966;--hc-green:#527b70;--hc-amber:#9b713b;--hc-red:#b8413a}.home-cloud-view{display:none;padding:18px;gap:16px}.home-cloud-view.active{display:grid}.hc-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px}.hc-toolbar h1{margin:3px 0;font:500 28px/1.1 Georgia,"Times New Roman",serif}.hc-toolbar p:last-child{margin:0;color:var(--hc-muted);font-size:11px}.hc-toolbar-meta{display:flex;align-items:center;gap:10px}.hc-health{display:inline-flex;align-items:center;gap:7px;padding:7px 10px;border:1px solid var(--hc-line);border-radius:999px;font-size:11px}.hc-health i,.hc-state i,.hc-wan-line i,.hc-device>i{width:7px;height:7px;border-radius:50%;background:currentColor}.hc-health.online,.hc-state.online,.hc-wan-line.online{color:var(--hc-green)}.hc-health.warning,.hc-state.warning,.hc-wan-line.warning{color:var(--hc-amber)}.hc-health.offline,.hc-state.offline,.hc-wan-line.offline{color:var(--hc-red)}#homeCloudUpdated{color:var(--hc-muted);font-size:11px}.hc-sites{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;align-items:start}.hc-site{display:grid;gap:14px;min-width:0;padding:16px;border:1px solid var(--hc-line);border-radius:12px;background:var(--hc-panel)}.hc-site>header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.hc-site>header h2{margin:4px 0 0;font:500 22px/1.2 Georgia,"Times New Roman",serif}.hc-state{display:inline-flex;align-items:center;gap:6px;padding:5px 8px;border:1px solid currentColor;border-radius:999px;font-size:10px}.hc-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.hc-kpis article{min-width:0;padding:11px;border:1px solid var(--hc-line);border-radius:8px;background:var(--hc-panel2)}.hc-kpis span,.hc-kpis strong,.hc-kpis small{display:block}.hc-kpis span{color:var(--hc-muted);font-size:9px;text-transform:uppercase;letter-spacing:.06em}.hc-kpis strong{margin:8px 0 4px;font-size:18px;font-weight:500;font-variant-numeric:tabular-nums;white-space:nowrap}.hc-kpis small{overflow:hidden;color:var(--hc-muted);font-size:9px;text-overflow:ellipsis;white-space:nowrap}.hc-bandwidth{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;padding:11px;border:1px solid var(--hc-line);border-radius:8px}.hc-bandwidth div{display:grid;gap:4px}.hc-bandwidth span{color:var(--hc-muted);font-size:9px}.hc-bandwidth b{font-size:12px;font-weight:500}.hc-wans{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.hc-wan-line{display:grid;grid-template-columns:1fr auto;gap:4px;padding:10px;border:1px solid var(--hc-line);border-radius:8px;background:var(--hc-panel2)}.hc-wan-line span{display:flex;align-items:center;gap:6px;font-size:10px}.hc-wan-line b{color:var(--hc-text);font-size:11px;font-weight:500}.hc-wan-line small{grid-column:1/-1;color:var(--hc-muted);font-size:9px}.hc-device-head{display:flex;align-items:center;justify-content:space-between;color:var(--hc-muted);font-size:10px}.hc-device-head b{font-weight:500;color:var(--hc-green)}.hc-devices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-height:350px;overflow:auto;scrollbar-gutter:stable}.hc-device{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 10px;border:1px solid var(--hc-line);border-radius:8px;background:var(--hc-panel2)}.hc-device>i{color:var(--hc-green)}.hc-device.offline>i{color:var(--hc-red)}.hc-device.unknown>i{color:var(--hc-muted)}.hc-device strong,.hc-device span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hc-device strong{font-size:10px;font-weight:500}.hc-device span,.hc-device small{color:var(--hc-muted);font-size:9px}.hc-device small{white-space:nowrap}.hc-unavailable,.hc-empty{display:grid;place-items:center;gap:6px;min-height:90px;padding:20px;border:1px dashed var(--hc-line);border-radius:10px;color:var(--hc-muted);font-size:11px;text-align:center}:root[data-theme="light"] .hc-site,:root[data-theme="light"] .hc-kpis article,:root[data-theme="light"] .hc-wan-line,:root[data-theme="light"] .hc-device{background:#fff;border-color:#d4d4d0}:root[data-theme="light"] .hc-kpis article,:root[data-theme="light"] .hc-wan-line,:root[data-theme="light"] .hc-device{background:#fafaf7}@media(max-width:1180px){.hc-sites{grid-template-columns:1fr}.hc-kpis{grid-template-columns:repeat(4,1fr)}}@media(max-width:720px){.home-cloud-view{padding:12px}.hc-toolbar{align-items:flex-start}.hc-toolbar-meta{display:grid;justify-items:end}.hc-sites{grid-template-columns:1fr}.hc-kpis{grid-template-columns:repeat(2,1fr)}.hc-bandwidth,.hc-wans{grid-template-columns:1fr}.hc-devices{grid-template-columns:1fr;max-height:none}.hc-device small{display:none}.hc-device-head{align-items:flex-start;gap:8px}.hc-site>header h2{font-size:20px}}
