*{margin:0;padding:0;box-sizing:border-box}html{color-scheme:light dark}body{font-family:DM Sans,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg-secondary, #f5f7fa)}::-webkit-scrollbar-thumb{background:var(--border-color, #e5e7eb);border-radius:5px}::-webkit-scrollbar-thumb:hover{background:var(--text-tertiary, #9ca3af)}._logoWrapper_1qo1q_1{display:flex;align-items:center;gap:.75rem}._logoContainer_1qo1q_7{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #667eea4d}._logoIcon_1qo1q_16{color:#fff;stroke-width:2.5}._logoText_1qo1q_21{margin:0;font-weight:700;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}._small_1qo1q_31 ._logoContainer_1qo1q_7{width:1.75rem;height:1.75rem;padding:.3rem}._small_1qo1q_31 ._logoIcon_1qo1q_16{width:1rem;height:1rem}._small_1qo1q_31 ._logoText_1qo1q_21{font-size:1.125rem}._medium_1qo1q_46 ._logoContainer_1qo1q_7{width:2.5rem;height:2.5rem;padding:.5rem}._medium_1qo1q_46 ._logoIcon_1qo1q_16{width:1.5rem;height:1.5rem}._medium_1qo1q_46 ._logoText_1qo1q_21{font-size:1.5rem}._large_1qo1q_61 ._logoContainer_1qo1q_7{width:2.25rem;height:2.25rem;padding:.45rem}._large_1qo1q_61 ._logoIcon_1qo1q_16{width:1.35rem;height:1.35rem}._large_1qo1q_61 ._logoText_1qo1q_21{font-size:1.5rem}._container_dp87r_1{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg-primary);padding:1rem}._themeToggle_dp87r_10{position:fixed;top:1.5rem;right:1.5rem;width:2.5rem;height:2.5rem;border-radius:.5rem;background:var(--bg-secondary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;z-index:1000}._themeToggle_dp87r_10:hover{background:var(--bg-hover)}._themeIcon_dp87r_31{width:1.25rem;height:1.25rem;color:var(--text-primary)}._content_dp87r_37{width:100%;max-width:400px;display:flex;flex-direction:column;gap:2rem}._header_dp87r_45{display:flex;flex-direction:column;align-items:center;gap:.75rem}._card_dp87r_52{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:1rem;padding:2rem;display:flex;flex-direction:column;align-items:center;gap:1rem;box-shadow:0 4px 6px #0000001a}._lockIcon_dp87r_64{width:3rem;height:3rem;color:#667eea;margin-bottom:.5rem}._cardTitle_dp87r_71{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0}._description_dp87r_78{font-size:.95rem;color:var(--text-secondary);text-align:center;margin:0}._subdescription_dp87r_85{font-size:.875rem;color:var(--text-tertiary);text-align:center;margin:0}._form_dp87r_92{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:.5rem}._input_dp87r_100{width:100%;padding:.875rem 1rem;font-size:1rem;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:.5rem;color:var(--text-primary);transition:all .2s}._input_dp87r_100:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}._input_dp87r_100::placeholder{color:var(--text-tertiary)}._error_dp87r_121{font-size:.875rem;color:#ef4444;margin:-.5rem 0 0;text-align:center}._button_dp87r_128{width:100%;padding:.875rem 1rem;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:.5rem;cursor:pointer;transition:all .2s}._button_dp87r_128:hover{transform:translateY(-1px);box-shadow:0 4px 12px #667eea66}._button_dp87r_128:active{transform:translateY(0)}._container_lys98_27{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-secondary)}._header_lys98_35{padding:.625rem 1.5rem;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center}._headerLeft_lys98_48{display:flex;align-items:center;gap:.75rem}._logoContainer_lys98_54{background:#fff3;border-radius:6px;padding:.25rem;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}._logoIcon_lys98_65{width:18px;height:18px;color:#fff;stroke-width:2.5}._logoText_lys98_72{margin:0;font-size:1.5rem;font-weight:800;color:#fff}._themeToggle_lys98_79{padding:.375rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._themeToggle_lys98_79:hover{background:#ffffff40;border-color:#ffffff4d}._themeIcon_lys98_96{width:20px;height:20px;color:#fff}._content_lys98_103{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}._errorBox_lys98_111{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:3rem 2rem;max-width:500px;width:100%;text-align:center;box-shadow:0 4px 12px var(--shadow)}._errorIcon_lys98_122{font-size:4rem;margin-bottom:1rem;opacity:.5;filter:grayscale(.3)}._errorCode_lys98_129{margin:0;font-size:5rem;font-weight:800;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1}._errorTitle_lys98_144{margin:1rem 0 .5rem;font-size:1.5rem;font-weight:600;color:var(--text-primary)}._errorMessage_lys98_151{margin:0 0 2rem;font-size:1rem;color:var(--text-secondary);line-height:1.5}._homeButton_lys98_158{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#fff;text-decoration:none;border-radius:8px;font-size:1rem;font-weight:600;transition:all .2s}._homeButton_lys98_158:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._homeIcon_lys98_181{width:20px;height:20px}@media(max-width:768px){._header_lys98_35{padding:.5rem 1rem}._errorBox_lys98_111{padding:2rem 1.5rem}._errorCode_lys98_129{font-size:4rem}._errorTitle_lys98_144{font-size:1.25rem}}._container_yihyf_27{display:flex;flex-direction:column;height:100vh;overflow:hidden;background:var(--bg-secondary)}._header_yihyf_36{padding:.625rem 1.5rem;background:var(--bg-primary);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%)}._headerLeft_yihyf_50,._headerRight_yihyf_51{display:flex;align-items:center;gap:.75rem}._logoContainer_yihyf_57{background:#fff3;border-radius:6px;padding:.25rem;display:flex;align-items:center;margin-right:-.25rem;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}._logoIcon_yihyf_69{width:18px;height:18px;color:#fff;stroke-width:2.5}._header_yihyf_36 h1{margin:0;font-size:1.5rem;font-weight:700;color:#fff}._subtitle_yihyf_83{margin:0;font-size:.875rem;color:#ffffffe6;font-weight:500}._themeToggle_yihyf_90{padding:.375rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._themeToggle_yihyf_90:hover{background:#ffffff40;border-color:#ffffff4d}._themeIcon_yihyf_107{width:20px;height:20px;color:#fff}._filtersSection_yihyf_114{padding:.75rem 1.5rem;background:var(--bg-primary);border-bottom:1px solid var(--border-color)}._filtersRow_yihyf_120{display:flex;gap:.75rem;align-items:center}._searchInputContainer_yihyf_126{position:relative;flex:1;min-width:200px}._searchIcon_yihyf_132{position:absolute;left:.75rem;top:50%;transform:translateY(-50%);width:18px;height:18px;color:var(--text-tertiary);pointer-events:none}._searchInput_yihyf_126{width:100%;padding:.5rem .875rem .5rem 2.5rem;font-size:.875rem;border:1px solid var(--border-color);border-radius:6px;outline:none;transition:all .2s;background:var(--bg-tertiary);color:var(--text-primary)}._searchInput_yihyf_126:focus{border-color:var(--accent-primary);background:var(--bg-primary);box-shadow:0 0 0 3px #667eea1a}._searchInput_yihyf_126::placeholder{color:var(--text-tertiary)}._dropdownContainer_yihyf_165{position:relative}._dropdownButton_yihyf_169{padding:.5rem .875rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;font-size:.875rem;color:var(--text-primary);font-weight:500;cursor:pointer;transition:all .15s;display:flex;align-items:center;gap:.5rem;white-space:nowrap}._dropdownButton_yihyf_169:hover{background:var(--bg-primary);border-color:var(--accent-primary)}._dropdownIcon_yihyf_190{width:18px;height:18px;color:var(--text-secondary)}._arrow_yihyf_196{font-size:.625rem;color:var(--text-tertiary)}._dropdownMenu_yihyf_201{position:absolute;top:calc(100% + .25rem);left:0;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;box-shadow:0 4px 12px var(--shadow);z-index:10;min-width:220px;max-height:350px;display:flex;flex-direction:column}._dropdownSearch_yihyf_216{position:sticky;top:0;background:var(--bg-primary);padding:.5rem;border-bottom:1px solid var(--border-color);display:flex;align-items:center;gap:.5rem;z-index:1}._dropdownSearchIcon_yihyf_228{width:14px;height:14px;color:var(--text-tertiary);flex-shrink:0}._dropdownSearchInput_yihyf_235{width:100%;padding:.375rem .5rem;font-size:.8125rem;border:1px solid var(--border-color);border-radius:4px;outline:none;background:var(--bg-tertiary);color:var(--text-primary)}._dropdownSearchInput_yihyf_235:focus{border-color:var(--accent-primary);background:var(--bg-primary)}._dropdownSearchInput_yihyf_235::placeholder{color:var(--text-tertiary)}._dropdownItems_yihyf_255{overflow-y:auto;max-height:280px}._dropdownEmpty_yihyf_260{padding:1rem;text-align:center;color:var(--text-tertiary);font-size:.8125rem}._dropdownItem_yihyf_255{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;font-size:.8125rem;cursor:pointer;transition:background .1s;color:var(--text-primary)}._dropdownItem_yihyf_255:hover{background:var(--bg-tertiary)}._dropdownItem_yihyf_255 input[type=checkbox]{cursor:pointer}._flag_yihyf_286{font-size:1em;line-height:1}._checkboxLabel_yihyf_291{display:flex;align-items:center;gap:.5rem;padding:.5rem .875rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;font-size:.875rem;color:var(--text-primary);cursor:pointer;transition:all .15s;white-space:nowrap;-webkit-user-select:none;user-select:none}._checkboxLabel_yihyf_291:hover{background:var(--bg-primary);border-color:var(--accent-primary)}._checkbox_yihyf_291{cursor:pointer;width:16px;height:16px}._clearButton_yihyf_318{padding:.5rem .875rem;background:#ef4444;color:#fff;border:none;border-radius:6px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .15s;white-space:nowrap}._clearButton_yihyf_318:hover:not(:disabled){background:#dc2626}._clearButton_yihyf_318:disabled{opacity:.4;cursor:not-allowed}._channelListContainer_yihyf_341{flex:1;overflow-y:auto;padding:.75rem 1rem}._channelCard_yihyf_347{position:absolute;background:var(--bg-primary);border:1px solid var(--border-color);border-radius:6px;overflow:hidden;transition:all .2s;cursor:pointer}._channelCard_yihyf_347:hover{box-shadow:0 2px 8px var(--shadow);transform:translateY(-1px);border-color:var(--accent-primary)}._channelContent_yihyf_363{display:flex;flex-direction:column;align-items:center;padding:.5rem .375rem;gap:.375rem;height:100%}._logoWrapper_yihyf_372{width:36px;height:36px;border-radius:4px;background:var(--bg-tertiary);display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border:1px solid var(--border-color)}._channelLogo_yihyf_385{width:100%;height:100%;object-fit:contain;padding:.25rem;background:#fff}._logoPlaceholder_yihyf_393{font-size:1.25rem;opacity:.4;filter:grayscale(.5)}._channelInfo_yihyf_399{width:100%;text-align:center;display:flex;flex-direction:column;gap:.1875rem}._channelInfo_yihyf_399 h4{margin:0;font-size:.6875rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.25;min-height:1.72em}._channelMeta_yihyf_421{display:flex;flex-direction:column;gap:.1875rem;font-size:.625rem}._metaRow_yihyf_428{display:flex;align-items:center;justify-content:center;gap:.1875rem;line-height:1}._flag_yihyf_286{font-size:.875em;line-height:1}._country_yihyf_441{font-weight:600;color:var(--accent-primary);text-transform:uppercase;letter-spacing:.3px;font-size:.625rem}._categoryIcon_yihyf_449{width:10px;height:10px;color:var(--text-tertiary);flex-shrink:0}._categories_yihyf_456{color:var(--text-tertiary);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.625rem;text-transform:capitalize}._emptyState_yihyf_466{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;padding:3rem 2rem}._emptyIconWrapper_yihyf_475{width:80px;height:80px;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}._emptyIcon_yihyf_475{width:40px;height:40px;color:#fff;stroke-width:2}._emptyTitle_yihyf_497{margin:0 0 .75rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._emptyMessage_yihyf_504{margin:0 0 2rem;font-size:1rem;color:var(--text-secondary);text-align:center;line-height:1.6;max-width:500px}._emptyButton_yihyf_513{padding:.75rem 1.5rem;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);color:#fff;border:none;border-radius:8px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s}._emptyButton_yihyf_513:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}._initialLoading_yihyf_535{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;gap:1rem;color:var(--text-secondary)}._initialLoading_yihyf_535 p{color:var(--text-primary);font-size:.9375rem;margin:0}._loading_yihyf_552,._error_yihyf_553{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:var(--text-secondary);background:var(--bg-secondary)}._spinner_yihyf_563{width:20px;height:20px;color:var(--accent-primary);margin-bottom:.75rem;animation:_spin_yihyf_563 .8s linear infinite}._spinnerCircle_yihyf_571{stroke-dasharray:50;stroke-dashoffset:0;animation:_spinnerDash_yihyf_1 1.5s ease-in-out infinite}@keyframes _spin_yihyf_563{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _spinnerDash_yihyf_1{0%{stroke-dashoffset:50}50%{stroke-dashoffset:12.5}to{stroke-dashoffset:50}}._loading_yihyf_552 p{color:var(--text-primary);font-size:.9375rem}._progressBar_yihyf_603{width:300px;height:8px;background:var(--bg-tertiary);border-radius:4px;overflow:hidden;margin:1rem 0 .5rem}._progressFill_yihyf_612{height:100%;background:linear-gradient(90deg,var(--accent-primary),var(--accent-secondary));transition:width .3s ease;border-radius:4px}._progressText_yihyf_623{font-size:.875rem!important;color:var(--text-secondary)!important;margin:0!important}._errorIcon_yihyf_629{width:48px;height:48px;color:#ef4444;margin-bottom:1rem}._error_yihyf_553 h2{color:var(--text-primary);margin-bottom:.5rem}._error_yihyf_553 p{color:var(--text-secondary)}@media(max-width:768px){._header_yihyf_36{padding:.5rem 1rem}._filtersSection_yihyf_114{padding:.625rem 1rem}._channelListContainer_yihyf_341{padding:.5rem .75rem}._filtersRow_yihyf_120{flex-wrap:wrap}._searchInputContainer_yihyf_126{width:100%}}._logoText_yihyf_668{font-weight:800}._loadingIndicator_yihyf_673{display:flex;align-items:center;gap:.5rem;color:#ffffffe6;font-size:.75rem}._smallSpinner_yihyf_681{width:16px;height:16px;animation:_spin_yihyf_563 .8s linear infinite}._loadingText_yihyf_687{font-size:.75rem;font-weight:500;color:#fffffff2}:root{--bg-primary: #ffffff;--bg-secondary: #f5f7fa;--bg-tertiary: #f9fafb;--border-color: #e5e7eb;--text-primary: #1f2937;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--accent-primary: #667eea;--accent-secondary: #764ba2;--shadow: rgba(0, 0, 0, .1)}[data-theme=dark]{--bg-primary: #1f2937;--bg-secondary: #111827;--bg-tertiary: #374151;--border-color: #4b5563;--text-primary: #f9fafb;--text-secondary: #d1d5db;--text-tertiary: #9ca3af;--accent-primary: #818cf8;--accent-secondary: #a78bfa;--shadow: rgba(0, 0, 0, .3)}._container_1ttyv_27{display:flex;flex-direction:column;min-height:100vh;overflow-y:auto;background:var(--bg-secondary)}._header_1ttyv_36{padding:.625rem 1.5rem;background:var(--bg-primary);border-bottom:1px solid var(--border-color);display:flex;justify-content:space-between;align-items:center;background:linear-gradient(135deg,var(--accent-primary) 0%,var(--accent-secondary) 100%);z-index:10}._headerLeft_1ttyv_51,._headerRight_1ttyv_52{display:flex;align-items:center;gap:.75rem}._backBtn_1ttyv_58{background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.375rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._backBtn_1ttyv_58:hover{background:#ffffff40;border-color:#ffffff4d}._backIcon_1ttyv_75{width:16px;height:16px;color:#fff}._logoContainer_1ttyv_81{background:#fff3;border-radius:6px;padding:.25rem;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3)}._logoIcon_1ttyv_92{width:18px;height:18px;color:#fff;stroke-width:2.5}._header_1ttyv_36 h1{margin:0;font-size:1.5rem;font-weight:700;color:#fff}._themeToggle_1ttyv_106{padding:.375rem;background:#ffffff26;border:1px solid rgba(255,255,255,.2);border-radius:6px;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._themeToggle_1ttyv_106:hover{background:#ffffff40;border-color:#ffffff4d}._themeIcon_1ttyv_123{width:20px;height:20px;color:#fff}._playerContainer_1ttyv_130{position:relative;background:#000;aspect-ratio:16/9;width:100%;max-height:calc(100vh - 350px);display:flex;align-items:center;justify-content:center}._video_1ttyv_141{width:100%;height:100%;object-fit:contain;cursor:pointer}._streamLoading_1ttyv_148{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:1rem;color:#fff;text-align:center;z-index:10}._loadingSpinner_1ttyv_162{color:var(--accent-primary);animation:_spin_1ttyv_367 .8s linear infinite}._loadingCircle_1ttyv_167{stroke-dasharray:50;stroke-dashoffset:0;animation:_spinnerDash_1ttyv_1 1.5s ease-in-out infinite}._streamLoading_1ttyv_148 h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff}._streamLoading_1ttyv_148 p{margin:0;font-size:.9375rem;color:#fffc}._noStream_1ttyv_186{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;gap:.75rem;color:#fff;text-align:center;max-width:500px;padding:2rem}._noStreamIcon_1ttyv_201{width:64px;height:64px;opacity:.5;margin-bottom:.5rem}._noStream_1ttyv_186 h3{margin:0;font-size:1.25rem;font-weight:600;color:#fff}._noStream_1ttyv_186 p{margin:0;font-size:.9375rem;color:#fffc;line-height:1.5}._noStreamHint_1ttyv_222{font-size:.8125rem!important;color:#fff9!important;font-style:italic}._streamError_1ttyv_228{position:absolute;bottom:80px;left:50%;transform:translate(-50%);background:#ef4444f2;border:1px solid rgba(239,68,68,1);border-radius:8px;padding:.75rem 1.5rem;display:flex;align-items:center;gap:.75rem;max-width:90%;animation:_slideUp_1ttyv_1 .3s ease-out}@keyframes _slideUp_1ttyv_1{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}._streamErrorIcon_1ttyv_255{width:20px;height:20px;color:#fff;flex-shrink:0}._streamError_1ttyv_228 p{margin:0;font-size:.875rem;color:#fff;font-weight:500}._liveIndicator_1ttyv_270{position:absolute;top:1rem;left:1rem;background:#ef4444f2;color:#fff;padding:.375rem .75rem;border-radius:4px;font-size:.75rem;font-weight:700;letter-spacing:.5px;display:flex;align-items:center;gap:.5rem;z-index:5;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}._liveDot_1ttyv_288{width:8px;height:8px;background:#fff;border-radius:50%;animation:_pulse_1ttyv_1 2s ease-in-out infinite}._streamSource_1ttyv_296{margin-left:.5rem;padding-left:.5rem;border-left:1px solid rgba(255,255,255,.3);font-size:.65rem;opacity:.9}@keyframes _pulse_1ttyv_1{0%,to{opacity:1}50%{opacity:.3}}._controls_1ttyv_315{position:absolute;bottom:0;left:0;right:0;padding:1rem;background:linear-gradient(to top,rgba(0,0,0,.8),transparent);display:flex;gap:.75rem;align-items:center;opacity:0;transition:opacity .3s}._playerContainer_1ttyv_130:hover ._controls_1ttyv_315,._playerContainer_1ttyv_130:hover ._liveIndicator_1ttyv_270{opacity:1}._controlBtn_1ttyv_334{background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:.5rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;justify-content:center}._controlBtn_1ttyv_334:hover{background:#fff3;border-color:#ffffff4d}._controlBtn_1ttyv_334:disabled{opacity:.5;cursor:not-allowed}._controlBtn_1ttyv_334:disabled:hover{background:#ffffff1a;border-color:#fff3}._controlIcon_1ttyv_361{width:24px;height:24px;color:#fff}._spinning_1ttyv_367{animation:_spin_1ttyv_367 1s linear infinite}._spacer_1ttyv_371{flex:1}._infoSection_1ttyv_376{flex:1;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}._channelInfo_1ttyv_384{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem;display:flex;gap:1.5rem;align-items:flex-start}._channelLogoWrapper_1ttyv_394{width:80px;height:80px;border-radius:8px;background:var(--bg-tertiary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}._channelLogo_1ttyv_394{width:100%;height:100%;object-fit:contain;padding:.5rem;background:#fff}._channelDetails_1ttyv_415{flex:1}._channelDetails_1ttyv_415 h2{margin:0 0 .5rem;font-size:1.5rem;font-weight:700;color:var(--text-primary)}._channelMeta_1ttyv_426{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem;flex-wrap:wrap}._flag_1ttyv_434{font-size:1.25rem}._country_1ttyv_438{font-weight:600;color:var(--accent-primary);text-transform:uppercase;font-size:.875rem}._separator_1ttyv_445{color:var(--text-tertiary)}._category_1ttyv_449{color:var(--text-secondary);font-size:.875rem;text-transform:capitalize}._network_1ttyv_455{margin:0;color:var(--text-secondary);font-size:.875rem}._websiteLink_1ttyv_461{display:inline-flex;align-items:center;gap:.5rem;margin-top:.75rem;padding:.5rem 1rem;background:var(--accent-primary);color:#fff;text-decoration:none;border-radius:6px;font-size:.875rem;font-weight:600;transition:all .2s}._websiteLink_1ttyv_461:hover{background:var(--accent-secondary);transform:translateY(-1px)}._stats_1ttyv_482{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}._stats_1ttyv_482 h3{margin:0 0 1rem;font-size:1.125rem;font-weight:600;color:var(--text-primary)}._statsGrid_1ttyv_496{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem}._statItem_1ttyv_502{display:flex;flex-direction:column;gap:.25rem}._statLabel_1ttyv_508{font-size:.75rem;color:var(--text-tertiary);text-transform:uppercase;letter-spacing:.5px;font-weight:500}._statValue_1ttyv_516{font-size:1rem;color:var(--text-primary);font-weight:600}._loading_1ttyv_162,._error_1ttyv_524{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;color:var(--text-secondary);background:var(--bg-secondary);gap:1rem}._spinner_1ttyv_535{width:24px;height:24px;color:var(--accent-primary);margin-bottom:1rem;animation:_spin_1ttyv_367 .8s linear infinite}._spinnerCircle_1ttyv_543{stroke-dasharray:50;stroke-dashoffset:0;animation:_spinnerDash_1ttyv_1 1.5s ease-in-out infinite}@keyframes _spin_1ttyv_367{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes _spinnerDash_1ttyv_1{0%{stroke-dashoffset:50}50%{stroke-dashoffset:12.5}to{stroke-dashoffset:50}}._loading_1ttyv_162 p{color:var(--text-primary);font-size:.9375rem}._errorIcon_1ttyv_575{width:48px;height:48px;color:#ef4444}._error_1ttyv_524 h2{color:var(--text-primary);margin:0}._error_1ttyv_524 p{color:var(--text-secondary);margin:0 0 1rem}._backButton_1ttyv_591{padding:.625rem 1.25rem;background:var(--accent-primary);color:#fff;border:none;border-radius:6px;font-size:.9375rem;font-weight:600;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}._backButton_1ttyv_591:hover{background:var(--accent-secondary);transform:translateY(-1px)}._buttonIcon_1ttyv_611{width:18px;height:18px}._errorPage_1ttyv_617{display:flex;flex-direction:column;min-height:100vh;background:var(--bg-secondary)}._errorContent_1ttyv_624{flex:1;display:flex;align-items:center;justify-content:center;padding:2rem}._errorBox_1ttyv_632{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:12px;padding:3rem 2rem;max-width:500px;width:100%;text-align:center;box-shadow:0 4px 12px var(--shadow)}._errorIconLarge_1ttyv_643{font-size:4rem;margin-bottom:1rem;opacity:.5;filter:grayscale(.3)}._errorTitle_1ttyv_650{margin:0 0 .5rem;font-size:1.5rem;font-weight:600;color:var(--text-primary)}._errorMessage_1ttyv_657{margin:0 0 2rem;font-size:1rem;color:var(--text-secondary);line-height:1.5}._similarSection_1ttyv_665{background:var(--bg-primary);border:1px solid var(--border-color);border-radius:8px;padding:1.5rem}._similarSection_1ttyv_665 h3{margin:0 0 .5rem;font-size:1.125rem;font-weight:600;color:var(--text-primary)}._similarDescription_1ttyv_679{margin:0 0 1rem;font-size:.875rem;color:var(--text-secondary)}._similarGrid_1ttyv_685{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:1rem}._similarCard_1ttyv_691{background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;padding:.75rem;cursor:pointer;transition:all .2s;display:flex;flex-direction:column;gap:.75rem}._similarCard_1ttyv_691:hover{background:var(--bg-primary);border-color:var(--accent-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--shadow)}._similarLogo_1ttyv_710{width:100%;aspect-ratio:16/9;border-radius:4px;background:var(--bg-secondary);border:1px solid var(--border-color);display:flex;align-items:center;justify-content:center;overflow:hidden}._similarLogoImg_1ttyv_722{width:100%;height:100%;object-fit:contain;padding:.5rem;background:#fff}._similarLogoPlaceholder_1ttyv_730{font-size:2rem;opacity:.4}._similarInfo_1ttyv_735{display:flex;flex-direction:column;gap:.375rem}._similarInfo_1ttyv_735 h4{margin:0;font-size:.875rem;font-weight:600;color:var(--text-primary);overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-height:1.3}._similarMeta_1ttyv_754{display:flex;align-items:center;gap:.375rem;font-size:.75rem}._similarCountry_1ttyv_761{font-weight:600;color:var(--text-secondary);text-transform:uppercase;letter-spacing:.3px}@media(max-width:768px){._header_1ttyv_36{padding:.5rem 1rem}._infoSection_1ttyv_376{padding:1rem}._channelInfo_1ttyv_384{flex-direction:column;align-items:center;text-align:center}._playerContainer_1ttyv_130{max-height:none}._statsGrid_1ttyv_496{grid-template-columns:repeat(2,1fr)}._similarGrid_1ttyv_685{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}}
