:root{--bg: #0b0e14;--surface: #11151d;--surface-2: #161b26;--surface-3: #1b2230;--border: #232b3a;--border-strong: #2f394b;--text: #e8ecf4;--muted: #8b94a7;--faint: #5c6677;--blue: #3b82f6;--blue-bright: #60a5fa;--amber: #f59e0b;--green: #34d399;--red: #f87171;--yellow: #fbbf24;--purple: #a78bfa;--ring: rgba(96, 165, 250, .55);--z-base: 1;--z-sticky: 10;--z-overlay: 20;--z-modal: 30;--z-toast: 50;--radius: 10px;--radius-sm: 7px;--shadow: 0 1px 2px rgba(0, 0, 0, .4), 0 4px 16px rgba(0, 0, 0, .25);font-family:Fira Sans,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;font-size:16px;color-scheme:dark}*{box-sizing:border-box}html,body{margin:0;height:100%}body{background:var(--bg);color:var(--text);line-height:1.55;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}a{color:var(--blue-bright);text-decoration:none}a:hover{text-decoration:underline}.mono{font-family:Fira Code,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.82em}.muted{color:var(--muted)}.faint{color:var(--faint)}.err{color:var(--red)}.nowrap{white-space:nowrap}:focus-visible{outline:none;box-shadow:0 0 0 2px var(--bg),0 0 0 4px var(--ring);border-radius:var(--radius-sm)}.layout{display:grid;grid-template-columns:232px 1fr;min-height:100vh}.sidebar{background:var(--surface);border-right:1px solid var(--border);padding:18px 14px;display:flex;flex-direction:column;gap:4px;position:sticky;top:0;height:100vh}.brand{display:flex;align-items:center;gap:10px;padding:4px 8px 14px}.brand .logo{width:30px;height:30px;flex:0 0 auto;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--blue),#1e40af);color:#fff}.brand .name{font-weight:700;font-size:16px;letter-spacing:-.01em}.brand .sub{color:var(--muted);font-size:11px;margin-top:-2px}.nav{display:flex;flex-direction:column;gap:2px}.nav a{display:flex;align-items:center;gap:11px;padding:9px 11px;border-radius:var(--radius-sm);color:var(--muted);font-weight:500;font-size:14px;transition:background .16s ease,color .16s ease}.nav a svg{width:17px;height:17px;flex:0 0 auto}.nav a:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.nav a.active{background:var(--surface-3);color:var(--text)}.nav a.active svg{color:var(--blue-bright)}.sidebar-footer{margin-top:auto;padding:10px 8px 2px;border-top:1px solid var(--border)}.main{min-width:0;display:flex;flex-direction:column}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 28px;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:var(--z-sticky);background:#0b0e14d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.topbar h2{margin:0;font-size:19px;font-weight:600;letter-spacing:-.01em}.content{padding:24px 28px 48px}.health{display:inline-flex;align-items:center;gap:7px;font-size:12.5px;color:var(--muted)}.dot{width:8px;height:8px;border-radius:999px;background:var(--faint);flex:0 0 auto}.dot.ok{background:var(--green);box-shadow:0 0 0 3px #34d3992e}.dot.bad{background:var(--red);box-shadow:0 0 0 3px #f871712e}.kpis{display:grid;grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:14px;margin-bottom:22px}.statcard{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:15px 16px;display:flex;flex-direction:column;gap:8px;transition:border-color .16s ease,transform .16s ease}.statcard .head{display:flex;align-items:center;justify-content:space-between}.statcard .label{color:var(--muted);font-size:12.5px;font-weight:500}.statcard .ico{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:var(--surface-3);color:var(--blue-bright)}.statcard .ico svg{width:15px;height:15px}.statcard .value{font-family:Fira Code,monospace;font-size:26px;font-weight:600;letter-spacing:-.02em}.statcard .value.amber{color:var(--amber)}.statcard .hint{color:var(--faint);font-size:11.5px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:16px}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:hidden}.panel>.panel-head{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-bottom:1px solid var(--border)}.panel-head .title{font-weight:600;font-size:14px}.panel-head .count{color:var(--muted);font-size:12px;font-family:Fira Code,monospace}.panel-body{padding:14px 16px}.barlist{display:flex;flex-direction:column;gap:9px}.barlist .barrow{display:grid;grid-template-columns:120px 1fr 42px;align-items:center;gap:10px}.barlist .barlabel{font-size:13px;color:var(--text);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.barlist .bartrack{background:var(--surface-3);border-radius:999px;height:8px;overflow:hidden}.barlist .barfill{height:100%;border-radius:999px;background:linear-gradient(90deg,var(--blue),var(--blue-bright));transition:width .32s cubic-bezier(.2,.8,.2,1)}.barlist .barfill.amber{background:linear-gradient(90deg,#d97706,var(--amber))}.barlist .barval{font-family:Fira Code,monospace;font-size:13px;color:var(--muted);text-align:right}.table-wrap{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);overflow:auto}table{width:100%;border-collapse:collapse;font-size:13.5px}thead th{text-align:left;padding:11px 14px;color:var(--muted);font-weight:500;font-size:12px;letter-spacing:.02em;text-transform:uppercase;background:var(--surface-2);border-bottom:1px solid var(--border);position:sticky;top:0}tbody td{padding:11px 14px;border-bottom:1px solid var(--border);vertical-align:top}tbody tr{transition:background .13s ease}tbody tr:last-child td{border-bottom:none}tr.clickable{cursor:pointer}tr.clickable:hover{background:var(--surface-2)}tr.selected{background:var(--surface-3)}td .sub{color:var(--muted);font-size:12px;margin-top:2px}.pill{display:inline-flex;align-items:center;gap:5px;padding:2px 9px;border-radius:999px;font-size:11.5px;font-weight:500;line-height:1.5;border:1px solid transparent;white-space:nowrap}.pill:before{content:"";width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.9}.pill.green{color:var(--green);background:#34d3991a;border-color:#34d39940}.pill.amber{color:var(--amber);background:#f59e0b1a;border-color:#f59e0b40}.pill.red{color:var(--red);background:#f871711a;border-color:#f8717140}.pill.blue{color:var(--blue-bright);background:#60a5fa1a;border-color:#60a5fa40}.pill.purple{color:var(--purple);background:#a78bfa1a;border-color:#a78bfa40}.pill.gray{color:var(--muted);background:var(--surface-3);border-color:var(--border-strong)}.btn{display:inline-flex;align-items:center;gap:7px;cursor:pointer;background:var(--blue);color:#fff;border:1px solid transparent;padding:7px 13px;border-radius:var(--radius-sm);font-size:13px;font-weight:500;font-family:inherit;transition:background .16s ease,border-color .16s ease,opacity .16s ease}.btn:hover{background:var(--blue-bright)}.btn.ghost{background:transparent;border-color:var(--border-strong);color:var(--text)}.btn.ghost:hover{background:var(--surface-2);border-color:var(--blue)}.btn.icon{padding:7px}.btn svg{width:15px;height:15px}.btn:disabled{opacity:.5;cursor:not-allowed}.btn.sm{padding:5px 10px;font-size:12.5px}.toolbar{display:flex;gap:9px;align-items:center;flex-wrap:wrap;margin-bottom:16px}input,select{background:var(--surface-2);border:1px solid var(--border);color:var(--text);padding:7px 11px;border-radius:var(--radius-sm);font-size:13.5px;font-family:inherit;transition:border-color .16s ease}input::placeholder{color:var(--faint)}input:hover,select:hover{border-color:var(--border-strong)}.search{position:relative}.search svg{position:absolute;left:10px;top:50%;transform:translateY(-50%);width:15px;height:15px;color:var(--faint);pointer-events:none}.search input{padding-left:32px;min-width:280px}.drawer{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);position:sticky;top:84px;max-height:calc(100vh - 110px);overflow:auto}.drawer-head{display:flex;align-items:center;justify-content:space-between;padding:13px 16px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--surface);z-index:var(--z-base)}.drawer-body{padding:16px}.drawer-body h3{margin:0 0 4px;font-size:16px}.field-label{color:var(--muted);font-size:11.5px;font-weight:600;text-transform:uppercase;letter-spacing:.03em;margin:16px 0 6px}pre{background:var(--surface-2);border:1px solid var(--border);border-radius:var(--radius-sm);padding:12px;overflow:auto;font-family:Fira Code,monospace;font-size:12px;line-height:1.5;margin:0}.skeleton{background:linear-gradient(90deg,var(--surface-2) 25%,var(--surface-3) 37%,var(--surface-2) 63%);background-size:400% 100%;animation:shimmer 1.4s ease infinite;border-radius:var(--radius-sm)}@keyframes shimmer{0%{background-position:100% 0}to{background-position:0 0}}.skeleton-row{height:40px;margin-bottom:8px}.spinner{width:16px;height:16px;border:2px solid var(--surface-3);border-top-color:var(--blue-bright);border-radius:999px;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:44px 16px;color:var(--muted);text-align:center}.empty svg{width:30px;height:30px;color:var(--faint)}.banner{display:flex;align-items:center;gap:9px;padding:11px 14px;border-radius:var(--radius-sm);font-size:13.5px;margin-bottom:16px}.banner.error{background:#f8717114;border:1px solid rgba(248,113,113,.25);color:#fda4a4}@media (max-width: 900px){.layout{grid-template-columns:1fr}.sidebar{position:static;height:auto;flex-direction:row;align-items:center;flex-wrap:wrap}.sidebar .brand{padding:4px 8px}.nav{flex-direction:row;flex-wrap:wrap}.sidebar-footer{display:none}.grid-3,.grid-2{grid-template-columns:1fr}.content,.topbar{padding-left:16px;padding-right:16px}.search input{min-width:0;width:100%}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
