@import "https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;600&family=IBM+Plex+Sans:wght@400;500;600;700&display=swap";:root{--bg:#0a0e13;--surface:#0f1419;--surface-2:#131920;--border:#1a2332;--accent:#1a4d2e;--accent-hover:#2d6d45;--accent-light:#3a8f5c22;--text:#e8eef5;--text-muted:#5a6f8f;--text-dim:#3a4f6a;--error:#dc3545;--warning:#ffc107;--success:#28a745;--green-ok:#1e6b3a;--green-text:#4ade80;--yellow-text:#ffc107;--red-text:#f87171;--radius:6px;--radius-lg:10px;--transition:.15s ease;--font-mono:"IBM Plex Mono", monospace;--font-sans:"IBM Plex Sans", sans-serif}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{background:var(--bg);height:100%;color:var(--text);font-family:var(--font-sans);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}body{overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:var(--font-sans);cursor:pointer;color:inherit;background:0 0;border:none}input,select,textarea{font-family:var(--font-sans);color:var(--text);background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);transition:border-color var(--transition);outline:none;font-size:.9rem}input:focus,select:focus,textarea:focus{border-color:var(--accent-hover)}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);padding:1.25rem}.collapse-btn{border:1px solid var(--border);width:26px;height:26px;color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;transition:background .15s,color .15s;display:flex}.collapse-btn:hover{background:var(--surface-2);color:var(--text)}.collapse-btn svg{transition:transform .2s}.collapse-btn.collapsed svg{transform:rotate(-90deg)}.section-header{cursor:default}.section-header--clickable{cursor:pointer}.section-header--clickable:hover .collapse-btn{background:var(--surface-2);color:var(--text)}.btn{border-radius:var(--radius);transition:background var(--transition), opacity var(--transition);white-space:nowrap;justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.65rem 1.25rem;font-size:.875rem;font-weight:600;display:inline-flex}.btn-primary{background:var(--accent);color:var(--text)}.btn-primary:hover{background:var(--accent-hover)}.btn-primary:disabled{opacity:.45;cursor:not-allowed}.btn-ghost{border:1px solid var(--border);color:var(--text-muted);background:0 0}.btn-ghost:hover{border-color:var(--text-muted);color:var(--text)}.btn-danger{border:1px solid var(--error);color:var(--error);background:0 0}.btn-danger:hover{background:var(--error);color:#fff}.pill{font-family:var(--font-mono);letter-spacing:.04em;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.7rem;font-weight:600;display:inline-flex}.pill-ok{color:var(--green-text);background:#1e6b3a33;border:1px solid #1e6b3a66}.pill-low{color:var(--yellow-text);background:#ffc10722;border:1px solid #ffc10755}.pill-critical{color:var(--red-text);background:#dc354522;border:1px solid #dc354555}.field{flex-direction:column;gap:.4rem;display:flex}.field label{font-size:.75rem;font-family:var(--font-mono);color:var(--text-muted);letter-spacing:.05em;text-transform:uppercase}.field input,.field select,.field textarea{width:100%;padding:.6rem .75rem}.search-input{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius);width:100%;color:var(--text);padding:.6rem .75rem;font-size:.9rem}.table-wrap{overflow-x:auto}table{border-collapse:collapse;width:100%;font-size:.875rem}thead th{text-align:left;font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);background:var(--surface-2);border-bottom:2px solid var(--border);white-space:nowrap;padding:.5rem 1rem;font-size:.68rem}thead th:first-child{border-radius:8px 0 0}thead th:last-child{border-radius:0 8px 0 0}tbody tr{border-bottom:1px solid var(--border);transition:background .12s}tbody tr:last-child{border-bottom:none}tbody tr:hover{background:var(--surface-2)}tbody td{vertical-align:middle;padding:.75rem 1rem}td.num,th.num{text-align:right;font-family:var(--font-mono);font-variant-numeric:tabular-nums}.row-actions{flex-wrap:wrap;align-items:center;gap:.4rem;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}.offline-screen{height:100vh;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:1rem;display:flex}.offline-screen h2{color:var(--text);font-size:1.5rem}
