@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=JetBrains+Mono:wght@400;500;600&display=swap";:root{--bg-main:#0a0e17;--bg-card:#131b2e;--bg-card-hover:#19243c;--bg-surface:#0f172a;--border-subtle:#23304b;--border-focus:#38bdf8;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-cyan:#38bdf8;--accent-blue:#3b82f6;--accent-purple:#a855f7;--accent-pink:#f43f5e;--accent-emerald:#10b981;--accent-amber:#f59e0b;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--shadow-card:0 4px 20px -2px #00000080;--shadow-glow:0 0 15px #38bdf826}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-main);color:var(--text-primary);min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow-x:hidden}code,pre,.font-mono{font-family:JetBrains Mono,monospace}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-main)}::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#334155}.app-container{flex-direction:column;min-height:100vh;display:flex}.navbar{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--border-subtle);z-index:50;background:#0f172ad9;justify-content:space-between;align-items:center;padding:.85rem 2rem;display:flex;position:sticky;top:0}.brand-section{align-items:center;gap:.85rem;display:flex}.brand-icon{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));border-radius:var(--radius-md);color:#000;justify-content:center;align-items:center;width:38px;height:38px;font-size:1.1rem;font-weight:800;display:flex}.brand-title{letter-spacing:-.02em;color:var(--text-primary);font-size:1.15rem;font-weight:700}.brand-subtitle{color:var(--text-muted);font-size:.75rem;font-weight:500}.nav-actions{align-items:center;gap:1rem;display:flex}.status-pill{color:#34d399;background:#10b9811f;border:1px solid #10b9814d;border-radius:20px;align-items:center;gap:.5rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;display:inline-flex}.pulse-dot{background-color:#34d399;border-radius:50%;width:8px;height:8px;animation:2s infinite pulse}@keyframes pulse{0%{opacity:.8;transform:scale(.95);box-shadow:0 0 #34d399b3}70%{opacity:1;transform:scale(1);box-shadow:0 0 0 6px #34d39900}to{opacity:.8;transform:scale(.95);box-shadow:0 0 #34d39900}}.tabs-bar{background:var(--bg-surface);border-bottom:1px solid var(--border-subtle);gap:.5rem;padding:.75rem 2rem 0;display:flex}.tab-button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-bottom:2px solid #0000;align-items:center;gap:.5rem;padding:.75rem 1.25rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.tab-button:hover{color:var(--text-primary)}.tab-button.active{color:var(--accent-cyan);border-bottom-color:var(--accent-cyan)}.content-area{flex:1;width:100%;max-width:1440px;margin:0 auto;padding:2rem}.btn{border-radius:var(--radius-sm);cursor:pointer;border:1px solid #0000;align-items:center;gap:.5rem;padding:.55rem 1.1rem;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.btn-primary{background:linear-gradient(135deg, var(--accent-cyan), var(--accent-blue));color:#04101e}.btn-primary:hover{filter:brightness(1.1);box-shadow:0 0 12px #38bdf866}.btn-secondary{background:var(--bg-card);color:var(--text-primary);border-color:var(--border-subtle)}.btn-secondary:hover{background:var(--bg-card-hover);border-color:#334155}.btn-danger{color:#fb7185;background:#f43f5e26;border-color:#f43f5e4d}.btn-danger:hover{background:#f43f5e40}.stats-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:2rem;display:grid}.stat-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-card);align-items:center;gap:1rem;padding:1.25rem;display:flex}.stat-icon-wrapper{border-radius:var(--radius-sm);justify-content:center;align-items:center;width:44px;height:44px;display:flex}.stat-val{font-size:1.6rem;font-weight:700;line-height:1.2}.stat-lbl{color:var(--text-secondary);font-size:.8rem}.badge{text-transform:uppercase;border-radius:4px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-video{color:#60a5fa;background:#3b82f633;border:1px solid #3b82f666}.badge-short{color:#fb7185;background:#f43f5e33;border:1px solid #f43f5e66}.badge-post{color:#c084fc;background:#a855f733;border:1px solid #a855f766}.badge-live{color:#fbbf24;background:#f59e0b33;border:1px solid #f59e0b66}.badge-verified{color:#34d399;background:#10b98133;border:1px solid #10b98166}.pipeline-bar{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding:1rem 1.5rem;display:flex;overflow-x:auto}.pipeline-step{color:var(--text-muted);flex-direction:column;align-items:center;gap:.35rem;font-size:.75rem;font-weight:600;display:flex;position:relative}.pipeline-step.active{color:var(--accent-cyan)}.pipeline-step.active .step-dot{background:var(--accent-cyan);box-shadow:0 0 10px var(--accent-cyan)}.step-dot{background:var(--border-subtle);border:2px solid var(--bg-card);z-index:2;border-radius:50%;width:14px;height:14px}.terminal-window{border:1px solid var(--border-subtle);border-radius:var(--radius-md);box-shadow:var(--shadow-card);background:#06090f;margin-bottom:2rem;overflow:hidden}.terminal-header{border-bottom:1px solid var(--border-subtle);background:#0f1624;justify-content:space-between;align-items:center;padding:.6rem 1rem;display:flex}.terminal-dots{gap:6px;display:flex}.terminal-dot{border-radius:50%;width:10px;height:10px}.td-red{background:#ef4444}.td-yellow{background:#f59e0b}.td-green{background:#10b981}.terminal-body{height:380px;padding:1rem;font-family:JetBrains Mono,monospace;font-size:.85rem;line-height:1.6;overflow-y:auto}.terminal-line{gap:.75rem;margin-bottom:.25rem;display:flex}.line-time{color:var(--text-muted);flex-shrink:0}.line-stage{color:var(--accent-cyan);flex-shrink:0;font-weight:600}.line-msg{color:#e2e8f0}.line-msg.success{color:#34d399}.line-msg.failed{color:#f87171}.items-grid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;display:grid}.item-card{background:var(--bg-card);border:1px solid var(--border-subtle);border-radius:var(--radius-md);cursor:pointer;flex-direction:column;transition:all .2s;display:flex;overflow:hidden}.item-card:hover{border-color:#38bdf8;transform:translateY(-2px);box-shadow:0 8px 24px -4px #0009}.item-thumbnail-wrap{background:#070a12;width:100%;height:160px;position:relative;overflow:hidden}.item-thumb{object-fit:cover;width:100%;height:100%}.item-type-tag{position:absolute;top:10px;left:10px}.item-duration-tag{background:#000c;border-radius:4px;padding:.15rem .45rem;font-family:monospace;font-size:.75rem;position:absolute;bottom:8px;right:8px}.item-body{flex-direction:column;flex:1;padding:1.25rem;display:flex}.item-channel{color:var(--accent-cyan);margin-bottom:.35rem;font-size:.8rem;font-weight:600}.item-title{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:.75rem;font-size:.95rem;font-weight:600;line-height:1.4;display:-webkit-box;overflow:hidden}.item-meta{color:var(--text-muted);border-top:1px solid var(--border-subtle);justify-content:space-between;margin-top:auto;padding-top:.75rem;font-size:.75rem;display:flex}.modal-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:100;background:#000000bf;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-content{background:var(--bg-surface);border:1px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;max-width:900px;max-height:90vh;padding:2rem;overflow-y:auto;box-shadow:0 25px 50px -12px #000000b3}.modal-header{border-bottom:1px solid var(--border-subtle);justify-content:space-between;align-items:flex-start;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.citation-card{background:var(--bg-card);border-left:3px solid var(--accent-cyan);border-radius:0 var(--radius-sm) var(--radius-sm) 0;margin-bottom:1rem;padding:1rem}.citation-quote{color:#e2e8f0;margin:.5rem 0;font-size:.9rem;font-style:italic}.citation-link-btn{color:var(--accent-cyan);align-items:center;gap:.35rem;font-size:.8rem;font-weight:600;text-decoration:none;display:inline-flex}.citation-link-btn:hover{text-decoration:underline}
