@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap";:root{--bg-deepest: #000000;--bg-base: #0B2D59;--bg-raised: #0E3468;--bg-surface: #133D75;--bg-surface-hover: #9AACBF;--accent-teal: #9AACBF;--accent-teal-light: #2A6FA8;--accent-glow: rgba(154, 172, 191, .15);--accent-secondary: #BF9850;--text-primary: #F0F2F5;--text-secondary: #9AACBF;--text-muted: #6B7D8F;--border-subtle: rgba(255, 255, 255, .08);--border-light: rgba(255, 255, 255, .12);--semantic-critical: #E05050;--semantic-high: #E09A30;--semantic-low: #3DB87A;--mono: "Montserrat", sans-serif}*,*:before,*:after{box-sizing:border-box}html{height:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}body{margin:0;padding:0;height:100%;background-color:var(--bg-base);color:var(--text-primary);font-family:Montserrat,system-ui,-apple-system,sans-serif;line-height:1.5;overflow-x:hidden}#root{width:100%;min-height:100%;margin:0 auto}@media(min-width:1200px){#root{width:70%}}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ffffff0f;border-radius:100px}::-webkit-scrollbar-thumb:hover{background:#ffffff1f}*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.06) transparent}:focus-visible{outline:2px solid var(--accent-teal);outline-offset:2px;border-radius:4px}::selection{background:#9aacbf66;color:#fff}.glass-panel{background:#0b2d59b3;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle);border-radius:14px}.mono-label{font-family:var(--mono);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--accent-teal)}.card-section-title{font-family:var(--mono);font-size:10px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--accent-teal)}.recharts-wrapper,.recharts-surface,.recharts-wrapper svg{outline:none!important;-webkit-tap-highlight-color:transparent!important;-webkit-touch-callout:none!important;-webkit-user-select:none!important;user-select:none!important}.recharts-wrapper *:focus,.recharts-wrapper *:active{outline:none!important;-webkit-tap-highlight-color:transparent!important}.recharts-default-tooltip{background-color:var(--bg-raised)!important;border:1px solid var(--bg-surface-hover)!important;border-radius:10px!important;box-shadow:0 8px 24px #0006!important}.recharts-tooltip-label{color:var(--text-primary)!important;font-weight:600!important;font-family:Montserrat,sans-serif!important}.recharts-tooltip-item{color:var(--text-secondary)!important}.recharts-cartesian-axis-tick-value{fill:var(--text-muted)!important;font-size:10px!important;font-family:Montserrat,sans-serif!important}.MuiGrid-container{align-items:stretch}.MuiGrid-container>.MuiGrid-item{display:flex}.MuiGrid-container>.MuiGrid-item>.MuiBox-root{flex:1}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes blink{0%,to{opacity:1}60%{opacity:.25}}@keyframes criticalPulse{0%{transform:scale(1);opacity:.4}to{transform:scale(1.8);opacity:0}}.animate-fade-in-up{animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) both}.animate-fade-in{animation:fadeIn .3s ease both}.stagger-children>*{animation:fadeInUp .4s cubic-bezier(.4,0,.2,1) both}.stagger-children>*:nth-child(1){animation-delay:0ms}.stagger-children>*:nth-child(2){animation-delay:50ms}.stagger-children>*:nth-child(3){animation-delay:60ms}.stagger-children>*:nth-child(4){animation-delay:90ms}.stagger-children>*:nth-child(5){animation-delay:.12s}.stagger-children>*:nth-child(6){animation-delay:.15s}.stagger-children>*:nth-child(7){animation-delay:.18s}.stagger-children>*:nth-child(8){animation-delay:.21s}.live-dot{width:6px;height:6px;border-radius:50%;background:var(--accent-teal);animation:blink 2s ease-in-out infinite}.offline-dot{width:6px;height:6px;border-radius:50%;background:#f44336}
