:root{--font-heading:"Space Grotesk", "Noto Sans", system-ui, sans-serif;--font-body:"Noto Sans", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;--bg-primary:#282a36;--bg-secondary:#343746;--bg-tertiary:#2e3040;--text-primary:#f8f8f2;--text-secondary:#c0bfbc;--text-muted:#6272a4;--accent:#ff79c6;--accent-hover:#ff5cb8;--accent-muted:#3d2a3a;--border:#44475a;--pill-bg:#44475a;--error-bg:#3b2020;--error-text:#f55;--input-bg:#343746;--focus-ring:#ff79c640;--card-bg:#2e3040}[data-theme=light]{--bg-primary:#f5f5f7;--bg-secondary:#fff;--bg-tertiary:#f9f9fb;--text-primary:#111;--text-secondary:#444;--text-muted:#888;--accent:#6366f1;--accent-hover:#4f46e5;--accent-muted:#eef2ff;--border:#e5e7eb;--pill-bg:#f0f0f3;--error-bg:#fef2f2;--error-text:#991b1b;--input-bg:#fff;--focus-ring:#6366f126;--card-bg:#fff}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-primary);color:var(--text-primary);transition:background-color .2s,color .2s}.gooey-spinnerSpin{animation:1s linear infinite gooey-spin}@keyframes gooey-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-sonner-toast][data-x-position=center]{width:fit-content!important;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}[data-gooey-toast-css]{--gooey-toast:1}[data-sonner-toast][data-expanded=true]{transition:transform .15s,opacity .4s,height .15s,box-shadow .2s!important}.gooey-wrapper{pointer-events:auto;cursor:default;width:fit-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;position:relative}.gooey-blobSvg{pointer-events:none;filter:drop-shadow(0 4px 12px #0000000f)drop-shadow(0 1px 4px #0000000a);position:absolute;top:0;left:0;overflow:visible}.gooey-content{z-index:1;transition:padding .35s cubic-bezier(.4,0,.2,1);position:relative}.gooey-contentCompact{padding:7px 10px}.gooey-contentExpanded{min-width:300px;max-width:380px;padding:7px 10px 16px}.gooey-header{color:inherit;align-items:center;gap:8px;display:inline-flex}.gooey-iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;line-height:0;display:flex}.gooey-title{white-space:nowrap;color:inherit;padding:0 4px 0 2px;font-size:12px;font-weight:700;line-height:1}.gooey-titleDefault{color:#555}.gooey-titleSuccess{color:#4caf50}.gooey-titleError{color:#e53935}.gooey-titleWarning{color:#c49000}.gooey-titleInfo{color:#1e88e5}.gooey-titleLoading{color:#555}.gooey-timestamp{color:#999;white-space:nowrap;padding-left:6px;font-size:11px;font-weight:400;line-height:1}.gooey-description{color:#444;margin-top:16px;font-size:13px;font-weight:400;line-height:1.55;overflow:hidden}.gooey-actionWrapper{margin-top:12px;overflow:hidden}.gooey-actionButton{box-sizing:border-box;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;outline:none;width:100%;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:block}.gooey-actionButton:focus:not(:focus-visible){outline:none}.gooey-actionButton:focus-visible{outline-offset:2px;outline:2px solid}.gooey-actionDefault{color:#555;background:#e8e8e8}.gooey-actionDefault:hover{background:#dcdcdc}.gooey-actionDefault:active{background:#d0d0d0}.gooey-actionSuccess{color:#4caf50;background:#c8e6c9}.gooey-actionSuccess:hover{background:#a5d6a7}.gooey-actionSuccess:active{background:#81c784}.gooey-actionError{color:#e53935;background:#ffcdd2}.gooey-actionError:hover{background:#ef9a9a}.gooey-actionError:active{background:#e57373}.gooey-actionWarning{color:#c49000;background:#ffecb3}.gooey-actionWarning:hover{background:#ffe082}.gooey-actionWarning:active{background:#ffd54f}.gooey-actionInfo{color:#1e88e5;background:#bbdefb}.gooey-actionInfo:hover{background:#90caf9}.gooey-actionInfo:active{background:#64b5f6}.gooey-progressWrapper{background:#0000000f;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.gooey-progressBar{transform-origin:0;height:100%;animation:gooey-progress-shrink var(--gooey-progress-duration,4s) linear forwards;border-radius:2px;animation-play-state:running}.gooey-progressPaused .gooey-progressBar{animation-play-state:paused}@keyframes gooey-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.gooey-progressDefault{background:#999}.gooey-progressSuccess{background:#4caf50}.gooey-progressError{background:#e53935}.gooey-progressWarning{background:#c49000}.gooey-progressInfo{background:#1e88e5}.gooey-wrapper[data-theme=dark] .gooey-blobSvg{filter:drop-shadow(0 4px 12px #0000004d)drop-shadow(0 1px 4px #0003)}.gooey-wrapper[data-theme=dark] .gooey-titleDefault{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-titleSuccess{color:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-titleError{color:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-titleWarning{color:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-titleInfo{color:#42a5f5}.gooey-wrapper[data-theme=dark] .gooey-titleLoading{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-timestamp{color:#777}.gooey-wrapper[data-theme=dark] .gooey-description{color:#e0e0e0}.gooey-wrapper[data-theme=dark] .gooey-actionDefault{color:#ccc;background:#3a3a3a}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:hover{background:#444}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:active{background:#4e4e4e}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess{color:#66bb6a;background:#1b5e20}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:hover{background:#2e7d32}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:active{background:#388e3c}.gooey-wrapper[data-theme=dark] .gooey-actionError{color:#ef5350;background:#b71c1c}.gooey-wrapper[data-theme=dark] .gooey-actionError:hover{background:#c62828}.gooey-wrapper[data-theme=dark] .gooey-actionError:active{background:#d32f2f}.gooey-wrapper[data-theme=dark] .gooey-actionWarning{color:#ffb300;background:#4a3800}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:hover{background:#5c4600}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:active{background:#6e5400}.gooey-wrapper[data-theme=dark] .gooey-actionInfo{color:#42a5f5;background:#0d47a1}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:hover{background:#1565c0}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:active{background:#1976d2}.gooey-wrapper[data-theme=dark] .gooey-progressWrapper{background:#ffffff1a}.gooey-wrapper[data-theme=dark] .gooey-progressDefault{background:#888}.gooey-wrapper[data-theme=dark] .gooey-progressSuccess{background:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-progressError{background:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-progressWarning{background:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-progressInfo{background:#42a5f5}._toggle_50vjb_1{background:var(--bg-tertiary);width:32px;height:32px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:background-color .15s,color .15s;display:flex}._toggle_50vjb_1:hover{background:var(--border);color:var(--text-primary)}._app_198yy_1{max-width:1200px;font-family:var(--font-body);color:var(--text-primary);min-height:100vh;margin:0 auto;padding:48px 24px}._header_198yy_10{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}._titleLink_198yy_18{color:inherit;text-decoration:none}._title_198yy_18{font-family:var(--font-heading);letter-spacing:-.5px;font-size:22px;font-weight:700}._nav_198yy_30{align-items:center;gap:4px;display:flex}._navLink_198yy_36{color:var(--text-secondary);border-radius:8px;padding:6px 14px;font-size:14px;font-weight:500;text-decoration:none;transition:background .15s,color .15s}._navLink_198yy_36:hover{background:var(--bg-secondary);color:var(--text-primary)}._navLinkActive_198yy_53{background:var(--accent-muted);color:var(--accent)}._error_198yy_58{background:var(--error-bg);border:1px solid var(--border);color:var(--error-text);border-radius:10px;margin-top:24px;padding:16px;font-size:14px}._card_19qva_1{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;margin-top:24px;padding:24px}._label_19qva_9{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:4px;font-size:10px;font-weight:600}._name_19qva_18{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:22px;font-weight:700}._subscribers_19qva_26{color:var(--text-secondary);margin-bottom:16px;font-size:14px}._channelUrl_19qva_32{margin-bottom:16px;font-size:13px}._channelUrl_19qva_32 a{color:var(--accent);text-decoration:none}._channelUrl_19qva_32 a:hover{text-decoration:underline}._description_19qva_46{color:var(--text-secondary);white-space:pre-line;margin-bottom:16px;font-size:13px;line-height:1.6}._links_19qva_54{margin:0 0 16px;padding:0;list-style:none}._links_19qva_54 li{margin-bottom:4px}._links_19qva_54 a{color:var(--accent);word-break:break-all;font-size:12px;text-decoration:none}._links_19qva_54 a:hover{text-decoration:underline}._videosSection_19qva_75{margin-top:8px}._videoItem_19qva_79{border-bottom:1px solid var(--border);justify-content:space-between;align-items:baseline;padding:8px 0;display:flex}._videoItem_19qva_79:last-child{border-bottom:none}._videoTitle_19qva_91{color:var(--text-primary);flex:1;margin-right:16px;font-size:13px}._videoViews_19qva_98{color:var(--text-muted);white-space:nowrap;font-size:12px}._wrapper_1ru4p_1{background:var(--bg-tertiary);border-radius:20px;gap:4px;padding:3px;display:flex}._pill_1ru4p_9{font-size:12px;font-weight:500;font-family:var(--font-body);color:var(--text-muted);cursor:pointer;background:0 0;border:none;border-radius:16px;padding:5px 14px;transition:background-color .15s,color .15s}._pill_1ru4p_9:hover:not(:disabled){color:var(--text-secondary)}._pill_1ru4p_9._active_1ru4p_28{background:var(--accent);color:#fff}._pill_1ru4p_9:disabled{opacity:.5;cursor:not-allowed}._card_9oavh_1{background:var(--card-bg);border:1px solid var(--border);border-radius:10px;overflow:hidden}._header_9oavh_8{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;padding:8px 12px;display:flex}._headerExpanded_9oavh_17{border-bottom:1px solid var(--border)}._headerLeft_9oavh_21,._headerRight_9oavh_27{align-items:center;gap:8px;display:flex}._summary_9oavh_33{color:var(--text-secondary);font-size:12px}._separator_9oavh_38{color:var(--text-muted)}._cancelAllBtn_9oavh_42{border:1px solid var(--border);font-size:10px;font-family:var(--font-body);color:var(--text-muted);cursor:pointer;background:0 0;border-radius:6px;padding:2px 8px;transition:color .15s,border-color .15s}._cancelAllBtn_9oavh_42:hover{color:#ef4444;border-color:#ef4444}._chevron_9oavh_61{color:var(--text-muted);font-size:10px;line-height:1}._content_9oavh_69{max-height:240px;overflow-y:auto}._sessionGroup_9oavh_74{border-bottom:1px solid #44475a33;padding:8px 12px}._sessionGroup_9oavh_74:last-child{border-bottom:none}._sessionHeader_9oavh_83{justify-content:space-between;align-items:center;gap:6px;margin-bottom:6px;display:flex}._sessionName_9oavh_91{font-size:11px;font-weight:600}._sessionNameActive_9oavh_96{color:var(--accent)}._sessionNameQueued_9oavh_100{color:var(--text-muted)}._sessionCount_9oavh_104{color:var(--text-muted);flex-shrink:0;font-size:10px}._searchItem_9oavh_110{border-radius:4px;align-items:center;gap:8px;padding:2px 0 2px 4px;font-size:11px;display:flex}._searchItemClickable_9oavh_119{cursor:pointer}._searchItemClickable_9oavh_119:hover{background:#ffffff0d}._searchKeywords_9oavh_127{text-overflow:ellipsis;white-space:nowrap;min-width:0;color:var(--text-primary);flex:1;overflow:hidden}._searchKeywords_dim_9oavh_136{color:var(--text-muted)}._searchStatus_9oavh_140{color:var(--text-muted);flex-shrink:0;font-size:10px}._dot_9oavh_148{border-radius:50%;flex-shrink:0;width:6px;height:6px}._dot_active_9oavh_155{background:var(--accent);animation:1.2s ease-in-out infinite _pulse_9oavh_1}._dot_queued_9oavh_160{background:var(--text-muted)}._dot_complete_9oavh_164{background:var(--success-text,#50fa7b)}._dot_partial_9oavh_168{background:var(--warning-text,#e2a727)}._dot_failed_9oavh_172{background:var(--error-text,#f55)}@keyframes _pulse_9oavh_1{0%,to{opacity:1}50%{opacity:.4}}._panel_18fb7_1{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;transition:border-color .15s,box-shadow .15s;overflow:hidden}._panel_18fb7_1:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}._textareaWrap_18fb7_16{padding:12px 14px}._textarea_18fb7_16{resize:none;width:100%;min-height:40px;font-size:14px;font-family:var(--font-body);color:var(--text-primary);background:0 0;border:none;outline:none;line-height:1.5;display:block}._textarea_18fb7_16::placeholder{color:var(--text-muted)}._textarea_dimmed_18fb7_38{opacity:.5}._actionBar_18fb7_44{border-top:1px solid var(--border);justify-content:flex-end;align-items:center;padding:6px 10px;display:flex}._actionBarRight_18fb7_52{align-items:center;gap:10px;display:flex}._submitBtn_18fb7_60{background:var(--accent);cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;width:30px;height:30px;transition:background .15s;display:flex;position:relative}._submitBtn_18fb7_60:hover:not(:disabled){background:var(--accent-hover)}._submitBtn_18fb7_60:disabled{opacity:.35;cursor:not-allowed}._countBadge_18fb7_83{background:var(--accent-hover);color:#fff;font-size:9px;font-weight:700;font-family:var(--font-body);pointer-events:none;border-radius:50%;justify-content:center;align-items:center;width:16px;height:16px;display:flex;position:absolute;top:-6px;right:-6px}._hint_18fb7_103{color:var(--text-muted);font-size:11px}._list_4al3e_1{border-radius:12px;flex-direction:column;gap:2px;margin-top:0;display:flex;overflow:hidden}._headerBar_4al3e_11{background:var(--bg-secondary);border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:10px 16px;display:flex}._headerBar_4al3e_11>:first-child{flex:1;min-width:0}._retryLabel_4al3e_25{color:var(--warning-text,#e2a727);font-size:13px;font-weight:600}._cancelButton_4al3e_31{background:var(--error-text);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:opacity .15s}._cancelButton_4al3e_31:hover{opacity:.85}._retryButton_4al3e_47{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:600;transition:background .15s}._retryButton_4al3e_47:hover{background:var(--accent-hover)}._item_4al3e_64{background:var(--bg-secondary)}._failedItem_4al3e_68{border-left:3px solid var(--error-text)}._partialItem_4al3e_72{border-left:3px solid var(--warning-text,#e2a727)}._pendingItem_4al3e_76{opacity:.5}._inProgressItem_4al3e_80{opacity:.75}._row_4al3e_85{cursor:pointer;width:100%;color:var(--text-primary);justify-content:space-between;align-items:center;padding:14px 16px;transition:background-color .1s;display:flex}._row_4al3e_85:hover{background:var(--bg-tertiary)}._rowContent_4al3e_100{flex-direction:column;gap:3px;min-width:0;display:flex}._videoTitle_4al3e_107{white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}._videoTitleLink_4al3e_115{color:inherit;text-decoration:none}._videoTitleLink_4al3e_115:hover{text-decoration:underline}._videoViews_4al3e_124{color:var(--text-muted);font-size:11px;font-weight:400}._channelName_4al3e_130{color:var(--accent);font-size:11px}._subs_4al3e_135{color:var(--text-muted)}._chevron_4al3e_140{color:var(--accent);flex-shrink:0;font-size:10px;transition:transform .2s}._chevronOpen_4al3e_147{transform:rotate(90deg)}._panel_4al3e_152{grid-template-rows:0fr;transition:grid-template-rows .25s;display:grid}._panelOpen_4al3e_158{grid-template-rows:1fr}._panelInner_4al3e_162{padding:0 16px;overflow:hidden}._panelOpen_4al3e_158 ._panelInner_4al3e_162{padding:4px 16px 16px}._pills_4al3e_172{flex-wrap:wrap;gap:8px;margin-bottom:12px;padding-top:4px;display:flex}._pill_4al3e_172{background:var(--pill-bg);color:var(--text-secondary);border-radius:20px;padding:3px 10px;font-size:10px;font-weight:500}._pillLink_4al3e_189{background:var(--accent-muted);color:var(--accent);border-radius:20px;padding:3px 10px;font-size:10px;font-weight:500;text-decoration:none}._pillLink_4al3e_189:hover{text-decoration:underline}._description_4al3e_204{color:var(--text-secondary);white-space:pre-wrap;margin-bottom:12px;font-size:12px;line-height:1.6}._section_4al3e_213{margin-bottom:10px}._sectionLabel_4al3e_217{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:6px;font-size:10px;font-weight:500}._linkPills_4al3e_227{flex-wrap:wrap;gap:6px;display:flex}._linkPill_4al3e_227{background:var(--accent-muted);color:var(--accent);word-break:break-all;border-radius:4px;padding:2px 8px;font-size:10px;text-decoration:none}._linkPill_4al3e_227:hover{text-decoration:underline}._recentVideos_4al3e_248{flex-direction:column;gap:4px;display:flex}._recentVideo_4al3e_248{align-items:baseline;gap:8px;display:flex}._recentVideoViews_4al3e_260{color:var(--text-muted);white-space:nowrap;flex-shrink:0;font-size:10px}._recentVideoTitle_4al3e_267{color:var(--text-secondary);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;overflow:hidden}._recentVideoLink_4al3e_276{color:var(--accent);white-space:nowrap;text-overflow:ellipsis;min-width:0;font-size:11px;text-decoration:none;overflow:hidden}._recentVideoLink_4al3e_276:hover{text-decoration:underline}._statusLabel_4al3e_291{color:var(--text-muted);align-items:center;gap:5px;font-size:11px;display:inline-flex}._errorDetail_4al3e_299{color:var(--error-text)}._spinner_4al3e_303{border:1.5px solid var(--text-muted);border-top-color:var(--accent);border-radius:50%;width:10px;height:10px;animation:.8s linear infinite _spin_4al3e_303;display:inline-block}@keyframes _spin_4al3e_303{to{transform:rotate(360deg)}}._rowError_4al3e_320{color:var(--error-text);margin-top:8px;font-size:11px}._container_1hs6f_1{padding:0}._text_1hs6f_5{color:var(--text-muted);opacity:0;font-size:13px;transition:opacity .15s}._visible_1hs6f_12{opacity:1}._pulse_1hs6f_17{animation:2s ease-in-out infinite _breathe_1hs6f_1}@keyframes _breathe_1hs6f_1{0%,to{opacity:1}50%{opacity:.4}}._cursor_1hs6f_32{color:var(--accent);font-weight:300;animation:.6s step-end infinite _blink_1hs6f_1}@keyframes _blink_1hs6f_1{0%,to{opacity:1}50%{opacity:0}}._container_1tysf_1{flex-wrap:wrap;gap:6px;display:flex}._badge_1tysf_8{background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;border:1px solid #0000;border-radius:20px;align-items:center;gap:6px;max-width:180px;padding:4px 12px;font-size:11px;transition:background-color .1s,border-color .1s;display:inline-flex}._badge_1tysf_8:hover{background:var(--accent-muted);color:var(--accent)}._badgeActive_1tysf_30{border-color:var(--accent);background:var(--accent-muted);color:var(--accent)}._pillWrapper_1tysf_37{position:relative}._batchPill_1tysf_41{background:var(--bg-tertiary);color:var(--text-secondary);cursor:pointer;font-size:11px;font-family:var(--font-body);border:1px solid #0000;border-radius:20px;align-items:center;gap:6px;max-width:220px;padding:4px 12px;transition:background-color .1s,border-color .1s;display:inline-flex}._batchPill_1tysf_41:hover{background:var(--accent-muted);color:var(--accent)}._chevron_1tysf_64{flex-shrink:0;font-size:9px;line-height:1}._keywords_1tysf_71{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}._dot_1tysf_78{border-radius:50%;flex-shrink:0;width:6px;height:6px}._dot_complete_1tysf_85{background:var(--success-text,#50fa7b)}._dot_partial_1tysf_89{background:var(--warning-text,#e2a727)}._dot_failed_1tysf_93{background:var(--error-text,#f55)}._dot_queued_1tysf_97{background:var(--text-muted)}._dot_active_1tysf_101{background:var(--accent);animation:1.2s ease-in-out infinite _pulse_1tysf_1}@keyframes _pulse_1tysf_1{0%,to{opacity:1}50%{opacity:.4}}._dropdown_1tysf_117{background:var(--bg-secondary);border:1px solid var(--border);z-index:10;border-radius:8px;min-width:220px;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 4px 12px #0000004d}._dropdownItem_1tysf_130{cursor:pointer;width:100%;color:var(--text-secondary);font-size:11px;font-family:var(--font-body);text-align:left;background:0 0;border:none;border-bottom:1px solid #44475a33;align-items:center;gap:8px;padding:6px 10px;display:flex}._dropdownItem_1tysf_130:last-child{border-bottom:none}._dropdownItem_1tysf_130:hover{background:var(--bg-tertiary)}._dropdownItemActive_1tysf_154{background:var(--accent-muted);color:var(--accent)}._dropdownKeywords_1tysf_159{text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0;overflow:hidden}._dropdownStatus_1tysf_167{color:var(--text-muted);flex-shrink:0;font-size:10px}._form_on3su_1{gap:8px;display:flex}._input_on3su_6{font-size:14px;font-family:var(--font-body);border:1px solid var(--border);background:var(--input-bg);color:var(--text-primary);border-radius:10px;outline:none;flex:1;padding:10px 14px;transition:border-color .15s,box-shadow .15s}._input_on3su_6::placeholder{color:var(--text-muted)}._input_on3su_6:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--focus-ring)}._button_on3su_30{font-size:14px;font-weight:600;font-family:var(--font-body);color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:10px;padding:10px 20px;transition:background .15s}._button_on3su_30:hover:not(:disabled){background:var(--accent-hover)}._button_on3su_30:disabled{opacity:.5;cursor:not-allowed}._card_y0xyq_1{background:var(--bg-secondary);border:1px solid var(--border);border-radius:12px;margin-top:24px;padding:24px}._label_y0xyq_9{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);margin-bottom:4px;font-size:10px;font-weight:600}._title_y0xyq_18{font-family:var(--font-heading);color:var(--text-primary);margin-bottom:16px;font-size:22px;font-weight:700;text-decoration:none;display:block}._title_y0xyq_18:hover{text-decoration:underline}._views_y0xyq_32{color:var(--text-secondary);margin-bottom:16px;font-size:14px}._description_y0xyq_38{color:var(--text-secondary);white-space:pre-wrap;max-height:200px;font-size:13px;line-height:1.6;overflow-y:auto}._controls_1250g_1{margin-bottom:16px}._searchContent_1250g_5{flex-direction:column;gap:12px;display:flex}._searchHeader_1250g_11{justify-content:space-between;align-items:flex-start;gap:16px;padding:24px 16px 0;display:flex;position:relative}._searchHeader_1250g_11:before{content:"";border-top:1px dashed var(--border);opacity:.22;height:0;position:absolute;top:0;left:16px;right:16px}._searchKeywords_1250g_31{font-family:var(--font-heading);margin:0 0 4px;font-size:18px;font-weight:600}._searchMeta_1250g_38{color:var(--text-muted);font-size:13px}._partialMeta_1250g_43{color:#e6b43c}._failedMeta_1250g_47{color:var(--error-text)}._searchBadge_1250g_51{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;flex-shrink:0;padding:3px 10px;font-size:12px;font-weight:600}._searchBadge_active_1250g_61,._searchBadge_queued_1250g_66{color:#50c878;background:#50c87826}._searchBadge_complete_1250g_71{background:var(--accent-muted);color:var(--accent)}._searchBadge_partial_1250g_76{color:#e6b43c;background:#e6b43c26}._searchBadge_failed_1250g_81{background:var(--error-bg);color:var(--error-text)}._status_1250g_86{padding:12px 0 12px 16px}._error_1250g_90{background:var(--error-bg);border:1px solid var(--border);color:var(--error-text);border-radius:10px;margin-top:24px;padding:16px;font-size:14px}._loading_h6syy_1{color:var(--text-muted);text-align:center;padding:24px 0;font-size:14px}._error_h6syy_8{color:var(--error-text);text-align:center;padding:24px 0;font-size:14px}._header_h6syy_15{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px;padding:24px 16px 0;display:flex;position:relative}._header_h6syy_15:before{content:"";border-top:1px dashed var(--border);opacity:.22;height:0;position:absolute;top:0;left:16px;right:16px}._keywords_h6syy_36{font-family:var(--font-heading);margin:0 0 4px;font-size:18px;font-weight:600}._meta_h6syy_43{color:var(--text-muted);font-size:13px}._partialMeta_h6syy_48{color:#e6b43c}._failedMeta_h6syy_52{color:var(--error-text)}._badge_h6syy_56{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;flex-shrink:0;padding:3px 10px;font-size:12px;font-weight:600}._badge_active_h6syy_66{color:#50c878;background:#50c87826}._badge_complete_h6syy_71{background:var(--accent-muted);color:var(--accent)}._badge_partial_h6syy_76{color:#e6b43c;background:#e6b43c26}._badge_failed_h6syy_81{background:var(--error-bg);color:var(--error-text)}._retrySection_h6syy_86{border:1px solid var(--border);background:#e6b43c14;border-radius:10px;margin-bottom:20px;padding:14px}._retryHeader_h6syy_94{justify-content:space-between;align-items:center;margin-bottom:10px;display:flex}._retryTitle_h6syy_101{color:#e6b43c;font-size:14px;font-weight:600}._retryButton_h6syy_107{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:6px 14px;font-size:13px;font-weight:600;transition:background .15s}._retryButton_h6syy_107:hover{background:var(--accent-hover)}._retryButton_h6syy_107:disabled{opacity:.5;cursor:not-allowed}._retryList_h6syy_128{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}._retryItem_h6syy_137{flex-direction:column;gap:2px;font-size:13px;display:flex}._retryVideoTitle_h6syy_144{color:var(--text-primary);font-weight:500}._retryError_h6syy_149{color:var(--text-muted);font-size:12px}._pageTitle_179yr_1{font-family:var(--font-heading);margin-bottom:20px;font-size:18px;font-weight:600}._empty_179yr_8{color:var(--text-muted);font-size:14px}._loading_179yr_13{color:var(--text-muted);text-align:center;padding:24px 0;font-size:14px}._list_179yr_20{flex-direction:column;gap:10px;display:flex}._card_179yr_26{background:var(--bg-secondary);border:1px solid var(--border);color:inherit;border-radius:10px;padding:16px;text-decoration:none;transition:border-color .15s,background .15s;display:block}._card_179yr_26:hover{border-color:var(--accent);background:var(--bg-tertiary)}._cardHeader_179yr_44{justify-content:space-between;align-items:center;gap:12px;margin-bottom:8px;display:flex}._keywords_179yr_52{text-overflow:ellipsis;white-space:nowrap;font-size:15px;font-weight:600;overflow:hidden}._badge_179yr_60{text-transform:uppercase;letter-spacing:.5px;border-radius:6px;flex-shrink:0;padding:3px 10px;font-size:12px;font-weight:600}._badge_active_179yr_70{color:#50c878;background:#50c87826}._badge_complete_179yr_75{background:var(--accent-muted);color:var(--accent)}._badge_partial_179yr_80{color:#e6b43c;background:#e6b43c26}._badge_failed_179yr_85{background:var(--error-bg);color:var(--error-text)}._cardMeta_179yr_90{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:13px;display:flex}._progress_179yr_98{color:var(--text-secondary)}._partialCount_179yr_102{color:#e6b43c}._failedCount_179yr_106{color:var(--error-text)}._date_179yr_110{flex-shrink:0}._loadMore_179yr_114{background:var(--bg-secondary);border:1px solid var(--border);width:100%;color:var(--text-secondary);cursor:pointer;border-radius:10px;margin-top:16px;padding:10px;font-size:14px;font-weight:500;transition:background .15s,color .15s;display:block}._loadMore_179yr_114:hover{background:var(--bg-tertiary);color:var(--text-primary)}._loadMore_179yr_114:disabled{opacity:.5;cursor:not-allowed}
