@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap";
:root{--bg-app:#f7f8fa;--bg-surface:#fff;--bg-muted:#f3f4f6;--bg-hover:#f9fafb;--border:#e5e7eb;--border-strong:#d1d5db;--text-primary:#0f172a;--text-secondary:#6b7280;--text-muted:#9ca3af;--yt-red:red;--yt-red-soft:#ffe5e5;--yt-red-hover:#c00;--accent:#7c3aed;--accent-soft:#ede9fe;--green:#10b981;--green-soft:#d1fae5;--red:#ef4444;--red-soft:#fee2e2;--blue:#3b82f6;--blue-soft:#dbeafe;--amber:#f59e0b;--amber-soft:#fef3c7;--pink-soft:#fde7ef;--pink-text:#be185d;--shadow-sm:0 1px 2px #0f172a0a;--shadow-md:0 1px 3px #0f172a0f, 0 1px 2px #0f172a0a;--shadow-lg:0 10px 24px #0f172a14;--radius-sm:6px;--radius-md:10px;--radius-lg:14px;--radius-xl:18px;--radius-pill:999px;--sidebar-w:240px;--aipanel-w:720px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:14px;line-height:1.5}button{font-family:inherit}.app-layout{min-height:100vh;display:flex}.sidebar{width:var(--sidebar-w);background:var(--bg-surface);border-right:1px solid var(--border);z-index:100;flex-direction:column;padding:16px 12px;display:flex;position:fixed;top:0;bottom:0;left:0}.sidebar-brand{align-items:center;gap:10px;margin-bottom:18px;padding:6px 10px;display:flex}.sidebar-brand-logo{background:var(--yt-red);border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.sidebar-brand-logo svg{fill:#fff;width:16px;height:16px}.sidebar-brand h1{letter-spacing:-.2px;font-size:15px;font-weight:700}.sidebar-nav{flex-direction:column;flex:1;gap:1px;display:flex;overflow-y:auto}.sidebar-section{border-top:1px solid var(--border);flex-direction:column;gap:1px;margin-top:8px;padding-top:8px;display:flex}.sidebar-section:first-child{border-top:none;margin-top:0;padding-top:0}.nav-item{border-radius:var(--radius-md);color:var(--text-secondary);cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:12px;width:100%;padding:8px 12px;font-size:13.5px;font-weight:500;transition:background .15s,color .15s;display:flex}.nav-item:hover{background:var(--bg-muted);color:var(--text-primary)}.nav-item.active{background:var(--yt-red-soft);color:var(--yt-red);font-weight:600}.nav-item .nav-icon{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.nav-item .nav-icon svg{width:18px;height:18px}.nav-badge{border-radius:var(--radius-pill);background:var(--accent);color:#fff;letter-spacing:.3px;margin-left:auto;padding:2px 8px;font-size:10px;font-weight:700}.sidebar-footer{border-top:1px solid var(--border);align-items:center;gap:10px;margin-top:8px;padding:10px 8px;display:flex}.sidebar-avatar{color:#fff;background:linear-gradient(135deg,#fda085,#f6d365);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:700;display:flex;overflow:hidden}.sidebar-footer-info{flex:1;min-width:0}.sidebar-footer-info h4{white-space:nowrap;text-overflow:ellipsis;font-size:12.5px;font-weight:600;overflow:hidden}.sidebar-footer-info p{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.sidebar-footer .chev{color:var(--text-muted)}.main-content{margin-left:var(--sidebar-w);flex:1;min-height:100vh;padding:20px 28px;transition:margin-right .25s}.page-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:22px;display:flex}.page-title{letter-spacing:-.3px;font-size:22px;font-weight:700}.header-actions{align-items:center;gap:8px;display:flex}.connection-pill{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-pill);color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);align-items:center;gap:8px;padding:6px 12px;font-size:12.5px;font-weight:500;display:inline-flex}.connection-pill:hover{background:var(--bg-hover)}.connection-pill .conn-logos{align-items:center;gap:4px;display:inline-flex}.connection-pill .conn-logos img,.connection-pill .conn-logos svg{width:16px;height:16px}.connection-pill .conn-dot{background:var(--green);border-radius:50%;width:6px;height:6px}.connection-pill .chev{color:var(--text-muted);margin-left:2px}.icon-btn{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);height:34px;color:var(--text-primary);cursor:pointer;box-shadow:var(--shadow-sm);justify-content:center;align-items:center;gap:6px;padding:0 14px;font-size:12.5px;font-weight:500;transition:background .15s;display:inline-flex}.icon-btn:hover{background:var(--bg-hover)}.icon-btn.square{width:34px;padding:0}.icon-btn svg{width:15px;height:15px}.icon-btn.spinning svg{animation:.8s linear infinite spin}.btn-primary{background:var(--yt-red);border-color:var(--yt-red);color:#fff}.btn-primary:hover{background:var(--yt-red-hover);border-color:var(--yt-red-hover)}.kpi-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px;display:grid}.kpi-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;gap:6px;min-height:132px;padding:16px 18px;display:flex}.kpi-top{justify-content:space-between;align-items:center;display:flex}.kpi-label{color:var(--text-secondary);font-size:13px;font-weight:500}.kpi-icon{width:22px;height:22px;color:var(--text-muted);justify-content:center;align-items:center;display:inline-flex}.kpi-icon svg{width:16px;height:16px}.kpi-main{justify-content:space-between;align-items:flex-end;gap:12px;display:flex}.kpi-value{letter-spacing:-.5px;font-size:26px;font-weight:800;line-height:1.1}.kpi-spark{flex-shrink:0;width:96px;height:32px}.kpi-spark.empty{border-bottom:1px dashed var(--border-strong);opacity:.5}.kpi-change{align-items:center;gap:3px;font-size:12px;font-weight:600;display:inline-flex}.kpi-change.positive{color:var(--green)}.kpi-change.negative{color:var(--red)}.kpi-change svg{width:11px;height:11px}.kpi-compare{color:var(--text-muted);margin-top:2px;font-size:11.5px}.charts-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:18px;display:grid}.chart-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);padding:18px}.chart-header{justify-content:space-between;align-items:center;margin-bottom:6px;display:flex}.chart-title-row{align-items:center;gap:6px;display:flex}.chart-title{font-size:14px;font-weight:600}.chart-title-info{background:var(--bg-muted);width:14px;height:14px;color:var(--text-muted);cursor:help;border-radius:50%;justify-content:center;align-items:center;font-size:9px;font-weight:700;display:inline-flex}.chart-legend{color:var(--text-secondary);align-items:center;gap:16px;margin:4px 0 12px;font-size:11.5px;display:flex}.chart-legend-item{align-items:center;gap:6px;display:inline-flex}.chart-legend-dot{background:currentColor;border-radius:1px;width:10px;height:2px}.chart-legend-dot.dashed{background:linear-gradient(90deg,currentColor 50%,#0000 50%) 0 0/4px 2px}.granularity-select{appearance:none;border-radius:var(--radius-md);background:var(--bg-surface) url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236b7280' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>") no-repeat right 8px center;border:1px solid var(--border);color:var(--text-primary);cursor:pointer;outline:none;padding:5px 24px 5px 10px;font-size:12px;font-weight:500}.chart-canvas-wrap{height:200px}.content-row{grid-template-columns:1.6fr 1fr;gap:14px;margin-bottom:18px;display:grid}.card,.surface-card{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);flex-direction:column;padding:18px;display:flex}.surface-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.surface-title-row{align-items:center;gap:8px;display:flex}.surface-title{font-size:14px;font-weight:600}.surface-count{background:var(--bg-muted);border-radius:var(--radius-pill);min-width:20px;height:20px;color:var(--text-secondary);justify-content:center;align-items:center;padding:0 6px;font-size:11px;font-weight:600;display:inline-flex}table{border-collapse:collapse;width:100%}th{text-align:left;color:var(--text-secondary);border-bottom:1px solid var(--border);white-space:nowrap;padding:10px 12px;font-size:11px;font-weight:600}th .sort-icon{opacity:.6;margin-left:4px}td{border-bottom:1px solid var(--border);vertical-align:middle;padding:10px 12px;font-size:12.5px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--bg-hover)}.video-cell{align-items:center;gap:10px;max-width:320px;display:flex}.video-thumb{background:var(--bg-muted);border-radius:6px;flex-shrink:0;justify-content:flex-end;align-items:flex-end;width:64px;height:36px;display:flex;position:relative;overflow:hidden}.video-thumb img{object-fit:cover;width:100%;height:100%}.video-thumb .duration-badge{color:#fff;background:#000000bf;border-radius:3px;padding:1px 4px;font-size:9px;font-weight:600;line-height:1.2;position:absolute;bottom:3px;right:3px}.video-title-text{color:var(--text-primary);-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12.5px;font-weight:500;line-height:1.35;display:-webkit-box;overflow:hidden}.metric-num{color:var(--text-primary);font-weight:500}.metric-ctr{color:var(--blue);font-weight:600}.surface-footer{border-top:1px solid var(--border);margin-top:10px;padding-top:10px}.link-action{color:var(--yt-red);cursor:pointer;background:0 0;border:none;align-items:center;gap:4px;padding:0;font-size:12.5px;font-weight:600;display:inline-flex}.link-action:hover{text-decoration:underline}.insight-list{flex-direction:column;display:flex}.insight-item{border-bottom:1px solid var(--border);align-items:flex-start;gap:10px;padding:11px 0;display:flex}.insight-item:last-child{border-bottom:none}.insight-icon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;display:inline-flex}.insight-icon svg{width:14px;height:14px}.insight-icon.up{background:var(--green-soft);color:var(--green)}.insight-icon.down{background:var(--red-soft);color:var(--red)}.insight-icon.time{background:var(--blue-soft);color:var(--blue)}.insight-icon.play{background:var(--yt-red-soft);color:var(--yt-red)}.insight-icon.users{background:var(--accent-soft);color:var(--accent)}.insight-icon.warn{background:var(--amber-soft);color:var(--amber)}.insight-body{flex:1;justify-content:space-between;align-items:flex-start;gap:10px;min-width:0;display:flex}.insight-text{color:var(--text-primary);font-size:12.5px;line-height:1.4}.insight-time{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:11px}.insight-empty{text-align:center;color:var(--text-muted);padding:24px 8px;font-size:12.5px}.ai-panel{width:var(--aipanel-w);background:var(--bg-surface);border-left:1px solid var(--border);z-index:99;flex-direction:column;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-8px 0 40px #00000014}.ai-panel.open{transform:translate(0)}.ai-panel-header{border-bottom:1px solid var(--border);background:linear-gradient(135deg,#7c3aed08,#ec489908);justify-content:space-between;align-items:center;min-height:56px;padding:12px 14px;display:flex}.ai-header-left{align-items:center;gap:10px;min-width:0;display:flex}.ai-header-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex;box-shadow:0 2px 8px #7c3aed4d}.ai-header-info{flex-direction:column;gap:2px;min-width:0;display:flex}.ai-header-title{color:var(--text-primary);letter-spacing:-.2px;font-size:14px;font-weight:700}.ai-header-meta{color:var(--text-secondary);align-items:center;gap:6px;font-size:11px;display:flex}.ai-provider-badge{color:#7c3aed;text-transform:capitalize;background:linear-gradient(135deg,#7c3aed1f,#ec48991f);border-radius:4px;padding:1px 6px;font-size:10px;font-weight:600}.ai-model-name{white-space:nowrap;text-overflow:ellipsis;opacity:.7;max-width:140px;font-size:10.5px;font-weight:500;overflow:hidden}.ai-header-actions{flex-shrink:0;align-items:center;gap:2px;display:flex}.ai-header-divider{background:var(--border);width:1px;height:20px;margin:0 4px}.ai-header-btn{width:30px;height:30px;color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;transition:all .15s;display:inline-flex}.ai-header-btn:hover{background:var(--bg-muted);color:var(--text-primary)}.ai-header-btn.active{background:var(--accent-soft);color:var(--accent)}.ai-header-btn.close:hover{background:var(--red-soft);color:var(--red)}.ai-header-btn svg{width:15px;height:15px}.ai-messages{scroll-behavior:smooth;flex-direction:column;flex:1;gap:20px;padding:16px 16px 20px;display:flex;overflow-y:auto}.ai-welcome{text-align:center;flex-direction:column;align-items:center;padding:40px 20px 20px;display:flex;position:relative}.ai-welcome-glow{filter:blur(20px);pointer-events:none;background:radial-gradient(circle,#7c3aed1f 0%,#0000 70%);border-radius:50%;width:120px;height:120px;position:absolute;top:20px;left:50%;transform:translate(-50%)}.ai-welcome-icon{color:#fff;z-index:1;background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;margin-bottom:16px;animation:3s ease-in-out infinite welcomePulse;display:flex;position:relative;box-shadow:0 4px 20px #7c3aed4d}@keyframes welcomePulse{0%,to{box-shadow:0 4px 20px #7c3aed4d}50%{box-shadow:0 4px 30px #7c3aed80}}.ai-welcome h2{letter-spacing:-.3px;background:linear-gradient(135deg,#7c3aed,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-size:18px;font-weight:800}.ai-welcome p{color:var(--text-secondary);max-width:380px;margin-bottom:24px;font-size:13px;line-height:1.6}.ai-suggestions-grid{grid-template-columns:1fr 1fr;gap:8px;width:100%;display:grid}.ai-suggestion-card{background:var(--bg-muted);border:1px solid var(--border);color:var(--text-primary);cursor:pointer;text-align:left;border-radius:12px;align-items:flex-start;gap:8px;padding:12px 14px;font-size:12.5px;font-weight:500;line-height:1.4;transition:all .2s;display:flex}.ai-suggestion-card:hover{border-color:var(--accent);background:var(--accent-soft);transform:translateY(-1px);box-shadow:0 2px 8px #7c3aed1a}.ai-suggestion-icon{flex-shrink:0;margin-top:1px;font-size:16px}.ai-msg{gap:10px;animation:.3s msgFadeIn;display:flex}.ai-msg.user{flex-direction:row-reverse}.ai-msg.assistant{align-items:flex-start}@keyframes msgFadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.ai-avatar{background:linear-gradient(135deg,#7c3aed,#ec4899);border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin-top:2px;display:flex}.ai-avatar svg{color:#fff;width:14px;height:14px}.ai-msg-content{flex-direction:column;gap:4px;min-width:0;max-width:85%;display:flex}.ai-msg-bubble{word-wrap:break-word;border-radius:16px;padding:12px 16px;font-size:13.5px;line-height:1.65}.ai-msg.user .ai-msg-bubble{color:#fff;white-space:pre-wrap;background:linear-gradient(135deg,#7c3aed,#6d28d9);border-bottom-right-radius:4px;box-shadow:0 1px 3px #7c3aed33}.ai-msg.assistant .ai-msg-bubble{background:var(--bg-muted);color:var(--text-primary);border:1px solid var(--border);border-bottom-left-radius:4px}.ai-msg-time{color:var(--text-muted);padding:0 2px;font-size:10px}.ai-msg.user .ai-msg-time{text-align:right}.ai-thinking{align-items:center;gap:10px;display:flex;padding:14px 18px!important}.ai-thinking-dots{align-items:center;gap:4px;display:flex}.ai-thinking-dots span{background:var(--accent);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite thinkBounce}.ai-thinking-dots span:nth-child(2){animation-delay:.2s}.ai-thinking-dots span:nth-child(3){animation-delay:.4s}@keyframes thinkBounce{0%,80%,to{opacity:.4;transform:scale(.6)}40%{opacity:1;transform:scale(1)}}.ai-thinking-text{color:var(--text-secondary);font-size:12px;font-weight:500;animation:2s ease-in-out infinite thinkPulse}@keyframes thinkPulse{0%,to{opacity:.5}50%{opacity:1}}.ai-markdown{font-family:inherit}.ai-markdown p{margin-bottom:10px}.ai-markdown p:last-child{margin-bottom:0}.ai-markdown strong{color:var(--text-primary);font-weight:700}.ai-markdown h1,.ai-markdown h2,.ai-markdown h3{color:var(--text-primary);margin:14px 0 6px;font-weight:700;line-height:1.3}.ai-markdown h1{font-size:1.15em}.ai-markdown h2{font-size:1.08em}.ai-markdown h3{color:var(--accent);font-size:1.02em}.ai-markdown ul,.ai-markdown ol{margin-bottom:10px;padding-left:18px}.ai-markdown li{margin-bottom:3px}.ai-markdown li::marker{color:var(--accent)}.ai-markdown a{color:var(--blue);font-weight:500;text-decoration:none}.ai-markdown a:hover{text-decoration:underline}.ai-markdown pre{color:#cdd6f4;background:#1e1e2e;border:1px solid #ffffff0f;border-radius:10px;margin:8px 0 12px;padding:12px 14px;font-size:12px;line-height:1.5;overflow-x:auto}.ai-markdown code{color:#7c3aed;background:#7c3aed14;border-radius:5px;padding:2px 6px;font-family:SF Mono,Cascadia Code,monospace;font-size:.9em;font-weight:500}.ai-markdown pre code{color:inherit;background:0 0;padding:0;font-weight:400}.ai-markdown table{border-collapse:collapse;width:100%;margin:8px 0;font-size:12.5px}.ai-markdown table th{text-align:left;border-bottom:2px solid var(--border);background:#7c3aed0f;padding:8px 10px;font-size:11.5px;font-weight:600}.ai-markdown table td{border-bottom:1px solid var(--border);padding:7px 10px}.ai-markdown blockquote{border-left:3px solid var(--accent);color:var(--text-secondary);background:#7c3aed0a;border-radius:0 8px 8px 0;margin:8px 0;padding:8px 14px;font-style:italic}.ai-markdown hr{background:var(--border);border:none;height:1px;margin:12px 0}.ai-history{background:var(--bg-muted);flex:1;padding:0;overflow-y:auto}.ai-history-header{background:var(--bg-muted);z-index:1;justify-content:space-between;align-items:center;padding:16px 16px 12px;display:flex;position:sticky;top:0}.ai-history-header h3{font-size:13px;font-weight:700}.ai-history-clear{color:var(--red);cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px 8px;font-size:11.5px;font-weight:600}.ai-history-clear:hover{background:var(--red-soft)}.ai-history-list{flex-direction:column;gap:4px;padding:0 12px 16px;display:flex}.ai-history-item{cursor:pointer;background:var(--bg-surface);color:var(--text-primary);white-space:nowrap;text-overflow:ellipsis;text-align:left;border:1px solid #0000;border-radius:10px;align-items:center;gap:10px;width:100%;padding:10px 12px;font-size:12.5px;font-weight:500;transition:all .15s;display:flex;overflow:hidden}.ai-history-item:hover{border-color:var(--border)}.ai-history-item.active{background:var(--accent-soft);border-color:var(--accent);color:var(--accent)}.ai-history-item svg{color:var(--text-muted);flex-shrink:0}.ai-history-item span:first-of-type{text-overflow:ellipsis;flex:1;overflow:hidden}.ai-history-count{background:var(--bg-muted);color:var(--text-secondary);border-radius:99px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:700}.ai-input-area{border-top:1px solid var(--border);background:var(--bg-surface);padding:12px 14px 6px}.ai-compose{border:1.5px solid var(--border);background:var(--bg-surface);border-radius:16px;transition:border-color .2s,box-shadow .2s;overflow:hidden}.ai-compose:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed0f}.ai-compose-input{width:100%;color:var(--text-primary);resize:none;background:0 0;border:none;outline:none;min-height:40px;max-height:120px;padding:14px 16px 6px;font-family:inherit;font-size:13.5px;line-height:1.5}.ai-compose-input::placeholder{color:var(--text-muted);font-weight:400}.ai-compose-footer{justify-content:space-between;align-items:center;padding:6px 8px 8px 10px;display:flex}.ai-model-select{border:1px solid var(--border);background:var(--bg-muted);color:var(--text-secondary);cursor:pointer;appearance:none;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");background-position:right 6px center;background-repeat:no-repeat;border-radius:8px;outline:none;max-width:200px;padding:5px 22px 5px 8px;font-family:inherit;font-size:11px;font-weight:500;transition:border-color .15s}.ai-model-select:hover{border-color:var(--accent)}.ai-send-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#7c3aed,#6d28d9);border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;transition:all .2s;display:inline-flex;box-shadow:0 2px 6px #7c3aed40}.ai-send-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #7c3aed59}.ai-send-btn:active:not(:disabled){transform:translateY(0)}.ai-send-btn:disabled{opacity:.25;cursor:not-allowed;box-shadow:none;background:var(--text-muted);transform:none}.ai-send-btn svg{width:14px;height:14px}.ai-send-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:14px;height:14px;animation:.7s linear infinite spin}.ai-disclaimer{color:var(--text-muted);letter-spacing:.1px;justify-content:center;align-items:center;gap:5px;padding:8px 16px 4px;font-size:10.5px;display:flex}.ai-disclaimer svg{opacity:.5;flex-shrink:0}.empty-card-msg{text-align:center;color:var(--text-muted);padding:24px 8px;font-size:12.5px}.skel{background:linear-gradient(90deg, var(--bg-muted) 25%, #ececf1 50%, var(--bg-muted) 75%);background-size:200% 100%;border-radius:6px;animation:1.5s infinite shimmer}.skel-line{height:12px}.skel-num{width:70%;height:28px}.setup-container{text-align:center;max-width:560px;margin:80px auto;padding:0 24px}.setup-icon{border-radius:var(--radius-xl);background:var(--yt-red);color:#fff;justify-content:center;align-items:center;width:64px;height:64px;margin:0 auto 20px;display:flex;box-shadow:0 8px 24px #ff000040}.setup-icon svg{width:30px;height:30px}.setup-title{margin-bottom:6px;font-size:22px;font-weight:800}.setup-desc{color:var(--text-secondary);margin-bottom:24px;font-size:13.5px}.setup-steps{text-align:left;flex-direction:column;gap:10px;display:flex}.setup-step{background:var(--bg-surface);border:1px solid var(--border);border-radius:var(--radius-md);box-shadow:var(--shadow-sm);align-items:center;gap:14px;padding:14px 16px;display:flex}.setup-step-num{background:var(--bg-muted);width:28px;height:28px;color:var(--text-secondary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:12px;font-weight:700;display:flex}.setup-step.done .setup-step-num{background:var(--green);color:#fff}.setup-step-text h4{font-size:13.5px;font-weight:600}.setup-step-text p{color:var(--text-secondary);font-size:12px}.setup-btn{margin-top:22px;padding:12px 28px;font-size:14px;font-weight:600}.loading-container{flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:360px;display:flex}.spinner{border:3px solid var(--border);border-top-color:var(--yt-red);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.fade-in{animation:.35s fadeIn}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}@media (max-width:1280px){.kpi-grid{grid-template-columns:repeat(2,1fr)}.charts-grid,.content-row{grid-template-columns:1fr}}@media (max-width:768px){.sidebar{transform:translate(-100%)}.main-content{margin-left:0;padding:16px}.kpi-grid{grid-template-columns:1fr}}.hover-row:hover{background-color:var(--bg-muted)}
