@import "https://fonts.googleapis.com/css2?family=Nunito:wght@400;600;700;800;900&display=swap";:root{--bg:#030712;--bg-gradient:radial-gradient(circle at 18% -8%, #0b84ff26, transparent 35%), radial-gradient(circle at 86% 40%, #00d4ff14, transparent 30%), linear-gradient(180deg, #070f1e 0%, #030712 100%);--card-glass:#0a1424a6;--card-glass-hover:#122340cc;--card-active:#0b84ff26;--border-glass:#ffffff0f;--border-active:#0b84ff66;--text:#edf5ff;--text-muted:#9dacbf;--text-muted-dark:#64748b;--blue:#0b84ff;--cyan:#00d4ff;--green:#22c55e;--red:#ef4444;--yellow:#f59e0b;--font:"Nunito", system-ui, -apple-system, sans-serif;--shadow-premium:0 24px 48px -12px #00000080, inset 0 1px 0 #ffffff0d;--shadow-sm:0 8px 16px #0000004d}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--bg-gradient);min-height:100vh;color:var(--text);font-family:var(--font);-webkit-font-smoothing:antialiased;-webkit-user-select:none;user-select:none;margin:0;overflow:hidden}.glass{background:var(--card-glass);-webkit-backdrop-filter:blur(20px);border:1px solid var(--border-glass);box-shadow:var(--shadow-premium)}.app-container{background:#000;justify-content:center;align-items:center;width:100vw;height:100dvh;display:flex;position:relative;overflow:hidden}.player-container{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative;overflow:hidden}video{object-fit:fill;width:100%;height:100%}.hud-overlay{z-index:10;pointer-events:none;opacity:0;flex-direction:column;justify-content:flex-end;padding:24px;transition:opacity .4s cubic-bezier(.16,1,.3,1);display:flex;position:absolute;inset:0}.player-container.hud-active .hud-overlay{opacity:1}.player-container.hud-active .hud-bottom{transform:translateY(0)}.hud-element{pointer-events:auto;transition:transform .4s cubic-bezier(.16,1,.3,1),opacity .4s cubic-bezier(.16,1,.3,1)}.hud-bottom{transform:translateY(20px)}.match-center{border-radius:20px;grid-template-columns:1fr 1px 1fr;align-items:center;gap:24px;width:100%;max-width:900px;margin:0 auto;padding:16px 24px;display:grid}.match-divider{background:var(--border-glass);width:1px;height:80%}.match-item{flex-direction:column;gap:8px;display:flex}.match-header{letter-spacing:.05em;text-transform:uppercase;justify-content:space-between;align-items:center;font-size:11px;font-weight:800;display:flex}.match-badge{color:var(--text);background:#ffffff14;border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:10px;display:inline-flex}.match-badge.live{color:#a7f3d0;background:#22c55e26;border:1px solid #22c55e40}.match-time{color:var(--text-muted)}.match-teams{align-items:center;gap:16px;display:flex}.team{color:#fff;flex:1;align-items:center;gap:10px;font-size:18px;font-weight:900;display:flex}.team.right{justify-content:flex-end}.flag{object-fit:cover;width:30px;height:20px;box-shadow:var(--shadow-sm);border-radius:4px}.vs-badge{background:var(--border-glass);border:1px solid var(--border-glass);color:var(--text-muted);border-radius:6px;padding:2px 8px;font-size:12px;font-weight:800}.countdown-container{align-items:center;gap:8px;display:flex}.countdown-box{background:#0000004d;border-radius:6px;flex-direction:column;align-items:center;min-width:45px;padding:4px 8px;display:flex}.countdown-num{color:#fff;font-size:14px;font-weight:900}.countdown-label{color:var(--text-muted);text-transform:uppercase;font-size:8px}.bottom-hud-wrapper{flex-direction:column;gap:16px;width:100%;max-width:1000px;margin:0 auto;display:flex}.stream-info-bar{border-radius:16px;justify-content:space-between;align-items:center;padding:12px 20px;display:flex;box-shadow:var(--shadow-premium)!important;background:#080c15f2!important;border:1px solid #ffffff1f!important}.stream-channel-logo-container{background:#fff;border:1px solid #ffffff26;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;padding:4px;display:flex;overflow:hidden}.stream-channel-logo{object-fit:contain;max-width:100%;max-height:100%}.stream-title-section{flex-direction:column;gap:2px;display:flex}.stream-title-section h2{color:#fff;font-size:16px;font-weight:900}.stream-status-desc{color:var(--text-muted);font-size:12px}.stream-stats{align-items:center;gap:16px;display:flex}.stat-pill{background:#ffffff0d;border-radius:999px;align-items:center;gap:6px;padding:6px 12px;font-size:12px;font-weight:700;display:flex}.stat-pill.live{color:#d1fae5;background:#22c55e1f}.stat-pill.views{color:#e0f2fe;background:#0b84ff1f}.stat-pill.resolution{color:#fef3c7;background:#f59e0b1f}.live-dot{background:var(--green);border-radius:50%;width:6px;height:6px;animation:1.5s infinite pulse-dot}@keyframes pulse-dot{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.2)}to{opacity:.6;transform:scale(.9)}}.controls-row{justify-content:space-between;align-items:center;gap:16px;display:flex}.control-group{align-items:center;gap:10px;display:flex}.control-btn{color:#fff;cursor:pointer;background:#080c15f2;border:1px solid #ffffff2e;border-radius:12px;align-items:center;gap:8px;padding:10px 16px;font-size:13px;font-weight:800;transition:all .2s;display:flex}.control-btn:hover{background:#1e293b;border-color:#0b84ff80;box-shadow:0 4px 12px #0b84ff33}.control-btn.primary{background:var(--blue);border:none;box-shadow:0 8px 20px #0b84ff4d}.control-btn.primary:hover{background:#258fff}.control-btn.icon-only{border-radius:50%;justify-content:center;width:42px;height:42px;padding:0;position:relative}.control-btn.active{border-color:var(--blue);box-shadow:0 0 10px #0b84ff66}.control-btn[data-tooltip]:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;background:#080c15fa;border:1px solid #ffffff26;border-radius:8px;padding:6px 10px;font-size:11px;font-weight:700;transition:opacity .2s,transform .2s;position:absolute;bottom:54px;left:50%;transform:translate(-50%)translateY(4px);box-shadow:0 4px 12px #00000080}.control-btn[data-tooltip]:hover:after{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.channel-switcher{border-radius:20px;flex-direction:column;gap:12px;padding:16px;display:flex}.switcher-header{justify-content:space-between;align-items:center;display:flex}.switcher-title{font-size:14px;font-weight:900}.search-input-wrapper{width:250px;position:relative}.search-input-wrapper input{border:1px solid var(--border-glass);color:#fff;background:#0000004d;border-radius:10px;outline:none;width:100%;padding:8px 12px 8px 34px;font-size:12px}.search-input-wrapper input:focus{border-color:var(--blue)}.search-icon{color:var(--text-muted);position:absolute;top:50%;left:10px;transform:translateY(-50%)}.channel-strip{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;gap:12px;padding-bottom:4px;display:flex;overflow-x:auto}.channel-strip::-webkit-scrollbar{height:6px}.channel-strip::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:99px}.channel-card{border:1px solid var(--border-glass);cursor:pointer;text-align:left;background:#ffffff08;border-radius:14px;flex-direction:column;flex:0 0 160px;gap:8px;padding:10px;transition:all .2s;display:flex}.channel-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-2px)}.channel-card.active{background:var(--card-active);border-color:var(--blue)}.channel-logo-container{background:#fff;border-radius:8px;justify-content:center;align-items:center;height:50px;padding:6px;display:flex;overflow:hidden}.channel-logo-container img{object-fit:contain;max-width:100%;max-height:100%}.channel-card-name{white-space:nowrap;text-overflow:ellipsis;color:#fff;font-size:12px;font-weight:800;overflow:hidden}.channel-card-meta{color:var(--text-muted);justify-content:space-between;font-size:10px;display:flex}.channel-card-views{align-items:center;gap:4px;display:flex}.loader-overlay{z-index:8;background:#000000b3;flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex;position:absolute;inset:0}.spinner{border:4px solid #ffffff1a;border-top-color:var(--blue);border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.toast-container{z-index:100;pointer-events:none;flex-direction:column;gap:8px;display:flex;position:absolute;top:32px;left:50%;transform:translate(-50%)}.toast{pointer-events:auto;border-radius:12px;align-items:center;gap:10px;padding:12px 20px;font-size:13px;font-weight:700;animation:.3s cubic-bezier(.16,1,.3,1) forwards slide-in-toast;display:flex;box-shadow:0 10px 25px #0006}.toast.warning{color:#fff;background:#ef4444e6;border:1px solid #ef444433}.toast.success{color:#fff;background:#10b981e6;border:1px solid #10b98133}@keyframes slide-in-toast{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media (width<=900px){.control-btn[data-tooltip]:after{display:none!important}.hud-overlay{padding:12px}.bottom-hud-wrapper{gap:8px}.stream-info-bar{padding:8px 12px}.stream-title-section h2{font-size:13px}.stream-status-desc{font-size:10px}.stream-stats{gap:8px}.stat-pill{padding:4px 8px;font-size:10px}.controls-row{flex-direction:row;justify-content:space-between;align-items:center;gap:8px}.control-group{gap:6px}.control-btn{padding:8px 12px;font-size:11px}.control-btn.icon-only{flex:none!important;width:36px!important;height:36px!important}.volume-control-group{height:36px}.volume-control-group:hover .volume-slider,.volume-control-group.expanded .volume-slider{opacity:1;visibility:visible;width:60px;margin-left:4px;margin-right:10px}.live-badge-wrapper{margin-left:2px;padding:4px 8px;font-size:10px}.settings-popover{width:200px;max-height:180px;bottom:48px}}.rotate-device-overlay{-webkit-backdrop-filter:blur(40px);z-index:10000;color:#fff;background:radial-gradient(circle,#0b84ff26,#02060f 95%);justify-content:center;align-items:center;padding:24px;animation:.3s ease-out fade-in-overlay;display:flex;position:fixed;inset:0}.rotate-card{box-shadow:var(--shadow-premium);text-align:center;background:#080c15d9;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;align-items:center;gap:16px;width:90%;max-width:320px;padding:36px 24px;display:flex}.rotate-card h1{letter-spacing:-.02em;-webkit-text-fill-color:transparent;background:linear-gradient(135deg,#fff 0%,#a2b9d6 100%);-webkit-background-clip:text;background-clip:text;margin-top:8px;font-size:20px;font-weight:900}.rotate-card p{color:var(--text-muted);font-size:13px;line-height:1.5}.phone-wrapper-modern{justify-content:center;align-items:center;width:96px;height:96px;margin-bottom:4px;display:flex;position:relative}.phone-body{z-index:2;background:#02060f;border:3px solid #fff;border-radius:8px;justify-content:center;align-items:center;width:34px;height:60px;animation:2.5s cubic-bezier(.77,0,.175,1) infinite rotatePhoneModern;display:flex;position:relative;box-shadow:0 0 20px #0b84ff66}.phone-notch{background:#fff;border-bottom-right-radius:3px;border-bottom-left-radius:3px;width:14px;height:4px;position:absolute;top:0;left:50%;transform:translate(-50%)}.phone-home-line{background:#fff6;border-radius:1px;width:12px;height:2px;position:absolute;bottom:3px;left:50%;transform:translate(-50%)}.soccer-ball-logo{font-size:16px;animation:2.5s linear infinite rotateBall}.rotation-arrow-path{border:2px dashed #00d4ff4d;border-top-color:var(--blue);pointer-events:none;z-index:1;border-radius:50%;width:78px;height:78px;animation:2.5s linear infinite rotatePath;position:absolute}.rotate-overlay-actions{flex-direction:row;gap:10px;width:100%;margin-top:8px;display:flex}.rotate-btn{color:#fff;cursor:pointer;text-align:center;white-space:nowrap;border:none;border-radius:12px;flex:1;padding:10px 12px;font-size:12px;font-weight:800;transition:all .2s}.rotate-btn.install-btn{background:linear-gradient(135deg, var(--blue), var(--cyan));box-shadow:0 8px 20px #0b84ff59}.rotate-btn.install-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #00d4ff80}.rotate-btn.continue-btn{box-shadow:var(--shadow-premium);background:#ffffff14;border:1px solid #ffffff26}.rotate-btn.continue-btn:hover{background:#ffffff26;transform:translateY(-2px)}.rotate-btn:active{transform:translateY(0)}.app-install-icon-wrapper{justify-content:center;align-items:center;margin-bottom:8px;display:flex;position:relative}.app-install-icon-circle{background:radial-gradient(circle,#0b84ff2e,#00d4ff0a);border:1px solid #0b84ff40;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:3s ease-in-out infinite pulse-glow-circle;display:flex;position:relative;box-shadow:0 0 25px #0b84ff33}.tv-glow-icon{color:var(--blue);filter:drop-shadow(0 0 8px #0b84ff99)}.install-badge-overlay{background:linear-gradient(135deg, var(--blue), var(--cyan));color:#fff;border:2px solid #02060f;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:absolute;bottom:-2px;right:-2px;box-shadow:0 4px 10px #0b84ff66}.install-badge-overlay svg{stroke-width:3px;width:11px;height:11px}@keyframes pulse-glow-circle{0%,to{transform:scale(.98);box-shadow:0 0 20px #0b84ff26}50%{transform:scale(1.04);box-shadow:0 0 35px #00d4ff73}}@keyframes rotatePhoneModern{0%{transform:rotate(0)}30%{transform:rotate(-90deg)}70%{transform:rotate(-90deg)}to{transform:rotate(0)}}@keyframes rotateBall{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes rotatePath{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}@keyframes fade-in-overlay{0%{opacity:0}to{opacity:1}}.splash-screen{z-index:9999;opacity:1;visibility:visible;background:radial-gradient(circle,#071224 0%,#02060f 100%);justify-content:center;align-items:center;transition:opacity .6s cubic-bezier(.25,1,.5,1),visibility .6s;display:flex;position:fixed;inset:0}.splash-screen.fade-out{opacity:0;visibility:hidden;pointer-events:none}.splash-content{text-align:center;flex-direction:column;align-items:center;display:flex}.splash-logo-container{justify-content:center;align-items:center;width:140px;height:140px;margin-bottom:24px;display:flex;position:relative}.splash-logo{object-fit:cover;z-index:2;filter:drop-shadow(0 8px 24px #0b84ff66);border-radius:50%;width:100px;height:100px;animation:4s ease-in-out infinite float-logo}.splash-glow{z-index:1;filter:blur(10px);background:radial-gradient(circle,#0b84ff59 0%,#0000 70%);border-radius:50%;width:130px;height:130px;animation:2.5s ease-in-out infinite pulse-glow;position:absolute}.splash-title{letter-spacing:-.02em;-webkit-text-fill-color:transparent;text-transform:uppercase;background:linear-gradient(135deg,#fff 0%,#a2b9d6 100%);-webkit-background-clip:text;background-clip:text;margin-bottom:4px;font-size:32px;font-weight:950}.splash-subtitle{letter-spacing:.3em;color:var(--blue);text-transform:uppercase;margin-left:.3em;font-size:14px;font-weight:900}.splash-loader-bar{background:#ffffff14;border:1px solid #ffffff08;border-radius:99px;width:180px;height:4px;margin-top:36px;overflow:hidden}.splash-progress{background:linear-gradient(90deg, var(--blue), var(--cyan));border-radius:99px;width:0%;height:100%;animation:2.6s cubic-bezier(.65,0,.35,1) forwards progress-fill}.splash-footer{color:#ffffff4d;letter-spacing:.05em;text-transform:uppercase;font-size:11px;font-weight:800;position:absolute;bottom:40px}@media (height<=520px){.splash-logo-container{width:100px;height:100px;margin-bottom:12px}.splash-logo{width:70px;height:70px}.splash-glow{width:90px;height:90px}.splash-title{font-size:24px}.splash-loader-bar{margin-top:20px}.splash-footer{margin-top:20px;position:static}}@keyframes float-logo{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes pulse-glow{0%,to{opacity:.8;transform:scale(.95)}50%{opacity:1;transform:scale(1.15)}}@keyframes progress-fill{0%{width:0%}30%{width:25%}60%{width:65%}to{width:100%}}.volume-control-group{background:#080c15f2;border:1px solid #ffffff2e;border-radius:99px;align-items:center;height:42px;padding:0 4px;transition:all .2s;display:flex}.volume-control-group:hover{border-color:#0b84ff80;box-shadow:0 4px 12px #0b84ff33}.volume-control-group .control-btn.icon-only{box-shadow:none;background:0 0;border:none}.volume-slider{opacity:0;visibility:hidden;cursor:pointer;appearance:none;background:#fff3;border-radius:99px;outline:none;width:0;height:4px;margin-right:0;transition:width .25s cubic-bezier(.4,0,.2,1),opacity .2s,visibility .2s}.volume-control-group:hover .volume-slider,.volume-control-group.expanded .volume-slider{opacity:1;visibility:visible;width:80px;margin-left:4px;margin-right:12px}.volume-slider::-webkit-slider-thumb{appearance:none;background:var(--blue);border-radius:50%;width:12px;height:12px;transition:transform .1s;box-shadow:0 0 8px #0b84ff99}.volume-slider::-webkit-slider-thumb:hover{transform:scale(1.25)}.live-badge-wrapper{color:#fca5a5;letter-spacing:.05em;background:#ef444426;border:1px solid #ef44444d;border-radius:99px;align-items:center;gap:6px;margin-left:8px;padding:6px 12px;font-size:11px;font-weight:800;display:flex}.live-dot-pulse{background:#ef4444;border-radius:50%;width:6px;height:6px;animation:1.5s infinite live-pulse-dot;box-shadow:0 0 10px #ef4444cc}@keyframes live-pulse-dot{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 14px #ef4444}to{opacity:.6;transform:scale(.9)}}.settings-container{position:relative}.settings-popover{z-index:100;border-radius:16px;flex-direction:column;width:240px;max-height:260px;padding:12px 0;animation:.2s cubic-bezier(.16,1,.3,1) forwards slide-up-popover;display:flex;position:absolute;bottom:54px;right:0;box-shadow:var(--shadow-premium)!important;background:#080c15fa!important;border:1px solid #ffffff26!important}@keyframes slide-up-popover{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.settings-menu-header{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);border-bottom:1px solid #ffffff14;padding:4px 16px 8px;font-size:11px;font-weight:900}.settings-menu-content{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;flex:1;padding:6px 0;overflow-y:auto}.settings-menu-content::-webkit-scrollbar{width:4px}.settings-menu-content::-webkit-scrollbar-track{background:0 0}.settings-menu-content::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:99px}.settings-section{padding:6px 0}.settings-section.divider{border-top:1px solid #ffffff14;margin-top:6px;padding-top:8px}.settings-section-title{text-transform:uppercase;color:var(--text-muted-dark);padding:4px 16px;font-size:10px;font-weight:800}.settings-options-list{flex-direction:column;gap:2px;display:flex}.settings-option-row{width:100%;color:var(--text-muted);cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;padding:8px 16px;font-size:12px;font-weight:700;transition:all .15s;display:flex}.settings-option-row:hover{color:#fff;background:#ffffff0d}.settings-option-row.active,.active-check{color:var(--blue)}.stats-status-indicator{border-radius:4px;padding:2px 6px;font-size:9px;font-weight:900}.stats-status-indicator.enabled{color:var(--green);background:#22c55e26}.stats-status-indicator.disabled{color:var(--text-muted);background:#ffffff14}.centered-action-indicator{z-index:5;pointer-events:none;background:#0009;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;animation:.6s cubic-bezier(.16,1,.3,1) forwards scale-up-fade;display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes scale-up-fade{0%{opacity:0;transform:translate(-50%,-50%)scale(.6)}50%{opacity:1}to{opacity:0;transform:translate(-50%,-50%)scale(1.3)}}.player-watermark{color:#fff;letter-spacing:.2em;text-transform:uppercase;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:5;text-shadow:1px 1px 2px #0000004d;font-size:clamp(14px,3.5vw,22px);font-weight:800;font-family:var(--font);opacity:0;transition:opacity 1s ease-in-out;position:absolute;top:60%;left:78%;transform:translate(-50%,-50%)}.player-watermark.visible{opacity:.1}.player-watermark.faded-out{opacity:0}.schedule-modal-overlay{-webkit-backdrop-filter:blur(20px);z-index:1000;background:#02060fa6;justify-content:center;align-items:center;padding:20px;animation:.25s cubic-bezier(.16,1,.3,1) forwards fade-in-overlay;display:flex;position:absolute;inset:0}.schedule-card{border-radius:24px;flex-direction:column;width:100%;max-width:580px;max-height:85%;animation:.3s cubic-bezier(.16,1,.3,1) forwards slide-up-popover;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #000000b3,0 0 40px #0b84ff26;background:#080c15e0!important;border:1px solid #ffffff1f!important}.schedule-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:flex-start;gap:16px;padding:20px 24px 16px;display:flex}.schedule-title{letter-spacing:.08em;-webkit-text-fill-color:transparent;text-transform:uppercase;background:linear-gradient(135deg,#fff 30%,#a2b9d6 100%);-webkit-background-clip:text;background-clip:text;margin:0;font-size:16px;font-weight:950}.schedule-tabs{gap:8px;margin-top:12px;display:flex}.schedule-tab-btn{color:var(--text-muted);cursor:pointer;text-transform:uppercase;letter-spacing:.02em;background:#ffffff0a;border:1px solid #ffffff14;border-radius:99px;padding:6px 14px;font-size:11px;font-weight:800;transition:all .2s}.schedule-tab-btn:hover{color:#fff;background:#ffffff14;border-color:#ffffff26}.schedule-tab-btn.active{color:#00d4ff;background:linear-gradient(135deg,#0b84ff33,#00d4ff1a);border-color:#0b84ff66;box-shadow:0 0 12px #00d4ff26}.schedule-close-btn{color:#fff;cursor:pointer;background:#ffffff0a;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:20px;line-height:0;transition:all .2s;display:flex}.schedule-close-btn:hover{color:#ef4444;background:#ef444426;border-color:#ef44444d;transform:rotate(90deg)}.schedule-body{scrollbar-width:thin;scrollbar-color:#ffffff26 transparent;flex:1;padding:16px 24px 24px;overflow-y:auto}.schedule-body::-webkit-scrollbar{width:6px}.schedule-body::-webkit-scrollbar-track{background:0 0}.schedule-body::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:99px}.schedule-loading{color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:12px;padding:48px 0;font-size:13px;font-weight:700;display:flex}.schedule-empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:16px;padding:48px 0;display:flex}.schedule-empty p{color:var(--text-muted);margin:0;font-size:13px;font-weight:700}.view-full-btn{background:linear-gradient(135deg, var(--blue), var(--cyan));color:#fff;cursor:pointer;text-transform:uppercase;border:none;border-radius:12px;padding:8px 18px;font-size:11px;font-weight:800;transition:all .2s;box-shadow:0 4px 12px #0b84ff4d}.view-full-btn:hover{transform:translateY(-1px);box-shadow:0 6px 16px #00d4ff73}.schedule-list{flex-direction:column;gap:16px;display:flex}.schedule-date-header{text-transform:uppercase;letter-spacing:.05em;color:#00d4ff;border-left:2px solid var(--blue);margin-top:8px;margin-bottom:2px;padding-left:10px;font-size:11px;font-weight:900}.schedule-match-row{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:12px;padding:16px;transition:all .2s;display:flex}.schedule-match-row:hover{background:#ffffff0a;border-color:#0b84ff33;transform:translateY(-1px)}.match-meta{justify-content:space-between;align-items:center;display:flex}.match-group{color:var(--text-muted-dark);text-transform:uppercase;font-size:10px;font-weight:800}.match-status-badge{text-transform:uppercase;letter-spacing:.02em;border-radius:99px;align-items:center;gap:5px;padding:3px 8px;font-size:9px;font-weight:900;display:inline-flex}.match-status-badge.upcoming{color:#60a5fa;background:#0b84ff1a;border:1px solid #0b84ff33}.match-status-badge.live{color:#4ade80;background:#22c55e26;border:1px solid #22c55e4d}.match-status-badge.finished{color:var(--text-muted);background:#ffffff0a;border:1px solid #ffffff14}.live-dot-pulse-green{background:#22c55e;border-radius:50%;width:5px;height:5px;animation:1.5s infinite live-pulse-dot-green}@keyframes live-pulse-dot-green{0%{opacity:.6;transform:scale(.9)}50%{opacity:1;transform:scale(1.3);box-shadow:0 0 8px #22c55e}to{opacity:.6;transform:scale(.9)}}.match-teams-container{grid-template-columns:1fr auto 1fr;align-items:center;gap:12px;display:grid}.match-team{align-items:center;gap:10px;font-size:13px;font-weight:800;display:flex}.match-team.home{text-align:right;justify-content:flex-end}.match-team.away{text-align:left;justify-content:flex-start}.match-team-flag{object-fit:cover;border-radius:3px;width:24px;height:16px;box-shadow:0 2px 6px #0000004d}.match-team-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:140px;overflow:hidden}.match-score-pill{background:#ffffff0d;border:1px solid #ffffff14;border-radius:99px;justify-content:center;align-items:center;min-width:60px;padding:4px 14px;display:flex}.match-score{color:#fff;letter-spacing:.05em;font-size:12px;font-weight:900}.match-time-info{color:var(--text-muted-dark);justify-content:center;font-size:10px;font-weight:800;display:flex}.match-time-info.has-countdown{justify-content:space-between;align-items:center}.match-countdown-pill{color:#00d4ff;text-transform:uppercase;letter-spacing:.02em;background:#00d4ff1a;border:1px solid #00d4ff40;border-radius:6px;align-items:center;padding:3px 8px;font-family:monospace;font-size:9px;font-weight:900;display:inline-flex;box-shadow:0 0 8px #00d4ff26}@media (width<=900px){.schedule-modal-overlay{padding:12px}.schedule-card{max-height:90%}.schedule-header{padding:16px}.schedule-body{padding:12px 16px 16px}.schedule-match-row{padding:12px}.match-team-name{max-width:90px;font-size:12px}.match-score-pill{min-width:50px;padding:3px 10px}.match-score{font-size:11px}}.standings-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:16px;padding:4px 0;display:grid}.group-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;flex-direction:column;gap:10px;padding:14px;transition:all .2s;display:flex}.group-card:hover{background:#ffffff0a;border-color:#0b84ff40;transform:translateY(-2px);box-shadow:0 8px 20px #0006}.group-card-title{letter-spacing:.05em;color:#00d4ff;text-transform:uppercase;border-left:2px solid var(--blue);margin:0;padding-left:8px;font-size:12px;font-weight:900}.group-table{border-collapse:collapse;width:100%;font-size:11px}.group-table th{color:var(--text-muted-dark);text-transform:uppercase;border-bottom:1px solid #ffffff14;padding-bottom:6px;font-size:9px;font-weight:800}.group-table td{color:var(--text-muted);vertical-align:middle;border-bottom:1px solid #ffffff08;padding:6px 0}.group-table tr:last-child td{border-bottom:none}.team-position{text-align:left;font-weight:900}.team-position.pos-1,.team-position.pos-2{color:#4ade80}.team-position.pos-3{color:#fbbf24}.team-position.pos-4{color:#ffffff4d}.table-team-cell{align-items:center;gap:8px;display:flex}.table-team-flag{object-fit:cover;border-radius:2px;flex-shrink:0;width:18px;height:12px;box-shadow:0 1px 3px #0000004d}.table-team-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:110px;font-weight:800;overflow:hidden}.text-green{color:#4ade80!important}.text-red{color:#f87171!important}@media (width<=900px){.standings-grid{grid-template-columns:1fr;gap:12px}.group-card{padding:12px}}.pip-overlay{z-index:15;pointer-events:auto;box-sizing:border-box;background:radial-gradient(circle,#0f172af2 0%,#020617fa 100%);justify-content:center;align-items:center;padding:24px;display:flex;position:absolute;inset:0;overflow:hidden}.pip-bg-glow-1,.pip-bg-glow-2{filter:blur(80px);opacity:.15;pointer-events:none;border-radius:50%;width:300px;height:300px;animation:10s ease-in-out infinite alternate pip-glow-float;position:absolute}.pip-bg-glow-1{background:#00d4ff;top:15%;left:20%}.pip-bg-glow-2{background:#ec4899;animation-delay:-5s;bottom:15%;right:20%}@keyframes pip-glow-float{0%{transform:translate(0)scale(1)}to{transform:translate(40px,30px)scale(1.2)}}.pip-particles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.pip-particle{background:#ffffff26;border-radius:50%;animation:8s linear infinite pip-particle-float;position:absolute}.pip-particle.p1{width:6px;height:6px;animation-duration:9s;bottom:-10px;left:15%}.pip-particle.p2{width:10px;height:10px;animation-duration:12s;animation-delay:2s;bottom:-15px;left:40%}.pip-particle.p3{width:8px;height:8px;animation-duration:10s;animation-delay:4s;bottom:-12px;left:75%}.pip-particle.p4{width:5px;height:5px;animation-duration:7s;animation-delay:1s;bottom:-8px;left:85%}.pip-particle.p5{width:12px;height:12px;animation-duration:14s;animation-delay:5s;bottom:-20px;left:25%}@keyframes pip-particle-float{0%{opacity:0;transform:translateY(0)rotate(0)}10%{opacity:.6}90%{opacity:.6}to{opacity:0;transform:translateY(-105vh)rotate(360deg)}}.pip-recovery-card{z-index:2;-webkit-backdrop-filter:blur(20px);text-align:center;background:#0f172a73;border:1px solid #ffffff14;border-radius:24px;flex-direction:column;align-items:center;gap:20px;width:100%;max-width:420px;padding:40px 30px;display:flex;position:relative;box-shadow:0 24px 64px #0009,inset 0 1px #ffffff0d}.pip-status-ring{justify-content:center;align-items:center;width:90px;height:90px;margin-bottom:5px;display:flex;position:relative}.pip-ring-core{z-index:2;background:#0b84ff1a;border:2px solid #0b84ff66;border-radius:50%;justify-content:center;align-items:center;width:74px;height:74px;display:flex;position:relative;box-shadow:0 0 20px #0b84ff33}.pip-center-icon{color:#0b84ff;filter:drop-shadow(0 0 8px #0b84ff99);animation:3s ease-in-out infinite pip-icon-wiggle}@keyframes pip-icon-wiggle{0%,to{transform:rotate(0)scale(1)}50%{transform:rotate(5deg)scale(1.05)}}.pip-ring-pulse{pointer-events:none;border:1.5px solid #0b84ff40;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.16,1,.3,1) infinite pip-ring-pulse-out;position:absolute}.pip-ring-pulse.r2{animation-delay:.8s}@keyframes pip-ring-pulse-out{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(1.4)}}.pip-recovery-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 10px #00000080;margin:0;font-size:22px;font-weight:800}.pip-recovery-desc{color:#94a3b8;margin:0;font-size:14px;line-height:1.5}.pip-audio-wave{justify-content:center;align-items:center;gap:4px;height:30px;margin:10px 0;display:flex}.wave-bar{background:#00d4ff;border-radius:2px;width:3px;height:100%;animation:1s ease-in-out infinite alternate pip-wave-bounce}.wave-bar.wb1{height:40%;animation-duration:.8s}.wave-bar.wb2{height:80%;animation-duration:1.1s;animation-delay:.2s}.wave-bar.wb3{height:100%;animation-duration:.9s;animation-delay:.4s}.wave-bar.wb4{height:60%;animation-duration:1.2s;animation-delay:.1s}.wave-bar.wb5{height:30%;animation-duration:.7s;animation-delay:.3s}@keyframes pip-wave-bounce{0%{transform:scaleY(.3)}to{transform:scaleY(1)}}.pip-return-btn{color:#fff;cursor:pointer;border-radius:16px;align-items:center;gap:10px;margin-top:10px;padding:14px 24px;font-size:14px;font-weight:800;transition:all .25s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 12px 30px #0b84ff40,inset 0 1px #ffffff1a;background:#0b84ff26!important;border:1px solid #0b84ff59!important}.pip-return-btn:hover{transform:scale(1.04);box-shadow:0 16px 40px #0b84ff66;background:#0b84ff4d!important;border-color:#0b84ff99!important}.pip-return-btn:active{transform:scale(.98)}.pip-btn-glow-icon{color:#0b84ff;filter:drop-shadow(0 0 6px #0b84ffcc);animation:4s linear infinite pip-btn-spin}@keyframes pip-btn-spin{to{transform:rotate(360deg)}}@media (width<=640px),(height<=480px){.pip-overlay{padding:12px}.pip-recovery-card{border-radius:16px;gap:12px;max-width:320px;padding:16px}.pip-status-ring{width:60px;height:60px;margin-bottom:2px}.pip-ring-core{width:48px;height:48px}.pip-center-icon{width:24px!important;height:24px!important}.pip-recovery-title{font-size:15px}.pip-recovery-desc{font-size:11px;line-height:1.4}.pip-audio-wave{height:18px;margin:2px 0}.pip-return-btn{border-radius:12px;margin-top:2px;padding:10px 18px;font-size:12px}}@media (width<=480px),(height<=320px){.pip-recovery-card{gap:6px;max-width:260px;padding:10px 12px}.pip-status-ring,.pip-audio-wave,.pip-recovery-desc{display:none}.pip-recovery-title{margin-bottom:2px;font-size:13px}.pip-return-btn{justify-content:center;width:100%;margin-top:0;padding:8px 14px;font-size:11px}}.watch-together-drawer{z-index:1000;-webkit-backdrop-filter:blur(25px);visibility:hidden;pointer-events:auto;flex-direction:column;width:380px;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),visibility .4s;display:flex;position:absolute;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000080;background:#080c15d9!important;border-left:1px solid #ffffff1a!important}.watch-together-drawer.visible{visibility:visible;transform:translate(0)}.wt-header{border-bottom:1px solid #ffffff14;justify-content:space-between;align-items:center;padding:20px 24px;display:flex}.wt-header h3{color:#fff;letter-spacing:-.01em;font-size:18px;font-weight:800}.wt-close-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:28px;line-height:1;transition:color .2s}.wt-close-btn:hover{color:#fff}.wt-body{scrollbar-width:thin;scrollbar-color:#ffffff1a transparent;flex-direction:column;flex:1;padding:24px;display:flex;overflow-y:auto}.wt-body::-webkit-scrollbar{width:5px}.wt-body::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:99px}.wt-setup{flex-direction:column;gap:24px;display:flex}.wt-setup-description{color:var(--text-muted);font-size:13px;line-height:1.6}.wt-profile-section{flex-direction:column;gap:8px;display:flex}.wt-section-label{color:var(--text-muted-dark);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4px;font-size:10px;font-weight:800}.wt-profile-card{background:#0000004d;border:1px solid #ffffff14;border-radius:12px;align-items:center;gap:12px;padding:8px 16px;display:flex}.wt-username-input{color:#fff;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:14px;font-weight:700}.wt-color-indicator{border-radius:50%;width:14px;height:14px;box-shadow:0 0 8px}.wt-action-btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:10px;width:100%;padding:12px 20px;font-size:14px;font-weight:800;transition:all .2s cubic-bezier(.16,1,.3,1);display:flex}.wt-action-btn.host-btn{background:var(--blue);color:#fff;box-shadow:0 8px 24px #0b84ff4d}.wt-action-btn.host-btn:hover{background:#258fff;transform:translateY(-2px);box-shadow:0 12px 28px #0b84ff73}.wt-separator{text-align:center;color:var(--text-muted-dark);letter-spacing:.1em;align-items:center;font-size:10px;font-weight:800;display:flex}.wt-separator:before,.wt-separator:after{content:"";border-bottom:1px solid #ffffff14;flex:1}.wt-separator span{padding:0 10px}.wt-join-form{flex-direction:column;gap:12px;display:flex}.wt-join-input{color:#fff;text-align:center;letter-spacing:.05em;background:#0000004d;border:1px solid #ffffff14;border-radius:12px;outline:none;padding:12px 16px;font-size:13px;font-weight:700;transition:border-color .2s}.wt-join-input:focus{border-color:#0b84ff66}.wt-action-btn.join-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff1a}.wt-action-btn.join-btn:hover{background:#ffffff26;border-color:#ffffff40;transform:translateY(-1px)}.wt-loading{color:var(--text-muted);flex-direction:column;flex:1;justify-content:center;align-items:center;gap:16px;font-size:13px;font-weight:700;display:flex}.wt-active-room{flex-direction:column;flex:1;gap:20px;height:100%;display:flex}.wt-room-details{background:#ffffff08;border:1px solid #ffffff0f;border-radius:14px;flex-direction:column;gap:10px;padding:14px;display:flex}.wt-detail-row{justify-content:space-between;align-items:center;display:flex}.wt-sync-row{border-top:1px solid #ffffff0f;justify-content:space-between;align-items:center;margin-top:2px;padding-top:10px;display:flex}.wt-detail-label{color:var(--text-muted);letter-spacing:.02em;font-size:10px;font-weight:800}.wt-room-code{color:var(--cyan);letter-spacing:.05em;text-shadow:0 0 10px #00d4ff4d;font-size:15px;font-weight:900}.wt-role-badge{border-radius:6px;padding:2px 8px;font-size:11px;font-weight:800}.wt-role-badge.host{color:#a3e635;background:#0b84ff26;border:1px solid #a3e63533}.wt-role-badge.peer{color:var(--text);background:#ffffff0f}.wt-sync-toggle-btn{cursor:pointer;text-transform:uppercase;background:0 0;border:1px solid;border-radius:6px;padding:3px 8px;font-size:10px;font-weight:800;transition:all .2s}.wt-sync-toggle-btn.synced{color:#a7f3d0;background:#22c55e26;border-color:#22c55e59}.wt-sync-toggle-btn.unsynced{color:#fca5a5;background:#ef444426;border-color:#ef444459}.wt-room-actions{grid-template-columns:1fr 1fr;gap:8px;margin-top:4px;display:grid}.wt-small-action-btn{color:#fff;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:8px;justify-content:center;align-items:center;gap:6px;padding:8px 10px;font-size:11px;font-weight:700;transition:all .2s;display:flex}.wt-small-action-btn:hover{background:#ffffff1a;border-color:#ffffff2e}.wt-small-action-btn.leave-btn{color:#fca5a5}.wt-small-action-btn.leave-btn:hover{background:#ef44441f;border-color:#ef444440}.wt-spectators-section{flex-direction:column;gap:8px;display:flex}.wt-spectator-list{flex-wrap:wrap;gap:6px;max-height:70px;padding-bottom:2px;display:flex;overflow-y:auto}.wt-spectator-pill{color:#fff;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:20px;padding:3px 8px;font-size:11px;font-weight:700}.wt-chat-container{flex-direction:column;flex:1;gap:8px;min-height:200px;max-height:calc(100vh - 380px);display:flex}.wt-chat-log{scrollbar-width:thin;background:#00000059;border:1px solid #ffffff0f;border-radius:12px;flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;overflow-y:auto}.chat-bubble-row{word-break:break-word;align-items:flex-start;font-size:12.5px;line-height:1.5;display:flex}.chat-bubble-row.chat{gap:6px}.chat-bubble-row.system{color:var(--text-muted);background:#0b84ff0d;border:1px dashed #0b84ff1f;border-radius:6px;align-items:center;padding:4px 10px;font-size:11.5px;font-style:italic}.chat-bubble-sender{flex-shrink:0;font-weight:800}.chat-bubble-text{color:#fff;font-weight:600}.wt-reactions-bar{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:10px;justify-content:space-between;padding:4px 6px;display:flex}.wt-reaction-btn{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:4px;font-size:20px;transition:transform .15s,background-color .15s}.wt-reaction-btn:hover{background-color:#ffffff14;transform:scale(1.2)}.wt-reaction-btn:active{transform:scale(.9)}.wt-chat-form{gap:8px;display:flex}.wt-chat-input{color:#fff;background:#0000004d;border:1px solid #ffffff14;border-radius:10px;outline:none;flex:1;padding:10px 14px;font-size:13px;transition:border-color .2s}.wt-chat-input:focus{border-color:#0b84ff66}.wt-chat-send-btn{background:var(--blue);color:#fff;cursor:pointer;border:none;border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex;box-shadow:0 4px 12px #0b84ff33}.wt-chat-send-btn:hover{background:#258fff;transform:translateY(-1px)}.floating-reactions-overlay{pointer-events:none;z-index:100;position:absolute;inset:0;overflow:hidden}.floating-emoji-item{pointer-events:none;opacity:0;font-size:36px;animation:2.8s cubic-bezier(.08,.82,.17,1) forwards emojiFloatUp;position:absolute;bottom:-40px}@keyframes emojiFloatUp{0%{opacity:0;transform:translateY(0)scale(.5)}15%{opacity:1;transform:translateY(-50px)scale(1.2)}85%{opacity:.9}to{opacity:0;transform:translateY(-85vh)scale(.8)}}@media (width<=900px){.watch-together-drawer{visibility:hidden;border-radius:20px 20px 0 0;width:100%;height:70%;transition:transform .4s cubic-bezier(.16,1,.3,1),visibility .4s;top:auto;bottom:0;transform:translateY(100%);border-top:1px solid #ffffff1a!important;border-left:none!important}.watch-together-drawer.visible{visibility:visible;transform:translateY(0)}.wt-body{gap:16px;padding:16px}.wt-chat-container{max-height:calc(100% - 200px)}}@media (width<=900px) and (orientation:landscape){.watch-together-drawer{visibility:hidden;border-radius:0;width:320px;height:100%;transition:transform .4s cubic-bezier(.16,1,.3,1),visibility .4s;top:0;bottom:auto;transform:translate(100%);border-top:none!important;border-left:1px solid #ffffff1a!important}.watch-together-drawer.visible{visibility:visible;transform:translate(0)}}.vast-ad-overlay{z-index:2;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.vast-ad-clickthrough-area{z-index:2;pointer-events:auto;cursor:pointer;width:100%;height:100%;position:absolute;top:0;left:0}.vast-ad-badge{z-index:3;pointer-events:auto;letter-spacing:.03em;color:#fff;-webkit-backdrop-filter:blur(12px);border:1px solid var(--border-glass);box-shadow:var(--shadow-sm);background:#0a1424bf;border-radius:9999px;padding:8px 14px;font-size:13px;font-weight:700;position:absolute;top:16px;left:16px}@media (width<=640px),(height<=480px){.vast-ad-badge{padding:4px 8px;font-size:10px;top:8px;left:8px}}@media (width<=480px){.controls-row,.control-group{gap:4px!important}.control-btn.icon-only{width:32px!important;height:32px!important}.control-btn.icon-only svg{width:15px!important;height:15px!important}.live-badge-wrapper{padding:2px 6px!important}.live-badge-text{font-size:8px!important}.live-dot-pulse{width:4px!important;height:4px!important}}@media (width<=360px){.control-btn[data-tooltip=Share],.control-btn[data-tooltip=Refresh]{display:none!important}}
