.usage-limit-banner{display:flex;align-items:flex-start;gap:1rem;padding:1rem 2rem;margin:0 auto;max-width:1400px;background:#ef444414;border-bottom:1px solid rgba(239,68,68,.25);border-top:1px solid rgba(239,68,68,.25)}.usage-limit-icon{flex-shrink:0;display:flex;align-items:center;color:#f87171;margin-top:.125rem}.usage-limit-icon svg{width:22px;height:22px}.usage-limit-content{flex:1;min-width:0}.usage-limit-content h4{margin:0 0 .25rem;font-size:.95rem;font-weight:600;color:#f87171;font-family:Inter,sans-serif}.usage-limit-content>p{margin:0 0 .75rem;font-size:.875rem;color:#f87171e6;line-height:1.5}.usage-progress-bar{width:100%;max-width:300px;height:4px;background:#ef444433;border-radius:2px;overflow:hidden;margin-bottom:.375rem}.usage-progress-fill{height:100%;background:#ef4444b3;border-radius:2px;transition:width .3s ease}p.usage-stats{margin:0;font-size:.75rem;color:#f87171b3;font-weight:500}.usage-limit-upgrade-btn{flex-shrink:0;align-self:flex-start;margin-top:.25rem;padding:.5rem 1rem;background:#ef44441f;border:1px solid rgba(239,68,68,.3);border-radius:4px;color:#ef4444e6;font-size:.8rem;font-weight:600;font-family:Inter,sans-serif;cursor:pointer;text-transform:uppercase;letter-spacing:.04em;transition:all .2s ease;white-space:nowrap;text-decoration:none;display:inline-flex;align-items:center;gap:.4rem}.usage-limit-upgrade-btn:hover{background:#ef444433;border-color:#ef444480;color:#ef4444}.skeleton{background:var(--skeleton-bg, #e2e8f0);border-radius:4px;position:relative;overflow:hidden}.skeleton:after{content:"";position:absolute;inset:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff6 20%,#fffc 60%,#fff0);animation:shimmer 1.2s linear 6}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-text{height:1rem;margin-bottom:.5rem;width:100%}.skeleton-title{height:1.75rem;margin-bottom:1rem;width:60%}.skeleton-avatar{border-radius:50%;width:40px;height:40px}.skeleton-card{height:150px;width:100%;border-radius:8px}.skeleton-table-row{height:3rem;width:100%;margin-bottom:.5rem}.skeleton-stat-grid{display:grid;grid-template-columns:repeat(var(--grid-count, 4),1fr);gap:1rem;margin-bottom:2rem}.skeleton-stat-card{padding:1.25rem;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}.skeleton-chart{padding:1.5rem;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}.skeleton-table{width:100%;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb);overflow:hidden}.skeleton-table-header{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;padding:1rem;border-bottom:1px solid var(--border-color, #e5e7eb);background:var(--table-header-bg, #f9fafb)}.skeleton-table-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(100px,1fr));gap:1rem;padding:1rem;border-bottom:1px solid var(--border-color, #f3f4f6);align-items:center;&:last-child{border-bottom:none}}.skeleton-table-cell{min-width:0}.skeleton-list{display:flex;flex-direction:column;gap:1rem}.skeleton-list-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}.skeleton-list-item-content{flex:1;min-width:0}.skeleton-card-grid{display:grid;grid-template-columns:repeat(var(--grid-columns, 3),1fr);gap:1.5rem}.skeleton-card-item{padding:1rem;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}.skeleton-dimensions-grid{display:grid;grid-template-columns:repeat(var(--dim-count, 2),1fr);gap:1.5rem}.skeleton-dimension-card{padding:1.5rem;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}.skeleton-dimension-header{display:flex;align-items:center;gap:.5rem}.skeleton-dimension-chart{margin-top:1rem}.skeleton-video-table{width:100%;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb);overflow:hidden}.skeleton-dashboard,.skeleton-compare-page{padding:2rem;animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.skeleton-delta-pills{display:flex;gap:1rem;flex-wrap:wrap}.skeleton-delta-pill{flex:1;min-width:180px;padding:1rem;background:var(--card-bg, white);border-radius:8px;border:1px solid var(--border-color, #e5e7eb)}[data-theme=dark]{--skeleton-bg: #374151;--card-bg: #1f2937;--border-color: #4b5563;--table-header-bg: #111827}[data-theme=light]{--skeleton-bg: #e2e8f0;--card-bg: white;--border-color: #e5e7eb;--table-header-bg: #f9fafb}.dp-panel{background:#fff;border:1px solid #d1d5db;border-radius:8px;overflow:hidden;margin-bottom:2rem;box-shadow:0 1px 3px #0000000d}.dp-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;width:100%;background:transparent;border:none;border-bottom:1px solid #e5e7eb;text-align:left}.dp-panel-header-left{display:flex;align-items:center;gap:.5rem;color:#374151;flex:1;flex-wrap:wrap}.dp-panel-header-right{display:flex;align-items:center;gap:.5rem}.dp-header-actions{display:flex;align-items:center}.dp-download-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;height:28px;padding:0 .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .1s ease;color:#475569}.dp-download-btn:hover{border-color:#cbd5e1;background:#f8fafc;color:#1e293b}.dp-download-text{font-size:.75rem;font-weight:600}.dp-panel-title{font-size:1.125rem;font-weight:700;color:#111827}.dp-panel-sub{font-size:.75rem;color:#9ca3af;font-weight:400}.dp-body{padding:1.25rem 1.5rem 1.5rem;background:#fff}.dp-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.125rem}.dp-audience-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.125rem;align-items:stretch}.dp-card-full-row{grid-column:1 / -1}@media(max-width:1100px){.dp-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.dp-grid,.dp-audience-grid{grid-template-columns:1fr}}.dp-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem 1.125rem 1.125rem;display:flex;flex-direction:column;gap:.75rem;min-height:0;transition:background .2s ease}.dp-card--bars .dp-bars{max-height:17rem;overflow-y:auto;padding-right:2px;scrollbar-width:thin}.dp-card:hover{background:#f9fafb}.dp-card-head{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.dp-card-icon{color:#6b7280;display:flex;align-items:center;flex-shrink:0}.dp-card-title{font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6b7280;flex:1}.dp-channel-badge{font-size:.625rem;font-weight:500;padding:.15rem .45rem;border-radius:20px;white-space:nowrap;background:#f3f4f6;color:#9ca3af;border:1px solid #e5e7eb;letter-spacing:.02em;cursor:help}.dp-bars{display:grid;grid-template-columns:auto minmax(1.5rem,1fr) auto auto max-content;column-gap:.35rem;row-gap:.45rem;align-items:center}.dp-bar-meta-row{display:flex;align-items:center;gap:.4rem;min-width:0}.dp-bar-graph-deltas{display:flex;align-items:center;justify-self:end}.dp-bar-graph-deltas .seo-pill-deltas{justify-content:flex-end;flex-wrap:nowrap;gap:4px 5px}.dp-bar-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.dp-flag-wrapper{width:20px;height:20px;flex-shrink:0;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:50%;border:1px solid #e5e7eb;background:#f9fafb}.dp-flag{width:100%;height:100%;object-fit:cover;display:block}.dp-bar-meta-row .dp-bar-label{font-size:.8125rem;color:#374151;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-bar-views{font-size:.75rem;color:#9ca3af;text-align:right;font-variant-numeric:tabular-nums;justify-self:end}.dp-bar-views--empty{visibility:hidden;padding:0;min-height:0}.dp-bar-pct{font-size:.8125rem;font-weight:700;color:#111827;text-align:right;font-variant-numeric:tabular-nums;justify-self:end}.dp-bar-track{width:100%;min-width:1.5rem;height:8px;background:#eef0f3;border-radius:4px;overflow:hidden}.dp-bar-fill{height:100%;border-radius:3px;transition:width .45s ease}.dp-donut-layout{display:flex;align-items:flex-start;gap:.875rem}.dp-donut-legend{display:grid;grid-template-columns:minmax(0,1fr) auto max-content;column-gap:.35rem;row-gap:.45rem;align-items:center;flex:1;min-width:0}.dp-donut-legend .dp-legend-item{min-width:0}.dp-legend-item{display:flex;align-items:center;gap:.4rem}.dp-legend-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.dp-legend-label{font-size:.8125rem;color:#374151;font-weight:500;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dp-legend-pct{font-size:.8125rem;font-weight:700;color:#111827;text-align:right;font-variant-numeric:tabular-nums;justify-self:end}.dp-legend-deltas-cell{display:flex;align-items:center;justify-self:end}.dp-legend-deltas-cell .seo-pill-deltas{justify-content:flex-end;flex-wrap:nowrap;gap:4px 5px}.dp-audience-deltas.seo-pill-deltas{gap:4px 5px;flex-wrap:nowrap;align-items:center;justify-content:flex-end}.dp-audience-deltas .seo-pill-delta{font-size:.6875rem;padding:1px 5px}.dp-audience-deltas .seo-period-inline-label{font-size:.62rem}.dp-skeleton{display:flex;flex-direction:column;gap:.75rem}.dp-skeleton-bars{display:grid;grid-template-columns:auto minmax(1.5rem,1fr) auto auto max-content;column-gap:.35rem;row-gap:.45rem;align-items:center}.dp-skeleton-meta{height:11px;border-radius:4px;max-width:100%;background:linear-gradient(90deg,#f3f4f6 25%,#e9eaec,#f3f4f6 75%);background-size:200% 100%;animation:dp-shimmer 1.2s linear 6}.dp-skeleton-bar-wrap{min-width:1.5rem}.dp-skeleton-bar-wrap .dp-skeleton-bar{height:8px;border-radius:4px;background:linear-gradient(90deg,#f3f4f6 25%,#e9eaec,#f3f4f6 75%);background-size:200% 100%;animation:dp-shimmer 1.2s linear 6}.dp-skeleton-mini{width:2.4rem;height:11px;justify-self:end;border-radius:4px;background:linear-gradient(90deg,#f3f4f6 25%,#e9eaec,#f3f4f6 75%);background-size:200% 100%;animation:dp-shimmer 1.2s linear 6}.dp-skeleton-mini--pct{width:2rem}.dp-skeleton-deltas-slot{width:4.5rem;height:8px;justify-self:end;border-radius:4px;opacity:.35}@keyframes dp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dp-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;flex:1;color:#d1d5db;font-size:.8125rem;font-weight:500;min-height:120px}.dp-no-data{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;color:#9ca3af;text-align:center}.dp-no-data p{margin:0;font-size:.875rem;max-width:420px;line-height:1.5}.modal-overlay{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background:#fff;border:1px solid #d1d5db;width:100%;max-width:420px;box-shadow:0 4px 12px #00000026,0 2px 4px #00000014;animation:modal-appear .15s ease-out}@keyframes modal-appear{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;border-bottom:2px solid #e5e7eb;background:#f9fafb}.modal-header h2{margin:0;font-size:.9375rem;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:1.25rem;line-height:1;color:#6b7280;cursor:pointer;padding:.25rem .375rem;border-radius:4px;transition:background-color .15s ease,color .15s ease;display:flex;align-items:center;justify-content:center}.modal-close:hover{background:#e5e7eb;color:#111827}.modal-form{padding:1.25rem 1.5rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;margin-bottom:.375rem;font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.04em}.form-group input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.form-group input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.error-message{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;color:#dc2626;font-size:.875rem;margin-bottom:1.25rem}.modal-actions{display:flex;gap:.625rem;justify-content:flex-end;padding-top:1rem;margin-top:.25rem;border-top:1px solid #e5e7eb}.btn{padding:.4375rem .875rem;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s ease;border:1px solid transparent;display:inline-flex;align-items:center;white-space:nowrap;line-height:1.4}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:#374151;border-color:#e2e8f0}.btn-secondary:hover:not(:disabled){background:#e2e8f0;border-color:#cbd5e1;color:#1f2937}.btn-primary{background:#3b82f6;color:#fff;border-color:#3b82f6}.btn-primary:hover:not(:disabled){background:#2563eb;border-color:#2563eb}.autocomplete-wrapper{position:relative;width:100%}.autocomplete-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 12px #0000001a;max-height:400px;overflow-y:auto;z-index:1000;animation:slideDown .15s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.autocomplete-item{padding:12px 16px;cursor:pointer;transition:background-color .15s ease;border-bottom:1px solid #f3f4f6}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover,.autocomplete-item.focused{background-color:#f9fafb}.autocomplete-item-label{font-size:14px;font-weight:500;color:#111827;margin-bottom:2px}.autocomplete-item-sublabel{font-size:12px;color:#6b7280}.autocomplete-dropdown::-webkit-scrollbar{width:6px}.autocomplete-dropdown::-webkit-scrollbar-track{background:#f3f4f6;border-radius:3px}.autocomplete-dropdown::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.autocomplete-dropdown::-webkit-scrollbar-thumb:hover{background:#9ca3af}.compare-container{width:100%;padding:0;background:#f9fafb;min-height:calc(100vh - 60px)}.form-section{background:#fff;border-bottom:1px solid #e5e7eb;width:100%;padding-bottom:.5rem;box-shadow:0 1px 2px #0000000d}.horizontal-form{display:flex;gap:1.5rem;align-items:flex-end;padding:1.5rem 2rem;max-width:1400px;margin:0 auto;flex-wrap:wrap}.info-section{padding:.75rem 2rem 1.25rem;max-width:1400px;margin:0 auto}.info-text{margin:0;font-size:.8125rem;color:#6b7280;line-height:1.5;font-weight:500}.channel-field .channel-input-group{position:relative;display:flex;align-items:center;width:100%}.channel-field .channel-input-group .form-input{flex:1;padding-right:2.5rem;border-color:#d1d5db;border-radius:6px;font-size:.875rem;height:38px}.channel-field .channel-input-group .form-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.duplicate-warning-icon{position:absolute;right:2.5rem;top:50%;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;color:#ef4444;pointer-events:none;z-index:1}.duplicate-warning-icon svg{width:18px;height:18px}.remove-channel-btn-inline{position:absolute;right:.5rem;top:50%;transform:translateY(-50%);padding:.25rem;background:transparent;border:none;color:#94a3b8;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;border-radius:4px;z-index:1}.remove-channel-btn-inline:hover{background:#fee2e2;color:#ef4444}.add-channel-btn-horizontal{display:flex;align-items:center;justify-content:center;gap:.5rem;background:#f3f4f6;border:1px solid #e5e7eb;color:#4b5563;font-size:.875rem;font-weight:600;height:38px;padding:0 1rem;border-radius:6px;white-space:nowrap}.add-channel-btn-horizontal:hover{background:#e5e7eb;color:#111827}.button-primary{background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;height:38px;padding:0 1.25rem;display:flex;align-items:center;gap:.5rem;cursor:pointer;transition:background .2s}.button-primary:hover{background:#dc2626}.button-primary:disabled{background:#f87171;cursor:not-allowed;opacity:.7}.button-pdf{display:flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:#fff;color:#374151;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 1px 2px #0000000d}.button-pdf:hover{background:#f9fafb;border-color:#9ca3af}.button-pdf svg{width:16px;height:16px;color:#ef4444}.comparison-sticky-header{position:sticky;top:0;z-index:100;background:#fff;border-bottom:1px solid #e5e7eb;box-shadow:0 4px 6px -1px #0000000d;margin-bottom:1.5rem}.sticky-header-inner{display:grid;grid-template-columns:280px repeat(auto-fit,minmax(250px,1fr));max-width:1400px;margin:0 auto}.metric-col-placeholder{background:#f9fafb}.sticky-channel-card{padding:0;border-left:1px solid #f3f4f6;background:#fff;display:flex;flex-direction:column}.sticky-banner{height:50px;background-size:cover;background-position:center;background-color:#f1f5f9}.sticky-info{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem}.sticky-pfp{width:44px;height:44px;border-radius:50%;border:3px solid white;margin-top:-22px;box-shadow:0 2px 4px #0000001a;background:#fff;object-fit:cover}.sticky-name-group{display:flex;align-items:center;gap:.5rem;min-width:0}.sticky-rank{font-size:.75rem;font-weight:700;color:#94a3b8;background:#f1f5f9;padding:.125rem .375rem;border-radius:3px}.sticky-channel-name{font-size:.9375rem;font-weight:700;color:#1e293b;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.comparison-data-grid{max-width:1400px;margin:0 auto 3rem;padding:0 2rem}.metrics-category{background:#fff;border:1px solid #e2e8f0;border-radius:8px;overflow:hidden;margin-bottom:2rem;box-shadow:0 1px 2px #0000000d}.category-label{padding:1rem 1.25rem;background:#f8fafc;font-weight:700;font-size:.8125rem;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.category-row{display:grid;grid-template-columns:280px repeat(auto-fit,minmax(250px,1fr));border-bottom:1px solid #f1f5f9;transition:background .2s}.category-row:last-child{border-bottom:none}.category-row:hover{background:#f8fafc}.metric-label{padding:1.25rem;font-size:.875rem;font-weight:600;color:#475569;display:flex;align-items:center;background:#fbfcfd;border-right:1px solid #f1f5f9}.metric-value-cell{padding:1.25rem;display:flex;align-items:center;justify-content:center;border-right:1px solid #f1f5f9}.metric-value-cell:last-child{border-right:none}.metric-value-cell.best{background:#f0fdf4}.metric-value-cell.best .value-text{color:#15803d;font-weight:700}.value-text{font-size:1.125rem;font-weight:600;color:#1e293b}.comparison-export-actions{display:flex;justify-content:flex-end;padding:1.5rem 2rem .5rem;max-width:1400px;margin:0 auto}.comparison-summary{display:grid;grid-template-columns:repeat(auto-fit,minmax(320px,1fr));gap:1.5rem;padding:1.5rem 2rem 2rem;max-width:1400px;margin:0 auto}.channel-summary-card{background:#fff;border:1px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:8px;overflow:hidden;box-shadow:0 1px 3px #0000001a;transition:transform .2s ease,box-shadow .2s ease}.channel-summary-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.channel-summary-card:nth-child(1){border-top-color:#ef4444}.channel-summary-card:nth-child(2){border-top-color:#3b82f6}.channel-summary-card:nth-child(3){border-top-color:#10b981}.channel-summary-banner{width:100%;height:80px;overflow:hidden;background:#f1f5f9;border-bottom:1px solid rgba(0,0,0,.05)}.channel-summary-banner img{width:100%;height:100%;object-fit:cover;opacity:.9;transition:opacity .3s}.channel-summary-card:hover .channel-summary-banner img{opacity:1}.channel-pfp{width:36px;height:36px;border-radius:50%;object-fit:cover;border:2px solid white;background:#fff;box-shadow:0 2px 4px #0000001a;margin-right:-4px}.channel-summary-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid #f3f4f6;background:#f9fafb}.channel-rank-badge{display:flex;align-items:center;justify-content:center;width:24px;height:24px;background:#f1f5f9;color:#64748b;border-radius:4px;font-size:.75rem;font-weight:700;border:1px solid #e2e8f0}.channel-summary-name{flex:1;font-size:.9375rem;font-weight:700;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.channel-summary-stats{display:grid;grid-template-columns:repeat(2,1fr);background:#fff}.summary-stat{display:flex;flex-direction:column;padding:1.25rem;border-right:1px solid #f3f4f6;border-bottom:1px solid #f3f4f6}.summary-stat:nth-child(2n){border-right:none}.summary-stat:nth-last-child(-n+2){border-bottom:none}.summary-stat-label{font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.5rem;display:flex;align-items:center;gap:.375rem}.summary-stat-label svg{width:14px;height:14px;color:#9ca3af;transition:transform .2s cubic-bezier(.175,.885,.32,1.275),color .2s ease}.summary-stat:hover .summary-stat-label svg{transform:scale(1.2);color:#3b82f6}.summary-stat-value{font-size:1.375rem;font-weight:700;color:#111827;line-height:1.1}.comparison-section{padding:1rem 0 3rem}.comparison-section-header{padding:0 2rem 1.25rem;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;margin-bottom:1.5rem}.export-btn-container{display:flex;justify-content:flex-end;margin-bottom:2rem;padding:0 1rem}.sort-controls{display:flex;align-items:center;gap:.5rem}.sort-label{font-size:.75rem;font-weight:600;color:#64748b;margin-right:.25rem}.sort-button{padding:.375rem .75rem;background:#fff;border:1px solid #e2e8f0;border-radius:4px;font-size:.75rem;font-weight:600;color:#4b5563;cursor:pointer;transition:all .2s}.sort-button:hover{background:#f8fafc;border-color:#cbd5e1}.sort-button.active{background:#eff6ff;border-color:#3b82f6;color:#2563eb}.comparison-section-title{font-size:1.25rem;font-weight:600;color:#111827;margin:0}.comparison-section-subtitle{font-size:.8125rem;color:#6b7280;font-weight:500}.best-indicator{display:inline-block;width:8px;height:8px;background:#10b981;border-radius:50%;margin-right:4px}.comparison-table-wrapper{margin:0 2rem;max-width:calc(1400px - 4rem);margin-left:auto;margin-right:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.comparison-table{width:100%;border-collapse:collapse}.comparison-table th{background:#f9fafb;padding:.875rem 1rem;text-align:left;font-size:.6875rem;font-weight:700;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:2px solid #e5e7eb}.comparison-table th.metric-header{position:sticky;left:0;background:#f9fafb;z-index:2;border-right:1px solid #e5e7eb}.comparison-table td{padding:1rem;border-bottom:1px solid #f3f4f6;font-size:.875rem;color:#374151}.comparison-table td.metric-name{font-weight:600;color:#4b5563;background:#f9fafb;position:sticky;left:0;z-index:1;border-right:1px solid #e5e7eb}.comparison-table td.metric-value{text-align:center}.comparison-table td.metric-value.best{color:#059669;font-weight:700;background:#ecfdf5}.comparison-table tr:hover{background:#fafbfc}.top-videos-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:1.5rem;padding:0 2rem 2rem;max-width:1400px;margin:0 auto}.channel-top-videos{background:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}.channel-top-videos-title{font-size:.875rem;font-weight:700;color:#111827;padding:1rem 1.25rem;background:#f9fafb;border-bottom:1px solid #e5e7eb}.top-video-card{display:flex;gap:1rem;padding:1rem;border-bottom:1px solid #f3f4f6;text-decoration:none;transition:background .2s}.top-video-card:last-child{border-bottom:none}.top-video-card:hover{background:#f9fafb}.top-video-thumbnail{width:120px;height:68px;object-fit:cover;border-radius:4px;border:1px solid #e5e7eb}.top-video-details{flex:1;min-width:0}.top-video-title{font-size:.8125rem;font-weight:600;color:#2563eb;margin:0 0 .5rem;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.4}.top-video-card:hover .top-video-title{color:#1d4ed8;text-decoration:underline}.top-video-stats{display:flex;gap:1rem}.stat-item{display:flex;align-items:center;gap:.25rem;font-size:.75rem;color:#6b7280;font-weight:500}.stat-item svg{width:14px;height:14px;color:#9ca3af}@keyframes spin{to{transform:rotate(360deg)}}.spinner-small{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}@media(max-width:768px){.horizontal-form{flex-direction:column;align-items:stretch;padding:1rem}.form-field-main,.form-field-small,.form-actions-inline{width:100%}.comparison-summary,.top-videos-grid{padding:1rem;grid-template-columns:1fr}}.role-description{padding:.75rem 1rem;background:#f0f9ff;border:1px solid #bae6fd;margin-bottom:1.25rem}.role-description p{margin:0;font-size:.8125rem;color:#0369a1;line-height:1.5}.form-group select{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;cursor:pointer;appearance:auto}.form-group select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.form-group select:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.transfer-ownership-modal{max-width:600px;width:90vw}.transfer-form{padding:0}.warning-section{display:flex;gap:1rem;padding:1rem;background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-bottom:1.5rem}.warning-icon{font-size:1.5rem;flex-shrink:0}.warning-content h3{margin:0 0 .5rem;font-size:1rem;font-weight:600;color:#92400e}.warning-content p{margin:0;font-size:.875rem;color:#92400e;line-height:1.4}.no-eligible-members{text-align:center;padding:2rem;color:#6b7280}.no-eligible-members p{margin:0;font-size:.875rem}.form-group{margin-bottom:1.5rem}.transfer-ownership-modal .form-group label{display:block;margin-bottom:.5rem;font-size:.875rem;font-weight:600;color:#374151;text-transform:none!important}.member-select,.confirm-input{width:100%;padding:.75rem;border:1px solid #d1d5db;border-radius:6px;font-size:.875rem;color:#111827;background:#fff;transition:border-color .15s ease,box-shadow .15s ease}.member-select:focus,.confirm-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f61f}.member-select:disabled,.confirm-input:disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.confirmation-section{border-top:1px solid #e5e7eb;padding-top:1.5rem;margin-top:1.5rem}.transfer-summary{background:#f8fafc;padding:1rem;border-radius:6px;margin-top:1rem}.transfer-summary h4{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#374151}.transfer-summary ul{margin:0;padding-left:1.25rem;list-style-type:disc}.transfer-summary li{margin-bottom:.5rem;font-size:.875rem;color:#6b7280;line-height:1.4}.transfer-summary li:last-child{margin-bottom:0}.modal-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.danger-button{background:#dc2626;color:#fff;border:1px solid #dc2626;padding:.5rem 1rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .15s ease}.danger-button:hover:not(:disabled){background:#b91c1c;border-color:#b91c1c}.danger-button:disabled{background:#f3f4f6;color:#9ca3af;border-color:#d1d5db;cursor:not-allowed}.secondary-button:disabled{opacity:.5;cursor:not-allowed}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(4px)}.modal-content{background:#fff;border-radius:12px;padding:24px;width:100%;max-width:400px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;animation:modalSlideIn .3s ease-out}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.modal-header h3{margin:0;font-size:1.25rem;font-weight:600;color:#1a1a1b}.close-btn{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;line-height:1}.close-btn:hover{color:#1a1a1b}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:6px;font-size:.875rem;font-weight:500;color:#374151}.form-group input{width:100%;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;font-size:.875rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.form-text{display:block;margin-top:4px;font-size:.75rem;color:#6b7280}.modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.btn-secondary{padding:8px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:6px;color:#374151;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-secondary:hover{background:#f9fafb;border-color:#d1d5db}.btn-primary{padding:8px 16px;background:#2563eb;border:none;border-radius:6px;color:#fff;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-primary:hover{background:#1d4ed8}
