@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{--color-bg: #0b1120;--color-surface: #111827;--color-surface-elevated: #1f2937;--color-surface-hover: #374151;--color-border: #374151;--color-border-subtle: #1f2937;--color-text: #f3f4f6;--color-text-secondary: #9ca3af;--color-text-muted: #6b7280;--color-accent: #3b82f6;--color-accent-hover: #2563eb;--color-accent-soft: rgba(59, 130, 246, .1);--color-success: #10b981;--color-success-soft: rgba(16, 185, 129, .1);--color-warning: #f59e0b;--color-error: #ef4444;--color-error-soft: rgba(239, 68, 68, .1);--radius-sm: 6px;--radius: 10px;--radius-lg: 14px;--shadow-sm: 0 1px 2px 0 rgb(0 0 0 / .2);--shadow: 0 4px 6px -1px rgb(0 0 0 / .3), 0 2px 4px -2px rgb(0 0 0 / .3);--shadow-lg: 0 10px 15px -3px rgb(0 0 0 / .3), 0 4px 6px -4px rgb(0 0 0 / .3);--transition: .15s ease;--max-width: 1100px}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:var(--color-accent);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-accent-hover)}button{cursor:pointer;border:none;background:none;font-family:inherit;font-size:inherit}input,textarea,select{font-family:inherit;font-size:inherit;color:inherit}.container{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}@media (max-width: 640px){.container{padding:0 1rem}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface)}::-webkit-scrollbar-thumb{background:var(--color-surface-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}.dashboard{max-width:var(--max-width);margin:0 auto;padding:2rem 1.5rem 3rem}.dashboard-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.dashboard-header h1{font-size:2rem;font-weight:700;letter-spacing:-.03em}.dashboard-header p{margin-top:.35rem;color:var(--color-text-secondary);font-size:.95rem}.dashboard-refresh{padding:.65rem 1rem;border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text);transition:all var(--transition)}.dashboard-refresh:hover{background:var(--color-surface-hover);border-color:var(--color-accent)}.dashboard-section{margin-bottom:2rem}.section-heading{margin-bottom:1rem}.section-heading h2{font-size:1.1rem;font-weight:600}.section-heading p{margin-top:.2rem;color:var(--color-text-muted);font-size:.85rem}.dashboard-grid{display:grid;gap:1rem}.dashboard-grid-4{grid-template-columns:repeat(4,minmax(0,1fr))}.dashboard-card{min-height:140px;padding:1.25rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:linear-gradient(145deg,#1f2937f2,#111827f2);box-shadow:var(--shadow-sm);transition:transform var(--transition),border-color var(--transition),box-shadow var(--transition)}.dashboard-card:hover{transform:translateY(-2px);border-color:var(--color-border);box-shadow:var(--shadow)}.card-label{display:block;color:var(--color-text-secondary);font-size:.78rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.card-value{display:block;margin-top:.7rem;font-size:1.8rem;line-height:1.2;font-weight:700;letter-spacing:-.03em}.card-meta{display:block;margin-top:.45rem;color:var(--color-text-muted);font-size:.8rem}.dashboard-two-column{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-bottom:2rem}.dashboard-panel{min-width:0;overflow:hidden;border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-sm)}.panel-header{padding:1.25rem;border-bottom:1px solid var(--color-border-subtle)}.panel-header h2{font-size:1rem;font-weight:600}.panel-header p{margin-top:.2rem;color:var(--color-text-muted);font-size:.8rem}.source-summary-list,.research-summary-list{display:flex;flex-direction:column}.source-summary-item,.research-summary-item{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-subtle)}.source-summary-item:last-child,.research-summary-item:last-child{border-bottom:none}.source-summary-item>div,.research-summary-item>div{min-width:0}.source-summary-item strong,.research-summary-item strong{display:block;overflow:hidden;color:var(--color-text);font-size:.85rem;font-weight:500;text-overflow:ellipsis;white-space:nowrap}.source-summary-item span:not(.status-badge),.research-summary-item span:not(.status-badge){display:block;margin-top:.2rem;color:var(--color-text-muted);font-size:.75rem}.status-badge{flex-shrink:0;padding:.3rem .55rem;border:1px solid var(--color-border);border-radius:999px;background:var(--color-surface-elevated);color:var(--color-text-secondary);font-size:.7rem;font-weight:600;text-transform:capitalize;white-space:nowrap}.status-success{border-color:#10b9814d;background:var(--color-success-soft);color:var(--color-success)}.status-running{border-color:#3b82f64d;background:var(--color-accent-soft);color:var(--color-accent)}.status-error{border-color:#ef44444d;background:var(--color-error-soft);color:var(--color-error)}.panel-empty{padding:2rem 1.25rem;color:var(--color-text-muted);font-size:.85rem;text-align:center}.panel-footer{padding:.85rem 1.25rem;color:var(--color-text-muted);font-size:.75rem;text-align:center}.dashboard-overview{display:flex;align-items:center;justify-content:space-between;gap:2rem;padding:1.5rem;border:1px solid var(--color-border-subtle);border-radius:var(--radius-lg);background:linear-gradient(135deg,#3b82f614,#111827f2)}.dashboard-overview>div:first-child{max-width:600px}.overview-kicker{display:inline-block;margin-bottom:.45rem;color:var(--color-accent);font-size:.72rem;font-weight:700;letter-spacing:.12em}.dashboard-overview h2{font-size:1.25rem;font-weight:600}.dashboard-overview p{margin-top:.5rem;color:var(--color-text-secondary);font-size:.85rem;line-height:1.7}.pipeline{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:.45rem;max-width:430px;color:var(--color-text-secondary);font-size:.7rem;text-align:center}.pipeline span{padding:.45rem .6rem;border:1px solid var(--color-border);border-radius:var(--radius-sm);background:#111827b3}.dashboard-loading{padding:4rem 1rem;color:var(--color-text-secondary);text-align:center}.dashboard-error{margin-bottom:1.5rem;padding:.85rem 1rem;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius);background:var(--color-error-soft);color:var(--color-error);font-size:.85rem}@media (max-width: 900px){.dashboard-grid-4{grid-template-columns:repeat(2,minmax(0,1fr))}.dashboard-two-column{grid-template-columns:1fr}.dashboard-overview{align-items:flex-start;flex-direction:column}.pipeline{justify-content:flex-start;max-width:none}}@media (max-width: 640px){.dashboard{padding:1.25rem 1rem 2rem}.dashboard-header{align-items:flex-start;flex-direction:column}.dashboard-header h1{font-size:1.6rem}.dashboard-refresh{width:100%}.dashboard-grid-4{grid-template-columns:1fr}.source-summary-item,.research-summary-item{align-items:flex-start}.pipeline{justify-content:flex-start}}
