@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;450;500;550;600;650;700;750;800&display=swap');
:root{--bg:#eff1f3;--surface:#fff;--soft:#f6f7f8;--ink:#222b3d;--muted:#727b89;--line:#eceef1;--blue:#6197c3;--bluebg:#e7f0f8;--green:#438c77;--greenbg:#e7f2ed;--orange:#be8442;--orangebg:#fcf0df;--red:#c9685d;--redbg:#faeae6;--shadow:0 12px 40px #26394f04;--sidebar:#f9fafb}
[data-theme=dark]{--bg:#171d26;--surface:#222a35;--soft:#293340;--ink:#ecf0f6;--muted:#a0abba;--line:#323c49;--blue:#8ab9df;--bluebg:#2c4257;--green:#85c5ae;--greenbg:#2a403b;--orange:#e1b376;--orangebg:#433a2e;--red:#ec9b90;--redbg:#453333;--shadow:none;--sidebar:#1d242e}
*{box-sizing:border-box}body{margin:0;background:var(--bg);font-family:Manrope,Arial,sans-serif;color:var(--ink);font-size:13px;line-height:1.5}button,input,select{font:inherit}button,a,input,select{-webkit-tap-highlight-color:transparent}button{color:inherit;border:0;cursor:pointer;background:none}button:focus-visible,a:focus-visible,select:focus-visible,input:focus-visible{outline:3px solid var(--blue);outline-offset:3px}button:hover{filter:brightness(.97)}svg{display:block}button svg{width:18px;height:18px;flex:none}h1,h2,h3,p{margin:0}h1{font-size:32px;letter-spacing:-1.3px;font-weight:600}h2{font-size:17px;letter-spacing:-.4px;font-weight:650}h3{font-size:14px;font-weight:650}small,.muted{color:var(--muted)}small{font-size:11px}.shell{max-width:1800px;min-height:100vh;margin:auto;display:grid;grid-template-columns:208px minmax(0,1fr)}aside{background:var(--sidebar);padding:36px 20px;position:sticky;top:0;height:100vh;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;font-size:22px;font-weight:800;letter-spacing:-1px;padding:0 15px 37px}.brand span{display:grid;place-items:center;background:var(--ink);color:var(--surface);width:35px;height:35px;border-radius:12px;font-size:18px;letter-spacing:-2px}.brand small{font-weight:500;font-size:11px;letter-spacing:0;margin-left:auto}.nav-label{text-transform:uppercase;letter-spacing:1.8px;font-size:9px;color:var(--muted);padding:12px 15px}.nav{display:flex;align-items:center;text-align:left;gap:12px;padding:13px 15px;border-radius:12px;width:100%;margin:3px 0;color:var(--muted)}.nav.active{background:var(--bluebg);color:var(--ink);font-weight:650}.nav b{margin-left:auto;font-size:11px;font-weight:500}.aside-bottom{margin-top:auto;padding:22px 14px 0}.demo-dot{display:inline-block;width:6px;height:6px;background:var(--blue);border-radius:50%;margin-right:6px}.theme{display:flex;align-items:center;gap:9px;margin-bottom:24px;padding:9px 0}.workspace{padding:26px 40px 110px;min-width:0}.topbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:37px;height:40px}.crumb{color:var(--muted);display:flex;align-items:center;gap:12px}.crumb strong{font-weight:550;color:var(--ink)}.top-actions{display:flex;gap:15px;align-items:center}.demo-badge{font-size:10px;letter-spacing:.5px;color:var(--muted);padding:6px 10px;border-radius:7px;background:var(--surface)}.avatar{width:33px;height:33px;border-radius:50%;background:var(--bluebg);display:grid;place-items:center;font-size:10px;font-weight:750}.heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:26px}.heading p{color:var(--muted);margin-top:6px}.select,.pill{background:var(--surface);border:0;border-radius:20px;padding:10px 16px;color:var(--ink);font-size:11px}.select{padding-right:27px}.pill{display:inline-flex;align-items:center;gap:7px}.pill.soft{background:var(--soft)}.pill.primary{background:var(--ink);color:var(--surface)}.intro-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:25px}.stat{display:flex;gap:13px;align-items:center;padding:10px 0}.stat-icon{width:41px;height:41px;border-radius:50%;background:var(--surface);display:grid;place-items:center;color:var(--muted)}.stat-icon svg{width:18px;height:18px}.stat-value{font-size:29px;line-height:1.1;font-weight:550;letter-spacing:-1px;margin-top:8px}.stat-value small{font-size:11px;letter-spacing:0;margin-left:8px;font-weight:500}.two-col{display:grid;grid-template-columns:minmax(0,1.55fr) minmax(300px,1fr);gap:24px;margin-bottom:24px}.panel{background:var(--surface);border-radius:24px;padding:27px 29px;box-shadow:var(--shadow);min-width:0}.panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}.panel-head p{color:var(--muted);font-size:11px;margin-top:5px}.text-button{font-size:11px;color:var(--muted);display:inline-flex;align-items:center;gap:6px;white-space:nowrap}.hero-number{font-size:44px;letter-spacing:-2px;font-weight:500;line-height:1.1}.hero-number small{font-size:13px;letter-spacing:0}.health-layout{display:flex;align-items:center;gap:24px}.health-copy{width:124px;flex:none}.health-copy p{font-size:11px;color:var(--muted);margin-top:12px}.matrix{display:grid;grid-template-columns:repeat(13,1fr);gap:7px;flex:1}.tile{height:25px;background:var(--greenbg);border-radius:5px;position:relative}.tile:after{content:'';position:absolute;inset:8px 40%;border-radius:4px;background:var(--green);opacity:.7}.tile.warn{background:var(--orangebg)}.tile.warn:after{background:var(--orange)}.tile.critical{background:var(--redbg)}.tile.critical:after{background:var(--red)}.tile.unknown{background:var(--soft)}.tile.unknown:after{background:var(--muted)}.legend{display:flex;flex-wrap:wrap;gap:16px;color:var(--muted);font-size:10px;margin-top:23px}.dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:var(--green);margin-right:6px}.dot.warn{background:var(--orange)}.dot.critical{background:var(--red)}.dot.unknown{background:var(--muted)}.incident{width:100%;display:flex;align-items:center;text-align:left;gap:12px;padding:15px 0;border-top:1px solid var(--line)}.incident:first-of-type{border-top:0}.incident-icon{width:36px;height:36px;border-radius:12px;background:var(--orangebg);color:var(--orange);display:grid;place-items:center;flex:none}.incident-icon.critical{background:var(--redbg);color:var(--red)}.incident-icon.unknown{background:var(--soft);color:var(--muted)}.incident-icon svg{width:16px}.incident-title{font-size:12px;font-weight:600}.incident small{display:block;margin-top:3px}.incident-time{margin-left:auto;white-space:nowrap;font-size:10px;color:var(--muted)}.chart{width:100%;height:190px;overflow:visible}.chart text{font-family:inherit;fill:var(--muted);font-size:10px}.chart .grid{stroke:var(--line);stroke-width:1;stroke-dasharray:3 5}.chart .line{fill:none;stroke:var(--blue);stroke-width:2.3;stroke-linecap:round;stroke-linejoin:round;animation:draw 1.1s ease both}.chart .secondary{stroke:var(--orange)}.chart .fill{fill:var(--blue);opacity:.07}.chart-wrap{position:relative}.chart-legend{display:flex;align-items:center;gap:18px;font-size:10px;color:var(--muted);margin-top:7px}.key{display:inline-block;width:16px;height:2px;background:var(--blue);margin:0 6px 3px 0}.key.orange{background:var(--orange)}.trend-total{display:flex;align-items:baseline;gap:12px;margin:-8px 0 7px}.trend-total strong{font-size:27px;letter-spacing:-1px;font-weight:550}.good{color:var(--green)}.warn-text{color:var(--orange)}.table-panel{padding:24px 28px}.table-tools{display:flex;align-items:center;gap:10px;margin-bottom:20px;flex-wrap:wrap}.search{position:relative;flex:1;min-width:180px}.search svg{width:16px;position:absolute;left:13px;top:12px;color:var(--muted)}.search input{border:0;background:var(--soft);color:var(--ink);border-radius:11px;padding:11px 13px 11px 39px;width:100%;font-size:11px}.table-tools select{background:var(--soft);border-radius:10px}.filter-count{font-size:11px;color:var(--muted)}.table-scroll{overflow-x:auto}table{border-collapse:collapse;width:100%;white-space:nowrap;text-align:left}th{font-size:10px;color:var(--muted);font-weight:500;padding:10px 10px 13px}td{padding:15px 10px;border-top:1px solid var(--line);font-size:12px}td:first-child,th:first-child{padding-left:0;width:28px}td:last-child,th:last-child{padding-right:0}tr[data-server]{cursor:pointer}tr[data-server]:hover{background:var(--soft)}.server-name{font-weight:650}.server-name small{display:block;font-size:10px;font-weight:400;margin-top:2px}.favorite{color:var(--muted);padding:4px}.favorite.selected{color:var(--orange)}.favorite svg{width:15px;height:15px}.favorite.selected svg{fill:var(--orangebg)}.status{font-size:10px;padding:5px 9px;border-radius:7px;display:inline-block;background:var(--greenbg);color:var(--green)}.status.warn{background:var(--orangebg);color:var(--orange)}.status.critical{background:var(--redbg);color:var(--red)}.status.unknown{background:var(--soft);color:var(--muted)}.spark{width:80px;height:24px}.spark path{fill:none;stroke:var(--blue);stroke-width:1.6}.spark.warn path{stroke:var(--orange)}.spark.critical path{stroke:var(--red)}.pagination{display:flex;align-items:center;justify-content:space-between;margin-top:20px;font-size:10px;color:var(--muted)}.pagination div{display:flex;gap:5px}.pagination button{padding:6px 10px;border-radius:7px}.pagination button.current{background:var(--bluebg);color:var(--ink)}.variant-switcher{position:fixed;bottom:20px;left:calc(50% + 104px);transform:translateX(-50%);display:flex;gap:4px;align-items:center;padding:6px;background:var(--ink);color:var(--surface);border-radius:30px;box-shadow:0 9px 40px #10182725;z-index:20;white-space:nowrap}.variant-switcher span{padding:0 9px;font-size:9px;opacity:.55}.variant-switcher button{font-size:11px;padding:9px 13px;border-radius:20px;color:inherit}.variant-switcher button.chosen{background:var(--surface);color:var(--ink)}.variant-switcher .arrow{padding:8px}.empty{text-align:center;padding:45px;color:var(--muted)}.building-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.building-card{padding:24px}.building-icon{width:45px;height:45px;background:var(--bluebg);color:var(--blue);border-radius:14px;display:grid;place-items:center;margin-bottom:23px}.building-icon svg{width:23px}.building-card .matrix{grid-template-columns:repeat(9,1fr);margin:22px 0}.building-card h2{margin-bottom:6px}.building-footer{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.building-card .tile{height:30px}.building-summary{display:flex;gap:45px;align-items:center;margin-bottom:27px}.building-summary strong{font-size:32px;font-weight:500}.tabs{display:flex;gap:25px;margin:5px 0 26px;border-bottom:1px solid var(--line)}.tabs button{padding:13px 0;color:var(--muted);position:relative}.tabs button.active{color:var(--ink);font-weight:650}.tabs button.active:after{content:'';height:2px;position:absolute;bottom:-1px;left:0;right:0;background:var(--ink)}.notice{background:var(--orangebg);padding:15px 20px;border-radius:14px;margin-bottom:23px;display:flex;align-items:center;gap:12px;font-size:12px}.notice.unknown{background:var(--soft)}.notice svg{width:18px;flex:none;color:var(--orange)}.notice small{margin-left:auto;white-space:nowrap}.detail-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:24px}.metric-card{background:var(--surface);padding:21px 23px;border-radius:18px}.metric-card .value{font-size:29px;letter-spacing:-1px;margin:11px 0 6px}.metric-card .value small{font-size:12px;letter-spacing:0}.detail-charts{display:grid;grid-template-columns:1fr 1fr;gap:24px;margin-bottom:24px}.timeline{padding:5px 0}.event{display:grid;grid-template-columns:60px 14px 1fr;gap:14px;padding:15px 0}.event time{font-size:11px;color:var(--muted)}.event .dot{margin-top:6px}.event small{display:block;margin-top:4px}.identity{display:grid;grid-template-columns:repeat(4,1fr);gap:25px;margin-bottom:15px}.identity strong{display:block;font-weight:550;margin-top:8px}.group-tag{background:var(--bluebg);padding:7px 12px;border-radius:9px;font-size:11px;display:inline-flex;gap:9px;align-items:center}.registry-summary{display:flex;align-items:center;gap:20px;margin-bottom:25px}.registry-summary .status{padding:8px 13px}.registry-summary .text-button{margin-left:auto}#tooltip{display:none;position:fixed;pointer-events:none;background:var(--ink);color:var(--surface);padding:9px 12px;white-space:pre-line;border-radius:9px;font-size:11px;z-index:50;box-shadow:0 5px 20px #0002;max-width:245px}.fade{animation:appear .3s ease both}.screen-note{font-size:10px;color:var(--muted);margin-top:18px}.mobile-theme{display:none}.detail-title{display:flex;align-items:center;gap:12px}.detail-title .favorite svg{width:22px;height:22px}.back{padding:0;font-size:11px;color:var(--muted);display:flex;gap:6px;align-items:center;margin-bottom:13px}.back svg{width:13px;height:13px}.range-caption{font-size:10px;color:var(--muted);text-align:right;margin-top:7px}.panel-head .select{background:var(--soft)}@keyframes appear{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes draw{from{stroke-dasharray:1200;stroke-dashoffset:1200}to{stroke-dasharray:1200;stroke-dashoffset:0}}@media(min-width:1600px){.workspace{padding:30px 60px 110px}.chart{height:225px}.tile{height:30px}}@media(max-width:1150px){.shell{grid-template-columns:170px 1fr}aside{padding:28px 12px}.workspace{padding:24px 24px 110px}.two-col{grid-template-columns:1.4fr 1fr;gap:16px}.panel{padding:22px}.health-layout{gap:14px}.health-copy{width:95px}.hero-number{font-size:36px}.matrix{gap:4px}.variant-switcher{left:calc(50% + 85px)}.building-grid{grid-template-columns:1fr 1fr}.stat-value{font-size:24px}}@media(max-width:900px){.two-col,.detail-charts{grid-template-columns:1fr}.intro-metrics{gap:9px}.stat{gap:8px}.stat-icon{display:none}.identity{grid-template-columns:1fr 1fr}.detail-metrics{grid-template-columns:1fr 1fr}.building-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.shell{display:block}aside{position:static;height:auto;padding:14px 17px;display:block}.brand{padding:0 0 12px;font-size:18px}.brand span{width:29px;height:29px}.nav-label,.aside-bottom{display:none}.navs{display:flex;overflow:auto;gap:5px}.nav{width:auto;padding:9px 11px;font-size:11px;margin:0;white-space:nowrap}.nav svg{width:14px}.nav b{display:none}.workspace{padding:20px 18px 100px}.topbar{margin-bottom:24px}.topbar .demo-badge{display:none}.mobile-theme{display:block}.avatar{display:none}h1{font-size:27px}.heading{align-items:flex-start}.heading p{font-size:11px}.heading .select{max-width:120px}.intro-metrics{grid-template-columns:repeat(2,1fr);gap:8px 30px}.stat-icon{display:grid}.stat{padding:7px 0}.stat-value{font-size:25px}.building-grid{grid-template-columns:1fr}.variant-switcher{left:50%;bottom:12px;max-width:96vw}.variant-switcher span{display:none}.variant-switcher button{font-size:10px;padding:8px 10px}.detail-metrics{gap:12px}.metric-card{padding:17px}.notice{align-items:flex-start}.notice small{display:none}.registry-summary{flex-wrap:wrap;gap:8px}.building-summary{gap:22px}.building-summary strong{font-size:26px}.tabs{gap:22px}.tabs button{font-size:11px}.panel{border-radius:20px}.table-panel{padding:20px}.health-copy{width:90px}.matrix{gap:4px}.tile{height:23px}.detail-title h1{font-size:25px}.range-caption{max-width:125px}.top-actions{gap:8px}}@media(prefers-reduced-motion:reduce){*{animation:none!important;scroll-behavior:auto!important}}
.icon{width:18px;height:18px;flex-shrink:0}.brand{font-size:16px;padding-left:10px;padding-right:0;gap:8px;letter-spacing:-.6px}.brand span{flex-shrink:0;width:32px;height:32px;font-size:17px}.brand small{margin-left:0;font-size:10px}.incident-time .icon{width:13px;height:13px;margin-top:5px;margin-left:auto}.pill{white-space:nowrap}.hero-number small{margin-left:2px}
@media(max-width:1150px) and (min-width:651px){.brand{font-size:13px;gap:6px}.brand span{width:27px;height:27px}.brand small{display:none}}
/* V2: denser operational layout, keeping the original airy visual language. */
.brand-icon{background:transparent!important;overflow:hidden;border-radius:10px!important;width:34px!important;height:34px!important}.brand-icon img{width:38px;height:38px;object-fit:cover;flex:none}
.workspace{padding:20px 30px 85px}.topbar{margin-bottom:22px;height:32px}.heading{margin-bottom:18px}.heading h1{font-size:29px}.heading p{font-size:12px}.panel{padding:20px 23px;border-radius:20px}.panel-head{margin-bottom:16px}.panel-head p{font-size:11px}.intro-metrics{margin-bottom:17px;gap:16px}.stat{padding:4px 0}.stat-value{font-size:26px;margin-top:5px}.stat-icon{width:36px;height:36px}.two-col,.detail-charts{gap:18px;margin-bottom:18px}.incident{padding:11px 0}.legend{margin-top:17px}.health-copy p{margin-top:8px}.health-copy{width:112px}.tile{height:22px}.matrix{gap:6px}.chart{height:163px}.trend-total strong{font-size:24px}.table-panel{padding:20px 23px}.table-tools{margin-bottom:12px;gap:8px}td{padding:10px 9px}th{padding:8px 9px 11px}.server-name{font-size:12px}.server-name small{font-size:10px}.table-tools .select{padding:9px 25px 9px 12px}.building-card{padding:22px}.building-icon{margin-bottom:17px}.building-card .matrix{margin:16px 0}.building-card .tile{height:25px}.building-summary{margin-bottom:20px}.building-grid{gap:17px}.tabs{gap:25px;margin:0 0 19px}.tabs button{padding:12px 0;font-size:12px}.tabs small{margin-left:3px;padding:2px 5px;border-radius:5px;background:var(--soft)}.notice{padding:12px 17px;margin-bottom:17px}.detail-metrics{gap:13px;margin-bottom:18px}.metric-card{padding:16px 19px;border-radius:15px}.metric-card .value{font-size:26px;margin:6px 0 4px}.event{padding:10px 0;grid-template-columns:75px 10px 1fr;gap:10px}.event h3{font-size:12px}.event small{font-size:11px}.screen-note{line-height:1.6}.demo-disclosure{font-size:10px;margin-top:24px}.variant-switcher{bottom:13px}.variant-switcher button{padding:7px 12px}.variant-switcher{opacity:.96}.systems-overview{margin:22px 0}.systems-overview>.panel-head{margin-bottom:13px}.system-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px}.system-grid.compact{grid-template-columns:repeat(6,minmax(0,1fr));gap:11px}.system-card{text-align:left;padding:17px;background:var(--surface);border-radius:17px;min-width:0;transition:transform .16s,box-shadow .16s}.system-card:hover{transform:translateY(-2px);box-shadow:0 7px 22px #26394f09}.system-card-title{display:flex;align-items:center;gap:9px;margin-bottom:12px}.system-card h3{font-size:12px;font-weight:650;line-height:1.4}.system-icon{display:grid;place-items:center;width:31px;height:31px;border-radius:9px;background:var(--bluebg);color:var(--blue);flex:none}.system-icon svg{width:17px;height:17px}.system-state-dot{width:5px;height:5px;flex:none;margin-left:auto;border-radius:50%;background:var(--green)}.system-state-dot.warn{background:var(--orange)}.system-state-dot.absent,.system-state-dot.unknown{background:var(--muted)}.system-card-value{font-size:26px;font-weight:550;letter-spacing:-1px;line-height:1.2}.system-card-value small{font-size:12px;font-weight:400;letter-spacing:0;margin-left:4px}.system-card-caption{font-size:10px;color:var(--muted);margin:5px 0 10px;min-height:15px}.segmented-bar{display:flex;gap:3px;height:4px;overflow:hidden;border-radius:4px;background:var(--soft)}.segmented-bar i{min-width:0;border-radius:4px;opacity:.73}.segmented-bar.unavailable{background:var(--line)}.system-card-footer{display:flex;align-items:center;justify-content:space-between;gap:6px;font-size:10px;color:var(--muted);margin-top:10px;min-height:15px}.system-card-footer svg{width:13px;height:13px}.system-card.warn .system-card-footer{color:var(--orange)}.system-card.absent{background:transparent;box-shadow:inset 0 0 0 1px var(--line);color:var(--muted)}.system-card.absent .system-icon{background:var(--soft);color:var(--muted)}.compact .system-card{padding:14px}.compact .system-card-title{gap:7px;align-items:flex-start;min-height:31px}.compact .system-icon{width:27px;height:27px}.compact h3{font-size:11px}.compact .system-state-dot{display:none}.compact .system-card-value{font-size:24px}.compact .system-card-caption{min-height:30px;line-height:1.5}.system-legend{margin:13px 0 0}.dot.blue{background:var(--blue)}.passport-strip{display:flex;align-items:center;gap:0;background:var(--surface);border-radius:13px;padding:13px 17px;margin-bottom:10px}.passport-strip>div{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.passport-strip>div>.icon{color:var(--muted);width:17px;height:17px}.passport-strip span{font-size:10px;color:var(--muted)}.passport-strip strong{display:block;color:var(--ink);font-size:11px;font-weight:600;margin-top:2px}.passport-strip .text-button{font-size:10px}.server-heading{margin-bottom:15px}.server-heading .detail-title h1{font-size:28px}.back{margin-bottom:9px}.identity-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px 22px;margin:0}.identity-grid.two{grid-template-columns:1fr 1fr}.identity-grid.one{grid-template-columns:1fr}.identity-grid dt{font-size:11px;color:var(--muted)}.identity-grid dd{font-size:12px;margin:5px 0 0;overflow-wrap:anywhere;font-weight:550}.passport-layout{display:grid;gap:18px}.passport-layout .detail-charts{margin:0}.license-top{display:flex;gap:13px;align-items:center;margin:4px 0 22px}.license-top p{font-size:11px;margin-top:5px}.license-mark{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:var(--greenbg);color:var(--green)}.license-mark svg{width:23px;height:23px}.connections-list{display:grid;gap:0}.connection-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-top:1px solid var(--line)}.connection-row:first-child{border-top:0}.connection-row strong{font-size:12px;font-weight:550}.connection-row small{display:block;font-size:10px;margin-top:2px}.packages-table th:first-child,.packages-table td:first-child{width:auto}.packages-table td{font-size:11px}.plugin-chips{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.plugin-chips div{background:var(--soft);border-radius:10px;padding:12px;min-width:0}.plugin-chips strong{font-size:11px;font-weight:550;overflow-wrap:anywhere}.plugin-chips small{display:block;font-size:10px;margin-top:5px}.system-mini-badges{display:flex;gap:5px}.system-mini-badges button{width:25px;height:25px;display:grid;place-items:center;background:var(--soft);color:var(--green);border-radius:7px}.system-mini-badges button.warn{background:var(--orangebg);color:var(--orange)}.system-mini-badges button.unknown{color:var(--muted)}.system-mini-badges .icon{width:14px;height:14px}.systems-layout{display:grid;grid-template-columns:188px minmax(0,1fr);gap:22px}.system-nav{display:flex;flex-direction:column;gap:3px;align-self:start;position:sticky;top:16px}.system-nav button{display:flex;align-items:center;gap:10px;padding:10px 11px;border-radius:10px;text-align:left;font-size:11px;color:var(--muted)}.system-nav button .icon{width:16px;height:16px}.system-nav button.active{background:var(--surface);color:var(--ink);font-weight:650}.system-nav button.absent{opacity:.6}.system-nav button .dot{margin-left:auto;margin-right:0;width:4px;height:4px}.system-nav button .dot.absent{background:var(--muted)}.system-content{min-width:0}.system-detail-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:10px}.system-detail-heading h2{font-size:22px;letter-spacing:-.6px}.system-detail-heading p{font-size:11px;color:var(--muted);margin-top:4px}.system-kpis{display:grid;grid-template-columns:1.5fr 1fr 1fr 1fr;background:var(--surface);border-radius:16px;padding:17px 20px;margin-bottom:14px;gap:15px}.system-kpis strong{display:block;font-size:25px;font-weight:550;letter-spacing:-.8px;margin-top:5px}.system-kpis em{font-size:12px;font-style:normal;color:var(--muted);letter-spacing:0}.system-kpis small{font-size:10px}.system-insight{display:flex;gap:10px;align-items:center;font-size:11px;color:var(--orange);padding:11px 13px;background:var(--orangebg);border-radius:10px;margin-bottom:15px}.system-insight svg{width:16px;height:16px}.system-charts{gap:14px;margin-bottom:15px}.system-charts .panel{padding:17px 18px}.system-chart{width:100%;height:155px;overflow:visible}.system-chart text{font:10px Manrope,Arial,sans-serif;fill:var(--muted)}.system-chart .grid{stroke:var(--line);stroke-dasharray:3 4;stroke-width:1}.system-chart .line{fill:none;stroke:var(--blue);stroke-width:2;stroke-linejoin:round;stroke-linecap:round}.system-chart .fill{fill:var(--blue);opacity:.06}.system-chart .panel-head{margin-bottom:12px}.equipment-panel .panel-head{gap:10px}.equipment-search{display:block;margin-bottom:10px}.equipment-name{text-align:left;padding:0}.equipment-name strong{font-size:12px;font-weight:550;display:block}.equipment-name small{display:block;font-size:10px;margin-top:3px}.equipment-panel td{font-size:11px;padding:10px 7px}.equipment-panel td:first-child{width:auto}.segmented-toggle{display:flex;padding:3px;background:var(--soft);border-radius:9px;white-space:nowrap}.segmented-toggle button{font-size:10px;padding:5px 9px;border-radius:7px;color:var(--muted)}.segmented-toggle button.active{background:var(--surface);color:var(--ink)}.status.repair{background:var(--bluebg);color:var(--blue)}.status.unconfigured,.status.absent{background:var(--soft);color:var(--muted)}.source-details{background:var(--surface);border-radius:13px;margin-top:16px;font-size:11px}.source-details summary{display:flex;align-items:center;gap:9px;padding:14px 17px;cursor:pointer;list-style:none}.source-details summary::after{content:'+';margin-left:9px}.source-details[open] summary::after{content:'−'}.source-details summary span{margin-left:auto;font-size:10px;color:var(--muted)}.source-details summary .icon{width:16px;height:16px;color:var(--muted)}.source-details>div{padding:0 17px 16px}.source-details p{line-height:1.7;margin-bottom:10px}.source-details code{display:block;font-size:10px;padding:10px;background:var(--soft);border-radius:8px;overflow-wrap:anywhere;margin-bottom:12px}.empty-icon{display:grid;place-items:center;margin:0 auto 18px;width:45px;height:45px;background:var(--soft);border-radius:13px}.empty p{font-size:12px;margin:10px auto 0;max-width:450px}.drawer-backdrop{position:fixed;inset:0;background:#0c152342;z-index:100;display:flex;justify-content:flex-end}.device-drawer{width:410px;max-width:100vw;background:var(--surface);height:100%;padding:30px;overflow:auto;box-shadow:-10px 0 70px #0001;animation:appear .2s ease}.device-drawer>p{font-size:12px;margin-top:6px}.device-drawer .identity-grid{margin:27px 0}.device-drawer h2{font-size:25px}.device-drawer .event{grid-template-columns:45px 10px 1fr;margin-top:15px}.server-id{font-size:11px}
@media(min-width:1600px){.workspace{padding:24px 45px 90px}.system-grid{grid-template-columns:repeat(4,minmax(0,1fr))}.chart{height:185px}.system-chart{height:185px}}
@media(max-width:1250px){.system-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.compact .system-card-caption{min-height:0}.system-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.passport-strip{flex-wrap:wrap;gap:13px}.passport-strip>div{flex:1 1 25%}.system-mini-badges{gap:3px}.system-mini-badges button{width:22px;height:23px}.systems-layout{grid-template-columns:164px minmax(0,1fr);gap:16px}.system-nav button{font-size:10px;padding:9px 8px;gap:7px}.identity-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.system-kpis{gap:10px;padding:15px}.system-charts{grid-template-columns:1fr}.plugin-chips{grid-template-columns:1fr 1fr}}
@media(max-width:950px){.workspace{padding:20px 22px 90px}.system-grid,.system-grid.compact{grid-template-columns:repeat(2,minmax(0,1fr))}.systems-layout{grid-template-columns:1fr}.system-nav{flex-direction:row;overflow:auto;position:static;padding-bottom:7px;gap:4px}.system-nav button{white-space:nowrap;flex:none;padding:9px 11px}.system-nav .dot{display:none}.system-charts{grid-template-columns:1fr 1fr}.identity-grid{grid-template-columns:1fr 1fr}.passport-strip>div{flex-basis:40%}}
@media(max-width:650px){.workspace{padding:16px 17px 85px}.topbar{margin-bottom:17px}.heading h1{font-size:26px}.heading{gap:12px}.intro-metrics{gap:8px 20px}.stat-icon{width:31px;height:31px}.stat-value{font-size:24px}.stat-value small{display:block;margin:4px 0 0;font-size:10px;line-height:1.3}.panel{padding:18px}.panel-head{gap:9px}.panel-head h2{font-size:15px}.health-copy{width:83px}.health-copy .hero-number{font-size:32px}.health-copy p{font-size:10px}.matrix{gap:4px}.system-grid,.system-grid.compact{gap:10px}.system-card,.compact .system-card{padding:13px}.system-card h3{font-size:11px}.system-card-title{gap:6px;min-height:30px}.system-card-title .system-icon{width:26px;height:26px}.system-card-value{font-size:24px}.system-state-dot{display:none}.system-card-caption{font-size:10px;min-height:30px}.compact .system-card-caption{min-height:30px}.system-card-footer{font-size:10px;align-items:flex-start;line-height:1.4}.passport-strip{padding:12px;gap:12px}.passport-strip>div{gap:7px}.passport-strip>div>.icon{width:15px}.passport-strip .text-button{margin-left:auto}.server-heading .detail-title h1{font-size:23px}.server-heading{align-items:flex-start}.server-heading .range-caption{font-size:9px}.server-heading .select{padding:8px 15px 8px 9px;font-size:10px;max-width:110px}.server-heading .detail-title{gap:5px}.detail-title .favorite svg{width:17px;height:17px}.tabs{overflow:auto;gap:20px}.tabs button{white-space:nowrap;flex:none}.metric-card{padding:13px 15px}.metric-card .value{font-size:23px}.system-kpis{grid-template-columns:1fr 1fr;gap:14px}.system-kpis strong{font-size:25px}.system-charts{grid-template-columns:1fr}.system-chart{height:145px}.equipment-panel .panel-head{align-items:flex-start;flex-wrap:wrap}.equipment-panel td{padding:10px 8px}.source-details summary{font-size:10px;flex-wrap:wrap}.source-details summary span{margin-left:25px;font-size:9px}.identity-grid,.identity-grid.two{gap:18px 16px}.identity-grid dd{font-size:11px}.connections-list .status{font-size:9px;max-width:45%;overflow-wrap:anywhere}.plugin-chips{grid-template-columns:1fr}.system-detail-heading h2{font-size:21px}.device-drawer{padding:24px}.system-content .table-scroll table{min-width:620px}.systems-overview{margin:20px 0}.demo-disclosure{font-size:9px}.navs .nav{padding:8px 10px}}
.system-extra-metrics{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 16px}.system-extra-metrics>div{background:var(--surface);padding:14px 16px;border-radius:13px}.system-extra-metrics small{font-size:10px}.system-extra-metrics strong{display:block;font-size:20px;font-weight:550;letter-spacing:-.6px;margin:5px 0}.system-extra-metrics span{font-size:10px;color:var(--muted);display:block}.device-drawer .telemetry-grid{margin:15px 0 25px;gap:15px}.system-content .equipment-panel{margin-bottom:0}.status.absent{color:var(--muted)}
@media(max-width:650px){.system-extra-metrics{gap:9px}.system-extra-metrics>div{padding:11px}.system-extra-metrics strong{font-size:17px}.system-extra-metrics small,.system-extra-metrics span{font-size:9px}}
/* v3: selectable telemetry, operational actions, progressive disclosure. */
.server-actions{display:flex;gap:8px;justify-content:flex-end;margin:-3px 0 14px}.server-actions .pill{background:var(--surface)}.notice{flex-wrap:wrap}.notice>span{flex:1;min-width:180px}.notice .pill{color:var(--ink);background:var(--surface)}.pagination>div{display:flex;gap:18px;align-items:center}.pagination button{width:auto!important}.metric-selectors .metric-card{display:block;text-align:left;position:relative;overflow:hidden;border:1px solid transparent;transition:background .2s,transform .2s,border-color .2s}.metric-selectors .metric-card:hover{transform:translateY(-3px)}.metric-selectors .metric-card.selected{border-color:var(--metric-color,var(--blue));background:color-mix(in srgb,var(--metric-color,var(--blue)) 7%,var(--surface))}.tone-cpu{--metric-color:var(--blue)}.tone-memory{--metric-color:var(--green)}.tone-queue{--metric-color:var(--orange)}.tone-errors{--metric-color:var(--red)}.metric-spark{width:100%;height:32px;margin:12px 0 9px;overflow:visible;color:var(--metric-color)}.metric-spark path{fill:none;stroke:currentColor;stroke-width:1.6}.metric-spark rect{fill:currentColor}.metric-action{display:flex;justify-content:space-between;align-items:center;font-size:9px;color:var(--muted)}.metric-action svg{width:13px;height:13px}.metric-card.selected .metric-action{color:var(--metric-color)}.selected-chart{margin-bottom:16px;animation:chart-enter .3s ease}.selected-chart .chart{height:220px}.selected-chart .line{stroke:var(--metric-color)}.selected-chart .fill{fill:var(--metric-color);opacity:.08}.selected-chart .key{background:var(--metric-color)}.selected-chart .panel{border-radius:18px}.error-context{display:flex;gap:15px;justify-content:space-between;padding:13px 20px;background:var(--surface);border-top:1px solid var(--line);border-radius:0 0 18px 18px;margin-top:-14px;position:relative;font-size:11px}.error-context .dot{display:inline-block;margin-right:8px}.backup-summary{display:flex;align-items:center;gap:22px;background:var(--surface);border-radius:16px;padding:17px 20px;margin:16px 0 22px}.backup-summary p{font-size:11px;color:var(--muted);margin-top:4px}.backup-summary strong{font-weight:600}.backup-summary>div>strong{display:block;font-size:12px;margin-top:4px}.backup-summary .text-button{margin-left:auto}.backup-symbol{display:grid;place-items:center;width:40px;height:40px;border-radius:50%;color:var(--green);background:var(--greenbg);flex:none}.backup-symbol svg{width:20px;height:20px}.event-log{margin-top:8px;color:var(--blue)}.log-line{display:grid;grid-template-columns:95px 50px 75px 1fr;gap:14px;padding:17px 0;border-bottom:1px solid var(--line);font-size:11px;align-items:start}.log-line time,.log-line code{color:var(--muted);font-size:10px}.log-level{font-size:9px;letter-spacing:.5px}.log-level.error{color:var(--red)}.log-level.warn{color:var(--orange)}.log-level.info{color:var(--blue)}.admin-preview>p{color:var(--muted);max-width:600px;font-size:12px}.admin-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:25px}.admin-grid button{display:grid;grid-template-columns:25px 1fr 20px;text-align:left;align-items:center;gap:8px 14px;background:var(--soft);border-radius:14px;padding:20px}.admin-grid button small{grid-column:2;grid-row:2}.admin-grid button>svg:last-child{grid-column:3;grid-row:1 / 3}.admin-grid button strong{font-size:13px;font-weight:600}.system-card,.building-card,.incident{transition:transform .2s,background .2s}.system-card:hover,.building-card:hover{transform:translateY(-2px)}.error-bar{transform-origin:center bottom;animation:bars-in .5s ease both}.selected-chart .line{stroke-dasharray:1400;stroke-dashoffset:0;animation:trace-in .7s ease}.table-panel tbody tr{animation:chart-enter .2s ease both}.tabs button{transition:color .2s,border-color .2s}.tabs{overflow:auto}.tabs button{white-space:nowrap}.log-panel{animation:chart-enter .25s ease}@keyframes trace-in{from{stroke-dashoffset:1400}to{stroke-dashoffset:0}}@keyframes bars-in{from{opacity:0;transform:scaleY(.2)}to{opacity:.9;transform:scaleY(1)}}@keyframes chart-enter{from{opacity:.3;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:900px){.backup-summary{gap:15px;flex-wrap:wrap}.backup-summary .text-button{margin-left:0}.server-actions{justify-content:flex-start}}@media(max-width:650px){.metric-selectors{gap:10px}.metric-selectors .metric-card{padding:13px}.metric-action{font-size:8px}.selected-chart .chart{height:175px}.backup-summary{padding:16px;gap:14px 20px}.backup-summary>div:nth-child(2){flex:1;min-width:170px}.backup-summary .text-button{width:100%}.error-context{flex-wrap:wrap}.log-line{grid-template-columns:85px 40px 1fr;gap:8px}.log-line p{grid-column:1/-1}.admin-grid{grid-template-columns:1fr}.pagination{flex-wrap:wrap;gap:12px}.pagination>div{gap:13px;flex-wrap:wrap}.server-actions .pill{font-size:10px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.tabs{overflow-x:auto;overflow-y:hidden}.pagination .pill{padding:9px 15px;height:auto}.pagination .text-button{padding:5px 0}
/* v4: dashboard affordances, compact chart proportions, account and preferences. */
body{font-family:var(--ui-font,Manrope,Arial,sans-serif)}.brand{padding-left:8px;padding-right:0;gap:9px;letter-spacing:0}.brand .brand-copy{display:flex;flex-direction:column;align-items:flex-start;background:none;color:var(--ink);width:auto;height:auto;font-size:21px;letter-spacing:-.5px;line-height:1.25}.brand .brand-copy small{font-size:9px;margin:3px 0 0;letter-spacing:0;white-space:nowrap}.stat{position:relative;text-align:left;border-radius:16px;padding:14px 12px;transition:background .2s,box-shadow .2s,transform .2s;min-width:0}.stat:hover,.stat:focus-visible{background:var(--surface);box-shadow:0 9px 22px #23395209;transform:translateY(-3px)}.stat-icon{transition:transform .2s,background .2s,color .2s}.stat:hover .stat-icon{transform:translateY(-4px);background:var(--bluebg);color:var(--blue)}.stat-arrow{position:absolute;right:9px;top:9px;color:var(--blue);opacity:0;transition:opacity .2s}.stat:hover .stat-arrow{opacity:1}.intro-metrics{gap:10px}.panel{transition:box-shadow .2s,background .2s}.panel:hover{box-shadow:0 7px 24px #23395208}.incident:hover{background:var(--soft);transform:translateX(3px)}.text-button,.pill,.favorite,.nav,.account-button{transition:transform .18s,background .18s,color .18s}.text-button:hover,.pill:hover,.favorite:hover{color:var(--blue);transform:translateY(-2px)}.nav:hover{background:var(--bluebg);color:var(--ink)}.table-panel tbody tr:hover{background:var(--soft)}.health-layout{align-items:center}.matrix{display:grid;grid-template-columns:repeat(auto-fit,32px);justify-content:start;gap:7px;flex:1}.tile{width:32px;height:32px!important;aspect-ratio:1;border-radius:7px;flex:none;transition:transform .18s,box-shadow .18s,background .18s;overflow:visible}.tile:after{display:none}.tile span{font-size:9px;font-weight:650;opacity:.85;color:var(--green)}.tile.warn span{color:var(--orange)}.tile.critical span{color:var(--red)}.tile.unknown span{color:var(--muted)}.tile:hover,.tile:focus-visible{transform:translateY(-4px) scale(1.09);box-shadow:0 5px 13px #22344c22;outline:2px solid currentColor;outline-offset:2px;z-index:2}.tile.ok{color:var(--green)}.tile.warn{color:var(--orange)}.tile.critical{color:var(--red)}.tile.unknown{color:var(--muted)}#tooltip{max-width:320px;line-height:1.8;font-size:11px}.chart-detail-layout{display:grid;grid-template-columns:minmax(0,2.4fr) minmax(210px,1fr);gap:16px;margin-bottom:16px;align-items:stretch}.chart-detail-layout .selected-chart{margin:0;min-width:0}.selected-chart>.panel{height:100%}.selected-chart:has(.error-context)>.panel{height:auto}.selected-chart .chart{height:auto;aspect-ratio:520/190;max-height:260px}.chart-summary{padding:23px}.chart-summary>small{font-size:9px;letter-spacing:.8px}.chart-summary h3{margin-top:8px}.chart-summary dl{margin:14px 0}.chart-summary dl>div{display:flex;align-items:center;justify-content:space-between;padding:9px 0;border-bottom:1px solid var(--line);gap:8px}.chart-summary dt{font-size:10px;color:var(--muted)}.chart-summary dd{font-size:20px;margin:0;letter-spacing:-.6px}.chart-summary dd small{font-size:9px;letter-spacing:0}.chart-summary p{font-size:10px;color:var(--muted);line-height:1.7;margin:12px 0}.chart-summary .text-button{margin-top:7px}.range-band{fill:var(--metric-color,var(--blue));opacity:.12}.range-edge{fill:none;stroke:var(--metric-color,var(--blue));opacity:.4;stroke-width:.8;stroke-dasharray:3 3}.band-key{opacity:.3}.chart-legend{flex-wrap:wrap;gap:10px}.account-area{position:relative;z-index:40}.account-button{display:flex;align-items:center;gap:10px;border-radius:13px;padding:5px 8px}.account-button:hover{background:var(--surface)}.account-copy{text-align:left;font-size:11px}.account-copy small{display:block;font-size:9px;margin-top:2px}.account-menu{position:absolute;right:0;top:calc(100% + 9px);width:265px;background:var(--surface);padding:18px;border-radius:16px;box-shadow:0 15px 50px #13233825;border:1px solid var(--line);animation:chart-enter .18s ease}.account-menu>small{display:block;margin:4px 0 15px;font-size:10px}.account-menu button{width:100%;display:flex;align-items:center;justify-content:space-between;padding:12px 8px;text-align:left;border-radius:8px;font-size:11px}.account-menu button:hover{background:var(--soft)}.settings-grid{display:grid;grid-template-columns:1.2fr 1fr;gap:22px}.setting-row{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:19px 0;border-bottom:1px solid var(--line)}.setting-row label{font-size:12px}.setting-row .select{background:var(--soft)}.setting-row input{accent-color:var(--blue);width:19px;height:19px;cursor:pointer}.profile-identity{display:flex;align-items:center;gap:16px;margin:24px 0}.profile-identity .avatar{width:56px;height:56px;font-size:15px}.profile-identity p{font-size:11px;color:var(--muted);margin-top:5px}.profile-details div{padding:14px 0;border-bottom:1px solid var(--line)}.profile-details dt{font-size:10px;color:var(--muted)}.profile-details dd{margin:5px 0 0;font-size:12px}[data-density=compact] .panel{padding:16px 18px}[data-density=compact] .workspace{padding-top:15px}[data-density=compact] .panel-head{margin-bottom:13px}[data-density=compact] td{padding-top:9px;padding-bottom:9px}[data-density=compact] .setting-row{padding:13px 0}.profile-details{margin:0}
@media(max-width:1050px){.chart-detail-layout{grid-template-columns:minmax(0,1fr)}.chart-summary{display:none}.selected-chart .panel{max-width:740px;margin:auto}.selected-chart .error-context{max-width:740px;margin-left:auto;margin-right:auto}.settings-grid{grid-template-columns:1fr}.stat-value small{display:block;margin:6px 0 0}.stat{padding:12px 5px}}@media(max-width:650px){.brand .brand-copy{font-size:13px}.brand .brand-copy small{font-size:7px}.account-copy{display:none}.matrix{grid-template-columns:repeat(auto-fit,28px);gap:6px}.tile{width:28px;height:28px!important}.health-copy{flex:none}.tile span{font-size:8px}.selected-chart .chart{height:auto;aspect-ratio:520/235}.settings-grid{gap:15px}.setting-row{gap:10px}.setting-row .select{max-width:125px}.stat{padding:10px}.stat:hover{transform:translateY(-2px)}.chart-legend{font-size:9px}.account-menu{width:240px}}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
.panel{transition:box-shadow .2s,background .2s,transform .2s}.panel:hover{transform:translateY(-2px);box-shadow:0 8px 25px #23395210}.panel:focus-within{box-shadow:0 0 0 1px var(--bluebg)}.chart text,.system-chart text{font-family:var(--ui-font,Manrope,Arial,sans-serif)}
@media(prefers-reduced-motion:reduce){*,*::before,*::after{animation:none!important;transition:none!important;scroll-behavior:auto!important}}
/* Larger brand mark with a muted palette matching the interface. */
.brand .brand-icon{width:46px!important;height:46px!important;border-radius:12px!important}
.brand-icon img{width:46px;height:46px;object-fit:contain;filter:saturate(.22) brightness(.98)}
.brand{gap:11px}
[data-theme=dark] .brand-icon img{filter:saturate(.22) brightness(.86)}
@media(max-width:650px){.brand .brand-icon{width:34px!important;height:34px!important;border-radius:9px!important}.brand-icon img{width:34px;height:34px}}
