.status{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.5rem;color:var(--text-muted)}.status.error{color:#ef4444}.dashboard{height:100vh;overflow:hidden}.hero{height:100%;display:flex;align-items:center;padding-left:2vw}.hero-left{display:flex;flex-direction:column;justify-content:center;gap:2vh;padding-right:2vw}.hero-block{text-align:left}.hero-number{font-size:34vh;font-weight:800;line-height:.85;letter-spacing:-.04em;font-variant-numeric:tabular-nums}.hero-label{font-size:3vh;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);margin-top:.5vh}.hero-range{font-size:2vh;color:var(--text-muted);opacity:.7}.hero-hdivider{height:1px;background:var(--border)}.hero-vdivider{width:1px;align-self:stretch;background:#fff}.hero-right{flex:1;display:flex;flex-direction:column;align-self:stretch;padding:3vh 2vw}.panel{display:flex;flex-direction:column}.panel-top{flex:1;justify-content:center;align-items:center}.panel-placeholder{font-size:2.5vh;color:var(--text-muted);opacity:.5;text-transform:uppercase;letter-spacing:.1em}.panel-hdivider{height:1px;background:var(--border);margin:2vh 0}.panel-bottom{flex:1;justify-content:center}.panel-title{font-size:1.8vh;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:2vh}.bar-chart{display:flex;align-items:flex-end;gap:1.2vw;flex:1;position:relative}.threshold-tick{position:absolute;left:0;right:0;height:2px;background:repeating-linear-gradient(to right,#ffffff 0,#ffffff 12px,transparent 12px,transparent 24px);pointer-events:none}.threshold-label{position:absolute;right:0;top:-2.4vh;font-size:1.6vh;font-weight:600;color:#fff;white-space:nowrap}.bar-col{flex:1;display:flex;flex-direction:column;align-items:center;height:100%}.bar-value{font-size:1.6vh;font-weight:700;font-variant-numeric:tabular-nums;margin-bottom:.8vh;color:var(--text-muted)}.bar-track{flex:1;width:100%;display:flex;align-items:flex-end;position:relative}.bar-fill{width:100%;border-radius:4px 4px 0 0;min-height:2px;transition:height .3s ease}.bar-label{font-size:1.4vh;color:var(--text-muted);margin-top:.8vh;white-space:nowrap}.color-green{color:var(--accent)}.color-yellow{color:var(--warning)}.color-red{color:var(--danger)}.bar-green{background:var(--accent)}.bar-yellow{background:var(--warning)}.bar-red{background:var(--danger)}:root{--bg: #0f1117;--surface: #1a1d27;--border: #2a2d3a;--text: #e4e4e7;--text-muted: #71717a;--accent: #22c55e;--accent-dim: rgba(34, 197, 94, .15);--warning: #eab308;--danger: #ef4444;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:var(--text);background-color:var(--bg);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{height:100vh;overflow:hidden}#root{height:100%}
