:root{--hud-bg: #000408;--hud-surface: rgba(0, 4, 10, .98);--hud-border: rgba(0, 229, 255, .1);--hud-border-dim: rgba(0, 229, 255, .05);--hud-cyan: #00e5ff;--hud-green: #00ff88;--hud-magenta: #ff0080;--hud-amber: #ffaa00;--hud-purple: #aa44ff;--hud-blue: #4488ff;--hud-yellow: #ffee00}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#000408;color:#00e5ffeb;font-family:Rajdhani,Share Tech Mono,sans-serif;font-size:15px;font-weight:500;line-height:1.55;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:#00e5ff05}::-webkit-scrollbar-thumb{background:#00e5ff26}::-webkit-scrollbar-thumb:hover{background:#00e5ff47}button:not(:disabled),[role=button]:not([aria-disabled=true]){cursor:pointer}::selection{background:#00e5ff33;color:#00e5ff}body:after{content:"";position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:9999;background:repeating-linear-gradient(0deg,transparent,transparent 2px,rgba(0,0,0,.04) 2px,rgba(0,0,0,.04) 4px)}.holo-title{background:linear-gradient(90deg,#00e5ff,#fff,#a4f 40%,#00e5ff,#0f8 70%,#fff 80%,#00e5ff);background-size:300% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;animation:holoShimmer 5s linear infinite;filter:drop-shadow(0 0 12px rgba(0,229,255,.5))}.hud-panel{background:#00040af7;border:1px solid rgba(0,229,255,.1);position:relative;overflow:hidden}.hud-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(0,229,255,.015) 0%,transparent 50%,rgba(170,68,255,.01) 100%);pointer-events:none}.hud-bracket{position:relative}.hud-bracket:before,.hud-bracket:after{content:"";position:absolute;width:12px;height:12px;border-color:#00e5ff66;border-style:solid}.hud-bracket:before{top:0;left:0;border-width:1.5px 0 0 1.5px}.hud-bracket:after{bottom:0;right:0;border-width:0 1.5px 1.5px 0}.hud-value{font-family:Share Tech Mono,monospace;color:#00e5ff;letter-spacing:.06em}.status-dot{width:6px;height:6px;border-radius:50%;display:inline-block}.status-dot.up{background:#0f8;box-shadow:0 0 8px #0f8,0 0 16px #00ff8859}.status-dot.degraded{background:#fa0;box-shadow:0 0 8px #fa0;animation:blink 1s step-end infinite}.status-dot.down{background:#ff0080;box-shadow:0 0 8px #ff0080}.activity-card{position:relative;overflow:hidden;transition:all .18s ease}.activity-card:before{content:"";position:absolute;left:0;top:0;bottom:0;width:2px;background:currentColor;opacity:.6}.activity-card:hover{transform:translate(2px)}.glow-cyan{color:#00e5ff;text-shadow:0 0 12px rgba(0,229,255,.6)}.glow-green{color:#0f8;text-shadow:0 0 12px rgba(0,255,136,.6)}.glow-magenta{color:#ff0080;text-shadow:0 0 12px rgba(255,0,128,.6)}@keyframes holoShimmer{0%{background-position:0% 50%}to{background-position:300% 50%}}@keyframes tickerScroll{0%{transform:translate(100vw)}to{transform:translate(-100%)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes flicker{0%,to{opacity:1}8%{opacity:.85}12%{opacity:1}20%{opacity:.9}25%{opacity:1}60%{opacity:1}62%{opacity:.88}64%{opacity:1}}@keyframes blink{0%,to{opacity:1}50%{opacity:.1}}@keyframes pulseRing{0%{transform:scale(.8);opacity:.8}to{transform:scale(2.2);opacity:0}}@keyframes slideInRight{0%{opacity:0;transform:translate(24px)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-24px)}to{opacity:1;transform:translate(0)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinReverse{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes glowPulse{0%,to{box-shadow:0 0 8px currentColor}50%{box-shadow:0 0 22px currentColor,0 0 44px currentColor}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes tritonPillFade{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}body{background:#faf6ee;color:#2b1e13}:root{--foundation-density: comfortable;--foundation-section-padding: 20px;--foundation-row-gap: 10px}html.foundation-compact{--foundation-density: compact;--foundation-section-padding: 12px;--foundation-row-gap: 6px}html.foundation-compact body,html.foundation-compact #root{line-height:1.45;font-size:14px}html.foundation-compact section[role=region]{padding:14px!important;margin-bottom:10px!important}.triton-chat-msg:hover .triton-msg-toolbar,.triton-chat-msg:focus-within .triton-msg-toolbar{opacity:1!important}@keyframes streamEntry{0%{opacity:0;transform:translate(-8px);border-left-color:#00e5ffcc}to{opacity:1;transform:translate(0);border-left-color:#00e5ff33}}@keyframes scanSweep{0%{top:0%}to{top:100%}}@keyframes introScale{0%{transform:scale(.95);opacity:0}to{transform:scale(1);opacity:1}}@keyframes countUp{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.animate-holo{animation:holoShimmer 5s linear infinite}.animate-blink{animation:blink 1s step-end infinite}.animate-fade-in{animation:fadeIn .35s ease forwards}.animate-fade-in-up{animation:fadeInUp .4s ease forwards}.animate-slide-in-right{animation:slideInRight .35s ease forwards}.animate-slide-in-left{animation:slideInLeft .35s ease forwards}.animate-stream-entry{animation:streamEntry .3s ease forwards}.animate-glow-pulse{animation:glowPulse 2s ease-in-out infinite}.animate-intro{animation:introScale .8s ease forwards}.animate-flicker{animation:flicker 4s ease-in-out}@media(max-width:1024px){.hud-body{flex-direction:column!important}.hud-right-stats{width:100%!important;border-left:none!important;border-top:1px solid rgba(0,229,255,.07);flex-direction:row!important;flex-shrink:0!important;overflow-x:auto!important;overflow-y:hidden!important;max-height:160px!important}.hud-breadcrumb,.hud-cluster-dots{display:none!important}.hud-nav-tab .hud-tab-shortcut{display:none}.hud-sparkline,.hud-ticker{display:none!important}.hud-node-detail{width:260px!important}.hud-intel-stream{width:180px!important}.hud-admin-sidebar{width:170px!important}.hud-activity-header{padding:8px 12px!important}}@media(max-width:768px){.hud-header{height:auto!important;min-height:44px!important;flex-wrap:wrap!important}.hud-logo{padding:0 12px!important}.hud-logo svg{width:24px!important;height:24px!important}.hud-logo-text{display:none!important}.hud-nav{padding:0 2px!important;gap:0!important;overflow-x:auto!important}.hud-nav-tab{padding:0 10px!important;font-size:11px!important;letter-spacing:.08em!important}.hud-nav-tab .hud-tab-shortcut,.hud-header-stat,.hud-sparkline,.hud-ws-status-text,.hud-right-stats{display:none!important}.hud-node-detail{width:100%!important}.hud-intel-stream{display:none!important}.hud-footer{height:24px!important;font-size:10px!important;padding:0 8px!important}.hud-ticker,.hud-footer-stats,.hud-admin-sidebar{display:none!important}.hud-admin-content{padding:16px 12px!important}.hud-activity-filters{flex-wrap:wrap!important}.hud-activity-search{width:100%!important;min-width:unset!important}.hud-login-box{width:90vw!important;max-width:340px!important}}@media(max-width:480px){.hud-nav-tab{padding:0 7px!important;font-size:10px!important}.hud-header{min-height:38px!important}.hud-footer{height:22px!important;font-size:9px!important}}html[data-foundation-shell=product],body[data-foundation-shell=product]{overflow:auto;background:#f8f3ea;color:#20160e;font-family:DM Sans,Avenir Next,Segoe UI,sans-serif}body[data-foundation-shell=product]:after{display:none}body[data-foundation-shell=product] #root{background:linear-gradient(180deg,#f8f3ea,#efe6d6)}body[data-foundation-shell=product] ::selection{background:#244a842e;color:#214a84}body[data-foundation-shell=product] ::-webkit-scrollbar-track{background:#5239240a}body[data-foundation-shell=product] ::-webkit-scrollbar-thumb{background:#5239242e}body[data-foundation-shell=product] ::-webkit-scrollbar-thumb:hover{background:#52392447}
