@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";:root{font-family:Inter,system-ui,sans-serif;color:#f7f8fb;background:#050609;font-synthesis:none;--accent: #3f67f5;--accent-strong: #2851ec;--surface: #0d1017;--surface-2: #121722;--muted: rgba(255,255,255,.48);--border: rgba(255,255,255,.09)}*{box-sizing:border-box;letter-spacing:0}html{width:100%;max-width:100%;overflow-x:clip;overflow-y:auto;background:#050609}body{width:100%;max-width:100%;margin:0;min-width:320px;min-height:100vh;overflow-x:clip;overflow-y:visible}#root{width:100%;max-width:100%;overflow-x:clip;overflow-y:visible}html{scrollbar-color:var(--accent) #08090b;scrollbar-width:thin}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar:horizontal{display:none;height:0}::-webkit-scrollbar-track{background:#08090b}::-webkit-scrollbar-thumb{min-height:54px;border:1px solid #08090b;border-radius:999px;background:var(--accent)}::-webkit-scrollbar-thumb:hover{background:var(--accent-strong)}::-webkit-scrollbar-button:single-button{width:7px;height:9px;background-color:#08090b;background-position:center;background-repeat:no-repeat}::-webkit-scrollbar-button:single-button:vertical:decrement{background-image:conic-gradient(from 225deg at 50% 62%,transparent 0 25%,#8d8f94 0 50%,transparent 0);background-size:5px 5px}::-webkit-scrollbar-button:single-button:vertical:increment{background-image:conic-gradient(from 45deg at 50% 38%,transparent 0 25%,#8d8f94 0 50%,transparent 0);background-size:5px 5px}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer}a{color:inherit;text-decoration:none}img{display:block}.spin{animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.logo{display:inline-flex;align-items:center;gap:3px;font-size:20px;font-weight:750;white-space:nowrap}.logo strong{color:var(--accent)}.logo-ring{width:31px;height:31px;display:grid;place-items:center;border:3px solid var(--accent);border-radius:50%;margin-right:6px}.logo-ring span{width:0;height:0;margin-left:3px;border-left:9px solid var(--accent);border-top:6px solid transparent;border-bottom:6px solid transparent}.logo.compact b,.logo.compact strong{display:none}.brand-logo{width:154px;height:auto;object-fit:contain}.brand-logo.compact{width:36px}.loading-state{min-height:55vh;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:13px;color:var(--muted);font-size:13px}.loading-state svg{width:30px;height:30px;color:var(--accent)}.empty-state{min-height:46vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--muted);padding:30px}.empty-state>svg{width:56px;height:56px;stroke-width:1.25;color:#fff3;margin-bottom:20px}.empty-state h2{margin:0;color:#fff;font-size:19px}.empty-state p{max-width:360px;margin:9px 0 0;font-size:13px;line-height:1.55}.login-page{position:relative;min-height:100vh;display:grid;place-items:center;overflow:hidden;padding:24px;background:linear-gradient(135deg,#01040f,#04143d 52%,#01040f)}.login-page:before{content:"";position:absolute;inset:0;pointer-events:none;background:#00000038}.login-glow{position:absolute;left:-42vw;width:max(38vw,74vh);height:max(38vw,74vh);pointer-events:none;border-radius:50%;background:radial-gradient(circle,rgba(28,123,206,.23) 0%,rgba(9,48,110,.12) 48%,transparent 100%);will-change:transform;animation:tv-login-orb 28s linear infinite}.login-glow.one{top:-30vh;transform:scale(.78)}.login-glow.two{top:-14vh;animation-delay:-7.56s;transform:scale(.86)}.login-glow.three{top:2vh;animation-delay:-15.12s;transform:scale(.94)}.login-glow.four{top:19vh;animation-delay:-22.68s;transform:scale(1.02)}@keyframes tv-login-orb{0%{translate:0 0}25%{translate:calc(25vw + 25%) -11vh}50%{translate:calc(50vw + 50%) 0}75%{translate:calc(75vw + 75%) 11vh}to{translate:calc(100vw + 100%) 0}}.login-card{width:min(100%,420px);position:relative;z-index:1;padding:42px 38px 32px;text-align:center;border:1px solid rgba(255,255,255,.07);border-radius:28px;background:#07090fd6;box-shadow:0 32px 80px #0009;-webkit-backdrop-filter:blur(25px);backdrop-filter:blur(25px)}.login-card .brand-logo{width:190px;margin:0 auto 16px}.login-card .logo{justify-content:center;margin-bottom:28px;font-size:25px}.login-card .logo-ring{width:37px;height:37px}.login-card h1{margin:0;font-size:19px}.login-card>p{margin:8px 0 23px;color:#ffffff61;font-size:12px}.google-button,.token-button{width:100%;height:46px;border-radius:16px;display:flex;align-items:center;justify-content:center;gap:9px;font-size:13px;font-weight:650}.google-login-slot{min-height:44px;display:flex;justify-content:center;overflow:hidden}.google-login-slot>div{width:100%!important}.google-button{color:#151515;border:0;background:#fff}.google-icon{width:18px;height:18px;flex:0 0 18px}.app-vector-icon{display:block;fill:none}.mobile-action-icon{display:none}.token-button{margin-top:12px;color:#fff;border:1px solid var(--border);background:#ffffff0a}.more-login{width:100%;margin-top:15px;display:flex;align-items:center;gap:9px;color:#ffffff4d;border:0;background:transparent;font-size:12px}.more-login span{flex:1;height:1px;background:#ffffff0f}.more-login svg{transition:transform .25s ease}.more-login svg.open{transform:rotate(180deg)}.login-card small{display:block;margin-top:25px;color:#fff3;font-size:10px;line-height:1.6}.login-card small a{color:#ffffff57;transition:.18s}.login-card small a:hover{color:var(--accent)}.form-error{padding:11px 13px;margin:0 0 15px;color:#ff8792;border:1px solid rgba(255,68,82,.14);border-radius:12px;background:#ff445214;font-size:12px}.modal-backdrop{position:fixed;inset:0;z-index:200;display:grid;place-items:center;padding:18px;background:#000000c7;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.modal{width:min(100%,450px);border:1px solid var(--border);border-radius:25px;background:#090b12fa;box-shadow:0 30px 90px #000000ad;overflow:hidden;animation:modal-in .18s ease-out}@keyframes modal-in{0%{opacity:0;transform:scale(.97) translateY(10px)}}.modal header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:20px 21px;border-bottom:1px solid rgba(255,255,255,.06)}.modal header h2{margin:0;font-size:18px;line-height:1.2}.modal header p{margin:6px 0 0;color:var(--muted);font-size:13px;line-height:1.45}.modal header button{flex:0 0 38px;width:38px;height:38px;display:grid;place-items:center;color:#ffffffa6;border:0;border-radius:50%;background:#ffffff0d}.modal header button svg{width:19px}.token-modal{padding-bottom:20px}.token-modal>label{display:block;margin:20px 21px 8px;color:#fff6;font-size:11px;line-height:1.2;font-weight:700;text-transform:uppercase;letter-spacing:.15em}.token-modal>input{width:calc(100% - 42px);height:50px;margin:0 21px;padding:0 16px;color:#fff;outline:none;border:1px solid var(--border);border-radius:15px;background:#ffffff0a;font-size:16px;line-height:1;text-transform:uppercase}.token-modal>input:focus{border-color:#3f67f5b3}.modal-actions{display:grid;grid-template-columns:1fr 1.35fr;gap:11px;padding:16px 21px 0}.modal-actions button{height:46px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;border-radius:14px;font-size:16px;line-height:1;font-weight:650}.modal-actions svg{width:17px}.ghost{border:1px solid var(--border);background:#ffffff0a}.accent{border:0;background:linear-gradient(110deg,var(--accent-strong),#594bec)}.accent:disabled{opacity:.45}.access-required-backdrop{z-index:2600;background:#000000d6}.access-required-modal{width:min(100%,460px);padding:31px 29px 27px;border:0;border-radius:14px;background:linear-gradient(145deg,color-mix(in srgb,var(--accent) 13%,#11141b),#0b0d12 48%);box-shadow:0 30px 90px #000000b8;text-align:center;animation:modal-in .18s ease-out}.access-required-icon{width:58px;height:58px;display:grid;place-items:center;margin:0 auto 17px;color:var(--accent);border-radius:18px;background:color-mix(in srgb,var(--accent) 18%,rgba(255,255,255,.04))}.access-required-icon svg{width:27px;height:27px}.access-required-modal>small{display:block;color:var(--accent);font-size:10px;font-weight:850;letter-spacing:.12em;text-transform:uppercase}.access-required-modal h2{margin:8px 0 0;color:#fff;font-size:24px;line-height:1.15}.access-required-modal p{margin:13px auto 0;color:#ffffff9e;font-size:13px;line-height:1.58}.access-required-modal>div{display:grid;grid-template-columns:1fr 1.2fr;gap:10px;margin-top:25px}.access-required-modal button{min-height:46px;display:flex;align-items:center;justify-content:center;gap:8px;color:#fff;border:0;border-radius:10px;font-size:13px;font-weight:780}.access-required-modal button svg{width:17px;height:17px}.access-required-dismiss{background:#ffffff13}.access-required-plans{background:var(--accent)}.login-options-inline{display:flex;flex-direction:column;align-items:center;overflow:hidden;padding:14px 0 2px;animation:dropdown-in .28s cubic-bezier(.22,1,.36,1)}@keyframes dropdown-in{0%{opacity:0;max-height:0}to{opacity:1;max-height:310px}}.scan-hint{width:100%;display:flex;align-items:center;justify-content:center;gap:8px;margin:0 0 12px;color:#ffffff80;font-size:12px;font-weight:600;text-align:center}.scan-hint svg{width:15px;height:15px;color:var(--accent)}.qr-panel{width:max-content;min-width:176px;min-height:176px;display:grid;place-items:center;margin:0 auto;padding:10px;border-radius:18px;background:#3f67f50e;box-shadow:0 16px 42px #00000052;text-align:center}.qr-panel img{width:176px;height:176px;padding:8px;border-radius:14px;background:#fff}.qr-placeholder svg{width:32px;height:32px;color:var(--accent)}.qr-countdown{margin-top:11px;display:flex;align-items:center;justify-content:center;gap:7px;color:#ffffff4d;font-size:11px;font-weight:650}.qr-countdown i{width:6px;height:6px;border-radius:50%;background:#11a86b;box-shadow:0 0 14px #11a86b73;animation:pulse-dot 1.4s ease-in-out infinite}.qr-countdown b{color:#ffffff9e;font-weight:750}.qr-error{display:grid;justify-items:center;gap:10px;padding:18px 12px 4px;color:#ffffff73;font-size:11px}.qr-error button{height:34px;padding:0 13px;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#ffffff0e;font-size:11px;font-weight:700}@keyframes pulse-dot{50%{opacity:.5;transform:scale(.78)}}.legal-page{min-height:100vh;padding:30px 18px 58px;color:#fff;background:#030406}.legal-back{height:38px;display:flex;align-items:center;gap:6px;margin:0 auto 25px;color:#ffffff94;border:0;background:transparent;font-size:12px}.legal-back svg{width:18px}.legal-page article{width:min(100%,760px);margin:0 auto}.legal-page h1{margin:0 0 24px;font-size:30px}.legal-page p{margin:0 0 16px;color:#ffffffb8;font-size:15px;line-height:1.75;white-space:pre-line}.profiles-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:34px 20px;text-align:center;background:#000}.profiles-page h1{margin:0 0 40px;font-size:34px}.profile-grid{width:min(100%,1120px);max-width:calc(100vw - 40px);display:flex;justify-content:safe center;gap:32px;overflow-x:auto;padding:8px 12px 14px;scroll-snap-type:x proximity;scrollbar-width:none;cursor:grab;touch-action:pan-y}.profile-grid::-webkit-scrollbar{display:none;width:0;height:0}.profile-option{flex:0 0 auto;display:flex;flex-direction:column;align-items:center;gap:13px;color:#ffffff9e;border:0;background:transparent;scroll-snap-align:center;transition:.18s}.profile-avatar-wrap{position:relative;display:grid;place-items:center}.profile-avatar{position:relative;width:148px;height:148px;display:grid;place-items:center;overflow:hidden;border:2px solid transparent;border-radius:50%;background:linear-gradient(145deg,#222a3a,#111722);font-size:38px;font-weight:750;transition:.2s}.profile-avatar img{width:100%;height:100%;object-fit:cover}.avatar-letter{width:100%;height:100%;display:grid;place-items:center;background:linear-gradient(145deg,#3158ed,#7148ec)}.profile-avatar.add{color:#ffffff59;border-color:#ffffff3d;background:transparent}.profile-option:hover{color:#fff}.profile-option:hover .profile-avatar,.profile-option:focus-visible .profile-avatar{border-color:var(--accent);transform:translateY(-2px)}.profile-avatar.add{color:var(--accent);border-color:color-mix(in srgb,var(--accent) 55%,transparent)}.edit-cover{position:absolute;inset:0;display:grid;place-items:center;background:#00000094}.edit-cover svg{width:34px;stroke-width:2.4}.manage{margin-top:38px;padding:11px 29px;color:#ffffffa3;border:1px solid rgba(255,255,255,.3);border-radius:8px;background:transparent;font-weight:650;transition:.18s}.manage:hover,.manage.active{color:#080808;border-color:#fff;background:#fff}.profile-editor-page{min-height:100vh;color:#fff;background:radial-gradient(circle at 50% 0,rgba(63,103,245,.12),transparent 32%),#050609}.profile-editor-page>header{height:72px;display:flex;align-items:center;justify-content:center;position:relative;border-bottom:1px solid rgba(255,255,255,.06)}.profile-editor-page>header h1{margin:0;font-size:20px}.profile-editor-page>header button{position:absolute;left:28px;display:flex;align-items:center;gap:5px;color:var(--muted);border:0;background:transparent;font-size:12px}.profile-editor-page>header svg{width:18px}.profile-editor-page form{width:min(100% - 32px,430px);display:grid;gap:15px;margin:0 auto;padding:38px 0}.avatar-select-button{position:relative;display:grid;justify-items:center;gap:10px;color:#fff;border:0;background:transparent}.avatar-select-button strong{font-size:13px}.avatar-hint{margin:-8px 0 3px;text-align:center;color:var(--muted);font-size:12px}.editor-avatar{width:112px;height:112px;display:grid;place-items:center;justify-self:center;overflow:hidden;border:2px solid rgba(255,255,255,.2);border-radius:50%;font-size:34px;font-weight:800}.editor-avatar img{width:112%;height:112%;object-fit:cover;transform:scale(1.06)}.editor-avatar svg{width:38px}.avatar-edit-icon{position:absolute;top:78px;left:calc(50% + 30px);width:34px;height:34px;display:grid;place-items:center;color:#fff;border:3px solid #050609;border-radius:50%;background:var(--accent)}.avatar-edit-icon svg{width:16px}.profile-editor-page label{display:grid;gap:7px;color:var(--muted);font-size:11px;font-weight:650}.profile-editor-page input{height:49px;padding:0 14px;color:#fff;outline:none;border:1px solid var(--border);border-radius:12px;background:#ffffff0a}.username-field{position:relative}.username-field input{width:100%;padding-right:46px}.username-field>svg{position:absolute;top:50%;right:14px;width:19px;transform:translateY(-50%)}.username-field.available input{border-color:#0bcf8a}.username-field.available>svg,.username-status.available{color:#0bd893}.username-field.unavailable input{border-color:#ff5262}.username-field.unavailable>svg,.username-status.unavailable{color:#ff5262}.username-status{display:flex;align-items:center;gap:7px;margin-top:-7px;font-size:12px;font-weight:650}.username-status svg{width:15px;height:15px}.username-suggestions{display:flex;flex-wrap:wrap;gap:7px;margin-top:-8px}.username-suggestions button{height:28px;padding:0 11px;color:#fff;border:0;border-radius:999px;background:#ffffff14;font-size:10px}.profile-editor-page .accent{height:48px;border-radius:14px}.profile-switch{grid-template-columns:auto 1fr auto;align-items:center;gap:14px;padding:13px 14px;border:1px solid rgba(255,255,255,.06);border-radius:14px;background:#ffffff09}.profile-switch>svg{width:21px;color:#ffffff94}.profile-switch span{display:grid;gap:4px;text-align:left}.profile-switch strong{color:#fff;font-size:13px}.profile-switch small{color:var(--muted);font-size:11px;font-weight:500}.profile-switch.locked{opacity:.55}.profile-switch.locked .profile-toggle{pointer-events:none}.profile-toggle{position:relative;width:43px;height:24px;display:block!important;flex:0 0 43px}.profile-toggle input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.profile-toggle i{position:absolute;inset:0;border-radius:999px;background:#ffffff2e;transition:background .18s ease}.profile-toggle i:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:#fff;box-shadow:0 2px 7px #00000059;transition:transform .18s ease}.profile-toggle input:checked+i{background:var(--accent)}.profile-toggle input:checked+i:after{transform:translate(19px)}.profile-toggle input:focus-visible+i{outline:2px solid white;outline-offset:3px}.delete-profile{height:44px;color:#ff6574;border:1px solid rgba(255,87,101,.22);border-radius:12px;background:#ff576514;font-weight:650}.avatar-picker-list{width:min(100% - 32px,1280px);margin:0 auto;padding:28px 0 44px}.avatar-category{margin-bottom:26px}.avatar-category h2{margin:0 0 14px;font-size:18px}.avatar-choice-grid{display:flex;gap:22px;overflow-x:auto;padding:7px 24px 13px 3px;scroll-snap-type:x proximity;scrollbar-width:none;cursor:grab;touch-action:pan-y}.avatar-choice-grid::-webkit-scrollbar{display:none}.avatar-choice-grid button{width:136px;height:136px;flex:0 0 136px;display:grid;place-items:center;overflow:hidden;color:#fff;border:2px solid transparent;border-radius:50%;background:linear-gradient(145deg,#202636,#10141d);scroll-snap-align:start}.avatar-choice-grid button.selected,.avatar-choice-grid button:hover{border-color:var(--accent)}.avatar-choice-grid img{width:112%;height:112%;object-fit:cover;transform:scale(1.06)}.app-shell{min-height:100vh;background:#050609}.topbar{position:fixed;top:0;left:0;right:0;z-index:100;height:70px;display:flex;align-items:center;gap:34px;padding:0 42px;border:0;box-shadow:none;background:linear-gradient(180deg,rgba(0,0,0,.96),rgba(0,0,0,.74),transparent);transition:background .18s ease,box-shadow .18s ease,backdrop-filter .18s ease}.topbar.scrolled{background:#000000f0;box-shadow:none;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.topbar nav{position:absolute;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:8px}.topbar nav a{height:44px;display:flex;align-items:center;gap:0;padding:0 23px;color:#ffffffd6;border-radius:22px;font-size:15px;font-weight:800;transition:.18s;background:#ffffff21}.topbar nav a svg{display:none}.topbar nav a.nav-search{width:44px;padding:0;justify-content:center;color:#fff;background:transparent}.topbar nav a.nav-search svg{width:27px;height:27px;display:block}.topbar nav a.nav-search:hover,.topbar nav a.nav-search.active{color:#fff;background:#ffffff14}.topbar nav a:hover,.topbar nav a.active{color:#080808;background:var(--accent)}.top-actions{margin-left:auto;display:flex;align-items:center;gap:10px}.top-actions>button,.notification-menu-wrap>button,.mobile-menu{width:44px;height:44px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:#ffffff12}.top-actions svg,.mobile-menu svg{width:23px;height:23px}.notification-menu-wrap,.notification-bell{position:relative}.notification-bell>b{position:absolute;top:-3px;right:-4px;min-width:18px;height:18px;display:grid;place-items:center;padding:0 4px;color:#fff;border:2px solid #050609;border-radius:9px;background:#e43149;font-size:9px}.notification-popover{position:absolute;top:51px;right:0;width:390px;overflow:hidden;color:#fff;border:1px solid rgba(255,255,255,.11);border-radius:12px;background:#03050a;box-shadow:0 24px 70px #000000c7}.notification-popover>header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:15px 16px 12px;border-bottom:1px solid rgba(255,255,255,.07)}.notification-popover>header span{display:grid;gap:2px}.notification-popover>header strong{font-size:15px}.notification-popover>header small{color:#ffffff6b;font-size:10px}.notification-popover>header button{min-height:34px;display:flex;align-items:center;gap:6px;padding:0 10px;color:#ffffffbf;border:0;border-radius:8px;background:#ffffff0f;font-size:10px;font-weight:700}.notification-popover>header button:disabled{opacity:.35}.notification-popover>header svg{width:14px;height:14px}.notification-popover-scroll{max-height:min(62vh,520px);overflow-y:auto;overscroll-behavior:contain}.notification-popover>a{min-height:40px;display:grid;place-items:center;color:var(--accent);border-top:1px solid rgba(255,255,255,.07);font-size:11px;font-weight:750}.account-menu-wrap{position:relative}.mini-avatar{width:39px;height:39px;display:grid;place-items:center;overflow:hidden;padding:0;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#11151d}.top-avatar,.account-menu-avatar{display:grid;place-items:center;overflow:hidden;border-radius:50%;background:linear-gradient(145deg,#283149,#151a27);font-weight:800}.top-avatar{width:100%;height:100%}.top-avatar img,.account-menu-avatar img{width:100%;height:100%;object-fit:cover}.account-menu-popover{position:absolute;top:49px;right:0;width:224px;overflow:hidden;padding:8px 0;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#030405;box-shadow:0 22px 60px #000000b8}.account-menu-popover>a,.account-menu-popover>button{width:100%;min-height:44px;display:flex;align-items:center;gap:13px;padding:0 15px;color:#ffffffc2;border:0;background:transparent;font-size:13px;text-align:left}.account-menu-popover>a:hover,.account-menu-popover>button:hover{color:#fff;background:#ffffff0f}.account-menu-popover svg{width:20px;height:20px;color:#ffffffad}.account-menu-profile{min-height:64px!important;padding-bottom:8px!important;border-bottom:1px solid rgba(255,255,255,.08)!important}.account-menu-avatar{width:38px;height:38px;flex:0 0 38px;color:#fff}.account-menu-profile span{min-width:0;display:flex;flex-direction:column;gap:3px}.account-menu-profile strong{overflow:hidden;color:#fff;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.account-menu-profile small{color:#ffffff75;font-size:11px}.account-menu-logout{margin-top:7px;padding-top:7px!important;border-top:1px solid rgba(255,255,255,.08)!important;color:#ff777b!important}.account-menu-logout svg{color:#ff777b!important}.mobile-menu{display:none}.page{min-height:100vh}.playback-shell,.playback-page{min-height:100dvh;background:#000}.playback-page{padding:0!important}.bottom-nav{display:none}.home-page{padding-top:86px;background:#000}.home-skeleton{min-height:100vh;padding-inline:5vw;overflow:hidden}.shimmer-block{background:linear-gradient(100deg,#101218 20%,#1a1d25,#101218 64%);background-size:220% 100%;animation:shimmer .625s linear infinite}.hero-skeleton{height:min(600px,64vw);max-height:620px;position:relative;margin-top:28px;overflow:hidden;border:1px solid color-mix(in srgb,var(--accent) 14%,transparent);border-radius:12px}.hero-skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.62),transparent 68%),linear-gradient(0deg,rgba(0,0,0,.58),transparent 48%)}.hero-skeleton-copy{position:absolute;left:32px;bottom:48px;z-index:1;width:min(510px,42%);display:grid;gap:14px}.hero-skeleton-copy i{height:16px;border-radius:5px;background:#ffffff17}.hero-skeleton-copy i:first-child{width:68%;height:72px}.hero-skeleton-copy i:nth-child(2){width:44%}.hero-skeleton-copy i:nth-child(3){width:100%;height:56px}.hero-skeleton-copy i:last-child{width:150px;height:50px}.hero-skeleton-dots{position:absolute;left:50%;bottom:18px;z-index:2;display:flex;gap:9px;transform:translate(-50%)}.hero-skeleton-dots i{width:10px;height:10px;border-radius:50%;background:#ffffff38}.hero-skeleton-dots i:nth-child(2){background:#ffffffad}.home-skeleton-rails{margin:44px -2.5vw 0}.skeleton-platform-row{display:flex;gap:13px;overflow:hidden;margin-bottom:40px}.skeleton-platform-row span{width:330px;min-width:330px;height:140px;border-radius:12px}.skeleton-rail{margin-top:34px}.skeleton-rail>i{display:block;width:180px;height:18px;margin-bottom:16px;border-radius:5px;background:#11141b}.skeleton-rail>div{display:grid;grid-template-columns:repeat(7,1fr);gap:12px}.skeleton-rail span{aspect-ratio:2/3;border-radius:8px}.skeleton-continue-rail{margin-top:0}.skeleton-continue-rail>i{width:220px}.skeleton-continue-rail>div{display:flex;gap:12px;overflow:hidden}.skeleton-continue-rail span{flex:0 0 280px;aspect-ratio:16/9}.hero-stage{position:relative;isolation:isolate;margin-top:28px;padding:0 5vw}.hero-stage:before{content:"";position:absolute;inset:-110px 0 -62px;z-index:-2;background:var(--hero) center/110% 110% no-repeat;filter:blur(58px) saturate(1.3) brightness(.42);opacity:.72;-webkit-mask-image:linear-gradient(180deg,#000 0%,#000 62%,rgba(0,0,0,.75) 76%,transparent 100%);mask-image:linear-gradient(180deg,#000 0%,#000 62%,rgba(0,0,0,.75) 76%,transparent 100%);pointer-events:none}.hero-stage:after{content:"";position:absolute;inset:-110px 0 -86px;z-index:-1;background:linear-gradient(180deg,#00000047,#0000001a 48%,#000000b3 78%,#000);pointer-events:none}.hero{height:min(600px,64vw);max-height:620px;position:relative;display:flex;align-items:flex-end;overflow:visible;margin:0;padding:0;border:1px solid rgba(63,103,245,.12);border-color:color-mix(in srgb,var(--accent) 14%,transparent);border-radius:12px;background:#050609}.hero:before{content:"";position:absolute;inset:0;z-index:0;border-radius:inherit;clip-path:inset(0 round 12px);background-image:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.42) 34%,transparent 70%),linear-gradient(0deg,rgba(0,0,0,.58) 0%,transparent 42%),var(--hero);background-size:cover;background-position:center}.hero:after{content:"";position:absolute;inset:0;z-index:1;border-radius:inherit;clip-path:inset(0 round 12px);background:transparent;pointer-events:none}.hero-content{position:absolute;left:32px;bottom:46px;z-index:2;width:min(560px,48vw)}.hero-content h1{margin:0 0 16px;font-size:clamp(36px,4.5vw,64px);line-height:.98}.title-logo{max-width:min(420px,72%);max-height:140px;object-fit:contain;object-position:left center;margin-bottom:18px}.metadata{display:flex;align-items:center;flex-wrap:wrap;gap:9px;color:#ffffffe6;font-size:13px;font-weight:650}.metadata>span{display:flex;align-items:center;gap:5px}.metadata svg{width:15px;height:15px;color:#f6c84f}.imdb-score b{display:inline-grid;place-items:center;min-width:23px;height:12px;padding:0 3px;border-radius:2px;color:#151000;background:#f3ce13;font-size:7px;line-height:1}.metadata i{width:4px;height:4px;border-radius:50%;background:var(--accent)}.hero-content>p,.detail-copy>p{max-width:600px;margin:18px 0 24px;color:#ffffffad;font-size:14px;line-height:1.65}.hero-actions,.detail-actions{display:flex;align-items:center;gap:12px}.hero-arrow{position:absolute;top:50%;z-index:4;width:42px;height:42px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#00000038;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%)}.hero-arrow.prev{left:-54px}.hero-arrow.next{right:-54px}.hero-arrow svg{width:24px}.hero-dots{position:absolute;left:50%;bottom:18px;z-index:5;display:flex;gap:9px;transform:translate(-50%)}.hero-dots button{width:10px;height:10px;padding:0;border:0;border-radius:50%;background:#ffffff61}.hero-dots button.active{background:#fff;transform:scale(1.12)}.watch,.info{height:54px;display:flex;align-items:center;justify-content:center;gap:10px;padding:0 27px;border:0;border-radius:9px;font-size:15px;font-weight:750}.watch{color:#090909;background:var(--accent)}.watch svg,.info svg{width:24px;height:24px}.info{color:#fff;background:#ffffff21;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.rails{position:relative;z-index:4;margin-top:44px;padding-bottom:65px;background:#000}.rails:before{content:"";position:absolute;left:0;right:0;top:-44px;height:44px;background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.72) 55%,#000 100%);pointer-events:none}.platform-rail-section{position:relative;padding:0 clamp(28px,2.5vw,52px);margin:0 0 38px;background:#000}.platform-rail{display:flex;gap:13px;overflow-x:auto;padding:8px clamp(24px,3vw,56px) 10px 8px;scrollbar-width:none;cursor:grab;touch-action:pan-y;scroll-padding-inline:8px clamp(24px,3vw,56px)}.platform-rail::-webkit-scrollbar{display:none}.platform-rail.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-behavior:auto}.platform-shortcut{position:relative;flex:0 0 330px;min-height:140px;overflow:hidden;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0;padding:20px;color:#fff;border:0;border-radius:12px;background:linear-gradient(130deg,var(--platform-start,#171717),var(--platform-end,#252525));box-shadow:none;transition:transform .14s ease,filter .14s ease;transform-origin:center}.platform-shortcut:after{display:none}.platform-shortcut:hover{filter:brightness(1.08);transform:scale(1.025)}.platform-shortcut span{position:relative;z-index:1;color:#fff;font-size:29px;font-weight:850;letter-spacing:0;text-align:center;text-shadow:0 3px 14px rgba(0,0,0,.42)}.platform-netflix span{color:#e50914;font-size:32px;text-transform:uppercase}.platform-max span{font-size:35px;font-weight:900}.platform-disney span{font-size:31px;font-style:italic}.platform-prime-video span{font-size:29px}.platform-apple-tv span{font-size:31px}.platform-edge{position:absolute;top:50%;z-index:5;width:34px;height:34px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%)}.platform-edge.prev{left:calc(clamp(28px,2.5vw,52px) - 17px)}.platform-edge.next{right:calc(clamp(28px,2.5vw,52px) - 17px)}.platform-edge svg{width:18px}.rail-section{position:relative;padding:0 clamp(28px,2.5vw,52px);margin-bottom:34px;overflow:visible}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:13px}.section-heading h2{margin:0;font-size:18px}.section-heading>div{display:flex;gap:7px}.section-heading button{width:30px;height:30px;display:grid;place-items:center;color:#ffffffd1;border:1px solid rgba(255,255,255,.14);border-radius:50%;background:#ffffff14;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.section-heading svg{width:17px}.rail{display:flex;gap:12px;overflow-x:auto;overflow-y:visible;scroll-snap-type:x proximity;scrollbar-width:none;padding:0 clamp(24px,3vw,56px) 6px 0;cursor:grab;touch-action:pan-y;scroll-padding-right:clamp(24px,3vw,56px)}.rail::-webkit-scrollbar{display:none}.rail.dragging,.content-grid.dragging,.platform-rail.dragging,.season-tabs.dragging,.episode-list.dragging,.related-list.dragging,.avatar-choice-grid.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-behavior:auto;scroll-snap-type:none!important}[data-drag-scroll]{scrollbar-width:none;touch-action:pan-y!important;-webkit-overflow-scrolling:touch;overscroll-behavior-x:contain}[data-drag-scroll]::-webkit-scrollbar{display:none;width:0;height:0}[data-drag-scroll] img,[data-drag-scroll] a{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}[data-drag-scroll].dragging .hover-preview{opacity:0!important;visibility:hidden!important;pointer-events:none!important}[data-drag-scroll].dragging .poster-play{opacity:0!important}@media(pointer:coarse),(max-width:760px){[data-drag-scroll]{touch-action:pan-x pan-y!important;scroll-snap-type:none!important;scroll-behavior:auto!important;-webkit-overflow-scrolling:touch}}.content-card{position:relative;flex:0 0 198px;min-width:0;display:block;scroll-snap-align:start}.content-card:hover{z-index:30}.card-link{display:block;min-width:0;transition:transform .18s ease}.content-card:hover .card-link{transform:translateY(-2px)}.content-card .poster{position:relative;aspect-ratio:2/3;overflow:hidden;border-radius:8px;background:#11151d}.content-card .poster img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.content-card .poster img.image-hidden{opacity:0}.content-card:hover img{transform:scale(1.035)}.poster-play{position:absolute;inset:0;z-index:2;display:grid;place-items:center;opacity:0;color:#050609;background:transparent;transition:opacity .16s ease;pointer-events:none}.poster-play svg{width:46px;height:46px;padding:12px;border:2px solid var(--accent);border-radius:50%;background:var(--accent);filter:drop-shadow(0 5px 14px rgba(0,0,0,.45))}.content-card:hover .poster-play,.content-card:focus-within .poster-play{opacity:1}.card-link>strong{display:block;margin-top:10px;overflow:hidden;color:#ffffffeb;font-size:14px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.card-link>small{display:block;margin-top:5px;overflow:hidden;color:#ffffff7a;font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}.content-card.wide{flex-basis:338px}.content-card.wide .poster{aspect-ratio:16/9}.vip-badge{position:absolute;top:8px;right:8px;height:22px;display:grid;place-items:center;padding:0 7px;color:#241600;border-radius:6px;background:#f6d351;font-size:9px;font-weight:900}.poster-age{position:absolute;top:8px;right:8px;min-width:28px;height:25px;display:grid;place-items:center;padding:0 6px;color:#fff;border-radius:5px;background:#d94734;font-size:10px;font-weight:850}.age-L,.age-l,.age-LIVRE,.age-livre{background:#159447!important;color:#fff!important}.age-10{background:#168ac5!important;color:#fff!important}.age-12{background:#e9c51d!important;color:#181300!important}.age-14{background:#e98220!important;color:#fff!important}.age-16{background:#d94132!important;color:#fff!important}.age-18{background:#171717!important;color:#fff!important;border:1px solid rgba(255,255,255,.35)!important}.card-year{color:#ffffff57!important}.progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#fff3}.progress i{display:block;height:100%;background:var(--accent)}.content-card.ranked{flex-basis:306px;padding-left:106px}.content-card.ranked[data-rank="10"]{flex-basis:376px;padding-left:176px}.content-card.ranked .rank{position:absolute;left:0;bottom:31px;z-index:0;width:102px;overflow:visible;color:transparent;font-family:Impact,Arial Black,sans-serif;font-size:132px;font-weight:900;line-height:.78;text-align:right;letter-spacing:0;-webkit-text-stroke:2px var(--accent);paint-order:stroke;filter:drop-shadow(0 0 7px color-mix(in srgb,var(--accent) 70%,transparent)) drop-shadow(0 0 18px color-mix(in srgb,var(--accent) 30%,transparent));pointer-events:none}.content-card.ranked[data-rank="10"] .rank{width:170px;font-size:124px}.content-card.ranked .poster{z-index:1}.content-card.ranked .card-link{position:relative;z-index:1}.content-card.ranked .card-link>strong{display:none}.hover-preview{position:fixed;left:var(--preview-left,50%);top:var(--preview-top,120px);z-index:500;width:var(--preview-width,420px);max-width:calc(100vw - 52px);overflow:hidden;opacity:0;visibility:hidden;pointer-events:none;transform:translate(var(--preview-shift,-50%));clip-path:inset(0 50% round 10px);border:1px solid rgba(63,103,245,.12);border-color:color-mix(in srgb,var(--accent) 16%,transparent);border-radius:10px;background:#030407;box-shadow:0 28px 80px #000000d1;transition:opacity .12s ease,clip-path .26s cubic-bezier(.2,.8,.2,1),visibility .12s}.content-card.preview-open .hover-preview{opacity:1;visibility:visible;pointer-events:auto;transform:translate(var(--preview-shift,-50%));clip-path:inset(0 0 round 10px)}.hover-preview-media{position:relative;height:210px;overflow:hidden}.hover-backdrop{width:100%;height:100%;object-fit:cover;filter:brightness(.66)}.hover-title-logo{position:absolute;left:18px;bottom:22px;z-index:2;width:auto!important;max-width:58%;height:auto!important;max-height:82px;object-fit:contain!important;object-position:left bottom;filter:drop-shadow(0 5px 12px rgba(0,0,0,.8))!important;transform:none!important}.hover-preview-body{position:relative;margin-top:-84px;padding:52px 18px 18px;background:linear-gradient(180deg,transparent 0%,rgba(3,4,7,.95) 35%,#030407 100%)}.hover-preview-body.with-logo{padding-top:72px}.hover-preview h3{margin:0 0 12px;color:#fff;font-size:23px;line-height:1.1}.hover-meta{display:flex;align-items:center;flex-wrap:wrap;gap:8px;margin-bottom:14px;color:#ffffffdb;font-size:12px;font-weight:750}.hover-meta .imdb-score{display:inline-flex;align-items:center;gap:6px}.hover-meta .rating-age{min-width:24px;height:16px;display:inline-flex;align-items:center;justify-content:center;padding:0 4px;border-radius:2px;background:#f0c844;color:#171100;font-size:8px}.hover-meta .genre-chip{min-height:22px;display:inline-flex;align-items:center;padding:0 8px;border-radius:5px;background:#ffffff1a}.hover-preview p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;min-height:58px;margin:0 0 16px;color:#ffffffc2;font-size:13px;line-height:1.45}.hover-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.hover-actions button,.hover-actions a{height:40px;display:flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;font-size:13px;font-weight:800}.hover-actions button{color:#fff;border:1px solid rgba(255,255,255,.14);background:#ffffff14}.hover-actions button:hover{color:#fff;border-color:#ffffff3d;background:#ffffff24}.hover-actions button.saved,.hover-actions button.watch-now{color:#080808;border-color:var(--accent);background:var(--accent)}.hover-actions a{color:#080808;background:var(--accent)}.hover-actions svg{width:16px;height:16px}.content-page{min-height:100vh;padding:105px 4.5vw 70px}.content-page.narrow{max-width:920px;margin:0 auto}.page-title{min-height:47px;display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:23px}.page-title>div{display:flex;align-items:center;gap:12px}.page-title>div>svg{width:23px;color:var(--accent)}.page-title h1{margin:0;font-size:26px}.filter-button,.text-button{height:38px;display:flex;align-items:center;gap:8px;padding:0 14px;color:#ffffffbf;border:1px solid var(--border);border-radius:8px;background:#ffffff0a;font-size:12px;font-weight:650}.filter-button svg{width:16px}.tabs{display:flex;gap:10px;margin-bottom:24px;overflow-x:auto}.tabs button{height:46px;padding:0 25px;color:#ffffff94;border:1px solid transparent;border-radius:23px;background:#ffffff14;font-size:14px;font-weight:750}.tabs button.active{color:#fff;border-color:color-mix(in srgb,var(--accent) 72%,transparent);background:color-mix(in srgb,var(--accent) 22%,#15171d)}.catalog-toolbar{display:flex;align-items:center;gap:12px;margin-bottom:24px}.catalog-toolbar .tabs{margin:0}.catalog-toolbar .filter-button{margin-left:4px}.filter-button.active{color:#fff;border-color:var(--accent);background:color-mix(in srgb,var(--accent) 18%,rgba(255,255,255,.04))}.catalog-filter-panel{width:min(760px,100%);margin:-10px 0 24px;overflow:hidden;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0c0e14fa;box-shadow:0 18px 55px #00000057}.catalog-filter-panel header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.07)}.catalog-filter-panel header>div{display:flex;align-items:center;gap:9px;color:#fff;font-size:13px;font-weight:750}.catalog-filter-panel header svg{width:17px;height:17px}.catalog-filter-panel header>button{width:30px;height:30px;display:grid;place-items:center;color:#ffffff9e;border:0;border-radius:7px;background:transparent}.catalog-filter-panel header>button:hover{color:#fff;background:#ffffff14}.catalog-filter-panel>div{max-height:310px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;overflow-y:auto;padding:12px}.catalog-filter-panel>div button{min-height:39px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 12px;color:#ffffffb8;border:1px solid rgba(255,255,255,.07);border-radius:8px;background:#ffffff09;font-size:11px;text-align:left}.catalog-filter-panel>div button:hover,.catalog-filter-panel>div button.active{color:#fff;border-color:var(--accent);background:color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.035))}.catalog-filter-panel>div button small{color:#ffffff61;font-size:9px}.catalog-filter-backdrop{position:fixed;inset:0;z-index:600;background:#00000094;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px)}.catalog-filter-drawer{position:absolute;top:0;right:0;width:min(390px,100vw);height:100vh;display:grid;grid-template-rows:auto 1fr auto;color:#fff;border-left:1px solid color-mix(in srgb,var(--accent) 42%,rgba(255,255,255,.08));background:#0b0d12;box-shadow:-24px 0 70px #00000094;animation:drawer-in .2s ease-out}@keyframes drawer-in{0%{transform:translate(100%)}}.catalog-filter-drawer>header{height:80px;display:flex;align-items:center;justify-content:space-between;padding:0 26px;border-bottom:1px solid rgba(255,255,255,.07)}.catalog-filter-drawer h2{margin:0;font-size:20px}.catalog-filter-drawer header button{width:36px;height:36px;display:grid;place-items:center;color:#ffffffa6;border:0;border-radius:50%;background:transparent}.catalog-filter-drawer header svg{width:20px}.catalog-filter-fields{overflow-y:auto;display:grid;align-content:start;gap:22px;padding:24px 26px}.catalog-filter-fields label{display:grid;gap:9px}.catalog-filter-fields label>span{color:color-mix(in srgb,var(--accent) 64%,white);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.catalog-filter-fields select{width:100%;height:48px;padding:0 16px;color:#fff;outline:none;border:1px solid rgba(255,255,255,.1);border-radius:13px;background:#171a20;font-size:14px;font-weight:650;color-scheme:dark}.catalog-filter-fields select:focus{border-color:var(--accent);box-shadow:0 0 0 1px var(--accent)}.catalog-filter-fields select:disabled{opacity:.55}.catalog-filter-drawer>footer{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:16px 26px;border-top:1px solid rgba(255,255,255,.07);background:#0b0d12}.catalog-filter-drawer footer button{height:48px;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:transparent;font-size:14px;font-weight:800}.catalog-filter-drawer footer .apply{border-color:var(--accent);background:var(--accent-strong)}.catalog-sentinel{min-height:92px;display:flex;align-items:center;justify-content:center;color:#ffffff57;font-size:11px}.catalog-sentinel .loading-state{min-height:92px}.content-grid{display:grid;grid-template-columns:repeat(8,minmax(0,1fr));gap:25px 13px;cursor:grab;touch-action:pan-y}.content-grid .content-card{width:auto}.platform-page{--platform-start:color-mix(in srgb,var(--accent) 18%,#171717);--platform-end:var(--accent);padding-top:92px}.platform-page-header{display:flex;align-items:center;gap:14px;min-height:58px;margin-bottom:20px}.platform-page-header button{width:38px;height:38px;display:grid;place-items:center;color:var(--platform-end);border:0;border-radius:50%;background:transparent}.platform-page-header button:hover{background:#ffffff0f}.platform-page-header button svg{width:28px}.platform-page-header h1{margin:0;font-size:30px}.platform-tabs{display:grid;grid-template-columns:repeat(3,minmax(120px,1fr));margin:0 0 28px;border-bottom:1px solid rgba(255,255,255,.08)}.platform-tabs button{position:relative;height:52px;color:#ffffff7a;border:0;background:transparent;font-size:15px;font-weight:800;text-transform:uppercase}.platform-tabs button:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:3px;background:transparent}.platform-tabs button.active{color:var(--platform-end)}.platform-tabs button.active:after{background:var(--platform-end)}.platform-grid{grid-template-columns:repeat(7,minmax(0,1fr))}.pagination{display:flex;align-items:center;justify-content:center;gap:18px;margin-top:36px;color:var(--muted);font-size:12px}.pagination button{height:38px;display:flex;align-items:center;gap:7px;padding:0 14px;color:#fff;border:1px solid var(--border);border-radius:8px;background:#ffffff0a}.pagination button:disabled{opacity:.3}.pagination svg{width:16px}.skeleton-card span{display:block;aspect-ratio:2/3;border-radius:8px;background:linear-gradient(100deg,#0e1118 20%,#161b25,#0e1118 60%);background-size:200% 100%;animation:shimmer .6s infinite}.skeleton-card i{display:block;width:65%;height:10px;margin-top:10px;border-radius:5px;background:#11151d}.skeleton-grid.landscape{grid-template-columns:repeat(4,minmax(0,1fr))}.skeleton-grid.landscape .skeleton-card span{position:relative;aspect-ratio:16/9;overflow:hidden}.skeleton-grid.landscape .skeleton-card span:before,.skeleton-grid.landscape .skeleton-card span:after{content:"";position:absolute;left:16px;display:block;border-radius:5px;background:#ffffff17}.skeleton-grid.landscape .skeleton-card span:before{bottom:36px;width:38%;height:25px}.skeleton-grid.landscape .skeleton-card span:after{bottom:16px;width:58%;height:9px}.skeleton-grid.landscape .skeleton-card>i{display:none}@keyframes shimmer{to{background-position:-200% 0}}.search-controls{position:relative;z-index:40;width:min(100%,670px);margin:0 auto 28px}.search-box{width:100%;height:54px;display:flex;align-items:center;gap:12px;padding:0 17px;border:1px solid color-mix(in srgb,var(--accent) 72%,transparent);border-radius:13px;background:#ffffff0b}.search-page{padding:80px clamp(32px,3.75vw,48px) 70px}.search-box>svg{width:20px;color:var(--muted)}.search-box input{flex:1;min-width:0;color:#fff;outline:none;border:0;background:transparent;font-size:14px}.search-box button{width:33px;height:33px;display:grid;place-items:center;color:var(--muted);border:0;border-radius:50%;background:transparent}.search-box button svg{width:17px}.search-suggestions{position:absolute;top:62px;left:0;right:0;overflow:hidden;padding:6px;border:1px solid rgba(255,255,255,.09);border-radius:13px;background:#121417c7;box-shadow:0 20px 46px #00000075;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.search-suggestions button{width:100%;height:62px;display:grid;grid-template-columns:36px minmax(0,1fr) 20px;align-items:center;gap:11px;padding:7px 10px;color:#fff;text-align:left;border:0;border-radius:9px;background:transparent}.search-suggestions button:hover,.search-suggestions button:focus-visible{background:#ffffff17;outline:0}.search-suggestions img,.search-suggestions button>svg:first-child{width:36px;height:48px;object-fit:cover;border-radius:4px}.search-suggestions button>span{min-width:0;display:flex;flex-direction:column;gap:3px}.search-suggestions strong{overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.search-suggestions small{color:var(--muted);font-size:11px}.search-suggestions button>svg:last-child{width:16px;color:var(--muted)}.search-filter-bar{width:min(100%,670px);display:flex;align-items:center;justify-content:space-between;gap:14px;margin:-10px auto 24px}.search-filter-bar>div{display:flex;align-items:center;gap:8px}.search-filter-bar button{height:34px;padding:0 17px;color:#d8d8d8;border:0;border-radius:18px;background:#1a1a1c;font-size:13px;font-weight:750}.search-filter-bar button.active{color:#050505;background:var(--accent)}.search-filter-bar>small{flex:0 0 auto;color:var(--muted);font-size:11px}.search-results-grid{grid-template-columns:repeat(8,minmax(0,1fr));gap:24px 14px}.search-results-grid .content-card{width:auto;min-width:0}.trending-heading{display:flex;align-items:center;gap:8px;margin:12px 0 22px 28px}.trending-heading svg{width:20px;color:var(--accent)}.trending-heading h1{margin:0;font-size:20px}.trending-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.trending-grid .content-card{width:auto}.trending-grid .content-card.wide{width:auto;max-width:none}.search-card .poster:after{display:none}.search-card .poster-play{display:none}.search-tmdb-title{position:absolute;left:16px;right:16px;bottom:42px;z-index:3;display:flex;align-items:flex-end;height:58px;overflow:hidden;color:#fff;font-size:17px;font-weight:850;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;background:transparent!important;box-shadow:none!important;filter:none!important}.search-tmdb-title>img{width:auto!important;max-width:58%;height:auto!important;max-height:58px;object-fit:contain!important;object-position:left bottom;transform:none!important;background:transparent!important;box-shadow:none!important;filter:none!important;opacity:1}.search-tmdb-title>strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.continue-tmdb-title{position:absolute;left:12px;right:12px;bottom:13px;z-index:3;display:flex;align-items:flex-end;max-height:54px;color:#fff;background:transparent!important;box-shadow:none!important;filter:none!important}.continue-tmdb-title>img{width:auto!important;max-width:55%;height:auto!important;max-height:50px;object-fit:contain!important;object-position:left bottom;opacity:1;background:transparent!important;box-shadow:none!important;filter:none!important;transform:none!important}.continue-tmdb-title>strong{overflow:hidden;font-size:15px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap;text-shadow:0 2px 8px rgba(0,0,0,.92)}.search-card-caption{position:absolute;left:16px;right:16px;bottom:13px;z-index:3;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;opacity:0;transform:translateY(8px);transition:opacity .2s ease,transform .2s ease}.search-card:hover .search-card-caption,.search-card:focus-within .search-card-caption{opacity:1;transform:translateY(0)}.search-card-caption>img{width:auto!important;max-width:58%;height:auto!important;max-height:58px;object-fit:contain!important;object-position:left bottom;transform:none!important;filter:drop-shadow(0 4px 10px rgba(0,0,0,.8))}.search-card-caption>strong{max-width:72%;overflow:hidden;color:#fff;font-size:14px;line-height:1.1;text-overflow:ellipsis;white-space:nowrap}.search-card-caption>small{flex:0 0 auto;color:#ffffffbf;font-size:10px;font-weight:750}.details-page{min-height:100vh;position:relative;padding-top:1px;overflow-x:clip;overflow-y:visible;background:#050609}.detail-backdrop{position:absolute;inset:0 0 auto;height:min(125vh,1100px);min-height:860px}.detail-backdrop picture{display:block;width:100%;height:100%}.detail-backdrop img{width:100%;height:100%;object-fit:cover}.detail-backdrop div{position:absolute;inset:0;background:linear-gradient(90deg,#050609 3%,rgba(5,6,9,.82) 38%,transparent 75%),linear-gradient(0deg,#050609 0%,rgba(5,6,9,.98) 18%,rgba(5,6,9,.76) 38%,transparent 72%),linear-gradient(180deg,rgba(0,0,0,.25),transparent 35%)}.detail-back{position:relative;z-index:3;height:40px;display:flex;align-items:center;gap:5px;margin:90px 0 0 4.5vw;color:#fff;border:0;background:transparent;font-size:12px}.detail-back svg{width:20px}.detail-copy{position:relative;z-index:3;width:min(1050px,88vw);min-height:calc(min(100vh,820px) - 131px);display:flex;flex-direction:column;justify-content:flex-start;padding:clamp(150px,24vh,250px) 0 54px 5vw}.detail-copy h1{margin:0 0 20px;font-size:clamp(48px,5.5vw,80px);line-height:1}.detail-logo{max-width:540px;max-height:175px;object-fit:contain;object-position:left center;margin-bottom:24px}.detail-copy .metadata{font-size:15px;gap:11px}.detail-synopsis{max-width:680px;margin:17px 0 20px}.detail-synopsis p{margin:0;overflow:hidden;color:#ffffffb8;font-size:15px;line-height:1.55;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}.detail-synopsis p.open{display:block;overflow:visible}.detail-synopsis button{margin-top:8px;padding:0;color:#fff;border:0;background:transparent;font-size:13px;font-weight:850}.rating-age{min-width:28px;height:28px;display:grid!important;place-items:center;padding:0 4px;color:#fff;border-radius:4px;background:#d54c31;font-size:10px;font-weight:800}.genre-row{display:flex;flex-wrap:wrap;gap:8px;margin:-10px 0 25px}.genre-row span{padding:8px 13px;color:#ffffffad;border:1px solid rgba(255,255,255,.09);border-radius:999px;background:#ffffff0f;font-size:12px}.detail-actions{position:relative;z-index:5;align-items:center;flex-wrap:nowrap}.detail-actions .watch{height:54px;flex:0 0 auto;padding:0 32px;font-size:16px}.round-action{width:62px;height:48px;flex:0 0 62px;display:grid;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:10px;background:#ffffff14}.round-action:hover,.round-action:focus-visible{color:#090909;border-color:var(--accent);background:var(--accent)}.round-action.active{color:#090909;border-color:var(--accent);background:var(--accent)}.round-action svg{width:22px;height:22px}.counted-action{position:relative;padding:0}.counted-action small{position:absolute;right:0;bottom:3px;left:0;color:currentColor;font-size:9px;font-weight:850;line-height:1;text-align:center}.detail-action-stat{width:54px;display:grid;justify-items:center;gap:5px}.detail-action-stat small{max-width:76px;overflow:hidden;color:#ffffff8f;font-size:10px;font-weight:650;line-height:1.1;text-align:center;text-overflow:ellipsis;white-space:nowrap}.episodes-area{position:relative;z-index:2;padding:28px 4.5vw 82px;background:#030405}.episodes-area:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:220px;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(3,4,5,.72) 54%,#030405 100%)}.season-scroller,.episode-scroller,.related-scroller{position:relative}.related-scroller{overflow:hidden}.season-scroller{margin-bottom:20px}.single-season-title{margin:0 0 20px;font-size:20px}.season-tabs{display:flex;gap:9px;overflow-x:auto;padding:0 0 4px;scrollbar-width:none;cursor:grab;touch-action:pan-y}.season-tabs::-webkit-scrollbar,.episode-list::-webkit-scrollbar,.related-list::-webkit-scrollbar{display:none}.season-tabs.dragging,.episode-list.dragging,.related-list.dragging{cursor:grabbing;-webkit-user-select:none;user-select:none;scroll-behavior:auto}.season-tabs button{min-width:132px;height:44px;padding:0 22px;color:#fff;border:0;border-radius:999px;background:#ffffff1f;font-size:13px;font-weight:800}.season-tabs button.active{color:#080808;background:var(--accent)}.rail-edge{position:absolute;top:50%;z-index:8;width:37px;height:37px;display:grid;place-items:center;padding:0;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#00000047;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transform:translateY(-50%);box-shadow:0 7px 20px #0003}.rail-edge:hover{background:#ffffff29}.rail-edge.prev{left:-2px}.rail-edge.next{right:-2px}.rail-edge svg{width:19px}.episode-list{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(285px,1fr);gap:16px;overflow-x:auto;padding:0 0 12px;cursor:grab;touch-action:pan-y}.episode-list>button{width:100%;display:grid;grid-template-columns:1fr;gap:9px;padding:0;text-align:left;color:#fff;border:0;border-radius:9px;background:transparent}.episode-list>button:hover{background:transparent}.episode-list>button>svg{display:none}.episode-thumb{position:relative;aspect-ratio:16/9;overflow:hidden;display:grid;place-items:center;border-radius:7px;background:#151a24}.episode-thumb img{width:100%;height:100%;object-fit:cover}.episode-play{position:absolute;top:50%;left:50%;width:46px;height:46px;display:grid;place-items:center;opacity:0;color:#050609;border:0;border-radius:50%;background:var(--accent);transform:translate(-50%,-50%) scale(.92);transition:opacity .18s ease,transform .18s ease}.episode-play svg{width:20px;height:20px}.episode-list>button:hover,.episode-list>button:focus-visible{outline:0;border-color:transparent;box-shadow:none}.episode-list>button:hover .episode-thumb,.episode-list>button:focus-visible .episode-thumb{outline:0;border-color:transparent;box-shadow:none}.episode-list>button:hover .episode-play,.episode-list>button:focus-visible .episode-play{opacity:1;transform:translate(-50%,-50%) scale(1)}.episode-thumb small{position:absolute;right:7px;bottom:7px;padding:3px 6px;color:#fff;border-radius:5px;background:#000000c2;font-size:8px}.episode-watch-progress{position:absolute;right:0;bottom:0;left:0;z-index:3;height:3px;overflow:hidden;background:#ffffff2e}.episode-watch-progress b{display:block;height:100%;background:var(--accent)}.episode-list strong{font-size:15px}.episode-list small{display:block;margin-top:6px;color:var(--muted);font-size:12px}.episode-list p{margin:8px 0 0;overflow:hidden;color:#ffffffd1;font-size:13px;line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.details-related{position:relative;z-index:2;padding:0 2.5vw 22px;background:#030405}.details-related:before{content:"";position:absolute;right:0;bottom:100%;left:0;height:150px;pointer-events:none;background:linear-gradient(180deg,transparent 0%,rgba(3,4,5,.82) 45%,#030405 100%)}.details-related h2{margin:0 0 16px;font-size:20px}.related-list{display:flex;gap:12px;overflow-x:auto;padding:0 0 12px;cursor:grab;touch-action:pan-y}.related-list{scrollbar-width:none!important;-ms-overflow-style:none}.related-list::-webkit-scrollbar{display:none!important;width:0!important;height:0!important}.trailer-action{height:54px;display:flex;align-items:center;gap:10px;padding:0 24px;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:11px;background:#ffffff1a;font-size:15px;font-weight:750}.trailer-action:hover{background:#ffffff2e}.detail-trailer-action{width:auto;height:54px;flex:0 0 auto;justify-content:center;gap:10px;padding:0 24px}.detail-trailer-action span{display:inline}.detail-trailer-action svg{flex:0 0 auto;margin:0}.content-report-modal{max-height:min(86vh,720px)}.report-options{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:16px 18px}.report-options button{min-height:40px;display:flex;align-items:center;gap:8px;padding:8px 10px;color:#ffffffb8;text-align:left;border:1px solid rgba(255,255,255,.09);border-radius:9px;background:#ffffff0a;font-size:11px}.report-options button.active{color:var(--accent);border-color:var(--accent);background:color-mix(in srgb,var(--accent) 13%,transparent)}.report-options svg{width:15px}.content-report-modal textarea{width:calc(100% - 36px);min-height:82px;margin:0 18px;padding:11px;resize:vertical;color:#fff;border:1px solid rgba(255,255,255,.1);border-radius:9px;outline:none;background:#ffffff0a;font-size:11px}.report-submit,.report-sent button{height:42px;margin:14px 18px 18px;color:#050609;border:0;border-radius:9px;background:var(--accent);font-weight:800}.report-submit{width:calc(100% - 36px)}.report-sent{min-height:220px;display:grid;place-content:center;justify-items:center;gap:12px}.report-sent>svg{width:42px;height:42px;color:var(--accent)}.report-sent button{min-width:120px;margin:5px 0 0}.trailer-action svg{width:24px;height:24px}.details-skeleton{min-height:100vh;overflow:hidden}.detail-skeleton-backdrop{position:absolute;inset:0 0 auto;height:min(80vh,760px);background:linear-gradient(100deg,#080a0f 20%,#121722,#080a0f 60%);background-size:200% 100%}.detail-skeleton-copy{position:relative;z-index:2;width:min(630px,56vw);min-height:640px;display:flex;flex-direction:column;justify-content:flex-end;gap:14px;padding:100px 0 72px 5vw}.detail-skeleton-copy i{display:block;width:70%;height:62px;border-radius:8px}.detail-skeleton-copy i:nth-child(2){width:38%;height:18px}.detail-skeleton-copy i:nth-child(3){width:94%;height:72px}.detail-skeleton-actions{width:min(430px,100%);display:grid;gap:12px}.detail-skeleton-actions>span{width:100%;height:54px;border-radius:8px}.detail-skeleton-actions>div{display:flex;gap:12px}.detail-skeleton-actions>div span{width:54px;height:54px;border-radius:11px}.detail-skeleton-episodes{position:relative;z-index:2;display:grid;grid-template-columns:repeat(5,minmax(220px,1fr));gap:12px;padding:12px 5vw 70px;background:#050609}.detail-skeleton-episodes span{aspect-ratio:16/9;border-radius:8px}.source-modal{padding-bottom:13px}.source-list{display:grid;gap:7px;padding:14px}.source-list>button{min-height:70px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;padding:10px 12px;text-align:left;color:#fff;border:1px solid transparent;border-radius:13px;background:#ffffff0a}.source-list>button:hover{border-color:#3f67f566;background:#3f67f517}.source-play{width:42px;height:42px;display:grid;place-items:center;color:#fff;border-radius:50%;background:var(--accent)}.source-play svg{width:17px}.source-copy{display:flex;align-items:center;justify-content:center}.source-list strong{font-size:15px}.source-playing-bars{height:24px;display:flex;align-items:center;justify-content:center;gap:3px;opacity:.35}.source-playing-bars i{width:3px;height:7px;border-radius:2px;background:#ffffff8c}.source-playing-bars.active{opacity:1}.source-playing-bars.active i{background:var(--accent);animation:live-bar .72s ease-in-out infinite alternate}.source-playing-bars.active i:nth-child(2){animation-delay:.15s}.source-playing-bars.active i:nth-child(3){animation-delay:.3s}.comments-modal{max-height:min(80vh,650px);display:flex;flex-direction:column}.comments-modal>header{padding:16px 17px}.comments-modal>header h2{font-size:16px}.comments-modal>header p{margin-top:4px;font-size:11px}.comments-modal>form{display:flex;gap:8px;padding:13px 15px;border-bottom:1px solid rgba(255,255,255,.06)}.comments-modal>form input{flex:1;height:40px;min-width:0;padding:0 12px;color:#fff;outline:none;border:1px solid var(--border);border-radius:10px;background:#ffffff0a;font-size:12px}.comments-modal>form button{width:42px;height:42px;display:grid;place-items:center;color:#fff;border:0;border-radius:11px;background:var(--accent)}.comments-modal>form button:disabled{opacity:.35}.comments-modal>form svg{width:17px}.comments-modal>form input[aria-invalid=true],.feed-comments-modal>form input[aria-invalid=true]{border-color:#ff69769e}.comment-submit-error{margin:0;padding:9px 15px;color:#ff9aa4;background:#ff445214;font-size:10px;font-weight:700;line-height:1.4}.comment-compose-mode{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:9px 15px 0;color:#ffffff94;font-size:10px}.comment-compose-mode button{padding:4px 0;color:var(--accent);border:0;background:transparent;font-size:10px;font-weight:750}.comments-list{overflow-y:auto;padding:8px 15px 15px}.comments-list article{display:grid;grid-template-columns:auto 1fr;gap:10px;padding:12px 0;border-bottom:1px solid rgba(255,255,255,.05)}.comments-list article>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:#1b2230;font-size:12px;font-weight:750}.comments-list article header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.comments-list article header>span{display:grid;gap:2px}.comments-list strong{font-size:11px}.comments-list small,.comments-list time{color:#ffffff59;font-size:8px;font-style:normal}.comments-list p{margin:6px 0 0;color:#ffffff9e;font-size:11px;line-height:1.5}.comments-list footer{display:flex;gap:16px;margin-top:8px}.comments-list footer button{min-width:20px;height:22px;display:flex;align-items:center;gap:4px;padding:0;color:#ffffff94;border:0;background:transparent;font-size:9px}.comments-list footer button.active{color:var(--accent)}.comments-list footer svg{width:15px;height:15px}.comments-list .comment-reply{margin-left:12px;padding-bottom:0;border-bottom:0}.comments-empty{padding:35px 0;text-align:center;color:var(--muted);font-size:11px}.video-player{position:fixed;inset:0;z-index:300;display:grid;place-items:center;overflow:hidden;color:#fff;background:#000}.video-player.controls-hidden{cursor:none}.video-player video{width:100%;height:100%;object-fit:contain}.video-player>.loading-state{position:absolute;inset:0;z-index:7;min-height:0;pointer-events:none;background:#0000003d}.video-player>.loading-state svg{width:54px;height:54px;stroke-width:2.4}.video-player>.loading-state span{color:#ffffffb8;font-size:16px;font-weight:600}.player-fit-icon{width:30px;height:30px;display:block;object-fit:contain}.player-gradient button:hover .player-fit-icon,.player-gradient button:focus-visible .player-fit-icon,.live-player-ui button:hover .player-fit-icon,.live-player-ui button:focus-visible .player-fit-icon{filter:invert(1)}.player-resize-toast{position:absolute;left:50%;top:50%;z-index:12;min-width:190px;padding:18px 32px;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:14px;background:#08090cd6;box-shadow:0 18px 50px #0000007a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);font-size:24px;font-weight:800;text-align:center;transform:translate(-50%,-50%);animation:player-resize-toast-in .18s ease-out}@keyframes player-resize-toast-in{0%{opacity:0;transform:translate(-50%,-46%) scale(.96)}}.live-channel-loading{position:absolute;inset:0;z-index:7;display:grid;place-content:center;justify-items:center;gap:8px;pointer-events:none;background:#0000003d}.live-channel-loading>strong{color:#fff;font-size:16px;font-weight:500}.live-loading-dots{position:relative;width:76px;height:48px;display:block}.live-loading-dots i{position:absolute;left:50%;top:50%;width:10px;height:10px;margin:-5px 0 0 -5px;border-radius:50%;background:#fff;animation:live-dot-white .9s linear infinite}.live-loading-dots i:last-child{background:var(--accent);animation-name:live-dot-accent}@keyframes live-dot-white{0%{transform:translate(18px)}25%{transform:translateY(5px)}50%{transform:translate(-18px)}75%{transform:translateY(-5px)}to{transform:translate(18px)}}@keyframes live-dot-accent{0%{transform:translate(-18px)}25%{transform:translateY(-5px)}50%{transform:translate(18px)}75%{transform:translateY(5px)}to{transform:translate(-18px)}}.player-gradient{position:absolute;left:0;right:0;z-index:4;padding:24px 32px;opacity:1;transition:opacity .28s ease,transform .28s ease}.player-gradient.top{top:0;display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(180deg,rgba(0,0,0,.88),transparent)}.player-gradient.bottom{bottom:0;display:block;background:linear-gradient(0deg,rgba(0,0,0,.94),rgba(0,0,0,.76) 50%,transparent)}.player-heading,.player-tools,.player-controls,.player-controls-side,.player-controls-center{display:flex;align-items:center}.player-heading{gap:12px}.player-tools{gap:10px}.player-gradient button{width:48px;height:48px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:#ffffff1c;transition:.16s}.player-gradient button:hover,.player-gradient button.active{background:#ffffff38;transform:scale(1.04)}.player-gradient svg{width:21px}.player-gradient strong{display:block;font-size:14px}.player-gradient small{display:block;margin-top:4px;color:var(--muted);font-size:10px}.player-info-panel{position:absolute;left:48px;bottom:30%;z-index:3;width:min(680px,58vw);opacity:1;pointer-events:none;animation:player-info-in .55s ease-out;transition:opacity .28s ease,transform .28s ease}@keyframes player-info-in{0%{opacity:0;transform:translate(-55px)}}.player-info-panel>img{max-width:540px;max-height:145px;object-fit:contain;object-position:left bottom;margin-bottom:16px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.7))}.player-info-panel>h1{max-width:650px;margin:0 0 16px;color:#fff;font-size:42px;line-height:1;font-weight:800;text-wrap:balance}.player-info-panel>p{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;max-width:680px;margin:0;color:#ffffffd1;font-size:18px;line-height:1.45}.video-player.controls-hidden .player-gradient{opacity:0;transform:translateY(12px);pointer-events:none}.video-player.controls-hidden .player-gradient.top{transform:translateY(-12px)}.video-player.controls-hidden .player-info-panel{opacity:0;transform:translate(-36px)}.video-player.controls-hidden .player-info-panel.channel-info:not(.channel-info-hidden){opacity:1;transform:none}.player-info-panel.channel-info-hidden{opacity:0!important;transform:translate(-36px)!important}.player-channel-epg{display:grid;justify-items:start;gap:5px;max-width:520px;margin-top:6px;padding:12px 15px;border-left:3px solid var(--accent);border-radius:0 8px 8px 0;background:#0000008f}.player-channel-epg small{margin:0;color:var(--accent);font-size:9px;font-weight:900;letter-spacing:.08em}.player-channel-epg strong{color:#fff;font-size:17px;line-height:1.25}.player-channel-epg span{color:#ffffff94;font-size:11px}.player-channel-epg p{max-width:520px;margin:3px 0 0;color:#ffffffa3;font-size:12px;line-height:1.4}.player-info-meta{display:flex;align-items:center;flex-wrap:wrap;gap:9px;margin-top:13px;color:#ffffffe6;font-size:12px;font-weight:700}.player-info-meta>span{display:flex;align-items:center;gap:5px}.player-info-meta svg{width:14px;height:14px;color:#f6c84f}.player-info-meta i{width:4px;height:4px;border-radius:50%;background:var(--accent)}.player-content-rating{display:flex;align-items:center;gap:12px;margin-top:16px;color:#ffffffc7;font-size:14px;font-weight:650}.player-content-rating b{min-width:34px;height:28px;display:grid;place-items:center;padding:0 7px;color:#fff;border-radius:5px;background:#d54c31;font-size:13px;font-weight:850}.live-player-ui{position:absolute;inset:0;z-index:6;pointer-events:none;opacity:1;transition:opacity .22s ease}.live-player-ui button{display:grid;place-items:center;color:#fff;border:0;cursor:pointer;pointer-events:auto}.live-player-topbar{position:absolute;inset:0 0 auto;min-height:88px;display:grid;grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:10px;padding:18px 30px;background:linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.42) 58%,transparent)}.live-player-topbar button,.live-player-tv-hud button,.live-player-mobile-hud button{width:48px;height:48px;border-radius:50%;background:#191919e0}.live-player-topbar button:hover,.live-player-tv-hud button:hover,.live-player-mobile-hud button:hover{background:#ffffff38}.live-player-topbar svg,.live-player-tv-hud svg,.live-player-mobile-hud svg{width:22px;height:22px}.live-player-heading{min-width:0;display:grid;gap:3px}.live-player-tools{display:flex;align-items:center;justify-content:flex-end;gap:8px}.live-player-topbar strong,.live-player-topbar small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-player-topbar strong{font-size:17px}.live-player-topbar small{color:#ffffffa8;font-size:12px}.live-player-topbar button.active{color:var(--accent)}.live-player-tv-hud{position:absolute;left:34px;right:34px;bottom:28px;display:grid;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:20px;padding:18px 20px;border:1px solid rgba(255,255,255,.08);border-radius:12px;background:#040507db;box-shadow:0 18px 55px #00000061}.live-player-tv-hud>img,.live-player-tv-hud>svg{width:84px;height:58px;padding:5px;object-fit:contain;border-radius:8px;background:#ffffff0f}.live-player-tv-hud>section{min-width:0;display:grid;gap:9px}.live-player-tv-hud header,.live-player-tv-hud section>div,.live-player-tv-hud>div{display:flex;align-items:center;gap:12px}.live-player-tv-hud header{justify-content:space-between}.live-player-tv-hud header strong{overflow:hidden;font-size:20px;text-overflow:ellipsis;white-space:nowrap}.live-player-tv-hud time{color:#ffffffc2;font-size:15px;font-weight:700}.live-player-tv-hud section>i,.live-player-mobile-hud section>i{width:100%;height:4px;display:block;overflow:hidden;border-radius:4px;background:#ffffff2e}.live-player-tv-hud section>i b,.live-player-mobile-hud section>i b{height:100%;display:block;border-radius:inherit;background:var(--accent)}.live-player-tv-hud section>div{justify-content:space-between;color:#ffffffb8;font-size:13px}.live-player-tv-hud section>div span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-player-mobile-hud{display:none}.video-player.controls-hidden .live-player-ui{opacity:0;pointer-events:none}.player-time-row{display:flex;justify-content:space-between;margin-bottom:5px;color:#ffffffe6;font-size:12px;font-weight:650}.player-track{position:relative;width:100%;height:4px;cursor:pointer;touch-action:none;border-radius:2px;background:#ffffff57;transition:height .12s ease}.player-track span{display:block;height:100%;border-radius:inherit;background:var(--accent)}.player-track i{position:absolute;top:50%;width:10px;height:10px;border-radius:50%;background:var(--accent);transform:translate(-50%,-50%);opacity:0;transition:.15s}.player-track:hover,.player-track.scrubbing{height:6px}.player-track:hover i,.player-track.scrubbing i{opacity:1}.player-controls{position:relative;justify-content:space-between;margin-top:13px}.player-controls-side{min-width:150px;gap:9px}.player-controls-side.end{justify-content:flex-end;overflow:visible}.player-controls-center{position:absolute;left:50%;gap:10px;transform:translate(-50%)}.player-controls-center button{position:relative}.player-controls-center button.primary{width:50px;height:50px;background:#ffffff29}.player-controls-center button small{position:absolute;top:50%;left:50%;margin:0;color:#fff;font-size:9px;transform:translate(-50%,-50%)}.player-next-episode{position:relative;width:48px!important;flex:0 0 auto;display:flex!important;align-items:center;justify-content:flex-end!important;overflow:hidden;padding:0 13px!important;border:1px solid transparent!important;transition:width .22s ease,background .16s ease!important}.player-next-episode>span{position:absolute;left:16px;width:168px;display:grid;gap:2px;overflow:hidden;opacity:0;color:inherit;font-size:12px;font-weight:800;line-height:1.15;text-align:left;transform:translate(8px);transition:opacity .14s ease,transform .2s ease}.player-next-episode>span small{overflow:hidden;margin:0;color:inherit;font-size:10px;font-weight:600;text-overflow:ellipsis;white-space:nowrap;opacity:.72}.player-next-episode:hover,.player-next-episode:focus-visible{width:238px!important;padding-left:16px!important}.player-next-episode:hover>span,.player-next-episode:focus-visible>span{opacity:1;transform:none}.player-next-icon{width:25px!important;height:25px!important;flex:0 0 25px}.player-next-countdown{position:absolute;right:48px;bottom:30px;z-index:14;width:260px;height:58px;display:flex;align-items:center;justify-content:flex-end;gap:10px;overflow:hidden;padding:0 14px 0 17px;color:#fff;border:1px solid rgba(255,255,255,.8);border-radius:29px;background:#000000b3;box-shadow:0 14px 44px #0000006b;cursor:pointer}.player-next-countdown>i{position:absolute;inset:0 auto 0 0;z-index:0;display:block;background:#fff}.player-next-countdown>span{position:relative;z-index:1;min-width:0;flex:1;display:grid;gap:2px;overflow:hidden;font-size:13px;font-weight:800;line-height:1.15;text-align:left;mix-blend-mode:difference}.player-next-countdown>span small{overflow:hidden;color:inherit;font-size:10px;font-weight:650;text-overflow:ellipsis;white-space:nowrap;opacity:.82}.player-next-countdown .player-next-icon{position:relative;z-index:1;mix-blend-mode:difference}.player-lock,.player-unlock{display:none!important}.video-player.controls-locked .player-gradient,.video-player.controls-locked .player-info-panel{opacity:0;pointer-events:none}.player-menu{position:absolute;top:86px;right:32px;z-index:8;width:290px;overflow:hidden;padding:13px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:#0a0b0ef7;box-shadow:0 24px 70px #000000a6}.player-menu h3{margin:2px 5px 11px;font-size:14px}.player-menu>p{margin:8px 5px;color:var(--muted);font-size:11px;line-height:1.5}.player-menu>button{width:100%;min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:0 11px;color:#fff;border:0;border-radius:7px;background:transparent;font-size:11px;text-align:left}.player-menu>button:hover{background:#ffffff14}.player-menu>button small{color:var(--muted);font-size:9px}.player-menu>button svg{width:16px}.player-menu>button.report-action{justify-content:flex-start;color:#ff8a91}.player-error{position:absolute;z-index:5;width:min(90%,400px);text-align:center;padding:25px;border:1px solid var(--border);border-radius:16px;background:#0a0c12eb}.player-error h2{margin:0;font-size:18px}.player-error p{color:var(--muted);font-size:12px}.player-error button{margin-top:8px;padding:9px 18px;color:#090909;border:0;border-radius:8px;background:#fff;font-weight:700}@media(min-width:1400px){.episode-list{grid-auto-columns:calc((100vw - 9vw - 60px)/6);gap:12px}}@media(min-width:701px){.player-gradient{padding:32px 48px}.player-gradient.top{gap:28px;padding-left:24px}.player-heading{gap:18px}.player-tools{gap:14px}.player-gradient button{width:72px;height:72px}.player-gradient svg{width:30px;height:30px}.player-gradient strong{font-size:24px}.player-gradient small{margin-top:6px;font-size:16px}.player-time-row{margin-bottom:9px;font-size:18px}.player-track{height:8px;border-radius:4px}.player-track i{width:16px;height:16px}.player-track:hover,.player-track.scrubbing{height:12px}.player-controls{margin-top:20px}.player-controls-side{min-width:230px;gap:14px}.player-controls-center{gap:16px}.player-controls-center button.primary{width:80px;height:80px}.player-controls-center button small{margin:0;font-size:12px}.player-next-episode{width:72px!important;padding:0 21px!important}.player-next-episode:hover,.player-next-episode:focus-visible{width:260px!important}.player-next-episode>span{left:18px;width:185px;font-size:13px}.player-next-episode>span small{font-size:11px}.player-menu{top:118px;right:48px;width:360px}}@media(min-width:921px),(min-width:761px)and (min-height:601px){.player-gradient button,.player-controls-center button.primary{color:#fff;border-color:transparent;background:transparent;transform:none}.player-gradient button:hover,.player-gradient button:focus-visible,.player-gradient button:active,.player-gradient button.active{color:#050505;outline:0;background:#ffffffe6;transform:none}.player-controls-center button:hover small,.player-controls-center button:focus-visible small,.player-controls-center button:active small{color:#050505}}.notification-page{max-width:860px}.notification-page .page-title>div>span{display:grid;gap:3px}.notification-page .page-title small{color:var(--muted);font-size:10px}.notification-page .text-button{display:flex;align-items:center;gap:6px}.notification-page .text-button svg{width:15px}.notification-list{display:grid;gap:8px}.notification-list article{position:relative;display:grid;grid-template-columns:8px 44px minmax(0,1fr) 34px;align-items:start;gap:10px;padding:14px;overflow:hidden;border:1px solid rgba(255,255,255,.055);border-radius:9px;background:#0b0e14;cursor:pointer}.notification-list article:hover,.notification-list article:focus-visible{border-color:color-mix(in srgb,var(--accent) 60%,transparent);background:#10141c;outline:0}.notification-dot{width:8px;height:8px;margin-top:16px;border-radius:50%;background:transparent}.notification-list article.unread .notification-dot{background:var(--accent)}.notification-icon{width:44px;height:44px;display:grid;place-items:center;overflow:hidden;color:var(--accent);border-radius:50%;background:color-mix(in srgb,var(--accent) 14%,#10131a)}.notification-icon img{width:100%;height:100%;object-fit:cover}.notification-list svg{width:18px}.notification-list article>div{min-width:0}.notification-list strong{display:block;overflow:hidden;font-size:13px;text-overflow:ellipsis;white-space:nowrap}.notification-list p{margin:5px 0;color:var(--muted);font-size:11px;line-height:1.45}.notification-list small{color:#ffffff52;font-size:9px}.notification-delete{width:32px;height:32px;display:grid;place-items:center;color:#fff6;border:0;border-radius:7px;background:transparent}.notification-delete:hover,.notification-delete:focus-visible{color:#ff747b;background:#ff5a641a}.notification-delete svg{width:15px}.notification-list.compact{gap:0}.notification-list.compact article{grid-template-columns:8px minmax(0,1fr) 30px;gap:9px;padding:13px 12px;border:0;border-bottom:1px solid rgba(255,255,255,.07);border-radius:0;background:transparent}.notification-list.compact .notification-icon{display:none}.notification-list.compact .notification-dot{margin-top:5px}.notification-list.compact strong{font-size:12px}.notification-list.compact p{margin:5px 0 7px}.notification-empty{min-height:180px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:7px;color:#ffffff61;text-align:center}.notification-empty svg{width:28px}.notification-empty strong{color:#ffffffb8;font-size:13px}.notification-empty small{font-size:10px}.feed-page{max-width:880px}.feed-list{display:grid;gap:18px}.feed-list>article{padding:20px;border:1px solid rgba(255,255,255,.07);border-radius:16px;background:#0b0e14}.feed-list>article>header{display:flex;align-items:center;gap:11px}.feed-avatar{width:46px;height:46px;flex:0 0 46px;display:grid;place-items:center;overflow:hidden;border:0;border-radius:50%;background:transparent;font-weight:750}.feed-avatar img{width:100%;height:100%;object-fit:cover}.feed-list>article>header>div{min-width:0}.feed-list>article>header>div>span{display:flex;align-items:center;gap:5px}.feed-list header strong{display:block;font-size:14px}.feed-list header i{width:16px;height:16px;display:grid;place-items:center;color:#fff;border-radius:50%;background:#1687ff;font-size:10px;font-style:normal;font-weight:900}.feed-list header small{display:block;margin-top:3px;color:var(--muted);font-size:10px}.feed-list>article h2{margin:18px 0 8px;font-size:18px}.feed-list>article>p{color:#ffffffad;font-size:13px;line-height:1.65;white-space:pre-wrap}.feed-list>article>img{width:100%;max-height:520px;object-fit:cover;margin-top:14px;border-radius:12px}.feed-list>article>footer{position:relative;display:grid;grid-template-columns:1fr 1fr 1fr;align-items:center;gap:8px;margin-top:17px;padding-top:14px;border-top:1px solid rgba(255,255,255,.07)}.feed-list>article>footer button,.feed-list>article>footer>span{min-height:34px;display:flex;align-items:center;justify-content:center;gap:7px;color:#ffffff94;border:0;background:transparent;font-size:11px;font-weight:700}.feed-list>article>footer button.active{color:var(--accent)}.feed-list>article>footer .app-vector-icon{width:18px;height:18px}.feed-reaction-wrap{position:relative}.feed-reaction-wrap>button{width:100%}.feed-reaction-wrap>button>span{color:inherit;font-size:18px}.feed-reaction-picker{position:absolute;left:50%;bottom:42px;z-index:15;display:flex;gap:2px;padding:7px 9px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#29292d;box-shadow:0 12px 34px #00000080;transform:translate(-50%)}.feed-reaction-picker button{width:38px;min-height:36px!important;padding:0;border-radius:50%;font-size:21px!important;transition:transform .15s ease,background .15s ease}.feed-reaction-picker button:hover,.feed-reaction-picker button.active{background:#ffffff1a;transform:scale(1.14)}.feed-comments-modal{width:min(620px,calc(100vw - 24px));height:min(76vh,680px);display:flex;flex-direction:column}.feed-comments-modal>header{padding:16px 18px}.feed-comments-modal>header h2{margin:0;font-size:17px}.feed-comments-modal>header p{margin:4px 0 0;color:var(--muted);font-size:11px}.feed-comments-list{flex:1;overflow-y:auto;padding:8px 16px 15px}.feed-comment{display:grid;grid-template-columns:38px 1fr;gap:10px;padding:10px 0}.feed-comment.reply{grid-template-columns:32px 1fr;margin:8px 0 0 18px;padding-left:12px;border-left:1px solid rgba(255,255,255,.08)}.feed-comment-avatar{width:38px;height:38px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#1d2330}.feed-comment.reply .feed-comment-avatar{width:32px;height:32px}.feed-comment-avatar img,.feed-compose-avatar img{width:100%;height:100%;object-fit:cover}.feed-comment>div{min-width:0}.feed-comment header{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.feed-comment header span{min-width:0;display:grid}.feed-comment header strong{font-size:12px}.feed-comment header small,.feed-comment time{color:#ffffff61;font-size:9px}.feed-comment p{margin:7px 0;color:#ffffffb8;font-size:11px;line-height:1.5}.feed-comment footer{display:flex;align-items:center;gap:12px}.feed-comment footer button{min-height:24px;display:flex;align-items:center;gap:4px;padding:0;color:#ffffff6b;border:0;background:transparent;font-size:9px;font-weight:700}.feed-comment footer button.active{color:var(--accent)}.feed-comment footer svg{width:13px;height:13px}.feed-comments-modal>form{display:grid;grid-template-columns:32px 1fr 38px;align-items:center;gap:8px;padding:10px 14px max(10px,env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,.07);background:#0b0d12}.feed-compose-avatar{width:32px;height:32px;display:grid;place-items:center;overflow:hidden;border-radius:50%;background:#1d2330}.feed-comments-modal>form input{min-width:0;height:40px;padding:0 13px;color:#fff;outline:none;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:#1c1f26;font-size:11px}.feed-comments-modal>form>button{width:38px;height:38px;display:grid;place-items:center;color:var(--accent);border:0;background:transparent}.feed-comments-modal>form>button:disabled{opacity:.35}.feed-comments-modal>form svg{width:18px}.feed-comment-submit-error{padding-right:14px;padding-left:54px;border-top:1px solid rgba(255,68,82,.1)}.account-page{max-width:1280px;margin:0 auto}.account-summary,.account-card{border:1px solid rgba(255,255,255,.09);border-radius:11px;background:#0b0e14}.account-identity{display:flex;align-items:center;gap:18px;padding:24px}.account-avatar{width:96px;height:96px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#151a25;font-size:24px;font-weight:800}.account-avatar img,.account-list-avatar img{width:100%;height:100%;object-fit:cover}.account-identity>div>div{display:flex;align-items:center;gap:10px}.account-identity h1{margin:0;font-size:25px}.account-identity p{margin:7px 0 0;color:#ffffffa8;font-size:13px}.account-identity small{display:block;margin-top:7px;color:var(--muted);font-size:11px}.account-active{padding:4px 9px;color:#40dfaa;border-radius:999px;background:#11a86b2e;font-size:9px;font-weight:750}.account-active.inactive{color:#ff9ba4;background:#ff445224}.account-facts{display:grid;grid-template-columns:repeat(5,1fr);gap:20px;padding:17px 24px;border-top:1px solid rgba(255,255,255,.07)}.account-facts span{display:grid;gap:6px}.account-facts small{color:var(--muted);font-size:11px}.account-facts strong{font-size:12px}.account-panels{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.85fr);gap:22px;margin-top:22px}.account-card{overflow:hidden}.account-card header{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:0 23px;border-bottom:1px solid rgba(255,255,255,.07)}.account-card h2{margin:0;font-size:18px}.account-card header button,.shared-access-card>div>button{display:flex;align-items:center;gap:6px;color:#fff;border:0;background:transparent;font-size:11px;font-weight:700}.account-card header svg,.shared-access-card svg{width:15px}.account-profile-row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin:18px 23px;padding:12px;border-radius:8px;background:color-mix(in srgb,var(--accent) 14%,#10141d)}.account-list-avatar{width:48px;height:48px;display:grid;place-items:center;overflow:hidden;border:2px solid var(--accent);border-radius:50%}.account-profile-row strong{display:block;font-size:13px}.account-profile-row small{display:block;margin-top:5px;color:var(--muted);font-size:10px}.account-profile-row>span{padding:4px 7px;color:#9cb0ff;border-radius:5px;background:#3f67f529;font-size:8px;font-weight:750}.subscription-card>div{min-height:130px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;text-align:center}.subscription-card>div>strong{font-size:12px}.subscription-card p{margin:8px 0 16px;color:var(--muted);font-size:10px}.subscription-card>div>button{height:40px;display:flex;align-items:center;gap:7px;padding:0 18px;color:#080808;border:0;border-radius:999px;background:#f7bd25;font-size:11px;font-weight:800}.subscription-card>div>button svg{width:15px}.shared-access-card{grid-column:1/-1}.shared-access-card>div{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 23px}.shared-access-card p{margin:0;color:#ffffffb8;font-size:11px}.shared-access-copy{min-width:0;display:grid;gap:13px}.shared-access-card>div>button{min-width:180px;height:42px;justify-content:center;border:1px solid rgba(255,255,255,.11);border-radius:9px;background:#ffffff0a}.account-logout{justify-self:start;display:flex;align-items:center;gap:8px;color:#ff737f;border:0;background:transparent;font-size:11px}.account-logout svg{width:17px}.football-sync-state{min-height:38px;display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:-4px 0 10px;color:#ffffff70;font-size:10px}.football-sync-state>button{min-height:34px;display:flex;align-items:center;gap:7px;padding:0 12px;color:#ffffffc7;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#ffffff09;font:inherit;font-weight:750}.football-sync-state>button:hover,.football-sync-state>button:focus-visible{color:#fff;border-color:color-mix(in srgb,var(--accent) 56%,rgba(255,255,255,.1));background:color-mix(in srgb,var(--accent) 12%,rgba(255,255,255,.035))}.football-sync-state>button:disabled{cursor:wait;opacity:.58}.football-sync-state svg{width:14px;height:14px}.football-competition-rail{display:flex;gap:12px;overflow-x:auto;margin:0 0 24px;padding:5px 4px 8px;scrollbar-width:none;scroll-snap-type:x proximity;cursor:grab}.football-competition-rail::-webkit-scrollbar{display:none}.football-competition-rail>button{width:146px;min-width:146px;height:128px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;padding:11px 9px;color:#ffffffa8;border:1px solid rgba(255,255,255,.08);border-radius:17px;background:#0d1014;scroll-snap-align:start;transition:border-color .16s ease,background .16s ease,color .16s ease,transform .16s ease}.football-competition-rail>button:hover,.football-competition-rail>button.active{color:#fff;border-color:var(--accent);background:color-mix(in srgb,var(--accent) 14%,#0d1014);transform:translateY(-2px)}.football-competition-rail>button>span{width:62px;height:62px;display:grid;place-items:center;padding:8px;border-radius:50%;background:#ffffff0e}.football-competition-rail>button img,.football-competition-rail>button svg{width:100%;height:100%;object-fit:contain}.football-competition-rail>button strong{max-width:100%;overflow:hidden;font-size:11px;line-height:1.25;text-align:center;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.football-competition-skeleton>span{width:146px;min-width:146px;height:128px;display:grid;justify-items:center;align-content:center;gap:12px;border-radius:17px;background:#0d1014}.football-competition-skeleton>span>i{width:62px;height:62px;border-radius:50%}.football-competition-skeleton>span>em{width:86px;height:11px;border-radius:5px}.football-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.football-grid article{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:linear-gradient(145deg,#102219,#090d0b)}.football-card{position:relative;cursor:pointer;outline:none;background:linear-gradient(90deg,var(--home-tone,#1b1d20),#131415 50%,var(--away-tone,#1b1d20))!important;transition:transform .18s ease,border-color .18s ease}.football-card:before{content:"";position:absolute;inset:-28px;pointer-events:none;background-image:var(--home-logo),var(--away-logo);background-position:12% 50%,88% 50%;background-repeat:no-repeat;background-size:116px 116px;filter:blur(32px) saturate(1.65);opacity:.2}.football-card:after{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(circle at 14% 48%,color-mix(in srgb,var(--home-tone) 68%,transparent),transparent 38%),radial-gradient(circle at 86% 48%,color-mix(in srgb,var(--away-tone) 68%,transparent),transparent 38%);opacity:.72}.football-card>*{position:relative;z-index:1}.football-card:hover,.football-card:focus-visible{border-color:color-mix(in srgb,var(--accent) 62%,white 8%);transform:translateY(-2px)}.football-grid header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px 15px;color:var(--muted);font-size:10px}.football-grid header span.live{color:#ff5262;font-weight:850}.football-grid article>div{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:14px;padding:12px 18px 20px}.football-grid article>div>span{min-width:0;display:grid;justify-items:center;gap:9px;text-align:center}.football-grid img{width:58px;height:58px;object-fit:contain}.football-grid strong{font-size:12px}.football-grid b{color:#ffffff73;font-size:18px}.football-grid footer{min-height:38px;display:flex;align-items:center;padding:0 15px;color:#ffffff7a;border-top:1px solid rgba(255,255,255,.06);font-size:9px}.football-skeleton article{pointer-events:none;background:#0e1114}.football-skeleton header i{width:72px;height:10px;border-radius:5px}.football-skeleton header i:last-child{width:94px}.football-skeleton article>div span>i{width:58px;height:58px;border-radius:50%}.football-skeleton article>div span>em{width:82px;height:11px;border-radius:5px}.football-skeleton footer i{width:110px;height:9px;border-radius:5px}.football-standings-panel{overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:14px;background:#080a0d}.football-standings-panel>header{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;border-bottom:1px solid rgba(255,255,255,.07)}.football-standings-panel>header>span{display:flex;align-items:center;gap:11px}.football-standings-panel>header img{width:38px;height:38px;object-fit:contain}.football-standings-panel>header strong{font-size:18px}.football-standings-panel>header small{color:var(--muted);font-size:11px}.football-standings-table{overflow-x:auto}.football-standings-table>div{min-width:720px;display:grid;grid-template-columns:48px minmax(220px,1fr) repeat(5,52px) 60px;align-items:center;min-height:48px;padding:0 16px;border-bottom:1px solid rgba(255,255,255,.055)}.football-standings-table>div:last-child{border-bottom:0}.football-standings-table>div.heading{min-height:38px;color:#ffffff6b;background:#ffffff06;font-size:9px;font-weight:800;text-transform:uppercase}.football-standings-table>div>span,.football-standings-table>div>b{color:#ffffffa6;text-align:center;font-size:11px}.football-standings-table>div>strong{min-width:0;display:flex;align-items:center;gap:10px;overflow:hidden;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.football-standings-table>div>strong img{width:28px;height:28px;flex:0 0 28px;object-fit:contain}.football-standings-table>div>b{color:#fff;font-size:12px}.football-standings-skeleton{display:grid;gap:1px;overflow:hidden;border:1px solid rgba(255,255,255,.07);border-radius:14px;background:#080a0d}.football-standings-skeleton>span{height:49px;display:grid;grid-template-columns:36px minmax(180px,1fr) 72px;align-items:center;gap:18px;padding:0 18px;border-bottom:1px solid rgba(255,255,255,.045)}.football-standings-skeleton>span i{height:11px;border-radius:5px}.football-standings-skeleton>span i:first-child{width:24px}.football-standings-skeleton>span i:last-child{width:54px;justify-self:end}.football-modal-backdrop{position:fixed;inset:0;z-index:2300;display:grid;place-items:center;padding:20px;background:#000000c2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.football-game-modal{width:min(520px,100%);max-height:min(720px,calc(100dvh - 40px));overflow-y:auto;padding:22px;border:1px solid color-mix(in srgb,var(--accent) 34%,rgba(255,255,255,.1));border-radius:18px;background:#0b0e12;box-shadow:0 28px 90px #000000b8}.football-game-modal>header{display:flex;align-items:center;justify-content:space-between;gap:15px}.football-game-modal>header div{display:grid;gap:5px}.football-game-modal>header small{color:#ffffff7a;font-size:11px}.football-game-modal>header strong{color:var(--accent);font-size:13px}.football-game-modal>header button{width:38px;height:38px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:#ffffff12}.football-game-modal>header svg{width:19px}.football-modal-teams{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:20px;padding:28px 4px 22px}.football-modal-teams span{min-width:0;display:grid;justify-items:center;gap:10px;text-align:center}.football-modal-teams img{width:76px;height:76px;object-fit:contain}.football-modal-teams strong{font-size:14px}.football-modal-teams b{color:#ffffff85;font-size:22px}.football-game-facts{display:flex;flex-wrap:wrap;gap:8px;color:#ffffff85;font-size:11px}.football-game-facts span{padding:7px 10px;border-radius:7px;background:#ffffff0b}.football-game-modal h2{margin:24px 0 10px;font-size:17px}.football-channel-options{display:grid;gap:8px}.football-channel-options>button{width:100%;min-height:62px;display:grid;grid-template-columns:44px 1fr 20px;align-items:center;gap:11px;padding:8px 12px;color:#fff;text-align:left;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#ffffff09}.football-channel-options>button:hover{border-color:var(--accent);background:color-mix(in srgb,var(--accent) 15%,rgba(255,255,255,.035))}.football-channel-options img,.football-channel-options>button>svg:first-child{width:38px;height:38px;object-fit:contain}.football-channel-options>button>svg:last-child{width:18px;color:#ffffff6b}.football-channel-options strong,.football-channel-options small{display:block}.football-channel-options strong{font-size:12px}.football-channel-options small{margin-top:5px;color:#ffffff70;font-size:9px}.football-channel-options p{margin:0;padding:20px 12px;color:#ffffff70;text-align:center;font-size:12px;border:1px dashed rgba(255,255,255,.1);border-radius:10px}.plans-page{min-height:100vh;padding:96px 4vw 64px;color:#fff;background:#020304}.plans-heading{position:relative;max-width:1220px;display:flex;align-items:center;gap:16px;margin:0 auto 24px}.plans-heading>button{width:46px;height:46px;display:grid;place-items:center;flex:0 0 46px;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:#ffffff0e}.plans-heading>button:hover{color:#050505;background:#fff}.plans-heading svg{width:23px}.plans-heading h1{margin:0;font-size:27px}.plans-heading p{margin:5px 0 0;color:#ffffff80;font-size:13px}.plans-refreshing{width:20px;margin-left:auto;color:var(--accent)}.plans-loading{min-height:55vh;display:grid;place-items:center}.plans-error{min-height:55vh;display:grid;place-items:center;align-content:center;gap:16px}.plans-error>button{display:flex;align-items:center;gap:8px;min-height:42px;padding:0 18px;color:#fff;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:#ffffff12;font-weight:800}.plans-error>button svg{width:17px}.plans-carousel{max-width:1220px;display:flex;align-items:stretch;gap:18px;overflow-x:auto;margin:0 auto;padding:6px 4px 14px;scroll-snap-type:x mandatory;scrollbar-width:none}.plans-carousel::-webkit-scrollbar{display:none}.plan-card{--plan-accent:#4f7cff;position:relative;width:calc((100% - 36px)/3);min-width:360px;min-height:790px;display:flex;flex-direction:column;overflow:hidden;padding:24px;border:1px solid color-mix(in srgb,var(--plan-accent) 55%,rgba(255,255,255,.08));border-radius:21px;scroll-snap-align:center;background:radial-gradient(circle at 50% 0,color-mix(in srgb,var(--plan-accent) 27%,transparent),transparent 38%),linear-gradient(155deg,color-mix(in srgb,var(--plan-accent) 10%,#080a0f),#080a0f 48%,#030405);box-shadow:0 24px 70px #0000006b}.plan-card:after{content:"";position:absolute;right:-90px;bottom:-120px;width:260px;height:260px;border-radius:50%;opacity:.18;background:var(--plan-accent);filter:blur(70px);pointer-events:none}.plan-card-header{position:relative;z-index:1;min-height:62px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.plan-card-header>img,.plan-card-symbol{width:48px;height:48px;display:grid;place-items:center;object-fit:contain;border-radius:14px;background:color-mix(in srgb,var(--plan-accent) 18%,rgba(255,255,255,.04))}.plan-card-symbol{border-radius:12px;background:color-mix(in srgb,var(--plan-accent) 16%,rgba(255,255,255,.04))}.plan-card-symbol img{width:42px;height:42px;object-fit:contain}.plan-card-header small{display:block;margin-bottom:3px;color:#ffffff7a;font-size:10px}.plan-card-header h2{margin:0;color:var(--plan-accent);font-size:31px}.plan-card-header b{align-self:center;min-width:92px;padding:10px 16px;color:#050505;text-align:center;border-radius:999px;background:var(--plan-accent);font-size:12px;letter-spacing:.03em}.plan-current-label{position:absolute;top:31px;right:24px;z-index:4;display:inline-flex;color:color-mix(in srgb,var(--plan-accent) 42%,white);font-size:12px;font-weight:900;letter-spacing:.03em;text-transform:uppercase}.plan-card.current-plan .plan-card-header{padding-right:105px}.plan-card.current-plan .plan-card-header>b{display:none}.plan-price{position:relative;z-index:1;display:flex;align-items:flex-end;gap:5px;margin:24px 0 20px}.plan-price>small{align-self:flex-start;margin-top:8px;color:#ffffff7a;font-size:18px;font-weight:800}.plan-price>strong{color:var(--plan-accent);font-size:42px;line-height:1}.plan-price>span{padding-bottom:3px;color:#ffffff7a;font-size:12px}.plan-included-screens{position:relative;z-index:1;display:flex;align-items:center;gap:7px;margin:-8px 0 15px;color:#ffffff9e;font-size:12px}.plan-included-screens svg{width:16px;color:var(--plan-accent)}.plan-included-screens strong{color:#fff;font-size:14px}.plan-card>ul{position:relative;z-index:1;display:grid;gap:10px;padding:16px 0;margin:0;list-style:none;border-top:1px solid rgba(255,255,255,.08);border-bottom:1px solid rgba(255,255,255,.08)}.plan-card>ul li{display:flex;align-items:center;gap:9px;color:#ffffffe6;font-size:14px}.plan-card>ul li.muted{color:#ffffff47}.plan-card>ul svg{width:17px;height:17px;padding:0;color:var(--plan-accent);border-radius:0;background:transparent;stroke-width:4}.plan-card>ul li.muted svg{color:#ffffff47;background:transparent}.plan-duration{position:relative;z-index:1;margin-top:19px}.plan-duration>span,.plan-extra span{display:block;margin-bottom:9px;color:#ffffffb8;font-size:14px;font-weight:800}.plan-duration>div{display:flex;gap:7px}.plan-duration button{min-width:0;min-height:74px;flex:1;display:grid;align-content:center;gap:2px;padding:7px 5px;color:#ffffffc7;border:1px solid rgba(255,255,255,.2);border-radius:14px;background:#ffffff1a}.plan-duration button.active{color:#fff;border-color:var(--plan-accent);background:color-mix(in srgb,var(--plan-accent) 17%,rgba(255,255,255,.035));box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--plan-accent) 35%,transparent)}.plan-duration button strong{font-size:11px}.plan-duration button small,.plan-duration button em{font-size:9px;font-style:normal}.plan-extra{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 0}.plan-extra>div:first-child small{display:block;color:#ffffff8f;font-size:11px}.plan-extra>div:first-child em{display:block;max-width:155px;margin-top:8px;color:color-mix(in srgb,var(--plan-accent) 28%,white);font-size:10px;font-style:normal;font-weight:750;line-height:1.25}.plan-extra>div:last-child{display:flex;align-items:center;gap:12px}.plan-extra button{width:42px;height:42px;color:#fff;border:0;border-radius:50%;background:#ffffff1c;font-size:24px;font-weight:800}.plan-extra button:last-child{color:var(--plan-accent)}.plan-extra button:disabled{cursor:not-allowed;opacity:.32}.plan-extra strong{min-width:18px;text-align:center}.plan-cta{position:relative;z-index:1;width:100%;min-height:58px;display:flex;align-items:center;justify-content:center;gap:8px;margin-top:auto;padding:8px 14px;color:#050505;border:0;border-radius:999px;background:var(--plan-accent);font-size:14px;font-weight:900}.plan-cta small{font-size:10px;font-weight:850;opacity:.72}.plan-add-screens-cta{margin-top:10px;color:color-mix(in srgb,var(--plan-accent) 58%,white);border:1px solid color-mix(in srgb,var(--plan-accent) 55%,transparent);background:color-mix(in srgb,var(--plan-accent) 12%,rgba(255,255,255,.02))}.plan-add-screens-cta:disabled{cursor:not-allowed;opacity:.42}.plans-dots{display:flex;justify-content:center;gap:7px;margin-top:13px}.plans-dots button{width:7px;height:7px;padding:0;border:0;border-radius:50%;background:#ffffff4d}.plans-dots button.active{width:12px;height:12px;border-radius:50%;background:var(--accent)}.plan-checkout-backdrop{position:fixed;inset:0;z-index:2400;display:grid;place-items:center;padding:18px;background:#000000d1;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.plan-checkout{width:min(470px,100%);max-height:calc(100dvh - 36px);overflow-y:auto;padding:22px;border:1px solid color-mix(in srgb,var(--accent) 42%,rgba(255,255,255,.1));border-radius:19px;background:#090c11;box-shadow:0 30px 100px #000000bf}.plan-checkout>header{display:flex;align-items:center;justify-content:space-between;gap:14px}.plan-checkout>header small{color:var(--accent);font-size:10px;font-weight:800;text-transform:uppercase}.plan-checkout>header h2{margin:4px 0 0;font-size:20px}.plan-checkout>header button{width:38px;height:38px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:#ffffff12}.plan-checkout>header svg{width:18px}.plan-checkout form{display:grid;gap:12px;margin-top:20px}.plan-gateways{display:flex;gap:8px;overflow-x:auto}.plan-gateways button{min-height:42px;display:flex;align-items:center;gap:7px;flex:0 0 auto;padding:0 13px;color:#ffffff9e;border:1px solid rgba(255,255,255,.1);border-radius:9px;background:#ffffff09}.plan-gateways button.active{color:#fff;border-color:var(--accent)}.plan-gateways svg{width:17px}.plan-checkout label{display:grid;gap:6px;color:#ffffffa8;font-size:10px;font-weight:700}.plan-checkout input{height:43px;padding:0 12px;color:#fff;border:1px solid rgba(255,255,255,.12);border-radius:9px;outline:0;background:#ffffff0b}.plan-checkout input:focus{border-color:var(--accent)}.plan-checkout form>p{margin:0;color:#ff7f88;font-size:11px}.plan-payment-submit,.plan-payment-result button,.plan-payment-result a{min-height:45px;display:flex;align-items:center;justify-content:center;gap:8px;color:#050505;border:0;border-radius:10px;background:var(--accent);font-weight:850;text-decoration:none}.plan-payment-submit svg,.plan-payment-result button svg{width:17px}.plan-payment-result{display:grid;justify-items:center;gap:12px;padding-top:20px;text-align:center}.plan-payment-result>img{width:min(260px,80vw);padding:10px;border-radius:12px;background:#fff}.plan-payment-result>strong{font-size:16px}.plan-payment-result>span{color:var(--accent);font-size:22px;font-weight:900}.plan-payment-result button,.plan-payment-result a{width:100%;padding:0 16px}.plan-payment-result.approved{min-height:240px;align-content:center}.plan-payment-result.approved>strong{color:#73f3ab;font-size:21px}.access-token-card{display:flex;flex-direction:column;align-items:center;padding:37px 25px;text-align:center;border:1px solid var(--border);border-radius:16px;background:linear-gradient(145deg,#3f67f51c,#0b0e14 45%)}.access-token-card>svg{width:42px;height:42px;color:var(--accent)}.access-token-card h2{margin:17px 0 0;font-size:18px}.access-token-card p{margin:8px 0 24px;color:var(--muted);font-size:11px}.access-token-card>strong{min-width:220px;padding:14px 18px;border:1px solid var(--border);border-radius:10px;background:#0000004d;font-size:20px;letter-spacing:.12em}.access-token-card>div{display:flex;gap:9px;margin-top:18px}.access-token-card button{height:40px;display:flex;align-items:center;gap:7px;padding:0 14px;color:#fff;border:1px solid var(--border);border-radius:9px;background:#ffffff0d;font-size:11px;font-weight:650}.access-token-card button:last-child{border-color:transparent;background:var(--accent)}.access-token-card button:disabled{cursor:not-allowed;opacity:.38}.access-token-locked>svg{color:var(--accent)}.access-token-locked>button{min-height:42px;display:flex;align-items:center;justify-content:center;gap:8px;padding:0 18px;color:#050505;border:0;border-radius:10px;background:var(--accent);font-size:12px;font-weight:850}.access-token-locked>button svg{width:16px;height:16px}.live-page{min-height:100vh;position:relative;display:grid;grid-template-columns:280px minmax(520px,calc(54vw - 280px)) minmax(0,1fr);grid-template-rows:58px minmax(0,1fr);gap:12px 16px;padding:82px 20px 18px;overflow:hidden;color:#fff;background:#030405}.live-background{position:absolute;inset:0;z-index:0;overflow:hidden}.live-background video{width:100%;height:100%;object-fit:cover;opacity:.72;filter:saturate(.92) contrast(1.04)}.live-background>div{position:absolute;inset:0;background:linear-gradient(90deg,#020304b8 0% 48%,#02030457 68%,#02030429),linear-gradient(0deg,rgba(2,3,4,.68),transparent 58%)}.live-background:fullscreen{background:#000}.live-background:fullscreen video{opacity:1;object-fit:contain;filter:none}.live-background:fullscreen>div:not(.live-mobile-preview-ui):not(.live-channel-loading){background:linear-gradient(180deg,rgba(0,0,0,.34),transparent 35%,rgba(0,0,0,.48))}.live-background:fullscreen .live-mobile-preview-ui{position:absolute!important;inset:0!important;z-index:3;display:flex;flex-direction:column;justify-content:space-between;padding:24px 30px 30px;background:linear-gradient(180deg,rgba(0,0,0,.72),transparent 28%,transparent 66%,rgba(0,0,0,.78))!important}.live-background:fullscreen .live-mobile-preview-ui>div{display:flex;align-items:center;gap:10px}.live-background:fullscreen .live-mobile-preview-ui>div>span{flex:1}.live-background:fullscreen .live-mobile-preview-ui button{width:48px;height:48px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:#101010b8;cursor:pointer}.live-background:fullscreen .live-mobile-preview-ui button:hover,.live-background:fullscreen .live-mobile-preview-ui button:focus-visible{color:#050505;background:#fff}.live-background:fullscreen .live-mobile-preview-ui button svg{width:23px;height:23px}.live-background:fullscreen .live-mobile-preview-ui>section{max-width:min(720px,calc(100% - 100px));margin-left:8px;display:grid;gap:5px}.live-background:fullscreen .live-mobile-preview-ui strong{color:#fff;font-size:24px}.live-background:fullscreen .live-mobile-preview-ui small{color:#ffffffc2;font-size:15px}.live-background:fullscreen .live-mobile-preview-ui section>i{height:5px;display:block;overflow:hidden;margin-top:7px;border-radius:4px;background:#ffffff38}.live-background:fullscreen .live-mobile-preview-ui section>i b{height:100%;display:block;background:var(--accent)}.live-background>.live-channel-loading{z-index:2;background:#00000057}.live-mobile-preview-ui{display:none}.live-categories,.live-search,.live-channel-panel,.live-selected-info,.live-empty{position:relative;z-index:2}.live-categories{grid-column:1;grid-row:1/3;max-height:calc(100vh - 100px);overflow-y:auto;padding-right:8px;scrollbar-width:none}.live-categories::-webkit-scrollbar{display:none}.live-categories h1{margin:0 0 20px;font-size:34px}.live-categories button{width:100%;min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;text-align:left;color:#ffffff94;border:0;border-radius:10px;background:transparent;font-size:17px;font-weight:700}.live-categories button:hover,.live-categories button.active{color:#fff;background:color-mix(in srgb,var(--accent) 24%,rgba(255,255,255,.04))}.live-categories small{color:#ffffff61;font-size:13px}.live-search{grid-column:2;grid-row:1;height:54px;display:flex;align-items:center;gap:13px;padding:0 18px;border:1px solid rgba(255,255,255,.1);border-radius:10px;background:#040609b8;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.live-search svg{width:24px;color:#ffffff94}.live-search input{min-width:0;flex:1;color:#fff;outline:none;border:0;background:transparent;font-size:17px}.live-search input::placeholder{color:#ffffff61}.live-channel-panel{grid-column:2;grid-row:2;max-height:calc(100vh - 148px);overflow:hidden;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#05070ab3;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.live-channel-list{height:100%;overflow-y:auto;padding:10px;scrollbar-width:thin;scrollbar-color:color-mix(in srgb,var(--accent) 55%,transparent) transparent}.live-channel-list>article{width:100%;min-height:76px;display:grid;grid-template-columns:44px 62px minmax(0,1fr) 40px 30px;align-items:center;gap:11px;padding:4px 11px;color:#fff;outline:none;border:1px solid transparent;border-radius:9px;background:transparent;cursor:pointer}.live-channel-list>article:hover,.live-channel-list>article.active,.live-channel-list>article:focus-visible{border-color:color-mix(in srgb,var(--accent) 34%,transparent);background:color-mix(in srgb,var(--accent) 16%,rgba(255,255,255,.035))}.live-channel-number{color:#ffffff6b;font-size:15px;font-weight:750}.live-channel-list article>img,.live-channel-list article>svg{width:60px;height:46px;object-fit:contain;color:#ffffff8c;border-radius:7px;background:#ffffff0b}.live-channel-copy{min-width:0}.live-channel-copy strong,.live-channel-copy small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-channel-copy strong{font-size:18px}.live-channel-copy small{margin-top:4px;color:#ffffff75;font-size:13px}.live-channel-copy>i{height:3px;display:block;overflow:hidden;margin-top:4px;border-radius:2px;background:#ffffff1a}.live-channel-copy>i b{height:100%;display:block;border-radius:inherit;background:var(--accent)}.live-channel-list article>button{width:30px;height:30px;display:grid;place-items:center;padding:0;color:#ffffff57;border:0;border-radius:50%;background:transparent}.live-channel-list article>button.active{color:var(--accent)}.live-channel-list article>button svg{width:17px}.live-playing-bars{height:22px;display:flex;align-items:center;justify-content:center;gap:2px;opacity:.35}.live-playing-bars i{width:3px;height:6px;border-radius:2px;background:#ffffff8c}.live-playing-bars.active{opacity:1}.live-playing-bars.active i{background:var(--accent);animation:live-bar .72s ease-in-out infinite alternate}.live-playing-bars.active i:nth-child(2){animation-delay:.15s}.live-playing-bars.active i:nth-child(3){animation-delay:.3s}@keyframes live-bar{to{height:19px}}.live-channel-skeleton{display:block;height:54px;margin-bottom:3px;border-radius:7px}.live-skeleton-preview{background:#020304}.live-skeleton-preview:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 77% 42%,color-mix(in srgb,var(--accent) 14%,transparent),transparent 34%),linear-gradient(120deg,#020304 30%,#091018 70%,#020304)}.live-skeleton-preview:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#020304,#020304f5 47%,#02030438 72%),linear-gradient(0deg,rgba(2,3,4,.88),transparent 58%)}.live-skeleton-preview>section{position:absolute;z-index:1}.live-skeleton-channel-backdrop{inset:12% 5% 14% 53%;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.045);border-radius:18px;background:radial-gradient(circle at 50% 45%,rgba(255,255,255,.055),transparent 58%)}.live-skeleton-channel-backdrop svg{width:180px!important;height:180px!important;color:#ffffff0f!important}.live-skeleton-channel-backdrop i{position:absolute;left:8%;height:14px;border-radius:6px}.live-skeleton-channel-backdrop i:nth-of-type(1){width:44%;bottom:18%}.live-skeleton-channel-backdrop i:nth-of-type(2){width:28%;bottom:12%}.live-skeleton-preview-top{inset:18px 28px auto;display:none;align-items:center;gap:10px}.live-skeleton-preview-top>i{flex:1}.live-skeleton-preview-top>span,.live-skeleton-preview-bottom>span{width:42px;height:42px;display:grid;place-items:center;border-radius:50%;background:#fff1}.live-skeleton-preview-top>b{padding:6px 10px;border-radius:15px;background:#ffffff14;font-size:10px}.live-skeleton-preview svg{width:20px;height:20px;color:#ffffffb8}.live-skeleton-preview-center{inset:50% auto auto 72%;display:none;justify-items:center;gap:12px;color:#ffffff8f;transform:translate(-50%,-50%)}.live-skeleton-preview-center svg{width:52px;height:52px;animation:skeleton-pulse .65s ease-in-out infinite}@keyframes skeleton-pulse{50%{opacity:.32;transform:scale(.9)}}.live-skeleton-preview-center strong{font-size:14px;font-weight:500}.live-skeleton-program{left:calc(50% + 24px);bottom:11%;width:min(430px,38vw);display:none;gap:10px}.live-skeleton-program i{height:12px;border-radius:6px}.live-skeleton-program i:first-child{width:34%;height:8px}.live-skeleton-program i:nth-child(2){width:86%;height:30px}.live-skeleton-program i:last-child{width:62%}.live-skeleton-preview-bottom{right:28px;bottom:28px;display:none;align-items:center;gap:8px}.live-skeleton-preview-bottom>i{width:160px;height:13px;margin-right:12px;border-radius:6px;background:#ffffff12}.live-skeleton-categories{display:grid;align-content:start;gap:8px}.live-skeleton-categories>span{min-height:54px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:0 16px;border-radius:10px;background:#ffffff06}.live-skeleton-categories>span>i{width:62%;height:16px;border-radius:5px}.live-skeleton-categories>span>b{width:24px;height:12px;border-radius:5px}.live-skeleton-categories>span:first-child{background:color-mix(in srgb,var(--accent) 10%,rgba(255,255,255,.025))}.live-skeleton-search{color:#ffffff57}.live-skeleton-search span{font-size:13px}.live-channel-list>article.live-channel-skeleton-row{cursor:default}.live-channel-skeleton-row>i,.live-channel-skeleton-row>span{display:block}.live-channel-skeleton-row .live-channel-number{width:28px;height:12px}.live-channel-skeleton-row .live-skeleton-logo{width:60px;height:46px;border-radius:7px}.live-skeleton-copy{min-width:0;display:grid!important;gap:7px}.live-skeleton-copy>i:first-child{width:min(210px,72%);height:18px;border-radius:5px}.live-skeleton-copy>i:last-child{width:min(160px,58%);height:12px;border-radius:4px}.live-skeleton-action{width:24px;height:24px;justify-self:center;border-radius:50%}.live-skeleton-action.small{width:20px;height:20px}.live-selected-info{grid-column:3;grid-row:1/3;align-self:end;width:min(100%,720px);padding:0 14px 5vh 24px}.live-selected-info>header{display:flex;align-items:center;gap:12px;margin-bottom:15px}.live-selected-info>header>span{display:inline-flex;padding:6px 9px;color:#fff;border-radius:5px;background:#e92736;font-size:11px;font-weight:900}.live-selected-info>header div{display:grid;gap:2px}.live-selected-info>header strong{font-size:17px}.live-selected-info>header small{color:#ffffff94;font-size:13px}.live-selected-info h2{margin:0 0 12px;font-size:30px;line-height:1.1}.live-epg-list{display:grid;gap:7px}.live-epg-list article{display:grid;grid-template-columns:108px minmax(0,1fr) auto;align-items:center;gap:13px;min-height:58px;padding:9px 12px;border:1px solid rgba(255,255,255,.08);border-radius:9px;background:#05070a9e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.live-epg-list article.active{border-color:color-mix(in srgb,var(--accent) 48%,transparent);background:color-mix(in srgb,var(--accent) 13%,rgba(5,7,10,.72))}.live-epg-list time{color:#ffffffb3;font-size:13px;font-weight:700}.live-epg-list article>div{min-width:0}.live-epg-list strong{display:block;overflow:hidden;color:#fff;font-size:16px;text-overflow:ellipsis;white-space:nowrap}.live-epg-list p{overflow:hidden;margin:3px 0 0;color:#ffffff8c;font-size:12px;text-overflow:ellipsis;white-space:nowrap}.live-epg-list article>span{padding:4px 7px;color:#050505;border-radius:5px;background:var(--accent);font-size:10px;font-weight:900;text-transform:uppercase}.live-epg-list .live-epg-empty{grid-template-columns:1fr}.live-selected-progress{width:min(680px,85%);height:5px;display:block;overflow:hidden;margin:4px 0 10px;border-radius:3px;background:#fff3}.live-selected-progress b{height:100%;display:block;background:var(--accent)}.live-selected-next{display:block;margin-bottom:20px;color:#ffffff94;font-size:12px}.live-selected-info button{height:48px;display:flex;align-items:center;gap:9px;padding:0 20px;color:#050505;border:0;border-radius:9px;background:#fff;font-weight:800}.live-selected-info button svg{width:18px}.live-empty{grid-column:2/4;grid-row:2;display:grid;place-items:center}.access-token-card button svg{width:15px}@media(min-width:761px){.hero,.hero-skeleton{height:min(700px,72vw);max-height:700px}.catalog-toolbar .tabs button:hover,.catalog-toolbar .tabs button.active,.catalog-toolbar .filter-button:hover,.catalog-toolbar .filter-button.active{color:#080808;border-color:var(--accent);background:var(--accent)}}@media(max-width:1100px){.topbar{padding:0 25px;gap:18px}.topbar nav a{padding:0 9px}.content-grid{grid-template-columns:repeat(5,minmax(0,1fr))}.hero-content{width:min(590px,67vw)}.account-panels{grid-template-columns:1fr}.shared-access-card{grid-column:auto}}@media(max-width:760px){html,body,#root{overflow-y:visible;overscroll-behavior-y:auto;touch-action:pan-x pan-y}html{overflow-y:auto}html,body,#root,.live-channel-list{scrollbar-width:none}html::-webkit-scrollbar,body::-webkit-scrollbar,#root::-webkit-scrollbar,.live-channel-list::-webkit-scrollbar{display:none;width:0;height:0}.topbar{height:62px;padding:0 16px;background:transparent}.topbar .brand-logo{width:100px}.topbar>a .logo b,.topbar>a .logo strong{display:none}.topbar>a .logo-ring{margin:0}.mobile-menu{display:none}.topbar{position:fixed!important;top:0!important;z-index:1000!important;width:100%!important;max-width:100%!important;gap:8px;padding:0 12px;border:0!important;opacity:1!important;visibility:visible!important;transform:none!important}.topbar>a{min-width:0;flex:0 1 auto}.topbar:after{content:"";position:fixed;top:61px;right:0;left:0;z-index:1001;height:1px;opacity:0;pointer-events:none;background:#ffffff21;transition:opacity .18s ease}.topbar.scrolled{background:#040508f5}.topbar.scrolled:after{opacity:1}.topbar nav{position:static;transform:none;display:flex;margin-left:auto;padding:0;background:transparent;box-shadow:none}.topbar nav a{display:none}.topbar nav a.nav-search{display:flex}.top-actions{width:79px;min-width:79px;flex:0 0 79px;margin-left:0;gap:7px}.top-actions>button,.notification-menu-wrap>button{width:36px;height:36px}.mini-avatar{width:36px;height:36px}.account-menu-popover{top:45px;right:-2px;width:min(224px,calc(100vw - 32px))}.notification-popover{position:fixed;top:62px;right:8px;left:8px;width:auto;max-height:calc(100dvh - 150px)}.notification-popover-scroll{max-height:calc(100dvh - 250px)}.topbar,.bottom-nav{transform:translateZ(0)!important;backface-visibility:hidden;will-change:transform}.topbar{contain:layout;overflow:visible}.bottom-nav{contain:layout paint}.bottom-nav{position:fixed!important;left:0;right:0;bottom:0!important;z-index:100;width:100%;max-width:100%;height:76px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;overflow:hidden;padding:0 2px env(safe-area-inset-bottom);border-top:1px solid rgba(255,255,255,.07);background:#050609fb;opacity:1!important;visibility:visible!important;touch-action:pan-y;overscroll-behavior-x:none;-webkit-backdrop-filter:none;backdrop-filter:none}.bottom-nav::-webkit-scrollbar{display:none}.bottom-nav a{width:100%;min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:0 1px;color:#fff6;font-size:10px;font-weight:650;white-space:nowrap}.bottom-nav a.active{color:var(--accent)}.bottom-nav svg{width:23px;height:23px}.app-shell,.page,.home-page,.rails{width:100%;max-width:100%;overflow-x:clip}.page{padding-bottom:0}.home-page{padding-top:62px}.hero-stage{margin:0 16px;padding:0;touch-action:pan-y}.hero-stage:before{inset:-96px -32px -48px;background:var(--hero-mobile) center/cover no-repeat;filter:blur(32px) saturate(1.35) brightness(.68);opacity:.82}.hero-stage:after{inset:-96px -32px -48px;background:linear-gradient(180deg,#0000002e,#00000014 55%,#000)}.hero{height:56vh;min-height:470px;max-height:540px;align-items:flex-end;margin:0;padding:84px 22px 62px;border:1px solid rgba(255,255,255,.24);border-radius:12px;overflow:hidden;background:#050609}.hero:before{clip-path:none;border-radius:12px;background-image:linear-gradient(0deg,#050609,#05060933 62%,#05060905),var(--hero-mobile);background-position:center top;background-size:cover}.hero:after{clip-path:none;border-radius:12px}.hero-content{position:relative;left:auto;bottom:auto;width:100%}.hero-content h1{font-size:38px}.hero .rating-age{min-width:20px;height:20px;padding:0 3px;border-radius:3px;font-size:8px}.detail-copy .rating-age{min-width:23px;height:23px;padding:0 4px;border-radius:4px;font-size:9px}.hero .metadata{margin-bottom:6px}.title-logo{max-width:72%;max-height:95px}.hero-content>p{display:none}.hero-actions{width:100%}.hero-arrow{display:none}.hero-dots{bottom:20px}.watch,.info{height:45px;flex:1;padding:0 12px;font-size:12px}.rails{margin-top:32px;padding-bottom:92px}.rails:before{top:-20px;height:20px}.platform-rail-section{display:none}.platform-rail{gap:10px;padding-right:16px;scroll-padding-right:16px}.platform-shortcut{flex-basis:205px;min-height:86px;border-radius:9px}.platform-shortcut span{font-size:20px}.platform-shortcut small{font-size:9px}.platform-netflix span,.platform-max span{font-size:24px}.platform-edge{display:none}.rail-section{padding:0 16px;margin-bottom:26px}.section-heading h2{font-size:15px}.section-heading>div{display:none}.rail{padding:0 16px 0 0;margin-bottom:0;scroll-padding-right:16px}.content-card{flex-basis:126px}.content-card.wide{flex-basis:min(68vw,270px)}.rail-section.landscape .content-card.wide .poster{border-radius:10px}.rail-section.landscape .content-card.wide>a>strong{margin-top:9px;font-size:13px}.content-card.ranked{flex-basis:226px;padding-left:76px}.content-card.ranked[data-rank="10"]{flex-basis:280px;padding-left:130px}.content-card.ranked .rank{bottom:29px;width:72px;color:#030405;font-size:96px;-webkit-text-fill-color:#030405;-webkit-text-stroke:1.6px var(--accent);paint-order:stroke fill;filter:none;text-shadow:0 0 6px color-mix(in srgb,var(--accent) 78%,transparent),0 0 16px color-mix(in srgb,var(--accent) 38%,transparent);-webkit-font-smoothing:antialiased}.content-card.ranked[data-rank="10"] .rank{width:124px;font-size:88px}.hover-preview{display:none}.content-page{padding:86px 16px 88px}.platform-page{padding-top:74px}.platform-page-header{min-height:64px;margin-bottom:8px}.platform-page-header button{width:38px}.platform-page-header h1{font-size:28px}.platform-tabs{display:none}.platform-tabs button{height:58px;font-size:14px}.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-title h1{font-size:22px}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:21px 10px}.trending-grid{grid-template-columns:1fr}.catalog-toolbar{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px;overflow:visible;padding-bottom:4px}.catalog-toolbar .tabs{min-width:0;display:flex;gap:7px;overflow-x:auto;margin:0;scrollbar-width:none}.catalog-toolbar .tabs::-webkit-scrollbar{display:none}.catalog-toolbar .tabs button{height:36px;padding:0 18px;border-radius:19px;font-size:13px}.catalog-toolbar .tabs button.active{color:#fff;border-color:var(--accent);background:color-mix(in srgb,var(--accent) 22%,#15171d)}.catalog-toolbar .filter-button{width:auto;min-width:88px;height:36px;margin:0;padding:0 14px;justify-content:center;border-radius:19px;font-size:13px}.catalog-filter-backdrop{z-index:2200;background:#0b0d12;-webkit-backdrop-filter:none;backdrop-filter:none}.catalog-filter-drawer{position:fixed;inset:0;width:100vw;height:100dvh;border:0;box-shadow:none}.details-page{padding-bottom:0}.detail-backdrop{height:55vh;min-height:0}.detail-backdrop div{background:linear-gradient(0deg,#050609,#05060961 72%,#0000001a)}.detail-back{margin:78px 0 0 14px}.detail-copy{width:100%;min-height:calc(100vh - 67px);padding:45vh 24px 26px;justify-content:flex-start;text-align:left}.detail-copy h1{font-size:38px}.detail-logo{max-width:75%;max-height:95px}.detail-copy>p{font-size:12px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:4;-webkit-box-orient:vertical}.detail-actions{width:100%;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:8px}.detail-actions .watch{width:100%;height:52px;flex:0 0 100%;justify-content:center;padding:0 36px;border-radius:8px;font-size:16px;font-weight:600}.detail-actions .trailer-action{width:100%;height:54px;flex:0 0 100%;justify-content:center;padding:0 28px;border-radius:8px;font-size:16px;font-weight:600}.detail-actions .detail-trailer-action{width:100%;height:52px;flex:0 0 100%;padding:0 36px;border-radius:8px;font-size:16px}.detail-actions .detail-trailer-action svg{width:22px}.detail-actions .desktop-action-icon{display:none}.detail-actions .mobile-action-icon{width:24px;height:24px;display:block}.detail-actions .detail-trailer-action .mobile-action-icon{width:22px;height:22px}.report-options{grid-template-columns:1fr}.detail-actions .round-action{width:44px;height:44px;flex:0 0 44px;border-radius:12px}.detail-actions .round-action svg{width:20px;height:20px}.detail-actions .detail-action-stat{width:44px;flex:0 0 44px}.detail-action-stat small{font-size:8px}.episodes-area{padding:20px 24px 80px}.season-scroller{margin-bottom:20px}.season-scroller>.rail-edge,.episode-scroller>.rail-edge{display:none}.season-tabs{width:100%;gap:8px;padding:0 0 4px}.season-tabs button{min-width:max-content;height:36px;padding:0 20px;font-size:14px;font-weight:500}.single-season-title{margin:0 0 16px;font-size:20px;line-height:1.25}.episode-list{display:flex;gap:12px;overflow-x:auto;padding:0 0 12px;scroll-snap-type:x proximity}.episode-list>button{width:256px;min-width:256px;height:227px;flex:0 0 256px;display:block;overflow:hidden;padding:0;border-radius:12px;scroll-snap-align:start}.episode-list>button>span:last-child{display:block;height:83px;padding:10px 8px}.episode-thumb{width:256px;height:144px;aspect-ratio:auto;border-radius:8px}.episode-list>button>svg{display:none}.episode-list strong{display:block;overflow:hidden;font-size:14px;font-weight:600;line-height:20px;text-overflow:ellipsis;white-space:nowrap}.episode-list p{margin:5px 0 0;color:#ffffff8f;font-size:12px;line-height:19.5px;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.details-related{padding:0 8px 92px}.details-related h2{margin-bottom:14px;font-size:20px}.details-related .related-list{gap:12px;padding-bottom:0}.details-related .content-card{flex-basis:128px}.account-identity{padding:17px}.account-avatar{width:66px;height:66px}.account-facts{grid-template-columns:1fr 1fr;padding:15px 17px}.access-required-backdrop{padding:16px;-webkit-backdrop-filter:none;backdrop-filter:none}.access-required-modal{padding:27px 20px 20px;border-radius:15px}.access-required-modal h2{font-size:21px}.access-required-modal>div{grid-template-columns:1fr}.access-required-plans{grid-row:1}.account-panels{gap:13px}.shared-access-card>div{align-items:flex-start;flex-direction:column}.football-competition-rail{gap:9px;margin:0 -24px 18px;padding:4px 24px 8px}.football-sync-state{justify-content:space-between;margin:-6px 0 9px}.football-sync-state>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.football-sync-state>button{flex:0 0 auto}.football-competition-rail>button,.football-competition-skeleton>span{width:96px;min-width:96px;height:92px;border-radius:13px}.football-competition-rail>button>span,.football-competition-skeleton>span>i{width:44px;height:44px}.football-competition-rail>button strong{font-size:9px}.football-standings-panel{margin:0 -24px;border-right:0;border-left:0;border-radius:0}.football-standings-panel>header{padding-right:16px;padding-left:16px}.football-grid{grid-template-columns:1fr}.football-card:hover{transform:none}.football-game-modal{align-self:center;width:100%;max-height:calc(100dvh - 32px);padding:20px 16px;border-radius:18px}.football-modal-backdrop{place-items:center;padding:16px;background:#000000eb;-webkit-backdrop-filter:none;backdrop-filter:none}.football-modal-teams{gap:12px}.football-modal-teams img{width:64px;height:64px}.feed-page{max-width:none;padding-right:12px;padding-left:12px}.feed-list{gap:12px}.feed-list>article{padding:14px 12px;border-radius:13px}.feed-list>article h2{margin-top:14px;font-size:16px}.feed-list>article>p{font-size:12px;line-height:1.55}.feed-list>article>img{max-height:420px;border-radius:10px}.feed-list>article>footer{margin-top:13px;padding-top:10px}.feed-list>article>footer button,.feed-list>article>footer>span{min-height:32px;gap:5px;font-size:10px}.feed-reaction-picker{left:0;bottom:38px;transform:none}.feed-comments-modal{position:fixed;inset:auto 0 0;width:100%;height:min(82dvh,680px);max-width:none;border-radius:20px 20px 0 0}.feed-comments-modal>header{padding:15px 16px}.feed-comments-list{padding-right:13px;padding-left:13px}.plans-page{overflow-x:hidden;padding:68px 0 78px}.plans-heading{width:calc(100% - 24px);gap:9px;margin:0 auto 8px}.plans-heading>button{width:34px;height:34px;flex-basis:34px}.plans-heading h1{font-size:20px}.plans-heading p{max-width:300px;margin-top:5px;font-size:10px;line-height:1.25}.plans-carousel{width:100%;gap:10px;margin:0;padding:4px 12vw 10px;scroll-padding-inline:12vw;touch-action:pan-x pan-y;-webkit-overflow-scrolling:touch}.plan-card{width:76vw;min-width:76vw;min-height:475px;padding:13px 15px;border-radius:19px;transform:scale(.955);transition:transform .18s ease,opacity .18s ease}.plan-card.mobile-active{transform:scale(1)}.plan-current-label{top:19px;right:15px;padding:0;color:color-mix(in srgb,var(--plan-accent) 42%,white);border:0;background:transparent;font-size:8px}.plan-card.current-plan .plan-card-header{padding-right:70px}.plan-card.current-plan .plan-card-header>b{display:none}.plan-card-header{min-height:32px;grid-template-columns:auto 1fr auto;gap:6px}.plan-card-symbol{width:34px;height:34px;border-radius:9px}.plan-card-symbol img{width:29px;height:29px}.plan-card-header small{margin-bottom:1px;font-size:7px}.plan-card-header h2{font-size:22px}.plan-card-header b{min-width:65px;padding:6px 9px;font-size:8px}.plan-price{margin:8px 0 7px}.plan-price>small{margin-top:4px;font-size:12px}.plan-price>strong{font-size:30px}.plan-price>span{font-size:10px}.plan-included-screens{gap:4px;margin:-2px 0 6px;font-size:9px}.plan-included-screens svg{width:12px}.plan-included-screens strong{font-size:10px}.plan-card>ul{gap:4px;padding:7px 0}.plan-card>ul li{gap:5px;font-size:10.5px;line-height:1.12}.plan-card>ul svg{width:12px;height:12px;flex:0 0 12px}.plan-duration{margin-top:7px}.plan-duration>span,.plan-extra span{margin-bottom:4px;font-size:10px}.plan-duration>div{gap:5px}.plan-duration button{min-height:46px;padding:4px 2px;border-radius:10px}.plan-duration button strong{font-size:8px}.plan-duration button small,.plan-duration button em{font-size:7px}.plan-extra{gap:6px;margin:7px 0}.plan-extra>div:first-child small{font-size:8.5px}.plan-extra>div:first-child em{max-width:112px;margin-top:3px;font-size:7.5px}.plan-extra>div:last-child{gap:6px}.plan-extra button{width:32px;height:32px;font-size:18px}.plan-extra strong{min-width:14px;font-size:14px}.plan-cta{min-height:42px;margin-top:auto;padding:6px 9px;font-size:10.5px}.plan-cta small{font-size:7.5px}.plan-add-screens-cta{margin-top:6px}.plans-dots{margin-top:5px}.plans-dots button.active{background:var(--dot-accent,var(--accent));box-shadow:0 0 12px color-mix(in srgb,var(--dot-accent,var(--accent)) 62%,transparent)}.profile-editor-page>header button{left:14px}.player-gradient{padding:15px}.player-gradient.top{align-items:flex-start}.player-heading>div{display:none}.player-tools{gap:5px}.player-gradient button{width:37px;height:37px}.player-gradient svg{width:17px}.player-info-panel{left:18px;right:18px;bottom:145px;width:auto}.player-info-panel>img{max-width:210px;max-height:78px;margin-bottom:8px}.player-info-panel>h1{font-size:27px}.player-info-panel>p{-webkit-line-clamp:2;font-size:11px}.player-controls-side{min-width:80px}.player-controls-side:not(.end) button:first-child{display:none}.player-controls-center{gap:5px}.player-menu{top:68px;right:15px;width:min(290px,calc(100vw - 30px))}.live-player-topbar{min-height:62px;grid-template-columns:40px minmax(0,1fr) auto;gap:4px;padding:7px 10px}.live-player-tools{gap:4px}.live-player-tools button{display:none}.live-player-tools button:nth-child(1),.live-player-tools button:nth-child(3),.live-player-tools button:nth-child(6){display:grid}.live-player-topbar button,.live-player-mobile-hud button{width:40px;height:40px;background:#0a0a0a94}.live-player-topbar svg,.live-player-mobile-hud svg{width:20px;height:20px}.live-player-topbar strong{font-size:14px}.live-player-topbar small{font-size:10px}.live-player-tv-hud{display:none}.live-player-mobile-hud{position:absolute;inset:auto 0 0;display:flex;align-items:flex-end;justify-content:space-between;gap:14px;padding:72px 18px 18px;background:linear-gradient(0deg,rgba(0,0,0,.92),rgba(0,0,0,.45) 58%,transparent)}.live-player-mobile-hud>section{min-width:0;flex:1;display:grid;gap:5px}.live-player-mobile-hud strong,.live-player-mobile-hud small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-player-mobile-hud strong{font-size:17px}.live-player-mobile-hud small{color:#ffffffb3;font-size:12px}.live-player-mobile-hud>div{display:flex;gap:7px}.modal-actions{grid-template-columns:1fr}.avatar-picker-list{width:calc(100% - 24px)}.avatar-choice-grid{gap:16px;padding-right:16px}.avatar-choice-grid button{width:104px;height:104px;flex-basis:104px}.live-page{display:flex;flex-direction:column;gap:0;width:100%;height:100dvh;min-height:0;padding:62px 0 76px;overflow:hidden;background:#000}.live-background{position:relative;inset:auto;z-index:2;width:100%;height:260px;flex:0 0 260px;cursor:pointer;background:#000}.live-background video{opacity:1;object-fit:contain;filter:none}.live-background>div:not(.live-mobile-preview-ui){background:linear-gradient(180deg,rgba(0,0,0,.52),transparent 35%,rgba(0,0,0,.82))}.live-background>.live-channel-loading{z-index:2;background:#00000057}.live-mobile-preview-ui{position:absolute!important;inset:0!important;z-index:3;display:flex;flex-direction:column;justify-content:space-between;padding:7px 8px 12px;background:transparent!important}.live-mobile-preview-ui>div{display:flex;align-items:center;gap:4px}.live-mobile-preview-ui>div>span{flex:1}.live-mobile-preview-ui button{width:40px;height:40px;display:grid;place-items:center;color:#fff;border:0;border-radius:50%;background:#00000047}.live-mobile-preview-ui button svg{width:21px}.live-mobile-preview-ui>section{max-width:calc(100% - 92px);margin-left:8px;display:grid;gap:2px}.live-mobile-preview-ui strong,.live-mobile-preview-ui small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.live-mobile-preview-ui strong{color:#fff;font-size:17px}.live-mobile-preview-ui small{color:#ffffffad;font-size:12px}.live-mobile-preview-ui section>i{height:4px;display:block;overflow:hidden;margin-top:5px;border-radius:3px;background:#fff3}.live-mobile-preview-ui section>i b{height:100%;display:block;background:var(--accent)}.live-categories{display:flex;flex:0 0 52px;gap:7px;max-height:none;overflow-x:auto;padding:0 16px;background:#000}.live-categories h1{display:none}.live-categories button{width:auto;min-width:max-content;min-height:36px;align-self:center;padding:0 16px;border-radius:18px;background:#ffffff12}.live-search{width:calc(100% - 36px);height:40px;flex:0 0 40px;margin:3px 18px 7px;padding:0 16px;border-radius:10px;background:#111318}.live-search input{font-size:14px}.live-channel-panel{min-height:0;flex:1 1 auto;max-height:none;overflow:hidden;border:0;border-radius:0;background:#000;-webkit-backdrop-filter:none;backdrop-filter:none}.live-channel-list{height:100%;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y;-webkit-overflow-scrolling:touch;padding:0 0 20px}.live-channel-list>article{min-height:72px;grid-template-columns:52px minmax(0,1fr) 34px 34px;gap:16px;padding:8px 16px 8px 18px;border-width:0 0 1px;border-color:#ffffff0b;border-radius:0}.live-channel-list>article:hover,.live-channel-list>article.active,.live-channel-list>article:focus-visible{border-color:#ffffff0b;background:color-mix(in srgb,var(--accent) 12%,#060708)}.live-channel-number{display:none}.live-channel-list article>img,.live-channel-list article>svg{width:52px;height:52px;padding:6px;border-radius:8px}.live-channel-copy strong{font-size:15px}.live-channel-copy small{margin-top:4px;font-size:11px}.live-channel-copy>i{height:4px;margin-top:4px}.live-channel-list article>button{width:34px;height:34px}.live-channel-list article>button svg{width:20px}.live-channel-skeleton{height:72px;margin:0;border-radius:0;border-bottom:1px solid rgba(255,255,255,.045)}.live-page-skeleton .live-background{display:block}.live-skeleton-channel-backdrop{inset:10px 14px 42px;border-radius:10px}.live-skeleton-channel-backdrop svg{width:110px!important;height:110px!important}.live-skeleton-program{display:none}.live-skeleton-preview-top{inset:7px 8px auto}.live-skeleton-preview-top{display:flex}.live-skeleton-preview-top>span,.live-skeleton-preview-bottom>span{width:40px;height:40px;background:transparent}.live-skeleton-preview-center{inset:50% auto auto 50%}.live-skeleton-preview-center{display:grid}.live-skeleton-preview-bottom{right:8px;bottom:9px}.live-skeleton-preview-bottom{display:flex}.live-skeleton-preview-bottom>i{display:none}.live-skeleton-categories{display:flex;align-items:center;gap:7px;overflow:hidden;padding:0 16px}.live-skeleton-categories>span{width:112px;min-width:112px;min-height:36px;padding:0 14px;border-radius:18px}.live-skeleton-categories>span:first-child{width:82px;min-width:82px}.live-skeleton-categories>span>i{width:100%;height:12px}.live-skeleton-categories>span>b{display:none}.live-skeleton-search{color:#ffffff80}.live-channel-skeleton-row{height:72px;grid-template-columns:52px minmax(0,1fr) 34px 34px!important;gap:16px!important;padding:8px 16px 8px 18px!important;border-bottom:1px solid rgba(255,255,255,.045)!important;border-radius:0!important}.live-channel-skeleton-row .live-channel-number{display:none}.live-channel-skeleton-row .live-skeleton-logo{width:52px;height:52px;border-radius:50%}.live-skeleton-copy>i:first-child{width:min(160px,78%);height:15px}.live-skeleton-copy>i:last-child{width:min(124px,62%);height:11px}.live-skeleton-action{width:22px;height:22px}.live-skeleton-action.small{width:18px;height:18px}.live-selected-info{display:none}.live-empty{min-height:320px}.hero-skeleton{height:56vh;min-height:470px;max-height:540px;margin:0 16px;border-radius:12px}.hero-skeleton-copy{left:20px;right:20px;bottom:58px;width:auto}.hero-skeleton-copy i:first-child{width:62%;height:76px}.hero-skeleton-copy i:nth-child(2){width:48%}.hero-skeleton-copy i:nth-child(3){display:none}.hero-skeleton-copy i:last-child{width:100%;height:45px}.hero-skeleton-dots{bottom:20px}.home-skeleton{padding-inline:0}.home-skeleton-rails{margin:32px 0 0}.skeleton-platform-row{display:none}.skeleton-rail{margin:32px 16px 0;overflow:hidden}.skeleton-rail>div{display:flex;gap:12px}.skeleton-rail span{width:126px;min-width:126px}.skeleton-continue-rail{margin-top:32px}.skeleton-continue-rail>i{width:190px}.skeleton-continue-rail span{flex-basis:224px;min-width:224px;aspect-ratio:16/9}.detail-skeleton-backdrop{height:56vh;min-height:470px}.detail-skeleton-copy{width:100%;min-height:calc(100vh - 76px);gap:12px;padding:42vh 24px 26px}.detail-skeleton-copy i:first-child{width:62%;height:72px}.detail-skeleton-copy i:nth-child(2){width:44%;height:16px}.detail-skeleton-copy i:nth-child(3){width:100%;height:62px}.detail-skeleton-actions{width:100%}.detail-skeleton-actions>span:first-child{height:52px}.detail-skeleton-actions>span:nth-child(2){height:54px}.detail-skeleton-actions>div span{width:44px;height:44px;border-radius:12px}.detail-skeleton-episodes{display:flex;gap:12px;overflow:hidden;padding:20px 24px 80px}.detail-skeleton-episodes span{width:256px;min-width:256px;height:144px;aspect-ratio:auto}.skeleton-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.skeleton-card span{aspect-ratio:2/3;border-radius:7px}.skeleton-card i{display:none}.my-list-page .page-title>div>svg{display:none}.my-list-page .page-title>div>span{display:grid;gap:5px}.my-list-page .page-title small{color:#ffffff7a;font-size:12px;font-weight:500}.my-list-page .empty-state{min-height:58vh}.my-list-page .empty-state>svg{width:58px;height:58px;color:#ffffff2e}}@media(max-width:420px){.login-page{min-height:100dvh;align-items:center;padding:24px 16px}.login-card{padding:34px 20px 27px;border-radius:23px}.profiles-page>.logo{top:22px;left:20px}.profiles-page h1{font-size:25px;margin-bottom:30px}.profile-grid{width:100%;display:grid;grid-template-columns:repeat(2,112px);justify-content:center;gap:24px 22px;overflow:visible;padding:8px 0 14px;scroll-snap-type:none}.profile-grid .profile-option:last-child:nth-child(odd){grid-column:1/-1;justify-self:center}.profile-avatar{width:92px;height:92px}.content-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:18px 10px}.content-grid .card-link>strong{overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.platform-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:19px 8px}.platform-grid .card-link>strong{font-size:11px;white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.platform-grid .card-year{font-size:10px}.platform-tabs button{min-width:0;padding:0 6px}.search-controls{margin-bottom:23px}.search-filter-bar{align-items:flex-start;overflow:hidden;margin-top:-7px}.search-filter-bar>div{min-width:0;overflow-x:auto;padding-bottom:3px;scrollbar-width:none}.search-filter-bar>div::-webkit-scrollbar{display:none}.search-filter-bar button{flex:0 0 auto;height:32px;padding:0 14px;font-size:12px}.search-filter-bar>small{padding-top:9px;font-size:10px}.search-suggestions{top:60px}}@media(max-width:760px),(max-width:920px)and (max-height:600px){.video-player .player-gradient{padding:10px 12px}.video-player .player-gradient.top{align-items:flex-start;gap:8px}.video-player .player-heading{min-width:0;gap:6px}.video-player .player-heading>div{min-width:0;display:block}.video-player .player-heading strong,.video-player .player-heading small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.video-player .player-gradient strong{font-size:13px}.video-player .player-gradient small{margin-top:2px;font-size:9px}.video-player .player-tools{gap:4px}.video-player .player-gradient button{width:34px;height:34px}.video-player .player-gradient svg{width:16px;height:16px}.video-player .player-fit-icon{width:18px;height:18px}.video-player>.loading-state svg{width:46px;height:46px}.video-player>.loading-state span{font-size:13px}.video-player .player-resize-toast{min-width:140px;padding:12px 22px;border-radius:11px;font-size:17px}.video-player .player-lock{display:grid!important}.video-player .player-info-panel{left:16px;right:auto;bottom:27%;width:min(52vw,360px)}.video-player .player-info-panel>img{max-width:min(42vw,180px);max-height:60px;margin-bottom:6px}.video-player .player-info-panel>h1{max-width:52vw;margin-bottom:8px;font-size:22px}.video-player .player-info-panel>p{max-width:52vw;-webkit-line-clamp:2;font-size:10px;line-height:1.35}.video-player .player-content-rating{gap:7px;margin-top:7px;font-size:9px}.video-player .player-content-rating b{min-width:24px;height:21px;padding:0 4px;border-radius:3px;font-size:9px}.video-player .player-time-row{margin-bottom:4px;font-size:10px}.video-player .player-track{height:4px}.video-player .player-track i{width:10px;height:10px}.video-player .player-track:hover,.video-player .player-track.scrubbing{height:6px}.video-player .player-controls{margin-top:8px}.video-player .player-controls-side{min-width:70px;gap:4px}.video-player .player-controls-side:not(.end) button:first-child{display:none}.video-player .player-controls-center{gap:5px}.video-player .player-controls-center button.primary{width:42px;height:42px}.video-player .player-controls-center button small{font-size:8px}.video-player .player-next-episode{width:34px!important;padding:0 9px!important}.video-player .player-next-episode:hover,.video-player .player-next-episode:focus-visible{width:190px!important}.video-player .player-next-episode>span{left:11px;width:135px;font-size:9px}.video-player .player-next-episode>span small{font-size:8px}.video-player .player-next-icon{width:18px!important;height:18px!important;flex-basis:18px}.video-player .player-next-countdown{right:12px;bottom:12px;width:205px;height:44px;padding:0 10px 0 13px;border-radius:22px}.video-player .player-next-countdown>span{font-size:10px}.video-player .player-next-countdown>span small{font-size:8px}.video-player.controls-locked .player-unlock{position:absolute;top:50%;right:14px;z-index:20;width:40px;height:40px;display:grid!important;place-items:center;color:#fff;border:1px solid rgba(255,255,255,.16);border-radius:50%;background:#0a0a0ab8;transform:translateY(-50%)}.video-player.controls-locked .player-unlock svg{width:19px;height:19px}}@media(prefers-reduced-motion:reduce){.login-page,.login-glow{animation:none!important}*,*:before,*:after{scroll-behavior:auto!important;animation-duration:.01ms!important;transition-duration:.01ms!important}}
