@import "https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;600;700&family=Inter:wght@400;500;600;700;800&display=swap";:root{color:#eef2fb;font-synthesis:none;--bg:#0a1120;--panel:#16203a;--panel2:#1c2a4a;--panel3:#24365c;--line:#ffffff14;--line-strong:#ffffff29;--muted:#8b96b3;--text:#eef2fb;--accent:#3d5a99;--accent-soft:#3d5a9933;--accent2:#5b7fc7;--live:#e8332f;--shadow:0 24px 70px #000000a6;--font-display:"Space Grotesk",Inter,ui-sans-serif,sans-serif;background:#0d1526;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#app{background:radial-gradient(ellipse 1400px 900px at 15% -10%,#1a2a4d 0%,transparent 55%),radial-gradient(ellipse 1200px 800px at 100% 0%,#16213d 0%,transparent 50%),var(--bg);background-attachment:fixed;min-height:100%;margin:0}*{scrollbar-width:none!important}::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}button,input,select{font:inherit}button{cursor:pointer;color:inherit;border:0;font-family:inherit}body{overflow-x:hidden}.topbar{border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);z-index:50;background:#0a1120e6;align-items:center;gap:18px;height:74px;padding:0 26px;display:flex;position:sticky;top:0}.brand{align-items:center;gap:12px;min-width:190px;display:flex}.brand-mark{border:1px solid var(--line-strong);width:40px;height:40px;font-family:var(--font-display);color:#fff;background:linear-gradient(145deg,#2a2a2a,#0a0a0a);border-radius:50%;place-items:center;font-size:19px;font-weight:700;display:grid;overflow:hidden;box-shadow:0 8px 24px #6b728047,inset 0 1px #ffffff0f}.brand-mark img{object-fit:contain;width:100%;height:100%;padding:4px}.brand-mark.big{border-radius:18px;width:72px;height:72px;font-size:32px}.brand strong{font-family:var(--font-display);letter-spacing:3px;font-size:15px;font-weight:700;display:block}.brand small{color:var(--muted);letter-spacing:2.5px;margin-top:3px;font-size:7px;display:block}.top-search{flex:1;justify-content:center;display:flex}.search{background:var(--panel);border:1px solid var(--line);color:#5b6478;border-radius:999px;align-items:center;height:42px;padding:0 16px;display:flex}.global-search{width:min(520px,100%)}.search span{color:var(--muted);font-size:16px}.search input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;margin:0 10px;font-size:12px}.search kbd{border:1px solid var(--line-strong);color:var(--muted);border-radius:6px;padding:3px 6px;font-size:9px}.top-actions{justify-content:flex-end;align-items:center;gap:10px;min-width:190px;display:flex}.watchers{color:var(--muted);background:var(--panel);border:1px solid var(--line);border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:10.5px;display:flex}.dot{background:var(--accent2);width:6px;height:6px;box-shadow:0 0 10px var(--accent2);border-radius:50%}.user-chip{background:var(--panel);border:1px solid var(--line);border-radius:9px;padding:9px 12px;font-size:10px;font-weight:600}.topnav{border-bottom:1px solid var(--line);scrollbar-width:none;background:#0a1120bf;align-items:center;gap:6px;padding:14px 32px;display:flex;overflow-x:auto}.topnav::-webkit-scrollbar{display:none}.topnav-item{white-space:nowrap;color:#7d879c;background:0 0;border-radius:999px;padding:9px 16px;font-size:12.5px;font-weight:600;transition:all .16s}.topnav-item:hover{color:#fff;background:#ffffff08}.topnav-item.active{color:#fff;background:var(--panel2)}.topnav-sep{background:var(--line);flex-shrink:0;width:1px;height:20px;margin:0 6px}.chip-row{gap:8px;padding:4px 0 6px;display:flex;overflow-x:auto}.chip{white-space:nowrap;background:var(--panel);border:1px solid var(--line);color:var(--muted);border-radius:999px;padding:8px 16px;font-size:12px;font-weight:600}.chip.active{background:var(--accent);border-color:var(--accent);color:#fff}.content{min-width:0;padding:26px 32px 55px}.content.full-width{width:100%}.hero{border:1px solid var(--line);isolation:isolate;min-height:270px;box-shadow:var(--shadow);background:radial-gradient(circle at 82% 15%,#5c86ff33,#0000 45%),radial-gradient(circle at 15% 90%,#33dcb31a,#0000 50%),linear-gradient(150deg,#101a30,#080b13 70%);border-radius:22px;align-items:center;padding:42px 46px;display:flex;position:relative;overflow:hidden}.hero-bg{object-fit:cover;z-index:-3;opacity:.5;width:100%;height:100%;position:absolute;inset:0}.hero-overlay{z-index:-2;background:linear-gradient(90deg,#070b13ee 0%,#070b13d9 40%,#070b1370 72%,#070b1310),linear-gradient(#0000 45%,#070b13 100%);position:absolute;inset:0}.hero-content{z-index:2;max-width:640px}.eyebrow{letter-spacing:.5px;color:var(--accent);font-size:10px;font-weight:600;font-family:var(--font-display)}.hero h1{font-family:var(--font-display);letter-spacing:-1px;max-width:620px;margin:14px 0 10px;font-size:38px;font-weight:600;line-height:1.08}.hero p{color:#9aa3b8;max-width:520px;font-size:13px;line-height:1.7}.hero-actions{gap:10px;margin-top:24px;display:flex}.primary,.secondary,.glass{border-radius:11px;padding:12px 18px;font-size:11.5px;font-weight:700;transition:all .16s}.primary{background:var(--accent);color:#fff;border-radius:999px;box-shadow:0 12px 28px #6b728066}.primary:hover{background:#6f92ff;transform:translateY(-2px)}.secondary,.glass{border:1px solid var(--line-strong);color:#eef2fb;background:#ffffff0a}.secondary:hover,.glass:hover,.glass.selected{background:var(--accent-soft);border-color:var(--accent)}.hero-badge{opacity:.85;flex-direction:column;align-self:flex-end;align-items:flex-end;margin-left:auto;display:flex}.hero-badge b{font-family:var(--font-display);letter-spacing:3px;color:#fff;font-size:15px}.hero-badge span{letter-spacing:2px;color:var(--muted);margin-top:2px;font-size:7px}.toolbar{margin:26px 0 16px}.tabs{background:var(--panel);border:1px solid var(--line);border-radius:12px;gap:4px;width:max-content;padding:4px;display:flex}.tab{color:var(--muted);background:0 0;border-radius:9px;padding:9px 15px;font-size:10.5px;font-weight:700}.tab.active{background:var(--accent);color:#fff}.mobile-nav{display:none}.sports-toggle{margin:-5px 0 18px}.section-title{justify-content:space-between;align-items:end;margin-bottom:14px;display:flex}.section-title h2{font-family:var(--font-display);letter-spacing:-.3px;margin:4px 0 0;font-size:20px;font-weight:600}.section-title>span{color:var(--muted);font-size:10px}.grid{grid-template-columns:repeat(auto-fill,minmax(145px,1fr));align-items:start;gap:22px 16px;display:grid}.card{text-align:left;background:0 0;border:0;border-radius:0;min-width:0;padding:0;transition:transform .15s;display:block;position:relative}.card:hover{background:0 0;border-color:#0000}.card:focus-visible{outline:2px solid var(--accent);outline-offset:4px;border-radius:12px}.poster{aspect-ratio:2/3;background:var(--panel3);border:1px solid var(--line);border-radius:13px;width:100%;height:auto;position:relative;overflow:hidden}.poster img{object-fit:cover;width:100%;height:100%;display:block}.poster-fallback{background:radial-gradient(circle at 35% 25%,#233256,#0e1526);place-items:center;width:100%;height:100%;display:grid}.poster-fallback img{opacity:.55;width:34%}.poster-shade{background:linear-gradient(#0000 55%,#00000070);position:absolute;inset:0}.card-hover{color:#fff;opacity:0;background:#050810c2;place-items:center;font-size:9px;font-weight:800;transition:all .15s;display:grid;position:absolute;inset:0}.card:hover .card-hover{opacity:1}.quality-pill,.live-pill{border:1px solid var(--line-strong);letter-spacing:.3px;background:#050810d9;border-radius:5px;padding:2px 5px;font-size:6.5px;font-weight:800;position:absolute;top:4px;right:4px}.live-pill{color:#fff;background:var(--live);border-color:var(--live)}.live-pill:before{content:"";background:#fff;border-radius:50%;width:4px;height:4px;margin-right:3px;display:inline-block}.card-title{white-space:nowrap;text-overflow:ellipsis;margin-top:9px;font-size:13px;font-weight:750;line-height:1.3;overflow:hidden}.card-meta{color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-top:4px;font-size:9.5px;font-weight:600}.card .card-hover{font-size:12px;font-weight:800}.card:hover .poster{border-color:var(--accent);transform:translateY(-3px);box-shadow:0 14px 30px #00000047}.poster{transition:transform .18s,box-shadow .18s,border-color .18s}.empty,.loading{text-align:center;color:var(--muted);background:var(--panel);border:1px dashed var(--line-strong);border-radius:14px;padding:70px 20px}.details{min-height:calc(100vh - 74px);padding:32px 6%}.back{background:var(--panel);border:1px solid var(--line);color:var(--muted);border-radius:10px;margin-bottom:28px;padding:9px 14px;font-size:11px;font-weight:600}.back:hover{color:#fff;border-color:var(--accent)}.detail-grid{grid-template-columns:250px minmax(0,700px);align-items:start;gap:44px;display:grid}.detail-poster{aspect-ratio:2/3;background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:17px;overflow:hidden}.detail-poster img{object-fit:cover;width:100%;height:100%}.detail-copy h1{font-family:var(--font-display);letter-spacing:-1px;margin:10px 0;font-size:38px;font-weight:600}.detail-copy p{color:var(--muted);font-size:13px;line-height:1.8}.detail-actions{gap:10px;margin:24px 0 30px;display:flex}.episodes h3{font-family:var(--font-display);font-size:14px;font-weight:600}.episode{text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:11px;grid-template-columns:80px 1fr 30px;gap:10px;width:100%;margin:6px 0;padding:13px;display:grid}.episode:hover{border-color:var(--accent)}.episode span{color:var(--muted);font-size:9px;font-weight:700}.episode b{white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.episode small{text-align:right;color:var(--accent)}.live-detail-poster{background:radial-gradient(circle at 50% 40%,#1a2540,#0a0e17);place-items:center;display:grid}.live-detail-poster img{background:0 0;padding:24px;object-fit:contain!important}.player-overlay{z-index:300;background:#02040af7;place-items:center;padding:15px;animation:.18s fade;display:grid;position:fixed;inset:0}.player-overlay:has(.player-shell.is-fullscreen){padding:0}.chevron-btn{background:#0000008c!important;border-radius:8px!important}.kick-ui-hidden .kick-nav,.kick-ui-hidden .section-title,.kick-ui-hidden .kick-form,.kick-ui-hidden .kick-player-head,.kick-ui-hidden .topbar{display:none!important}.kick-ui-hidden .kick-page{max-width:none!important;padding:0!important}.kick-ui-hidden .kick-player-card{margin:0!important}.kick-ui-hidden .kick-frame-wrap{border-radius:0!important;height:100vh!important}.kick-ui-hidden #kick-show-ui{opacity:.85!important;pointer-events:auto!important}.player-shell{border:1px solid var(--line-strong);background:#060911;border-radius:18px;flex-direction:column;width:min(1240px,97vw);height:min(790px,94vh);display:flex;overflow:hidden;box-shadow:0 30px 120px #000}.player-shell:fullscreen{background:#000;border:0;border-radius:0;width:100vw;height:100vh}.player-shell.is-fullscreen .player-top{z-index:8;background:linear-gradient(#000d,#0000);border:0;position:absolute;top:0;left:0;right:0}.player-shell.is-fullscreen .video-wrap{height:100vh}.player-shell.is-fullscreen .player-controls{z-index:8;background:linear-gradient(#0000,#000e);border:0;padding:22px 28px 20px;position:absolute;bottom:0;left:0;right:0}.player-shell.controls-hidden .player-controls{opacity:0;pointer-events:none}.player-shell.controls-hidden .player-top{opacity:0;pointer-events:none;transition:opacity .2s}.player-top{background:var(--panel);border-bottom:1px solid var(--line);align-items:center;gap:12px;height:60px;padding:0 14px;transition:opacity .2s;display:flex}.icon-btn,.control-btn{border:1px solid var(--line-strong);background:#ffffff08;border-radius:10px;place-items:center;width:36px;height:36px;display:grid}.icon-btn:hover,.control-btn:hover{background:var(--accent-soft);border-color:var(--accent)}.player-title{flex-direction:column;gap:2px;min-width:0;display:flex}.state-label{letter-spacing:1.5px;color:var(--accent2);font-size:8px;font-weight:700}.now-title{font-family:var(--font-display);white-space:nowrap;text-overflow:ellipsis;font-size:12px;font-weight:600;overflow:hidden}.player-top .watchers{margin-left:auto}.video-wrap{background:#000;flex:1;place-items:center;min-height:0;display:grid;position:relative}.video-wrap video{object-fit:contain;background:#000;width:100%;height:100%}.video-wrap video:fullscreen{width:100vw;height:100vh}.player-message{border:1px solid var(--line-strong);opacity:0;pointer-events:none;text-align:center;background:#060911dd;border-radius:10px;max-width:min(520px,90%);padding:12px 16px;font-size:11px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.player-message.show{opacity:1}.player-controls{z-index:10;background:linear-gradient(#0000 0%,#000b 52%,#000e 100%);border-top:0;padding:34px 24px 18px;transition:opacity .2s,transform .2s;position:absolute;bottom:0;left:0;right:0}.progress-row{align-items:center;gap:10px;display:flex}.progress-row input{cursor:pointer;height:4px;accent-color:var(--accent);flex:1}.progress-row.live-progress{display:none}.progress-row span{color:#d7dae0;text-align:right;min-width:82px;font-size:9px;font-weight:600}.control-row{align-items:center;gap:8px;margin-top:9px;display:flex}.live-status{color:var(--live);letter-spacing:1px;font-size:9px;font-weight:800}.control-spacer{flex:1}.quality-select{color:#eee;border:1px solid var(--line-strong);background:#0d1220dd;border-radius:8px;padding:7px 9px;font-size:10px}.player-controls input[type=range]{accent-color:var(--accent)}.player-shell.controls-hidden .player-controls{opacity:0;pointer-events:none;transform:translateY(12px)}.player-shell:not(.is-fullscreen) .player-controls{border-radius:0 0 18px 18px}.player-shell.is-fullscreen .player-controls{background:linear-gradient(#0000 0%,#000b9e 58%,#000 100%);padding:42px 32px 22px}.show-controls-btn{color:#fff;opacity:0;pointer-events:none;z-index:20;background:#0009;border-radius:8px 8px 0 0;width:36px;height:20px;font-size:11px;transition:opacity .18s;position:absolute;bottom:8px;left:50%;transform:translate(-50%)}.player-shell.controls-hidden .show-controls-btn{opacity:.85;pointer-events:auto}.show-controls-btn:hover{opacity:1;background:#000c}.player-loading{z-index:6;text-align:center;pointer-events:none;background:radial-gradient(circle,#0f172acc 0%,#000 55%);flex-direction:column;justify-content:center;align-items:center;gap:9px;padding:20px;display:flex;position:absolute;inset:0}.player-loading strong{color:#fff;font-size:13px;font-family:var(--font-display)}.player-loading span{color:var(--muted);max-width:360px;font-size:10px;line-height:1.6}.spinner{border:3px solid #fff2;border-top-color:var(--accent);border-radius:50%;flex:none;width:30px;height:30px;animation:.8s linear infinite oliver-spin}.footer{text-align:center;color:#4a5164;padding:55px 0 5px;font-size:9px}.footer b{color:#7c8aa3}.boot{min-height:100vh;color:var(--muted);background:var(--bg);align-content:center;place-items:center;gap:12px;display:grid;position:relative;overflow:hidden}.boot>:not(.boot-video){z-index:1;position:relative}.boot.error{text-align:center}.boot h2{color:#fff;font-family:var(--font-display);margin:0}.boot p{max-width:600px}.boot small{color:#5e6673}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes oliver-spin{to{transform:rotate(360deg)}}@media (width<=950px){.topbar{padding:0 14px}.top-search{display:none}.brand{min-width:0}.top-actions{min-width:0;margin-left:auto}.topnav{display:none}.mobile-nav{scrollbar-width:none;gap:6px;margin-bottom:14px;display:flex;overflow:auto}.mobile-nav::-webkit-scrollbar{display:none}.brand small{display:none}.watchers span:not(.dot){font-size:10px}.mobile-nav button{background:var(--panel);border:1px solid var(--line);color:var(--muted);border-radius:10px;padding:8px 13px;font-size:9px;font-weight:700}.content{padding:15px}.hero{min-height:240px;padding:27px}.hero h1{font-size:29px}.hero-badge{display:none}.detail-grid{grid-template-columns:170px 1fr;gap:22px}.detail-copy h1{font-size:28px}}@media (width<=560px){.user-chip{display:none}.hero{min-height:230px}.hero h1{font-size:25px}.details{padding:20px}.detail-grid{grid-template-columns:1fr}.detail-poster{max-width:190px}.poster{width:52px;height:52px}.player-overlay{padding:0}.player-shell{border-radius:0;width:100vw;height:100vh}.volume{width:70px}.quality-select{max-width:80px}}@media (width<=700px){.player-shell.is-fullscreen .player-controls{padding:16px 12px}.player-shell.is-fullscreen .volume{width:70px}.player-shell.is-fullscreen .player-top{height:52px}}.player-shell.is-fullscreen{z-index:9999;border:0;border-radius:0;max-width:none;max-height:none;position:fixed;inset:0;width:100vw!important;height:100vh!important}.player-shell.is-fullscreen .video-wrap{flex:1;height:100vh}.player-shell.is-fullscreen .player-controls{z-index:12;position:absolute;bottom:0;left:0;right:0}body.oliver-player-fullscreen{overflow:hidden!important}body.oliver-player-fullscreen .player-overlay{z-index:999999!important;background:#000!important;width:100vw!important;height:100vh!important;padding:0!important;position:fixed!important;inset:0!important}body.oliver-player-fullscreen .player-shell{z-index:1000000!important;border:0!important;border-radius:0!important;width:100vw!important;max-width:none!important;height:100vh!important;max-height:none!important;margin:0!important;position:fixed!important;inset:0!important}body.oliver-player-fullscreen .video-wrap{height:100vh!important;min-height:0!important}body.oliver-player-fullscreen .video-wrap video{object-fit:contain!important;width:100vw!important;height:100vh!important}body.oliver-player-fullscreen .player-top{z-index:20;top:0;left:0;right:0;position:absolute!important}body.oliver-player-fullscreen .player-controls{z-index:21;bottom:0;left:0;right:0;position:absolute!important}.kick-page{max-width:1400px;margin:0 auto}.kick-form{background:var(--panel);border:1px solid var(--line);border-radius:16px;margin:22px 0 18px;padding:18px}.kick-search{align-items:center;gap:10px;width:100%;padding:6px 8px 6px 13px;display:flex}.kick-search input{font-size:12px}.kick-search .primary{white-space:nowrap;padding:10px 16px}.kick-hint{color:var(--muted);margin:10px 4px 0;font-size:10px}.kick-player-card{background:var(--panel);border:1px solid var(--line);box-shadow:var(--shadow);border-radius:18px;margin-top:18px;overflow:hidden}.kick-player-head{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:14px;padding:14px 16px;display:flex}.kick-head-actions{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.kick-head-actions .secondary{white-space:nowrap}.kick-player-head h3{font-family:var(--font-display);margin:4px 0 0;font-size:15px}.kick-frame-wrap{aspect-ratio:16/9;background:#000;width:100%;position:relative}.kick-frame-wrap iframe{background:#000;border:0;width:100%;height:100%;position:absolute;inset:0}.player-message:not(.show){display:none!important}.player-shell:fullscreen{background:#000}.player-shell:fullscreen .video-wrap{background:#000}.player-shell:fullscreen .video-wrap video{object-fit:contain;width:100vw;height:100vh}.player-shell.is-fullscreen .video-wrap video{width:100%;height:100%;object-fit:contain!important}.player-shell.is-fullscreen .player-top{pointer-events:auto}@media (width<=900px){.grid{grid-template-columns:repeat(auto-fill,minmax(125px,1fr));gap:18px 12px}}@media (width<=700px){.grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 10px}.kick-search{flex-wrap:wrap}.kick-search .primary{width:100%}.kick-frame-wrap{aspect-ratio:16/10}.kick-head-actions{justify-content:flex-end}.kick-head-actions .secondary{padding:8px 10px;font-size:10px}}.kick-nav{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.kick-nav .back{margin:0}.kick-nav-title{font-family:var(--font-display);letter-spacing:2px;color:var(--muted);font-size:10px;font-weight:700}.kick-page .section-title{margin-bottom:10px}.kick-page .section-title h2{margin-top:4px}.kick-frame-wrap{min-height:420px}.kick-frame-wrap iframe{display:block}@media (width<=700px){.kick-frame-wrap{min-height:240px}}.player-shell{background:#000;position:relative}.player-top{z-index:20;pointer-events:auto;top:0;left:0;right:0;background:linear-gradient(#000000c7,#0000)!important;border:0!important;height:58px!important;padding:0 14px!important;position:absolute!important}.player-top-left,.player-top-right{align-items:center;gap:8px;min-width:0;display:flex}.player-top-left{margin-right:auto}.player-top-right{margin-left:auto}.player-top-title{pointer-events:none;align-items:center;gap:8px;min-width:0;max-width:46%;display:flex;position:absolute;top:18px;left:50%;transform:translate(-50%)}.player-top-title .state-label{color:#8aa9ff;letter-spacing:1.2px;white-space:nowrap;font-size:9px}.player-top-title .now-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.player-chip,.player-quality-top{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#121723e6;border:1px solid #ffffff1f;border-radius:9px;height:34px;padding:0 12px;font-size:10px;font-weight:700}.player-quality-top{color:#dce5ff;background:#070a11d1}.player-chip:hover,.player-quality-top:hover{background:#283046f2}.player-top-right .watchers{background:#0c101ab8;border:1px solid #ffffff1a;border-radius:9px;padding:7px 10px}.video-wrap{overflow:hidden}.player-loading{overflow:hidden;z-index:15!important;background:#000!important}.always-close-btn{z-index:50;color:#fff;background:#0009;border:1px solid #ffffff1f;border-radius:50%;place-items:center;width:36px;height:36px;font-size:15px;display:grid;position:absolute;top:14px;right:14px}.always-close-btn:hover{background:#000000d9}.loading-cancel-btn{color:#fff;background:#ffffff14;border:1px solid #ffffff29;border-radius:999px;margin-top:16px;padding:9px 20px;font-size:12px;font-weight:600}.loading-cancel-btn:hover{background:#ffffff24}.player-loading.has-poster .player-loading-backdrop{background-image:var(--loading-poster);filter:blur(24px);opacity:.32;background-position:50%;background-size:cover;position:absolute;inset:-32px;transform:scale(1.08)}.player-loading.has-poster:after{content:"";background:linear-gradient(#000000bf,#000000f0);position:absolute;inset:0}.player-loading-video{object-fit:cover;opacity:.5;z-index:1;width:100%;height:100%;position:absolute;inset:0}.player-loading .loading-center{z-index:2;position:relative}.loading-center{z-index:2;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:20px;display:flex;position:relative}.player-loading strong{font-size:14px!important}.player-loading span{max-width:420px;font-size:10px!important}.player-controls{background:linear-gradient(#0000,#0000009e 50%,#000000f2)!important;padding:38px 18px 15px!important}.progress-row{align-items:center;gap:10px;margin-bottom:10px;display:flex}.progress-row input[type=range]{--buffered:0%;appearance:none;background:linear-gradient(to right,red 0%,red var(--progress,0%),#ffffff61 var(--progress,0%),#ffffff61 var(--buffered),#ffffff29 var(--buffered),#ffffff29 100%);cursor:pointer;border-radius:99px;flex:1;height:4px}.progress-row input[type=range]::-webkit-slider-runnable-track{background:linear-gradient(to right,red 0%,red var(--progress,0%),#ffffff61 var(--progress,0%),#ffffff61 var(--buffered),#ffffff29 var(--buffered),#ffffff29 100%);border-radius:99px;height:4px}.progress-row input[type=range]::-moz-range-track{background:linear-gradient(to right,red 0%,red var(--progress,0%),#ffffff61 var(--progress,0%),#ffffff61 var(--buffered),#ffffff29 var(--buffered),#ffffff29 100%);border-radius:99px;height:4px}.progress-row input[type=range]::-webkit-slider-thumb{appearance:none;background:#fff;border-radius:50%;width:12px;height:12px;margin-top:-4px}.progress-row input[type=range]::-moz-range-thumb{background:#fff;border:0;border-radius:50%;width:12px;height:12px}.progress-row span{color:#fff;white-space:nowrap;text-align:right;min-width:68px;font-size:10px;font-weight:700}.control-row{align-items:center;gap:10px;display:flex}.control-btn,.skip-btn{font-weight:800;color:#fff!important;background:#141822eb!important;border:1px solid #ffffff14!important;border-radius:10px!important;width:38px!important;height:38px!important}.skip-btn{cursor:pointer;font-size:10px;width:48px!important}.control-btn:hover,.skip-btn:hover{background:#2a3040f5!important}.volume{width:130px!important}.quality-select{color:#fff;background:#141822eb;border:1px solid #ffffff14;border-radius:10px;height:38px;padding:0 10px;font-size:10px;font-weight:700}.live-status{letter-spacing:1px;color:#ff6464;font-size:10px;font-weight:800}.player-shell.is-live-player .player-controls{padding-top:48px!important}.player-shell.is-live-player .video-wrap{height:100%}.player-shell.is-live-player .player-top{background:linear-gradient(#000000d1,#0000)!important}.kick-player-card{position:relative}.kick-player-head{z-index:3;color:#fff;background:linear-gradient(#000000c7,#00000059);border:0;position:absolute;top:0;left:0;right:0}.kick-player-head .eyebrow,.kick-player-head h3{color:#fff}.kick-frame-wrap{background:#000}@media (width<=700px){.player-top-title{max-width:34%;left:42%}.player-chip{padding:0 8px;font-size:9px}.volume{width:75px!important}.control-row{gap:6px}.player-controls{padding-left:10px!important;padding-right:10px!important}}.sports-page{max-width:1450px;margin:0 auto}.sports-hero{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:20px;padding:24px 0 30px;display:flex}.sports-hero h1{font-family:var(--font-display);letter-spacing:-1px;margin:6px 0 8px;font-size:38px}.sports-hero p{color:var(--muted);margin:0;font-size:12px;line-height:1.7}.fixtures-count{color:var(--muted);margin-inline-start:auto;font-size:13px}.fixtures-toolbar{flex-wrap:wrap;align-items:center;gap:10px;padding:16px 0;display:flex}.fixtures-hint{color:var(--muted);width:100%;font-size:12px}.fixtures-select,.fixtures-search{background:var(--panel);border:1px solid var(--line);color:#fff;border-radius:10px;padding:10px 14px;font-size:13px}.fixtures-select{min-width:220px}.fixtures-search{flex:1;min-width:200px}.fixtures-tabs{gap:6px;margin-inline-start:auto;display:flex}.fixtures-tab{background:var(--panel);border:1px solid var(--line);color:var(--muted);cursor:pointer;border-radius:10px;align-items:center;gap:6px;padding:9px 14px;font-size:13px;display:flex}.fixtures-tab small{color:inherit;opacity:.7;font-size:11px}.fixtures-tab.active{background:var(--accent);border-color:var(--accent);color:#fff}.fixtures-list{flex-direction:column;gap:14px;padding-bottom:24px;display:flex}.fixture-group{background:var(--panel);border:1px solid var(--line);border-radius:14px;overflow:hidden}.fixture-group summary{cursor:pointer;background:#ffffff08;justify-content:space-between;align-items:center;padding:12px 18px;font-size:13px;font-weight:600;list-style:none;display:flex}.fixture-group summary::-webkit-details-marker{display:none}.fixture-group summary:before{content:"▾";color:var(--muted);margin-inline-end:8px}.fixture-group[open] summary:before{content:"▴"}.fixture-group-count{color:var(--muted);font-weight:400}.fixture-row{border-top:1px solid var(--line);grid-template-columns:36px 90px 1fr 32px 70px 32px 1fr 64px;align-items:center;gap:10px;padding:12px 18px;display:grid}.fixture-play{background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:30px;height:30px;font-size:12px;display:grid}.fixture-play:disabled{color:#6a7386;cursor:not-allowed;background:#2a3040}.fixture-channel{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.fixture-team{text-align:center;font-size:13px;font-weight:600}.fixture-home{text-align:end}.fixture-away{text-align:start}.fixture-logo{object-fit:contain;justify-self:center;width:26px;height:26px}.fixture-logo-fallback{color:#7181a2;justify-self:center;place-items:center;width:26px;height:26px;font-size:14px;display:grid}.fixture-mid{color:var(--muted);flex-direction:column;align-items:center;gap:2px;min-width:70px;font-size:12px;display:flex}.fixture-mid b{color:#fff;font-size:13px}.fixture-live{letter-spacing:.04em;font-size:11px;color:#e8332f!important}.fixture-day{color:var(--muted);text-align:end;white-space:nowrap;font-size:11px}@media (width<=900px){.fixture-row{grid-template-columns:30px 1fr 26px 26px 1fr;grid-template-areas:"play home homelogo awaylogo away""chan mid mid mid day"}.fixture-channel{grid-area:chan}.fixture-team.fixture-home{grid-area:home}.fixture-team.fixture-away{grid-area:away}.fixture-mid{grid-area:mid}.fixture-day{grid-area:day}}.sports-title{margin-top:28px}.match-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:18px;display:grid}.match-card{text-align:left;background:var(--panel);border:1px solid var(--line);border-radius:15px;padding:0;transition:transform .16s,border-color .16s,box-shadow .16s;display:block;overflow:hidden}.match-card:hover:not(:disabled){border-color:var(--accent);transform:translateY(-3px);box-shadow:0 18px 50px #00000047}.match-card:disabled{opacity:.58;cursor:not-allowed}.match-card.is-watchable{border-color:#33dcb32e}.match-poster{aspect-ratio:16/9;background:linear-gradient(145deg,#111a2c,#070b13);position:relative;overflow:hidden}.match-poster img{object-fit:cover;width:100%;height:100%}.match-fallback{color:#7181a2;place-items:center;width:100%;height:100%;font-size:38px;display:grid}.match-clubs{justify-content:center;align-items:center;gap:18px;width:100%;height:100%;display:flex}.club-logo{object-fit:contain;background:#ffffff0a;border-radius:10px;width:56px;height:56px;padding:6px}.club-logo-fallback{color:#7181a2;background:#ffffff0a;border-radius:10px;place-items:center;width:56px;height:56px;font-size:26px;display:grid}.match-vs{color:#7181a2;text-transform:uppercase;letter-spacing:.05em;font-size:12px}.match-status{letter-spacing:1px;color:#d8deec;background:#0c1019e6;border:1px solid #ffffff1f;border-radius:7px;padding:5px 8px;font-size:8px;font-weight:800;position:absolute;top:10px;left:10px}.match-status.is-live{color:#fff;background:#e43d54;border-color:#ff6478}.match-copy{flex-direction:column;gap:6px;padding:13px 14px 15px;display:flex}.match-copy strong{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:12px;line-height:1.45;display:-webkit-box;overflow:hidden}.match-copy span{color:var(--accent);font-size:9px;font-weight:700}.match-copy small{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:9px;overflow:hidden}.sports-note{border:1px solid var(--line);color:var(--muted);background:#ffffff04;border-radius:10px;margin-top:20px;padding:12px 14px;font-size:9px;line-height:1.6}.kick-frame-wrap:fullscreen{background:#000;aspect-ratio:auto!important;width:100vw!important;height:100vh!important;min-height:100vh!important}.kick-frame-wrap:fullscreen iframe{width:100vw!important;height:100vh!important}@media (width<=700px){.sports-hero{flex-direction:column;align-items:flex-start}.sports-hero h1{font-size:30px}.match-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.match-copy{padding:10px}.match-copy strong{font-size:10px}}.kick-fullscreen{z-index:8;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#080b12e6;border:1px solid #ffffff2e;border-radius:10px;place-items:center;width:42px;height:42px;font-size:18px;display:grid;position:absolute;bottom:14px;right:14px}.kick-fullscreen:hover{background:#1e2638f5;border-color:#ffffff52}.boot{color:#eef2fb!important;background:radial-gradient(600px 320px at 50% 46%,#3d5a992e,#0000 70%),#070b13!important;place-items:center!important;width:100%!important;min-height:100vh!important;display:grid!important;position:relative!important;overflow:hidden!important}.boot-video{object-fit:cover;opacity:.55;z-index:0;width:100%;height:100%;position:absolute;inset:0}.boot-loading{z-index:1;text-align:center;justify-content:center;align-items:center;display:flex;position:relative}.boot-loading strong{letter-spacing:.2px;color:#dbe3f5;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#070b138c;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:700}.boot-loader{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:13px;min-width:220px;display:flex}.boot-loader .spinner{width:28px;height:28px}.boot-loader>div:last-child{letter-spacing:.2px;color:#dbe3f5;font-size:12px;font-weight:700}.player-top{background:linear-gradient(#000000d1,#0000)!important;align-items:center!important;height:58px!important;padding:0 14px!important;display:flex!important}.player-top-left{display:none!important}.player-top-right{align-items:center!important;gap:8px!important;margin-left:auto!important;display:flex!important}.player-top-title{pointer-events:none}.player-hide-top{border-radius:9px!important;place-items:center!important;width:34px!important;height:34px!important;padding:0!important;font-size:18px!important;display:grid!important}.player-top .watchers{display:none!important}.player-loading{z-index:30!important;background:#070b13!important;place-items:center!important;display:grid!important;position:absolute!important;inset:0!important}.player-loading .loading-center{flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:12px!important;display:flex!important;position:absolute!important;inset:0!important}.player-loading strong{color:#e8edf8!important;font-size:12px!important;font-weight:700!important}.player-loading .spinner{width:30px;height:30px}#quality-top,#player-pause-top,#player-invite-top,#player-dim-top{display:none!important}.sports-page{width:min(1280px,100%);max-width:1280px!important;margin:0 auto!important;padding:34px 34px 70px!important}.matches-hero{background:radial-gradient(500px 240px at 88% 30%,#507aff38,#0000 72%),radial-gradient(450px 260px at 5% 100%,#27cbaa1a,#0000 72%),linear-gradient(135deg,#121d36,#0a1020 68%);border:1px solid #ffffff14;border-radius:24px;justify-content:space-between;align-items:center;gap:30px;min-height:205px;padding:30px 34px;display:flex;position:relative;overflow:hidden;box-shadow:0 24px 70px #00000047}.matches-hero:after{content:"";border:1px solid #ffffff12;border-radius:50%;width:330px;height:330px;position:absolute;top:-100px;right:-80px;box-shadow:0 0 0 35px #ffffff05,0 0 0 70px #ffffff03}.matches-hero h1{font-family:var(--font-display);letter-spacing:-1.4px;margin:8px 0 9px!important;font-size:40px!important}.matches-hero p{color:#8f9bb6;max-width:650px;font-size:12px;line-height:1.8;margin:0!important}.matches-live-box{z-index:2;text-align:center;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#0509127a;border:1px solid #ffffff17;border-radius:18px;min-width:130px;padding:18px 20px;position:relative}.matches-live-box span{color:#ff6871;letter-spacing:1.6px;font-size:8px;font-weight:800;display:block}.matches-live-box b{font-family:var(--font-display);margin:7px 0;font-size:34px;line-height:1;display:block}.matches-live-box small{color:#71809e;font-size:9px}.matches-toolbar{align-items:center;gap:10px;margin:24px 0 12px;display:flex}.matches-search{border:1px solid var(--line);background:#111b31;border-radius:13px;flex:1;align-items:center;gap:9px;min-width:220px;height:44px;padding:0 14px;display:flex}.matches-search span{color:#7080a2;font-size:18px}.matches-search input{color:#fff;background:0 0;border:0;outline:0;width:100%;font-size:11px}.matches-search input::placeholder{color:#64708b}.matches-toolbar .fixtures-select{background:#111b31;border-radius:13px;min-width:190px;height:44px;margin:0}.matches-refresh{border:1px solid var(--line);color:#cfd7e9;background:#111b31;border-radius:13px;height:44px;padding:0 15px;font-size:10px;font-weight:700}.matches-refresh:hover{background:#192644;border-color:#5b7fc780}.matches-tabs{border:1px solid var(--line);background:#0d1629;border-radius:13px;gap:7px;width:max-content;max-width:100%;margin:0 0 20px;padding:4px;display:flex}.matches-tabs .fixtures-tab{background:0 0;border:0;border-radius:9px;justify-content:center;min-width:75px;padding:9px 13px;font-size:10px}.matches-tabs .fixtures-tab.active{background:#365ba4;box-shadow:0 5px 18px #3d5a9940}.matches-groups{flex-direction:column;gap:18px;display:flex}.match-league{background:#101a30;border:1px solid #ffffff12;border-radius:18px;overflow:hidden}.match-league>header{background:linear-gradient(90deg,#172441,#121d34);border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;min-height:52px;padding:0 18px;display:flex}.match-league>header span{color:#e7edf9;font-size:11px;font-weight:800}.match-league>header small{color:#73809b;font-size:9px}.match-row{border-bottom:1px solid #ffffff0e;grid-template-columns:105px minmax(150px,1fr) 105px minmax(150px,1fr) 82px;align-items:center;gap:10px;min-height:86px;padding:12px 16px;transition:background .16s,border-color .16s;display:grid}.match-row:last-child{border-bottom:0}.match-row:hover{background:#ffffff06}.match-row.is-watchable{background:linear-gradient(90deg,#3d5a990b,#3d5a9903)}.match-row-time{color:#7887a4;flex-direction:column;align-items:flex-start;gap:5px;font-size:9px;display:flex}.match-live-dot{color:#ff5d68;letter-spacing:1.1px;font-size:8px}.match-side{color:#e9eef8;align-items:center;gap:10px;min-width:0;font-size:11px;font-weight:700;display:flex}.match-side.home{text-align:right;justify-content:flex-end}.match-side.away{text-align:left;justify-content:flex-start}.match-side strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.match-side img,.match-side i{object-fit:contain;color:#7282a3;background:#182542;border-radius:11px;flex:0 0 40px;place-items:center;width:40px;height:40px;padding:5px;font-style:normal;display:grid}.match-score{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:5px;min-width:88px;display:flex}.match-score b{font-family:var(--font-display);color:#fff;font-size:16px}.match-score>span{color:#8491aa;text-transform:uppercase;background:#192641;border-radius:99px;padding:4px 9px;font-size:8px}.match-score small{text-overflow:ellipsis;white-space:nowrap;color:#6f7d99;max-width:100px;font-size:7px;overflow:hidden}.match-watch{color:#dfe8ff;background:#1a2c51;border:1px solid #5b7fc747;border-radius:9px;width:100%;height:34px;font-size:8px;font-weight:800}.match-watch:hover:not(:disabled){background:#365ba4;border-color:#4c71bd}.match-watch:disabled{color:#5e687d;background:#171f31;border-color:#ffffff0d}.matches-loading{color:#7c89a4;background:#0e172a;border:1px dashed #ffffff14;border-radius:18px;flex-direction:column;justify-content:center;align-items:center;gap:13px;min-height:280px;font-size:10px;display:flex}.kick-page{width:min(1280px,100%);max-width:1280px!important;margin:0 auto!important;padding:34px 34px 70px!important}.kick-hero{background:radial-gradient(520px 280px at 88%,#764bff33,#0000 68%),linear-gradient(135deg,#121b33,#090f1c 70%);border:1px solid #ffffff14;border-radius:26px;justify-content:space-between;align-items:center;gap:30px;min-height:310px;padding:40px 42px;display:flex;position:relative;overflow:hidden}.kick-hero-copy{z-index:2;max-width:720px;position:relative}.kick-hero h1{font-family:var(--font-display);letter-spacing:-1.6px;line-height:1.02;margin:10px 0 12px!important;font-size:43px!important}.kick-hero h1 span{color:#a38cff}.kick-hero p{color:#8995ae;margin:0 0 22px;font-size:11px;line-height:1.8}.kick-input-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#070b159e;border:1px solid #ffffff1a;border-radius:15px;align-items:center;gap:10px;width:min(650px,100%);height:54px;padding:6px 7px 6px 15px;display:flex;box-shadow:0 15px 50px #0000003d}.kick-input-icon{font-size:15px}.kick-input-card input{color:#fff;background:0 0;border:0;outline:0;flex:1;min-width:0;height:40px;font-size:11px}.kick-input-card .primary{border-radius:10px;height:40px;padding:0 17px}.kick-input-hint{color:#596782;margin:9px 3px 0;font-size:8px;display:block}.kick-hero-art{flex:0 0 250px;place-items:center;width:250px;height:220px;display:grid;position:relative}.kick-art-glow{filter:blur(35px);background:#764bff33;border-radius:50%;width:180px;height:180px;position:absolute}.kick-art-card{background:linear-gradient(145deg,#211d42,#0e1325);border:1px solid #ffffff1f;border-radius:22px;flex-direction:column;justify-content:center;align-items:center;gap:5px;width:170px;height:130px;display:flex;position:relative;transform:rotate(-5deg);box-shadow:0 28px 70px #00000073}.kick-art-card span{color:#ff6572;letter-spacing:2px;font-size:7px;font-weight:900}.kick-art-card b{font-family:var(--font-display);letter-spacing:3px;font-size:38px}.kick-art-card small{letter-spacing:3px;color:#6f7b97;font-size:6px}.kick-stage{background:#070a11;border:1px solid #ffffff14;border-radius:20px;margin-top:20px;overflow:hidden;box-shadow:0 25px 80px #00000059}.kick-stage-bar{background:#0d1425;border-bottom:1px solid #ffffff12;justify-content:space-between;align-items:center;gap:15px;min-height:62px;padding:10px 14px 10px 18px;display:flex}.kick-stage-bar>div:first-child{align-items:center;gap:10px;display:flex}.kick-stage-bar strong{font-size:11px}.kick-stage-actions{gap:7px;display:flex}.kick-stage-actions .secondary{border-radius:8px;padding:8px 11px;font-size:9px}.kick-frame-wrap{aspect-ratio:16/9!important;background:#000!important;width:100%!important;min-height:0!important;position:relative!important}.kick-frame-wrap iframe{border:0!important;width:100%!important;height:100%!important;position:absolute!important;inset:0!important}.kick-fullscreen{color:#fff!important;z-index:20!important;background:#060910db!important;border:1px solid #ffffff26!important;border-radius:10px!important;place-items:center!important;width:40px!important;height:40px!important;display:grid!important;position:absolute!important;bottom:15px!important;right:15px!important}.kick-fullscreen:hover{background:#25355a!important}.kick-show-ui{opacity:0;pointer-events:none;z-index:21;color:#fff;background:#000c;border:1px solid #ffffff1f;border-radius:7px 7px 0 0;width:32px;height:18px;position:absolute;bottom:12px;left:50%;transform:translate(-50%)}.kick-page.kick-ui-hidden .kick-stage-bar,.kick-page.kick-ui-hidden .kick-show-ui{display:none}.kick-page.kick-ui-hidden .kick-fullscreen{opacity:1!important}.kick-page.kick-ui-hidden .kick-frame-wrap:hover .kick-show-ui{opacity:1;pointer-events:auto}.kick-empty{background:#0d1527;border:1px dashed #ffffff14;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:9px;min-height:300px;margin-top:20px;display:flex}.kick-empty-icon{color:#a38cff;width:58px;height:58px;font-family:var(--font-display);background:#201c3e;border-radius:17px;place-items:center;font-size:25px;font-weight:800;display:grid}.kick-empty strong{font-size:12px}.kick-empty span{color:#65728c;font-size:9px}.kick-frame-wrap:fullscreen~*{display:none!important}.kick-frame-wrap:fullscreen .kick-fullscreen{display:grid!important}@media (width<=800px){.sports-page,.kick-page{padding:20px 14px 50px!important}.matches-hero,.kick-hero{min-height:0;padding:26px 22px}.matches-hero h1,.kick-hero h1{font-size:31px!important}.matches-live-box,.kick-hero-art{display:none}.matches-toolbar{flex-wrap:wrap}.matches-search{flex-basis:100%;width:100%}.matches-toolbar .fixtures-select{flex:1;min-width:0}.matches-refresh{flex:none}.match-row{grid-template-columns:62px minmax(0,1fr) 58px minmax(0,1fr);grid-template-areas:"time home score away""watch watch watch watch";gap:7px 5px;padding:12px}.match-row-time{grid-area:time}.match-side.home{grid-area:home}.match-score{grid-area:score}.match-side.away{grid-area:away}.match-watch{grid-area:watch;width:100%;height:30px}.match-side img,.match-side i{flex-basis:30px;width:30px;height:30px}.match-side{gap:5px;font-size:9px}.matches-tabs{width:100%}.matches-tabs .fixtures-tab{flex:1;min-width:0;padding-inline:5px}.kick-input-card{flex-wrap:wrap;height:auto;padding:8px}.kick-input-card input{flex-basis:calc(100% - 35px)}.kick-input-card .primary{width:100%}}.home-brand{appearance:none;cursor:pointer;text-align:left;color:inherit;background:0 0;border:0;align-items:center;gap:12px;min-width:190px;margin:0;padding:0;display:flex}.home-brand:hover .brand-mark{border-color:#ffffff3d;transform:translateY(-1px)}.home-brand .brand-mark{transition:transform .16s,border-color .16s}.top-search{min-width:0}.global-search{background:#141d31e0;border:1px solid #ffffff1a;width:min(640px,100%);height:46px;padding:0 48px 0 18px;position:relative;box-shadow:0 10px 32px #0000002e,inset 0 1px #ffffff09}.global-search:focus-within{border-color:#5b7fc7b8;box-shadow:0 0 0 4px #3d5a9924,0 12px 36px #00000040}.global-search .search-icon{color:#91a0bd;flex:none;font-size:20px;line-height:1}.global-search input{color:#f7f9ff;margin:0 10px;font-size:13px}.global-search input::placeholder{color:#71809d}.global-search kbd{background:#ffffff08;border-radius:7px;padding:4px 7px;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.search-clear{color:#8794ad;opacity:.78;background:#ffffff0a;border-radius:50%;place-items:center;width:24px;height:24px;font-size:17px;line-height:1;display:grid;position:absolute;top:50%;right:42px;transform:translateY(-50%)}.search-clear:hover{color:#fff;background:#ffffff16}.player-loading{opacity:1;visibility:visible;transition:opacity .16s,visibility .16s!important}.player-loading.is-hidden{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.player-loading .loading-center{transform:translateZ(0)}.player-loading .spinner{animation:.85s linear infinite oliver-spin}.player-controls .chevron-btn{z-index:30;position:relative;pointer-events:auto!important;cursor:pointer!important}.player-shell.controls-hidden .show-controls-btn{z-index:50!important;pointer-events:auto!important;cursor:pointer!important}.kick-hero{position:relative}.kick-back-top{z-index:5;color:#dce4f5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#070b14ad;border:1px solid #ffffff1a;border-radius:11px;padding:9px 13px;font-size:11px;font-weight:800;position:absolute;top:22px;left:24px}.kick-back-top:hover{background:#232d44e6;border-color:#fff3}.match-watch-btn{z-index:4;position:relative;cursor:pointer!important;pointer-events:auto!important}.match-watch-btn:disabled{opacity:.45;cursor:not-allowed!important}@media (width<=700px){.home-brand{min-width:0}.global-search{height:42px;padding-left:13px}.global-search kbd{display:none}.search-clear{right:12px}.global-search{padding-right:42px}.kick-back-top{top:14px;left:14px}.kick-back-top span{display:none}}.kick-frame-wrap.kick-css-fullscreen{aspect-ratio:auto!important;z-index:999999!important;background:#000!important;border:0!important;border-radius:0!important;width:100vw!important;height:100vh!important;min-height:100vh!important;position:fixed!important;inset:0!important}.kick-frame-wrap.kick-css-fullscreen iframe{width:100vw!important;height:100vh!important;position:absolute!important;inset:0!important}.kick-frame-wrap.kick-css-fullscreen .kick-fullscreen{z-index:1000000!important;pointer-events:auto!important;position:fixed!important;bottom:18px!important;right:18px!important}body.kick-fullscreen-active{overflow:hidden!important}body.kick-fullscreen-active .topbar,body.kick-fullscreen-active .topnav,body.kick-fullscreen-active .kick-hero,body.kick-fullscreen-active .kick-launch{display:none!important}body.kick-fullscreen-active .kick-page{max-width:none!important;margin:0!important;padding:0!important}body.kick-fullscreen-active .kick-viewer{margin:0!important}.sports-redesign{max-width:1400px;margin:0 auto;padding-bottom:60px}.sports-hero-modern{border-bottom:1px solid var(--line);justify-content:space-between;align-items:center;gap:24px;padding:28px 0 22px;display:flex}.sports-kicker{letter-spacing:.14em;color:var(--muted);font-size:11px;font-weight:700}.sports-hero-modern h1{font-family:var(--font-display);letter-spacing:-.5px;margin:8px 0 6px;font-size:36px}.sports-hero-modern p{color:var(--muted);margin:0;font-size:13px}.sports-live-box{background:var(--panel);border:1px solid var(--line);border-radius:14px;flex-direction:column;justify-content:center;align-items:center;gap:2px;min-width:110px;padding:14px 26px;display:flex;position:relative}.sports-live-box strong{color:#fff;font-size:26px;font-family:var(--font-display)}.sports-live-box small{color:var(--live);letter-spacing:.08em;font-size:10px;font-weight:700}.sports-live-pulse{background:var(--live);border-radius:50%;width:8px;height:8px;animation:1.6s infinite sportsPulse;position:absolute;top:10px;right:10px;box-shadow:0 0 #e8332f99}@keyframes sportsPulse{0%{box-shadow:0 0 #e8332f99}70%{box-shadow:0 0 0 8px #e8332f00}to{box-shadow:0 0 #e8332f00}}.sports-toolbar-modern{flex-wrap:wrap;align-items:center;gap:10px;padding:18px 0;display:flex}.sports-back-btn{background:var(--panel);border:1px solid var(--line);color:#fff;border-radius:999px;padding:10px 18px;font-size:13px;font-weight:600}.sports-control{background:var(--panel);border:1px solid var(--line);color:#fff;border-radius:10px;min-width:160px;padding:10px 14px;font-size:13px}.sports-search-modern{background:var(--panel);border:1px solid var(--line);border-radius:10px;flex:1;align-items:center;gap:8px;min-width:200px;padding:0 14px;display:flex}.sports-search-modern span{color:var(--muted)}.sports-search-modern input{color:#fff;background:0 0;border:0;outline:none;width:100%;padding:10px 0;font-size:13px}.sports-tabs-modern{gap:6px;margin-inline-start:auto;display:flex}.sports-refresh-modern{background:var(--panel);border:1px solid var(--line);color:#fff;border-radius:10px;width:38px;height:38px;font-size:15px}.sports-refresh-modern:hover{background:var(--panel2)}.sports-loading-modern{color:var(--muted);flex-direction:column;align-items:center;gap:12px;padding:80px 0;display:flex}.sports-loading-modern strong{color:#fff;font-size:14px}.sports-loading-modern span{font-size:12px}.matches-modern-list{flex-direction:column;gap:22px;display:flex}.league-modern{background:var(--panel);border:1px solid var(--line);border-radius:16px;overflow:hidden}.league-modern-head{border-bottom:1px solid var(--line);background:#ffffff08;justify-content:space-between;align-items:center;padding:14px 20px;display:flex}.league-modern-head span{letter-spacing:.1em;color:var(--muted);font-size:9px;font-weight:700;display:block}.league-modern-head strong{color:#fff;font-size:14px}.league-modern-head b{color:var(--muted);font-size:12px;font-weight:600}.match-modern-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px;padding:16px;display:grid}.match-modern{background:var(--panel2);border:1px solid var(--line);border-radius:14px;flex-direction:column;gap:12px;padding:14px 16px;transition:transform .15s,border-color .15s;display:flex}.match-modern:hover{border-color:var(--line-strong);transform:translateY(-2px)}.match-modern.match-live{border-color:#e8332f66}.match-modern-top{color:var(--muted);letter-spacing:.03em;justify-content:space-between;align-items:center;font-size:10.5px;font-weight:600;display:flex}.match-when{align-items:center;gap:5px;display:flex}.match-modern.match-live .match-when{color:var(--live)}.match-modern.match-live .match-when i{background:var(--live);border-radius:50%;width:6px;height:6px;display:inline-block}.match-modern-teams{justify-content:space-between;align-items:center;gap:8px;display:flex}.match-team{flex-direction:column;flex:1;align-items:center;gap:8px;min-width:0;display:flex}.match-team strong{text-align:center;color:#fff;white-space:nowrap;text-overflow:ellipsis;max-width:100%;font-size:12px;overflow:hidden}.match-logo{background:#ffffff0a;border-radius:10px;place-items:center;width:40px;height:40px;font-size:18px;display:grid}.match-logo img{object-fit:contain;width:100%;height:100%;padding:5px}.match-score{flex-direction:column;align-items:center;gap:2px;min-width:56px;display:flex}.match-score b{color:#fff;font-size:18px;font-family:var(--font-display)}.match-score span{color:var(--muted);text-transform:uppercase;font-size:9px}.match-score small{color:var(--live);font-size:9px;font-weight:700}.match-modern-bottom{border-top:1px solid var(--line);justify-content:space-between;align-items:center;gap:10px;padding-top:10px;display:flex}.match-modern-bottom span{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:10.5px;overflow:hidden}.match-watch-btn{background:var(--accent);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:4px;padding:7px 14px;font-size:11px;font-weight:700;display:flex}.match-watch-btn:disabled{color:#6a7386;background:#2a3040}.match-modern.match-unavailable{opacity:.6}@media (width<=640px){.match-modern-grid{grid-template-columns:1fr}.sports-tabs-modern{width:100%;margin-inline-start:0}}
