.monitor-row    { background:var(--bg2); border:1px solid var(--border); border-radius:8px; padding:.75rem 1rem; }
.monitor-hdr    { display:flex; justify-content:space-between; align-items:center; margin-bottom:.4rem; }
.monitor-lbl    { font-size:.75rem; color:var(--muted); }
.monitor-val { font-size:.78rem; font-weight:600; }
.monitor-val-green { color:var(--green); }
.monitor-val-accent { color:var(--accent2); }
.monitor-bar-bg { height:3px; background:var(--surface2); border-radius:2px; overflow:hidden; }
.monitor-bar    { height:100%; border-radius:2px; }
.monitor-bar-green { background:var(--green); }
.monitor-bar-accent { background:var(--accent2); }
.monitor-bar-w-11 { width:11%; }
.monitor-bar-w-80 { width:80%; }
.monitor-bar-w-99 { width:99%; }
.monitor-bar-w-100 { width:100%; }
