@import "https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&display=swap";*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg-primary:#0d1117;--bg-secondary:#161b22;--bg-card:#1c2128;--bg-sidebar:#13181f;--accent:#2d6a4f;--accent-light:#40916c;--accent-glow:#2d6a4f26;--text-primary:#e6edf3;--text-secondary:#8b949e;--text-muted:#484f58;--border:#30363d;--border-light:#21262d;--success:#3fb950;--warning:#d29922;--danger:#f85149;--sidebar-width:220px;--sidebar-collapsed:56px;--right-sidebar-width:320px;--filter-height:52px}body{background:var(--bg-primary);color:var(--text-primary);height:100vh;font-family:Montserrat,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow:hidden}#root{flex-direction:column;height:100vh;display:flex}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--bg-primary)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.card{background:var(--bg-card);border:1px solid var(--border);border-radius:10px;padding:20px}.card-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.card-title{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;font-size:13px;font-weight:600}.btn{cursor:pointer;border:none;border-radius:6px;align-items:center;gap:6px;padding:7px 14px;font-family:Montserrat,sans-serif;font-size:13px;font-weight:500;transition:all .15s;display:inline-flex}.btn-primary{background:var(--accent);color:#fff}.btn-primary:hover{background:var(--accent-light)}.btn-ghost{color:var(--text-secondary);border:1px solid var(--border);background:0 0}.btn-ghost:hover{background:var(--bg-card);color:var(--text-primary)}.pill{cursor:pointer;border:1px solid var(--border);color:var(--text-secondary);background:0 0;border-radius:20px;align-items:center;padding:4px 10px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;transition:all .15s;display:inline-flex}.pill.active{background:var(--accent-glow);border-color:var(--accent);color:var(--accent-light)}.pill:hover:not(.active){background:var(--bg-card);color:var(--text-primary)}.spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:20px;height:20px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.data-banner{color:var(--warning);background:#d299221a;border:1px solid #d299224d;border-radius:6px;align-items:center;gap:8px;margin-bottom:12px;padding:8px 12px;font-size:12px;display:flex}@media (width<=768px){:root{--sidebar-width:0px;--right-sidebar-width:0px}}
