*{box-sizing:border-box;margin:0;padding:0}:root{--backdrop: #050505;--emerald: #50C878;--silver: #C0C0C0;--blood-red: #990000;--ghost: rgba(255, 255, 255, .06)}html,body{width:100%;height:100%;background:var(--backdrop);color:var(--silver);font-family:JetBrains Mono,Fira Code,Source Code Pro,monospace;font-size:14px;line-height:1.5;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{width:100%;height:100%;position:relative}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--backdrop)}::-webkit-scrollbar-thumb{background:var(--ghost);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--silver)}::selection{background:var(--emerald);color:var(--backdrop)}:focus-visible{outline:2px solid var(--emerald);outline-offset:2px}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes glow{0%,to{box-shadow:0 0 10px #50c8784d}50%{box-shadow:0 0 20px #50c87899}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.center-flex{display:flex;align-items:center;justify-content:center}.grid-auto{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}h1,h2,h3,h4,h5,h6{color:var(--emerald);font-weight:600;letter-spacing:-.02em}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}a{color:var(--emerald);text-decoration:none;transition:opacity .2s ease}a:hover{opacity:.8}button{background:var(--ghost);border:1px solid var(--silver);color:var(--silver);padding:8px 16px;border-radius:6px;font-family:inherit;font-size:inherit;cursor:pointer;transition:all .2s ease}button:hover{background:var(--silver);color:var(--backdrop)}button:active{transform:translateY(1px)}input,textarea{background:var(--backdrop);border:1px solid var(--ghost);color:var(--silver);padding:8px 12px;border-radius:6px;font-family:inherit;font-size:inherit;transition:border-color .2s ease}input:focus,textarea:focus{outline:none;border-color:var(--emerald)}.panel{background:#050505d9;backdrop-filter:blur(10px);border:1px solid var(--ghost);border-radius:12px;padding:16px}.status-badge{display:inline-flex;align-items:center;gap:6px;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:600;text-transform:uppercase}.status-badge.nominal{background:#50c87833;color:var(--emerald)}.status-badge.degraded{background:#9003;color:var(--blood-red)}
