.hud{color-scheme:dark;--hud-plane:#070a10;--hud-surface:#0b1017;--hud-surface-2:#111826;--hud-line:#1e2a3d;--hud-line-bright:#2b3e5c;--hud-text:#eaf1fb;--hud-text-2:#9fb2cc;--hud-text-3:#64788f;--hud-accent:#3987e5;--hud-accent-dim:rgba(57,135,229,.18);--hud-chain-base:#3987e5;--hud-chain-robinhood:#d95926;--hud-good:#0ca30c;--hud-warning:#fab219;--hud-critical:#d03b3b;--hud-mono:ui-monospace,"SFMono-Regular","SF Mono",Menlo,Consolas,monospace;position:relative;background:var(--hud-plane);color:var(--hud-text);min-height:100vh;overflow:hidden}.hud:before{background-image:linear-gradient(var(--hud-line) 1px,transparent 1px),linear-gradient(90deg,var(--hud-line) 1px,transparent 1px);background-size:64px 64px;opacity:.35;mask-image:radial-gradient(ellipse 80% 60% at 50% 0,#000 40%,transparent 100%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 0,#000 40%,transparent 100%)}.hud:after,.hud:before{content:"";position:absolute;inset:0;pointer-events:none}.hud:after{background:repeating-linear-gradient(180deg,hsla(0,0%,100%,.025) 0,hsla(0,0%,100%,.025) 1px,transparent 0,transparent 3px);opacity:.5}.hud>*{position:relative;z-index:1}.hud-glow{position:absolute;top:-20%;left:50%;transform:translateX(-50%);width:900px;height:520px;background:radial-gradient(circle,rgba(57,135,229,.22) 0,transparent 65%);filter:blur(40px);pointer-events:none;z-index:0}.hud-eyebrow{letter-spacing:.32em;color:var(--hud-text-3)}.hud-eyebrow,.hud-live{font-family:var(--hud-mono);font-size:11px;text-transform:uppercase}.hud-live{display:inline-flex;align-items:center;gap:8px;letter-spacing:.22em;color:var(--hud-text-2);border:1px solid var(--hud-line-bright);border-radius:999px;padding:6px 14px;background:rgba(11,16,23,.7)}.hud-live-dot{width:7px;height:7px;border-radius:50%;background:var(--hud-good);box-shadow:0 0 0 0 rgba(12,163,12,.7);animation:hud-pulse 2.4s ease-out infinite}@keyframes hud-pulse{0%{box-shadow:0 0 0 0 rgba(12,163,12,.7)}70%{box-shadow:0 0 0 7px rgba(12,163,12,0)}to{box-shadow:0 0 0 0 rgba(12,163,12,0)}}.hud-hero-value{font-size:clamp(48px,9vw,104px);font-weight:650;line-height:1;letter-spacing:-.02em;color:var(--hud-text);text-shadow:0 0 44px rgba(57,135,229,.45)}.hud-panel{background:linear-gradient(180deg,var(--hud-surface-2) 0,var(--hud-surface) 100%);border:1px solid var(--hud-line);border-radius:14px;position:relative}.hud-panel:after,.hud-panel:before{content:"";position:absolute;width:10px;height:10px;border-color:var(--hud-line-bright);border-style:solid}.hud-panel:before{top:-1px;left:-1px;border-width:1px 0 0 1px;border-top-left-radius:14px}.hud-panel:after{bottom:-1px;right:-1px;border-width:0 1px 1px 0;border-bottom-right-radius:14px}.hud-panel-hover{transition:border-color .2s ease,transform .2s ease}.hud-panel-hover:hover{border-color:var(--hud-accent);transform:translateY(-2px)}.hud-stat-label{font-family:var(--hud-mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--hud-text-3)}.hud-stat-value{font-size:26px;font-weight:600;color:var(--hud-text);line-height:1.2}.hud-tabular{font-variant-numeric:tabular-nums}.hud-mono{font-family:var(--hud-mono)}.hud-meter{height:6px;border-radius:999px;background:var(--hud-accent-dim);overflow:hidden}.hud-meter-fill{height:100%;border-radius:999px;background:var(--hud-accent)}.hud-meter-fill[data-state=good]{background:var(--hud-good)}.hud-meter-fill[data-state=warning]{background:var(--hud-warning)}.hud-meter-fill[data-state=critical]{background:var(--hud-critical)}.hud-delta-up{color:var(--hud-good)}.hud-delta-down{color:var(--hud-critical)}.hud-delta-flat{color:var(--hud-text-3)}.hud-chip{display:inline-flex;align-items:center;gap:6px;font-family:var(--hud-mono);font-size:10px;letter-spacing:.14em;text-transform:uppercase;padding:4px 9px;border-radius:6px;border:1px solid var(--hud-line-bright);color:var(--hud-text-2)}.hud-chip-dot{width:6px;height:6px;border-radius:50%}.hud-table{width:100%;border-collapse:collapse;font-variant-numeric:tabular-nums}.hud-table th{font-family:var(--hud-mono);font-size:10px;letter-spacing:.18em;text-transform:uppercase;color:var(--hud-text-3);text-align:right;padding:10px 12px;border-bottom:1px solid var(--hud-line);white-space:nowrap}.hud-table td:first-child,.hud-table th:first-child{text-align:left}.hud-table td{padding:12px;text-align:right;border-bottom:1px solid var(--hud-line);color:var(--hud-text-2);font-size:13px;white-space:nowrap}.hud-table tbody tr:hover td{background:rgba(57,135,229,.06)}@media (prefers-reduced-motion:reduce){.hud-live-dot{animation:none}.hud-panel-hover:hover{transform:none}}