[data-astro-cid-u2h3djql],[data-astro-cid-u2h3djql]:before,[data-astro-cid-u2h3djql]:after{box-sizing:border-box;margin:0;padding:0}:root{--bg: #ffffff;--bg-card: #f8fafc;--bg-hover: #f1f5f9;--border: #e2e8f0;--text: #0f172a;--text-muted: #64748b;--green: #16a34a;--green-dim: #166534;--red: #dc2626;--yellow: #ca8a04;--blue: #2563eb;--purple: #7c3aed}body{font-family:Inter,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;-webkit-font-smoothing:antialiased}.login-container[data-astro-cid-u2h3djql]{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--bg-card)}.login-box[data-astro-cid-u2h3djql]{background:var(--bg);border:1px solid var(--border);border-radius:12px;padding:2.5rem;width:100%;max-width:400px;box-shadow:0 1px 3px #00000014}.login-box[data-astro-cid-u2h3djql] h1[data-astro-cid-u2h3djql]{font-size:1.5rem;font-weight:800;margin-bottom:.5rem;letter-spacing:-.03em}.login-box[data-astro-cid-u2h3djql] p[data-astro-cid-u2h3djql]{color:var(--text-muted);font-size:.875rem;margin-bottom:1.5rem}.login-box[data-astro-cid-u2h3djql] input[data-astro-cid-u2h3djql]{width:100%;padding:.75rem 1rem;background:var(--bg-card);border:1px solid var(--border);border-radius:8px;color:var(--text);font-size:.875rem;margin-bottom:1rem;outline:none}.login-box[data-astro-cid-u2h3djql] input[data-astro-cid-u2h3djql]:focus{border-color:var(--green)}.login-error[data-astro-cid-u2h3djql]{color:var(--red);font-size:.8rem;margin-bottom:.75rem}.app-layout[data-astro-cid-u2h3djql]{display:flex;min-height:100vh}.sidebar[data-astro-cid-u2h3djql]{width:220px;background:var(--bg);border-right:1px solid var(--border);padding:1.5rem 0;position:fixed;top:0;left:0;bottom:0;display:flex;flex-direction:column}.sidebar-brand[data-astro-cid-u2h3djql]{padding:0 1.25rem;margin-bottom:2rem;font-weight:800;font-size:1.125rem;letter-spacing:-.03em}.sidebar-brand[data-astro-cid-u2h3djql] span[data-astro-cid-u2h3djql]{color:var(--green)}.sidebar-nav[data-astro-cid-u2h3djql]{flex:1}.sidebar-nav[data-astro-cid-u2h3djql] a[data-astro-cid-u2h3djql]{display:flex;align-items:center;gap:.75rem;padding:.625rem 1.25rem;color:var(--text-muted);text-decoration:none;font-size:.875rem;font-weight:500;transition:all .15s}.sidebar-nav[data-astro-cid-u2h3djql] a[data-astro-cid-u2h3djql]:hover{color:var(--text);background:var(--bg-hover)}.sidebar-nav[data-astro-cid-u2h3djql] a[data-astro-cid-u2h3djql].active{color:var(--green);background:#f0fdf4}.sidebar-nav[data-astro-cid-u2h3djql] a[data-astro-cid-u2h3djql] svg[data-astro-cid-u2h3djql]{width:18px;height:18px;flex-shrink:0}.sidebar-footer[data-astro-cid-u2h3djql]{padding:1rem 1.25rem 0;border-top:1px solid var(--border)}.sidebar-footer[data-astro-cid-u2h3djql] button[data-astro-cid-u2h3djql]{background:none;border:none;color:var(--text-muted);cursor:pointer;font-size:.8rem;padding:.5rem 0}.sidebar-footer[data-astro-cid-u2h3djql] button[data-astro-cid-u2h3djql]:hover{color:var(--red)}.main-content[data-astro-cid-u2h3djql]{margin-left:220px;flex:1;padding:2rem;max-width:1200px}.page-header[data-astro-cid-u2h3djql]{margin-bottom:1.5rem}.page-header[data-astro-cid-u2h3djql] h2[data-astro-cid-u2h3djql]{font-size:1.5rem;font-weight:700;letter-spacing:-.02em}.page-header[data-astro-cid-u2h3djql] p[data-astro-cid-u2h3djql]{color:var(--text-muted);font-size:.875rem;margin-top:.25rem}.stat-grid[data-astro-cid-u2h3djql]{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-bottom:2rem}.stat-card[data-astro-cid-u2h3djql]{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem}.stat-card[data-astro-cid-u2h3djql] .label[data-astro-cid-u2h3djql]{font-size:.75rem;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-weight:600}.stat-card[data-astro-cid-u2h3djql] .value[data-astro-cid-u2h3djql]{font-size:1.75rem;font-weight:700;margin-top:.25rem;color:var(--text)}.stat-card[data-astro-cid-u2h3djql] .sub[data-astro-cid-u2h3djql]{font-size:.75rem;color:var(--text-muted);margin-top:.25rem}.table-container[data-astro-cid-u2h3djql]{background:var(--bg);border:1px solid var(--border);border-radius:10px;overflow:hidden}.table-header[data-astro-cid-u2h3djql]{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;border-bottom:1px solid var(--border)}.table-header[data-astro-cid-u2h3djql] h3[data-astro-cid-u2h3djql]{font-size:.95rem;font-weight:600}.table-filters[data-astro-cid-u2h3djql]{display:flex;gap:.5rem;align-items:center}.table-filters[data-astro-cid-u2h3djql] select[data-astro-cid-u2h3djql],.table-filters[data-astro-cid-u2h3djql] input[data-astro-cid-u2h3djql]{background:var(--bg);border:1px solid var(--border);border-radius:6px;padding:.4rem .75rem;color:var(--text);font-size:.8rem;outline:none}.table-filters[data-astro-cid-u2h3djql] select[data-astro-cid-u2h3djql]:focus,.table-filters[data-astro-cid-u2h3djql] input[data-astro-cid-u2h3djql]:focus{border-color:var(--green)}table[data-astro-cid-u2h3djql]{width:100%;border-collapse:collapse}thead[data-astro-cid-u2h3djql] th[data-astro-cid-u2h3djql]{text-align:left;padding:.75rem 1.25rem;font-size:.75rem;font-weight:600;color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);background:var(--bg-card)}tbody[data-astro-cid-u2h3djql] td[data-astro-cid-u2h3djql]{padding:.75rem 1.25rem;font-size:.85rem;border-bottom:1px solid var(--border)}tbody[data-astro-cid-u2h3djql] tr[data-astro-cid-u2h3djql]:last-child td[data-astro-cid-u2h3djql]{border-bottom:none}tbody[data-astro-cid-u2h3djql] tr[data-astro-cid-u2h3djql]:hover{background:var(--bg-hover)}tbody[data-astro-cid-u2h3djql] tr[data-astro-cid-u2h3djql].clickable{cursor:pointer}.badge[data-astro-cid-u2h3djql]{display:inline-block;padding:.2rem .6rem;border-radius:9999px;font-size:.7rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.badge-green[data-astro-cid-u2h3djql]{background:#dcfce7;color:#15803d}.badge-red[data-astro-cid-u2h3djql]{background:#fef2f2;color:#dc2626}.badge-yellow[data-astro-cid-u2h3djql]{background:#fef3c7;color:#92400e}.badge-blue[data-astro-cid-u2h3djql]{background:#dbeafe;color:#1d4ed8}.badge-purple[data-astro-cid-u2h3djql]{background:#ede9fe;color:#6d28d9}.badge-gray[data-astro-cid-u2h3djql]{background:#f1f5f9;color:#64748b}.tabs[data-astro-cid-u2h3djql]{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1.5rem}.tabs[data-astro-cid-u2h3djql] button[data-astro-cid-u2h3djql]{background:none;border:none;border-bottom:2px solid transparent;padding:.75rem 1.25rem;color:var(--text-muted);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s}.tabs[data-astro-cid-u2h3djql] button[data-astro-cid-u2h3djql]:hover{color:var(--text)}.tabs[data-astro-cid-u2h3djql] button[data-astro-cid-u2h3djql].active{color:var(--green);border-bottom-color:var(--green)}.detail-panel[data-astro-cid-u2h3djql]{background:var(--bg-card);border:1px solid var(--border);border-radius:8px;padding:1.25rem;margin-top:1rem}.detail-row[data-astro-cid-u2h3djql]{display:flex;gap:1rem;margin-bottom:.5rem;font-size:.85rem}.detail-row[data-astro-cid-u2h3djql] .label[data-astro-cid-u2h3djql]{color:var(--text-muted);min-width:140px;flex-shrink:0}.detail-row[data-astro-cid-u2h3djql] .value[data-astro-cid-u2h3djql]{word-break:break-all}.chart-container[data-astro-cid-u2h3djql]{background:var(--bg);border:1px solid var(--border);border-radius:10px;padding:1.25rem;margin-bottom:1.5rem}.chart-container[data-astro-cid-u2h3djql] h3[data-astro-cid-u2h3djql]{font-size:.95rem;font-weight:600;margin-bottom:1rem}.btn[data-astro-cid-u2h3djql]{padding:.625rem 1.25rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;border:none;transition:all .15s}.btn-green[data-astro-cid-u2h3djql]{background:var(--green);color:#fff}.btn-green[data-astro-cid-u2h3djql]:hover{background:#15803d}.message-thread[data-astro-cid-u2h3djql]{margin-top:1rem}.message[data-astro-cid-u2h3djql]{padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;font-size:.85rem}.message-agent[data-astro-cid-u2h3djql]{background:#eff6ff;border-left:3px solid var(--blue)}.message-provider[data-astro-cid-u2h3djql]{background:#f5f3ff;border-left:3px solid var(--purple)}.message-meta[data-astro-cid-u2h3djql]{font-size:.7rem;color:var(--text-muted);margin-top:.25rem}.empty-state[data-astro-cid-u2h3djql]{text-align:center;padding:3rem 1rem;color:var(--text-muted);font-size:.9rem}.loading[data-astro-cid-u2h3djql]{text-align:center;padding:2rem;color:var(--text-muted)}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.loading-dot[data-astro-cid-u2h3djql]{animation:pulse 1.5s ease-in-out infinite}.mono[data-astro-cid-u2h3djql]{font-family:SF Mono,Fira Code,monospace;font-size:.8rem}.truncate[data-astro-cid-u2h3djql]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:200px}
