/* Flat, readable hardware rows; measurements never masquerade as cards of live capacity. */
.compute-workspace{width:100%;max-width:1500px;margin-inline:auto;min-width:0}
.compute-workspace .page-head{margin-bottom:28px}
.compute-note,.compute-report-note,.compute-last-report{color:var(--muted,#a0a0a0);font-size:14px;line-height:1.55}
.compute-node{border-top:1px solid var(--line,#343434);padding:24px 0 32px}
.compute-node-heading{display:flex;align-items:baseline;justify-content:space-between;gap:20px}
.compute-node-heading h2{font-size:21px;margin:0}
.compute-health{font-size:22px;letter-spacing:.06em;line-height:1.4}
.compute-health[data-health=OFFLINE]{color:#f0f0f0}
.compute-health[data-health=ONLINE]{color:#c8c8c8}
.compute-health[data-health=DEGRADED],.compute-health[data-health=UNKNOWN]{color:#d8d8d8}
.compute-last-report{margin:8px 0 2px;color:var(--fg,#dedede);font-variant-numeric:tabular-nums}
.compute-sample-time{margin:0 0 6px;color:var(--muted,#a0a0a0);font-size:14px;font-variant-numeric:tabular-nums}
.compute-report-note{margin:0 0 24px;max-width:85ch}
.compute-machine{display:flex;flex-wrap:wrap;gap:18px 36px;margin:0 0 22px}
.compute-reading{min-width:0}
.compute-reading dt{font-size:12px;color:var(--muted,#a0a0a0);margin:0 0 5px}
.compute-reading dd{font-size:14px;margin:0;overflow-wrap:anywhere}
.compute-gpu{display:grid;grid-template-columns:minmax(180px,1fr) minmax(300px,2.4fr);gap:18px 36px;padding:24px 0;border-top:1px solid var(--line,#343434)}
.compute-gpu h3{font-size:24px;line-height:1.2;margin:0 0 10px}
.compute-gpu-name{font-size:15px;max-width:32ch;margin:0 0 9px}
.compute-gpu-availability{font-size:13px;color:var(--muted,#a0a0a0);line-height:1.5;margin:0}
.compute-gpu-metrics{min-width:0}
.compute-gpu-readings{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin:0 0 20px}
.compute-gpu-readings dd{font-size:19px;line-height:1.25;font-variant-numeric:tabular-nums}
.compute-meter-label{display:flex;justify-content:space-between;gap:16px;font-size:13px;margin:0 0 7px}
.compute-meter-label strong{font-weight:500;font-variant-numeric:tabular-nums}
.compute-meter meter{display:block;width:100%;height:8px;appearance:none;border:0;background:#313131;border-radius:0}
.compute-meter meter::-webkit-meter-bar{background:#313131;border:0;border-radius:0}
.compute-meter meter::-webkit-meter-optimum-value{background:#bdbdbd;border-radius:0}
.compute-meter meter::-moz-meter-bar{background:#bdbdbd}
.compute-meter-unknown{font-size:12px;color:var(--muted,#a0a0a0);border-bottom:2px dotted #666;padding-bottom:6px}
.compute-device-details{grid-column:1/-1;font-size:13px;margin:0!important}
.compute-device-details summary,.compute-workspace summary{cursor:pointer;padding-block:8px;min-height:36px}
.compute-device-details .kv{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 28px;padding:12px 0}
.compute-workspace .compute-note{margin:10px 0}
.compute-core,.compute-scheduler{border-top:1px solid var(--line,#343434);padding-top:22px;margin-top:8px}
.compute-workspace .model-manager{margin-top:30px}
.compute-workspace .table-wrap{max-width:100%;overflow-x:auto}
.compute-workspace :focus-visible{outline:2px solid #d9e0df;outline-offset:4px}
.compute-workspace a{color:var(--fg,#dedede);text-underline-offset:4px}
.compute-workspace [hidden]{display:none!important}
@media(max-width:900px){.compute-gpu-readings{grid-template-columns:repeat(2,minmax(0,1fr))}.compute-gpu{grid-template-columns:minmax(140px,1fr) minmax(250px,2fr);gap:18px}}
@media(max-width:600px){.compute-node-heading{display:block}.compute-health{display:block;margin-top:8px}.compute-gpu{grid-template-columns:1fr}.compute-device-details .kv{grid-template-columns:1fr}.compute-machine{display:grid;grid-template-columns:1fr 1fr;gap:18px}.compute-node{padding-top:20px}.compute-meter-label{flex-wrap:wrap;gap:4px}.compute-health{font-size:24px}}
