:root{--bg:#06080d;--surface:#0b0f17;--raised:#0e141e;--line:#1b2533;--soft:#8490a3;--text:#eef3f9;--cyan:#4fe5dc;--blue:#5895ff;--purple:#a879ff;--green:#4bd394;--orange:#f3a34b;--red:#ef6171}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font:14px/1.45 ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif}a{color:inherit;text-decoration:none}.dashboard-body{display:grid;grid-template-columns:224px minmax(0,1fr);min-height:100vh}.side{position:sticky;top:0;height:100vh;padding:21px 14px;border-right:1px solid var(--line);background:#080b11;display:flex;flex-direction:column}.dash-brand{display:flex;align-items:center;gap:10px;padding:0 8px 24px;font-size:16px}.dash-brand span{display:grid;place-items:center;width:30px;height:30px;border-radius:8px;background:var(--cyan);color:#061110;font-weight:900}.side nav{display:grid;gap:4px}.side nav a{padding:9px 11px;border-radius:6px;color:#9ca8b8}.side nav a:hover,.side nav .selected{background:#111925;color:#fff}.side nav .selected{box-shadow:inset 2px 0 var(--cyan)}.side-foot{margin-top:auto;padding:14px 11px;border-top:1px solid var(--line);display:grid}.side-foot span,.side-foot small{color:var(--soft);font-size:11px}.dash-main{min-width:0;padding:0 32px 60px;max-width:1500px;width:100%;margin:auto}.demo-strip{margin:0 -32px 28px;padding:8px 32px;border-bottom:1px solid #273047;background:#101522;color:#9ba8bb;font-size:12px}.demo-strip b{color:var(--cyan);border:1px solid #28655f;border-radius:4px;padding:2px 6px;margin-right:9px}.analytics-head{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:25px}.analytics-head h1{font-size:30px;letter-spacing:-.8px;margin:2px 0}.analytics-head p{margin:3px 0;color:var(--soft)}.kicker{font-size:10px!important;letter-spacing:1.6px;color:#68768b!important;font-weight:800}.realtime-dot{font-size:12px;color:var(--green)}.toolbar{display:flex;gap:8px;align-items:stretch;margin-bottom:14px}.toolbar div,.refresh{min-width:190px;border:1px solid var(--line);background:var(--surface);border-radius:7px;padding:8px 11px;display:grid}.toolbar small{color:var(--soft);font-size:10px}.toolbar strong{font-size:12px}.refresh{min-width:auto;display:flex;align-items:center;margin-left:auto;color:#b9c5d4}.metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.metric{min-height:132px;border:1px solid var(--line);border-radius:8px;background:linear-gradient(145deg,var(--raised),#090d14);padding:17px;display:flex;justify-content:space-between;overflow:hidden}.metric-large{grid-column:span 2;min-height:164px}.metric div{display:flex;flex-direction:column;z-index:1}.metric span{color:#a0acbd;font-size:12px}.metric strong{font-size:25px;letter-spacing:-.7px;margin-top:auto}.metric-large strong{font-size:36px}.metric small{color:var(--green);font-size:10px}.spark{width:48%;align-self:flex-end;overflow:visible}.spark polyline{fill:none;stroke-width:2;vector-effect:non-scaling-stroke}.spark-0 polyline,.spark-4 polyline{stroke:var(--cyan)}.spark-1 polyline{stroke:var(--purple)}.spark-2 polyline{stroke:var(--blue)}.spark-3 polyline{stroke:var(--green)}.spark-5 polyline{stroke:var(--orange)}.health-panel,.list-panel{margin-top:10px;border:1px solid var(--line);border-radius:8px;background:var(--surface);padding:20px}.health-title{display:flex;justify-content:space-between}.health-title h2,.list-panel h2{margin:2px 0;font-size:16px}.health-title p{color:var(--soft);margin:4px 0;font-size:12px}.reliability{text-align:right;display:grid}.reliability span,.reliability small{font-size:10px;color:var(--soft)}.reliability strong{font-size:23px;color:var(--green)}.health-grid{display:grid;grid-template-columns:repeat(24,1fr);gap:4px;margin:20px 0 10px}.health-cell{height:17px;border-radius:2px;background:var(--green);opacity:.82}.health-cell.warn{background:var(--orange)}.health-cell.fail{background:var(--red)}.health-legend{display:flex;justify-content:space-between;color:var(--soft);font-size:10px}.health-legend div{display:flex;gap:7px;align-items:center}.health-legend i{width:7px;height:7px;border-radius:2px;background:var(--green)}.health-legend i.warn{background:var(--orange)}.health-legend i.fail{background:var(--red)}.section-heading{font-size:16px;margin:27px 0 10px}.section-heading span{font-size:10px;color:var(--soft);font-weight:400;margin-left:7px}.wallet{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.wallet article{border:1px solid var(--line);background:var(--surface);border-radius:8px;padding:16px;display:grid}.wallet span,.wallet small{color:var(--soft);font-size:11px}.wallet strong{font-size:18px;margin:5px 0}.lower-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.list-panel ul{padding:0;margin:10px 0 0;list-style:none}.list-panel li{display:flex;justify-content:space-between;padding:10px 0;border-top:1px solid var(--line)}.list-panel li span{display:flex;align-items:center;gap:7px}.list-panel li small{display:block;color:var(--soft)}.pill{font-size:10px;color:var(--cyan)}.pill.green{color:var(--green)}.model-dot{width:6px;height:6px;border-radius:50%;background:var(--purple)}.muted{color:var(--soft)}@media(max-width:1000px){.metrics{grid-template-columns:repeat(2,1fr)}.metric-large{grid-column:span 1}.lower-grid{grid-template-columns:1fr 1fr}.health-grid{grid-template-columns:repeat(16,1fr)}}@media(max-width:700px){.dashboard-body{display:block}.side{position:static;width:100%;height:auto;padding:14px}.dash-brand{padding-bottom:12px}.side nav{display:flex;overflow:auto}.side nav a{white-space:nowrap}.side-foot{display:none}.dash-main{padding:0 14px 40px}.demo-strip{margin:0 -14px 20px;padding:8px 14px}.analytics-head{align-items:flex-start;gap:12px}.realtime-dot{display:none}.toolbar{overflow:auto}.toolbar div{min-width:150px}.metrics,.wallet,.lower-grid{grid-template-columns:1fr}.metric-large{min-height:145px}.health-grid{grid-template-columns:repeat(12,1fr)}.health-title{gap:15px}.health-legend div{display:none}}