:root{--orla-black:#090a09;--orla-black-soft:#101207;--orla-white:#f3f3df;--orla-bg:#090a09;--orla-card:#12140b;--orla-card-hover:#181b0f;--orla-border:#e8e8a31f;--orla-text:#f3f3df;--orla-text-muted:#9b9d8f;--orla-cream:#e8e8a3;--orla-green:#91d363;--orla-green-soft:#91d36324;--orla-yellow:#ffb84d;--orla-yellow-soft:#ffb84d24;--orla-gray-soft:#e8e8a30f;--orla-red:#ff5c4d;--orla-red-soft:#ff5c4d24;--radius:8px;--shadow-card:0 2px 4px #0000004d, 0 8px 24px #00000040;--hud-void:var(--orla-black);--hud-panel:var(--orla-card);--hud-line:var(--orla-border);--hud-line-bright:#91d36366;--hud-green:var(--orla-green);--hud-green-dim:#5f9142;--hud-text:var(--orla-text);--hud-text-dim:var(--orla-text-muted);--hud-red:var(--orla-red);--hud-amber:var(--orla-yellow);--hud-mono:ui-monospace, "Cascadia Code", "SF Mono", Consolas, "Roboto Mono", monospace}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--orla-bg);color:var(--orla-text);margin:0;font-family:-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;position:relative}body:before{content:"";z-index:999;opacity:.045;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E");position:fixed;inset:0}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}.card{background:var(--orla-card);border:1px solid var(--orla-border);border-radius:var(--radius);box-shadow:var(--shadow-card);padding:20px}.card h2{text-transform:uppercase;letter-spacing:.2em;color:var(--orla-text-muted);align-items:center;gap:10px;margin:0 0 16px;font-size:11px;font-weight:700;display:flex}.card h2:before{content:"";background:var(--orla-green);width:16px;min-width:16px;height:1px}.btn{border:1px solid var(--orla-border);color:var(--orla-text);background:0 0;border-radius:8px;padding:8px 14px;font-size:13px;font-weight:500;transition:background .2s,border-color .2s,color .2s}.btn:hover{background:var(--orla-gray-soft);border-color:var(--orla-text-muted)}.btn-primary{background:var(--orla-green);color:var(--orla-black);border-color:var(--orla-green);font-weight:700}.btn-primary:hover{background:#a8dd85;border-color:#a8dd85}.btn-danger{border-color:var(--orla-red);color:var(--orla-red);background:0 0}.btn-danger:hover{background:var(--orla-red-soft)}.pill{border-radius:999px;align-items:center;gap:4px;padding:3px 10px;font-size:12px;font-weight:600;display:inline-flex}.pill-green{background:var(--orla-green-soft);color:var(--orla-green)}.pill-yellow{background:var(--orla-yellow-soft);color:var(--orla-yellow)}.pill-red{background:var(--orla-red-soft);color:var(--orla-red)}.pill-gray{background:var(--orla-gray-soft);color:var(--orla-text-muted)}.pill-black{background:var(--orla-cream);color:var(--orla-black)}.empty{color:var(--orla-text-muted);font-size:13px}.modal-backdrop{z-index:50;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--orla-card);border:1px solid var(--orla-border);border-radius:var(--radius);width:420px;max-width:90vw;max-height:85vh;padding:24px;overflow-y:auto;box-shadow:0 16px 48px #00000080}.modal label{color:var(--orla-text-muted);margin:12px 0 4px;font-size:12px;display:block}.input{border:1px solid var(--orla-border);width:100%;color:var(--orla-text);background:#e8e8a30a;border-radius:8px;padding:8px 12px;font-size:13px}.input:focus{border-color:var(--orla-green);outline:none}.hud-shell{margin:calc(-1 * var(--content-pad,24px));min-height:calc(100% + 2 * var(--content-pad,24px));background:var(--hud-void);color:var(--hud-text);padding:32px calc(var(--content-pad,24px) + 8px);background-image:linear-gradient(var(--hud-line) 1px, transparent 1px), linear-gradient(90deg, var(--hud-line) 1px, transparent 1px);background-position:-1px -1px;background-size:34px 34px;position:relative;overflow:hidden}.hud-shell:before{content:"";pointer-events:none;background:radial-gradient(at 20% 0,#8bc34a14,#0000 55%),radial-gradient(at 100% 100%,#8bc34a0d,#0000 50%);position:absolute;inset:0}.hud-corner{z-index:1;width:16px;height:16px;position:absolute}.hud-corner-nw{border-top:2px solid var(--hud-green);border-left:2px solid var(--hud-green);top:-1px;left:-1px}.hud-corner-ne{border-top:2px solid var(--hud-green);border-right:2px solid var(--hud-green);top:-1px;right:-1px}.hud-corner-sw{border-bottom:2px solid var(--hud-green);border-left:2px solid var(--hud-green);bottom:-1px;left:-1px}.hud-corner-se{border-bottom:2px solid var(--hud-green);border-right:2px solid var(--hud-green);bottom:-1px;right:-1px}.hud-header{z-index:1;border-bottom:1px solid var(--hud-line);justify-content:space-between;align-items:flex-end;margin-bottom:22px;padding-bottom:18px;display:flex;position:relative}.hud-eyebrow{font-family:var(--hud-mono);letter-spacing:.14em;text-transform:uppercase;color:var(--hud-text-dim);margin-bottom:6px;font-size:11px}.hud-clock{font-family:var(--hud-mono);font-variant-numeric:tabular-nums;letter-spacing:.02em;font-size:26px;font-weight:600}.hud-clock span{color:var(--hud-text-dim);text-transform:uppercase;letter-spacing:.08em;margin-left:8px;font-size:13px}.hud-status{font-family:var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-green);align-items:center;gap:8px;font-size:11px;display:flex}.hud-pulse{background:var(--hud-green);width:7px;height:7px;box-shadow:0 0 6px 1px var(--hud-green);border-radius:50%}@media (prefers-reduced-motion:no-preference){.hud-pulse{animation:2.2s ease-in-out infinite hud-pulse}}@keyframes hud-pulse{0%,to{opacity:1}50%{opacity:.35}}.hud-section{z-index:1;margin-bottom:26px;position:relative}.hud-section-title{font-family:var(--hud-mono);letter-spacing:.12em;text-transform:uppercase;color:var(--hud-text-dim);align-items:center;gap:7px;margin-bottom:14px;font-size:11px;display:flex}.hud-section-title:before{content:"";background:var(--hud-green);width:5px;height:5px}.hud-grid-2{grid-template-columns:1fr 1fr;gap:26px;display:grid}.hud-alerts{z-index:1;flex-direction:column;gap:8px;margin-bottom:26px;display:flex;position:relative}.hud-alert{font-family:var(--hud-mono);letter-spacing:.02em;border:1px solid;align-items:center;gap:10px;padding:11px 14px;font-size:12px;transition:background .15s,transform .1s;display:flex}.hud-alert:hover{transform:translate(3px)}.hud-alert strong{font-size:13px}.hud-alert-critical{border-color:var(--hud-red);color:var(--hud-red);background:#ff5c4d14;box-shadow:inset 0 0 12px #ff5c4d1f}.hud-alert-critical:hover{background:#ff5c4d26}.hud-alert-warning{border-color:var(--hud-amber);color:var(--hud-amber);background:#ffb84d14;box-shadow:inset 0 0 12px #ffb84d1f}.hud-alert-warning:hover{background:#ffb84d26}.hud-alert-dot{background:currentColor;border-radius:50%;width:6px;min-width:6px;height:6px;box-shadow:0 0 6px}.hud-alert-arrow{margin-left:auto;font-weight:700}.hud-gauges{z-index:1;grid-template-columns:repeat(3,1fr);gap:26px;margin-bottom:30px;display:grid;position:relative}.hud-gauge-block{align-items:center;gap:18px;display:flex}.hud-gauge{--pct:0;background:conic-gradient(var(--gauge-color,var(--hud-green)) calc(var(--pct) * 1%), var(--hud-line) 0);border-radius:50%;justify-content:center;align-items:center;width:92px;min-width:92px;height:92px;display:flex;position:relative}.hud-gauge:before{content:"";background:var(--hud-panel);border-radius:50%;position:absolute;inset:7px}.hud-gauge-up{--gauge-color:var(--hud-green);filter:drop-shadow(0 0 7px #8bc34a73)}.hud-gauge-down{--gauge-color:var(--hud-red);filter:drop-shadow(0 0 7px #ff5c4d66)}.hud-gauge-flat{--gauge-color:var(--hud-text-dim)}.hud-gauge-trend{z-index:1;font-family:var(--hud-mono);font-size:15px;font-weight:700;position:relative}.hud-gauge-label{font-family:var(--hud-mono);letter-spacing:.1em;text-transform:uppercase;color:var(--hud-text-dim);margin-bottom:8px;font-size:11px}.hud-gauge-value{font-family:var(--hud-mono);font-variant-numeric:tabular-nums;font-size:24px;font-weight:700;line-height:1.1}.hud-gauge-sub{font-family:var(--hud-mono);color:var(--hud-text-dim);margin-top:4px;font-size:11px}.hud-funnel{z-index:1;align-items:flex-end;gap:4px;height:130px;padding-bottom:2px;display:flex;position:relative;overflow-x:auto}.hud-funnel-col{flex-direction:column;justify-content:flex-end;align-items:center;gap:8px;min-width:68px;height:100%;display:flex}.hud-funnel-count{font-family:var(--hud-mono);font-variant-numeric:tabular-nums;font-size:13px;font-weight:700}.hud-funnel-bar{background:linear-gradient(var(--hud-green), var(--hud-green-dim));width:14px;min-height:2px;box-shadow:0 0 8px #8bc34a59}.hud-funnel-bar-empty{background:var(--hud-line);box-shadow:none}.hud-funnel-label{font-family:var(--hud-mono);letter-spacing:.03em;text-transform:uppercase;color:var(--hud-text-dim);text-align:center;font-size:9px;line-height:1.3}.hud-readout{flex-direction:column;gap:10px;display:flex}.hud-readout-empty{font-family:var(--hud-mono);color:var(--hud-text-dim);font-size:12px}.hud-readout-row{border-bottom:1px solid var(--hud-line);flex-direction:column;gap:5px;padding-bottom:9px;display:flex}.hud-readout-row:last-child{border-bottom:none}.hud-readout-top{justify-content:space-between;align-items:baseline;gap:10px;font-size:13px;display:flex}.hud-readout-title{color:var(--hud-text);text-overflow:ellipsis;white-space:nowrap;font-weight:600;overflow:hidden}.hud-readout-meta{font-family:var(--hud-mono);color:var(--hud-text-dim);white-space:nowrap;font-size:11px}.hud-readout-value{font-family:var(--hud-mono);color:var(--hud-green);white-space:nowrap;font-weight:700}.hud-readout-bar-track{background:var(--hud-line);width:100%;height:3px}.hud-readout-bar-fill{background:var(--hud-green);height:100%;box-shadow:0 0 5px #8bc34a80}@media (width<=860px){.hud-gauges,.hud-grid-2{grid-template-columns:1fr}.hud-shell{padding:18px}.hud-clock{font-size:20px}}@media (width<=640px){.responsive-table thead{display:none}.responsive-table,.responsive-table tbody,.responsive-table tr,.responsive-table td{width:100%;display:block}.responsive-table tr{border-bottom:1px solid var(--orla-border);padding:12px 16px}.responsive-table td{text-align:right;border:none;justify-content:space-between;align-items:center;gap:12px;padding:4px 0;display:flex}.responsive-table td:before{content:attr(data-label);text-transform:uppercase;letter-spacing:.03em;color:var(--orla-text-muted);text-align:left;flex-shrink:0;font-size:11px;font-weight:600}}
