.tv-module__SIZiBq__main{background:var(--bg-primary);min-height:100vh;padding-bottom:100px}.tv-module__SIZiBq__hero{background:var(--bg-secondary);border-bottom:1px solid var(--border-subtle);align-items:center;padding:0 3%;display:flex}.tv-module__SIZiBq__heroContent{max-width:800px}.tv-module__SIZiBq__badge{letter-spacing:.1em;background:#e63946;border-radius:4px;align-items:center;gap:8px;margin-bottom:24px;padding:8px 16px;font-size:.85rem;font-weight:800;display:inline-flex;box-shadow:0 4px 12px #e6394666}.tv-module__SIZiBq__pulse{animation:2s infinite tv-module__SIZiBq__pulse}@keyframes tv-module__SIZiBq__pulse{0%{opacity:1}50%{opacity:.6}to{opacity:1}}.tv-module__SIZiBq__title{color:var(--text-primary);margin-bottom:8px;font-size:2.2rem;font-weight:950}.tv-module__SIZiBq__description{color:var(--text-muted);font-size:1rem;line-height:1.5}.tv-module__SIZiBq__container{grid-template-columns:1fr 400px;align-items:start;gap:40px;max-width:100%;margin:0 auto;padding:0 3% 40px;display:grid}.tv-module__SIZiBq__playerSection{z-index:100;background:var(--bg-primary);align-self:start;width:100%;min-width:0;margin-bottom:10px;padding-bottom:12px;position:sticky;top:20px;box-shadow:0 4px 20px #0000001a}.tv-module__SIZiBq__mainPlayer{flex-direction:column;gap:8px;width:100%;display:flex}.tv-module__SIZiBq__tvPlayer{box-shadow:var(--shadow-xl);border:1px solid var(--border-subtle)}.tv-module__SIZiBq__playingNow{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);align-items:center;gap:12px;min-height:70px;padding:10px 16px;display:flex}.tv-module__SIZiBq__playingLogo{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:#fff;justify-content:center;align-items:center;width:70px;height:44px;font-size:1.1rem;font-weight:950;display:flex;position:relative;overflow:hidden;background:#ffffff08!important}.tv-module__SIZiBq__logoImage{object-fit:contain;z-index:2;width:100%;height:100%;padding:6px}.tv-module__SIZiBq__activeTitle{color:var(--text-primary);-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;margin-bottom:2px;font-size:1.1rem;font-weight:900;line-height:1.2;display:-webkit-box;overflow:hidden}.tv-module__SIZiBq__activeCategory{color:var(--text-muted);font-size:1rem;font-weight:700;line-height:1.2}.tv-module__SIZiBq__serverRow{border-top:1px solid #ffffff0d;align-items:center;gap:12px;margin-top:12px;padding-top:12px;display:flex}.tv-module__SIZiBq__serverLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:800}.tv-module__SIZiBq__serverList{flex-wrap:wrap;gap:8px;display:flex}.tv-module__SIZiBq__serverBtn{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-primary);cursor:pointer;border-radius:4px;padding:4px 12px;font-size:.8rem;font-weight:800;transition:all .2s}.tv-module__SIZiBq__serverBtn:hover{background:var(--bg-hover);border-color:var(--brand-primary)}.tv-module__SIZiBq__activeServer{box-shadow:0 0 10px #e639464d;background:var(--brand-primary)!important;color:#000!important;border-color:var(--brand-primary)!important}.tv-module__SIZiBq__sectionHeader{flex-direction:column;gap:12px;margin-bottom:48px;display:flex}.tv-module__SIZiBq__sectionTitle{color:var(--text-primary);letter-spacing:-.02em;font-size:2.25rem;font-weight:900}.tv-module__SIZiBq__indicator{background:var(--accent-secondary);border-radius:2px;width:60px;height:4px}.tv-module__SIZiBq__searchWrapper{width:100%;position:relative}.tv-module__SIZiBq__searchIcon{color:var(--text-primary);pointer-events:none;opacity:.7;z-index:5;position:absolute;top:50%;left:16px;transform:translateY(-50%)}.tv-module__SIZiBq__searchInput{background:var(--bg-primary);border:2px solid var(--border-subtle);border-radius:var(--radius-lg);width:100%;color:var(--text-primary);box-shadow:var(--shadow-sm);outline:none;padding:16px 16px 16px 48px;font-size:1rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1)}.tv-module__SIZiBq__searchInput:focus{border-color:var(--accent-secondary);box-shadow:0 0 0 4px #0071e326, var(--shadow-md);transform:translateY(-1px)}.tv-module__SIZiBq__noResults{text-align:center;color:var(--text-muted);background:var(--bg-secondary);border-radius:var(--radius-lg);border:1px dashed var(--border-subtle);padding:40px 20px;font-size:1rem}.tv-module__SIZiBq__channelGrid{flex-direction:column;gap:16px;padding-right:12px;display:flex;overflow-y:auto}.tv-module__SIZiBq__channelGrid::-webkit-scrollbar{width:6px}.tv-module__SIZiBq__channelGrid::-webkit-scrollbar-thumb{background:var(--border-subtle);border-radius:3px}.tv-module__SIZiBq__channelCard{background:var(--bg-secondary);border-radius:var(--radius-md);border:1px solid var(--border-subtle);cursor:pointer;align-items:center;gap:16px;padding:12px 16px;transition:all .2s;display:flex}.tv-module__SIZiBq__channelCard:hover:not(.tv-module__SIZiBq__activeCard){border-color:var(--text-muted);background:var(--bg-primary)}.tv-module__SIZiBq__logoContainer{border-radius:var(--radius-sm);border:1px solid var(--border-subtle);color:#fff;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:48px;display:flex;position:relative;overflow:hidden;background:#ffffff08!important}.tv-module__SIZiBq__logoText{font-size:1.1rem;font-weight:950}.tv-module__SIZiBq__channelInfo{flex-direction:column;gap:6px;display:flex}.tv-module__SIZiBq__channelName{color:var(--text-primary);font-size:1.1rem;font-weight:800}.tv-module__SIZiBq__channelCategory{color:var(--text-muted);font-size:.8rem;font-weight:600}.tv-module__SIZiBq__playButton{display:none}.tv-module__SIZiBq__liveIndicator{color:#e63946;text-transform:uppercase;letter-spacing:.05em;margin-left:auto;font-size:.7rem;font-weight:950}.tv-module__SIZiBq__comingSoon{display:none}.tv-module__SIZiBq__zapIcon{color:#ffd60a;margin-bottom:24px}.tv-module__SIZiBq__comingSoonContent h3{color:var(--text-primary);margin-bottom:12px;font-size:1.75rem;font-weight:900}.tv-module__SIZiBq__comingSoonContent p{color:var(--text-muted);max-width:500px;margin:0 auto;font-size:1.1rem}@media (max-width:1024px){.tv-module__SIZiBq__container{flex-direction:column;gap:0;display:flex;width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.tv-module__SIZiBq__playerSection{z-index:1000;background:var(--bg-primary);border-bottom:1px solid var(--border-subtle);width:100%;margin:0;padding:0;position:sticky;top:0;box-shadow:0 4px 15px #0003}.tv-module__SIZiBq__sidebar{width:100%!important;max-width:100%!important;padding:24px 0 0!important}.tv-module__SIZiBq__mainPlayer{gap:0}.tv-module__SIZiBq__playingNow{background:var(--bg-primary);border-top:none;border-left:none;border-right:none;border-radius:0;padding:12px 5%}.tv-module__SIZiBq__activeTitle{font-size:1.1rem}.tv-module__SIZiBq__activeCategory{font-size:.8rem}.tv-module__SIZiBq__playingLogo{width:60px;height:40px}.tv-module__SIZiBq__channelGrid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));max-height:none;display:grid;overflow-y:visible}}@media (max-width:768px){.tv-module__SIZiBq__hero{height:auto;padding:40px 5%}.tv-module__SIZiBq__title{font-size:1.8rem}.tv-module__SIZiBq__description{font-size:.95rem}.tv-module__SIZiBq__channelGrid{grid-template-columns:1fr}}.tv-module__SIZiBq__modeToggle{background:var(--bg-surface);border-radius:var(--radius-md);border:1px solid var(--border-subtle);margin:20px 12px 24px;padding:4px;display:flex}.tv-module__SIZiBq__modeBtn{color:var(--text-muted);cursor:pointer;border-radius:var(--radius-sm);white-space:nowrap;background:0 0;border:1px solid #0000;flex:1;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:.9rem;font-weight:700;transition:all .2s;display:flex}.tv-module__SIZiBq__noAdsBtn{background:rgba(var(--brand-primary-rgb,0, 255, 128), .05);border-color:rgba(var(--brand-primary-rgb,0, 255, 128), .15);color:var(--brand-primary)}.tv-module__SIZiBq__activeMode{border-color:var(--brand-primary);background:var(--brand-primary)!important;color:#000!important}.tv-module__SIZiBq__matchListContainer{flex-direction:column;gap:16px;width:100%;display:flex}.tv-module__SIZiBq__filterBar{gap:8px;margin-bottom:8px;padding:0 10px 4px;display:flex;overflow-x:auto}.tv-module__SIZiBq__filterBtn{background:var(--bg-surface);border:1px solid var(--border-subtle);color:var(--text-muted);white-space:nowrap;cursor:pointer;border-radius:20px;padding:6px 14px;font-size:.8rem;font-weight:700;transition:all .2s}.tv-module__SIZiBq__activeFilter{background:var(--text-primary);border-color:var(--text-primary);color:var(--bg-primary)!important}.tv-module__SIZiBq__matchGrid{flex-direction:column;gap:12px;display:flex;width:100%!important;padding:0!important}.tv-module__SIZiBq__matchCard{background:var(--bg-card);border:1px solid var(--border-subtle);cursor:pointer;border-left:none;border-right:none;border-radius:0;padding:16px;transition:all .2s;position:relative;width:100%!important}.tv-module__SIZiBq__matchCard.tv-module__SIZiBq__activeCard{z-index:2;box-shadow:inset 0 0 15px #e639460d;border-top:1px solid var(--accent-secondary)!important;border-bottom:1px solid var(--accent-secondary)!important;background:#e6394614!important}.tv-module__SIZiBq__matchCard.tv-module__SIZiBq__activeCard:before{content:"";background:var(--accent-secondary);width:4px;position:absolute;top:0;bottom:0;left:0}.tv-module__SIZiBq__matchCard:hover{border-color:var(--brand-primary);background:var(--bg-hover);transform:translate(4px)}.tv-module__SIZiBq__activeCard{border-color:var(--brand-primary);background:var(--bg-hover);box-shadow:0 0 15px #0ea5e933}.tv-module__SIZiBq__matchHeader{text-transform:uppercase;letter-spacing:.05em;justify-content:space-between;align-items:center;margin-bottom:15px;font-size:.75rem;font-weight:800;display:flex}.tv-module__SIZiBq__leagueName{color:var(--text-muted)}.tv-module__SIZiBq__liveMinute{color:#ef4444;background:#ef44441a;border-radius:4px;padding:2px 8px;animation:2s infinite tv-module__SIZiBq__pulse}.tv-module__SIZiBq__kickOff{color:var(--brand-primary)}.tv-module__SIZiBq__matchContent{justify-content:space-between;align-items:center;gap:15px;margin-bottom:12px;display:flex}.tv-module__SIZiBq__team{text-align:center;flex-direction:column;flex:1;align-items:center;gap:8px;display:flex}.tv-module__SIZiBq__logoContainer{filter:drop-shadow(0 2px 4px #0000001a);width:36px;height:36px;position:relative}.tv-module__SIZiBq__teamName{color:var(--text-primary);word-break:break-word;font-size:.9rem;font-weight:700}.tv-module__SIZiBq__scoreContainer{justify-content:center;align-items:center;min-width:60px;display:flex}.tv-module__SIZiBq__score{color:var(--brand-primary);font-family:monospace;font-size:1.5rem;font-weight:900}.tv-module__SIZiBq__vs{color:var(--text-muted);font-size:.8rem;font-weight:900}.tv-module__SIZiBq__matchFooter{color:var(--text-muted);border-top:1px dashed var(--border-subtle);justify-content:space-between;align-items:center;padding-top:10px;font-size:.75rem;display:flex}.tv-module__SIZiBq__commentary{color:var(--brand-primary);font-style:italic;font-weight:600}
.TvPlayer-module__jHEubW__playerContainer{border-radius:var(--radius-xl);aspect-ratio:16/9;border:1px solid var(--border-subtle);width:100%;box-shadow:var(--shadow-xl);background:#000;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.TvPlayer-module__jHEubW__video{object-fit:contain;background:#000;width:100%;height:100%;position:absolute;top:0;left:0}.TvPlayer-module__jHEubW__overlay{opacity:0;z-index:30;background:linear-gradient(#0000 60%,#000c 100%);flex-direction:column;justify-content:flex-end;padding-bottom:8px;transition:opacity .3s;display:flex;position:absolute;inset:0}.TvPlayer-module__jHEubW__playerContainer:hover .TvPlayer-module__jHEubW__overlay{opacity:1}.TvPlayer-module__jHEubW__controls{justify-content:space-between;align-items:center;width:100%;display:flex}.TvPlayer-module__jHEubW__controlGroup{align-items:center;gap:20px;display:flex}.TvPlayer-module__jHEubW__btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:5px;transition:color .2s,transform .2s;display:flex}.TvPlayer-module__jHEubW__btn:hover{color:var(--accent-secondary);transform:scale(1.1)}.TvPlayer-module__jHEubW__liveBadge{align-items:center;gap:8px;display:flex}.TvPlayer-module__jHEubW__pulse{background:#e63946;border-radius:50%;width:8px;height:8px;animation:2s infinite TvPlayer-module__jHEubW__pulseAnim;box-shadow:0 0 10px #e63946cc}.TvPlayer-module__jHEubW__pulse.TvPlayer-module__jHEubW__listening{background:#0f0;animation:1s infinite TvPlayer-module__jHEubW__pulseGreen;box-shadow:0 0 15px #0f0}@keyframes TvPlayer-module__jHEubW__pulseAnim{0%{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.5)}to{opacity:1;transform:scale(1)}}@keyframes TvPlayer-module__jHEubW__pulseGreen{0%{transform:scale(1);box-shadow:0 0 #0f0}50%{transform:scale(1.3);box-shadow:0 0 20px #0f0}to{transform:scale(1);box-shadow:0 0 #0f0}}.TvPlayer-module__jHEubW__liveText{color:#fff;text-transform:uppercase;letter-spacing:.1em;font-size:.75rem;font-weight:800}.TvPlayer-module__jHEubW__loadingOverlay,.TvPlayer-module__jHEubW__errorOverlay{z-index:20;text-align:center;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;padding:40px;display:flex;position:absolute;inset:0}.TvPlayer-module__jHEubW__spinner{border:3px solid #ffffff1a;border-top-color:var(--accent-secondary);border-radius:50%;width:40px;height:40px;animation:1s linear infinite TvPlayer-module__jHEubW__spin}@keyframes TvPlayer-module__jHEubW__spin{to{transform:rotate(360deg)}}.TvPlayer-module__jHEubW__errorText{color:#fff;margin-bottom:20px;font-weight:600}.TvPlayer-module__jHEubW__retryBtn{background:var(--accent-secondary);color:#fff;cursor:pointer;border:none;border-radius:8px;align-items:center;gap:8px;padding:10px 20px;font-weight:700;transition:background .2s;display:flex}.TvPlayer-module__jHEubW__retryBtn:hover{background:#d62839}.TvPlayer-module__jHEubW__watermarkTopRight{z-index:5;pointer-events:none;background:#0f172a;border:1px solid #e6394699;border-radius:4px;align-items:center;gap:6px;padding:6px 14px;transition:all .3s;display:flex;position:absolute;top:15px;right:15px}.TvPlayer-module__jHEubW__watermarkBottomLeft{z-index:5;pointer-events:none;background:#0f172a;border-left:4px solid #e63946;border-radius:4px;padding:4px 10px;transition:all .3s;position:absolute;bottom:0;left:5px}.TvPlayer-module__jHEubW__brandText{color:#fff;letter-spacing:.05em;text-transform:uppercase;font-size:.85rem;font-weight:900;transition:font-size .3s}.TvPlayer-module__jHEubW__isFull .TvPlayer-module__jHEubW__watermarkTopRight{min-width:clamp(180px,18vw,360px);padding:clamp(10px,1.25vw,25px) clamp(22px,2.8vw,60px);top:3.5%;right:4.5%}.TvPlayer-module__jHEubW__isFull .TvPlayer-module__jHEubW__watermarkBottomLeft{min-width:clamp(120px,12vw,240px);padding:clamp(8px,1vw,20px) clamp(15px,2.2vw,45px);bottom:0;left:1.5%}.TvPlayer-module__jHEubW__isFull .TvPlayer-module__jHEubW__brandText{font-size:clamp(1.1rem,1.6vw,2.2rem)}.TvPlayer-module__jHEubW__subText{color:#e63946;letter-spacing:.1em;font-size:.7rem;font-weight:800}.TvPlayer-module__jHEubW__adOverlay{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:10;text-align:center;background:#000000d9;justify-content:center;align-items:center;animation:.3s TvPlayer-module__jHEubW__fadeIn;display:flex;position:absolute;inset:0}.TvPlayer-module__jHEubW__adBlurContent{color:#fff;flex-direction:column;align-items:center;gap:16px;display:flex}.TvPlayer-module__jHEubW__adBlurContent h3{letter-spacing:2px;color:var(--brand-primary);margin:0;font-size:1.5rem}.TvPlayer-module__jHEubW__adBlurContent p{opacity:.7;font-size:.9rem}.TvPlayer-module__jHEubW__bypassBtn{color:#fff;cursor:pointer;background:#ffffff1a;border:1px solid #fff3;border-radius:20px;margin-top:10px;padding:8px 20px;font-size:.8rem;transition:all .2s}.TvPlayer-module__jHEubW__bypassBtn:hover{background:#fff3}.TvPlayer-module__jHEubW__debugPanel{color:#00ff80;z-index:20;pointer-events:auto;background:#000c;border:1px solid #ffffff1a;border-radius:8px;padding:10px;font-family:monospace;font-size:11px;position:absolute;top:20px;left:20px}.TvPlayer-module__jHEubW__debugHeader{border-bottom:1px solid #ffffff1a;align-items:center;gap:6px;margin-bottom:6px;padding-bottom:4px;font-weight:700;display:flex}.TvPlayer-module__jHEubW__debugReason{color:#ff4d4d;margin-bottom:8px}.TvPlayer-module__jHEubW__debugToggles{color:#aaa;flex-direction:column;gap:4px;display:flex}.TvPlayer-module__jHEubW__debugToggles label{cursor:pointer;align-items:center;gap:6px;display:flex}@keyframes TvPlayer-module__jHEubW__fadeIn{0%{opacity:0}to{opacity:1}}.TvPlayer-module__jHEubW__localizedAdBox{-webkit-backdrop-filter:blur(40px)saturate(150%);z-index:10;pointer-events:none;background:#0a0a0aeb;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;animation:.3s TvPlayer-module__jHEubW__fadeIn;display:flex;position:absolute;overflow:hidden;box-shadow:0 4px 15px #0000004d}.TvPlayer-module__jHEubW__localizedAdBox:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1a 0%,#0000 100%);position:absolute;inset:0}.TvPlayer-module__jHEubW__adMiniContent{color:var(--brand-primary);opacity:.6;flex-direction:column;align-items:center;gap:4px;font-size:10px;font-weight:700;display:flex}
