*,*:before,*:after{box-sizing:border-box}:root{--bg: #0b0b18;--surface: #13132a;--border: #1e1e3a;--text: #e2e2f0;--muted: #6b6b8a;--accent: #6366f1;--green: #10b981;--red: #f87171;--yellow: #fbbf24;font-family:Inter,system-ui,sans-serif;font-size:14px;color:var(--text);background:var(--bg)}body{margin:0;min-height:100vh;background:var(--bg)}#root{display:flex;flex-direction:column;min-height:100vh}nav{display:flex;align-items:center;justify-content:space-between;padding:0 1.25rem;height:42px;background:var(--surface);border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}.nav-brand{font-weight:700;font-size:.875rem;color:var(--accent);letter-spacing:.01em}.nav-links{display:flex;gap:1.5rem}.nav-links a{color:var(--muted);text-decoration:none;font-weight:500;transition:color .15s}.nav-links a:hover,.nav-links a.active{color:var(--text)}main{padding:1rem 1.5rem;max-width:1400px;margin:0 auto;width:100%}h2{margin-top:0}h3{color:var(--muted);margin-bottom:.5rem}.table-wrap{overflow-x:auto;border:1px solid var(--border);border-radius:8px}table{width:100%;border-collapse:collapse;font-size:13px}thead th{background:var(--surface);padding:.6rem .8rem;text-align:left;color:var(--muted);font-weight:600;border-bottom:1px solid var(--border);white-space:nowrap}tbody tr{border-bottom:1px solid var(--border);transition:background .1s}tbody tr:last-child{border-bottom:none}tbody tr:hover,tbody tr.row-expanded{background:var(--surface)}td{padding:.55rem .8rem;vertical-align:middle}.green{color:var(--green)}.red{color:var(--red)}.muted{color:var(--muted)}.search-input{width:100%;padding:.5rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:13px;outline:none;margin-bottom:1rem}.search-input:focus{border-color:var(--accent)}.select-input{padding:.5rem .8rem;background:var(--surface);border:1px solid var(--border);border-radius:6px;color:var(--text);font-size:13px;outline:none}.select-input:focus{border-color:var(--accent)}.filters{display:flex;gap:1rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.checkbox-label{display:flex;align-items:center;gap:.4rem;color:var(--muted);cursor:pointer;white-space:nowrap}.btn-secondary{padding:.4rem 1rem;background:transparent;border:1px solid var(--border);border-radius:6px;color:var(--muted);cursor:pointer;font-size:13px;transition:border-color .15s,color .15s}.btn-secondary:hover{border-color:var(--accent);color:var(--text)}.btn-link{background:none;border:none;color:var(--accent);cursor:pointer;font-size:13px;padding:0}.btn-link:hover{text-decoration:underline}.stats-row{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background:var(--surface);border:1px solid var(--border);border-radius:8px;padding:1rem}.stat-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;margin-bottom:.4rem}.stat-value{font-size:1.25rem;font-weight:700}.tooltip-box{background:#1a1a30;border:1px solid var(--border);border-radius:6px;padding:.6rem .8rem;font-size:12px}
