@font-face{font-family:Inter;src:url(./Inter-Regular-COLGFB3M.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./Inter-Medium-CDhBSFyE.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./Inter-SemiBold-BAEEcJ4E.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./Inter-Bold-BOs3KVhN.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Inter;src:url(./Inter-BlackItalic-D3PIgx41.woff2) format("woff2");font-weight:900;font-style:italic;font-display:swap}:root{--app-color-primary: #E20058;--app-color-secondary: #9A2553;--app-color-warning: #FF0004;--app-color-transparent: rgba(0, 0, 0, .7)}html,body{width:100%;height:100%;overflow:hidden}body{margin:0;background:#000;color:#fff;font-family:Inter,system-ui,sans-serif}#root{width:1920px;height:1080px;transform-origin:top left;transform:scale(var(--app-scale, 1))}*{box-sizing:border-box}button,input,textarea,select{font:inherit}input[data-focusable],textarea[data-focusable]{caret-color:transparent}input[data-kb-active],textarea[data-kb-active]{caret-color:#fff}[data-focusable]{transition:transform .15s ease,box-shadow .15s ease,background .15s ease}[data-focusable]:focus{outline:none;background-color:rgba(255,255,255,.8)!important;border-radius:8px;box-shadow:0 0 0 3px rgba(255,255,255,.6);color:#000!important;border-color:#000!important}[data-focusable]:focus *{color:#000!important;-webkit-text-fill-color:#000!important}.menu{display:flex;padding:6.5px 15.5px 5.5px 30.5px;justify-content:space-between;align-items:center;background-color:var(--app-color-primary);border-radius:0 0 15px 15px}.menuTest{background-color:var(--app-color-secondary)}.nav{display:flex;align-items:center;gap:30px}@supports not (gap: 1px){.nav>*+*{margin-left:30px}}.menuButton{display:flex;padding:5px 10px;align-items:center;gap:5px;border-radius:10px;border:none;background-color:transparent;color:#fff;font-size:25px;font-weight:700;line-height:normal;appearance:none;-webkit-appearance:none}@supports not (gap: 1px){.menuButton>*+*{margin-left:5px}}.menuButtonSelected{background-color:#ffd5e5;color:#000}.menuItemImage{width:45px;height:45px}.myAccountButton{display:flex;align-items:center;justify-content:center;padding:8px;background-color:transparent;border:none;border-radius:10px}.myAccountButtonSelected{background-color:#ffd5e5}.menuText{color:inherit}.menuButtonDisabled{opacity:.35}.selectedMenuTextGradient{background-image:linear-gradient(to right,#3b0017,var(--app-color-primary));background-clip:text;-webkit-background-clip:text;color:transparent;-webkit-text-fill-color:transparent}.gradientTextButton:disabled{opacity:.4}.gradientTextButton{background:#fff;border:3px solid var(--app-color-primary);border-radius:10px;font-size:30px;font-weight:500;padding:8px 15px}.gradientTextButtonText{background:linear-gradient(to right,#3B0017,var(--app-color-primary));background-clip:text;-webkit-background-clip:text;color:transparent}.alertOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--app-color-transparent);display:flex;align-items:center;justify-content:center;z-index:20000}.alertBox{background:#000;border-radius:16px;padding:30px;width:fit-content;max-width:calc(100% - 600px);display:flex;flex-direction:column;align-items:center;gap:50px;box-shadow:0 8px 32px rgba(0,0,0,.24);outline:3px solid transparent;outline-offset:-3px;background-clip:padding-box;position:relative}@supports not (gap: 1px){.alertBox>*+*{margin-top:50px}}.alertBox:before{content:"";position:absolute;top:-3px;right:-3px;bottom:-3px;left:-3px;border-radius:20px;background:linear-gradient(to right,var(--app-color-primary),#ffffff,var(--app-color-primary));z-index:-1}.alertIcon{font-size:100px;line-height:1}.alertMessage{font-size:30px;font-weight:700;color:#fff;text-align:center;line-height:normal;overflow-wrap:anywhere;word-break:break-word;min-width:0;max-width:100%}.alertButtons{display:flex;justify-content:center;gap:25px;width:100%}@supports not (gap: 1px){.alertButtons>*+*{margin-left:25px}}.alertButtonsVertical{flex-direction:column;width:fit-content}.loadingScreen{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:var(--app-color-transparent);z-index:9999}.loadingLogo{width:150px;will-change:transform,opacity;animation:logoPulse .9s ease-in-out infinite}@keyframes logoPulse{0%{transform:scale(.94);opacity:.8}50%{transform:scale(1.1);opacity:1}to{transform:scale(.94);opacity:.8}}.backButton{background:transparent;border:none;color:#fff;font-size:30px;font-weight:700;padding:8px 20px;width:fit-content}.textInput{background-color:#2a2a2a;border:2px solid #555;border-radius:10px;color:#fff;font-size:30px;outline:none;padding:14px 18px}.textInput::placeholder{color:#888}.textInput:focus{border-color:var(--app-color-primary)}.textInput--error{border-color:#f44}.otpPage{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.otpHeader{position:absolute;top:25px;left:25px;display:flex;align-items:flex-start;flex-direction:column;gap:24px}@supports not (gap: 1px){.otpHeader>*+*{margin-top:24px}}.otpLogo{width:150px;object-fit:contain}.otpContent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px;max-width:1000px;margin:0 auto;width:100%}@supports not (gap: 1px){.otpContent>*+*{margin-top:50px}}.otpTitle{width:850px;color:var(--app-color-primary);font-size:35px;font-style:normal;font-weight:600;line-height:normal;text-align:center;margin:0}.otpEmail{color:#fff}.otpInput{width:175px;height:75px;text-align:center}.otpTimer{font-size:30px;font-weight:600;color:var(--app-color-primary);margin:0}.otpSubmitButton{background-color:var(--app-color-primary);border:none;border-radius:12px;color:#fff;font-size:30px;font-weight:600;padding:15px 30px}.otpSubmitButton:disabled{opacity:.3}.otpInfo{font-size:30px;font-weight:400;color:#fff;text-align:center;margin:0}.otpInfoHighlight{color:var(--app-color-primary)}.kbOverlay{position:fixed;bottom:0;left:0;width:100%;background:rgba(15,15,15,.97);padding:20px 0 30px;z-index:300;border-top:2px solid rgba(255,255,255,.1)}.kbContainer{display:flex;flex-direction:column;align-items:center;gap:10px}@supports not (gap: 1px){.kbContainer>*+*{margin-top:10px}}.kbRow{display:flex;gap:8px;align-items:center;justify-content:center}@supports not (gap: 1px){.kbRow>*+*{margin-left:8px}}.kbKey{min-width:110px;height:68px;border-radius:8px;border:none;background:#2a2a2a;color:#fff;font-size:26px;font-weight:600;display:flex;align-items:center;justify-content:center;padding:0 10px;flex-shrink:0}.kbKeyShift{min-width:130px}.kbKeyShiftActive{background:#555}.kbKeyBackspace{min-width:130px}.kbKeySpace{min-width:500px;font-size:22px}.kbKeyDone{min-width:220px;background:var(--app-color-primary);font-size:24px}.kbOverlay--number .kbKeyDone{min-width:130px}[data-keyboard-key]:focus{outline:none;background:rgba(255,255,255,.25)!important}.helpSectionPage{width:100%;height:100%;position:relative;display:flex;flex-direction:column;box-sizing:border-box}.helpSectionPageContent{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:80px 200px;--scroll-padding: 125px;gap:35px}@supports not (gap: 1px){.helpSectionPageContent>*+*{margin-top:35px}}.helpOtherDescription{color:#fff;font-size:30px;font-weight:500;text-align:center}.helpSectionCell{display:flex;flex-direction:column}.helpSectionCellTitle{display:flex;align-items:center;justify-content:space-between;background:transparent;border:none;color:var(--app-color-primary);font-size:30px;font-weight:600;text-align:left;padding:10px 20px}.helpSectionCellArrow{flex-shrink:0;font-size:14px;color:var(--app-color-primary)}.helpSectionCellDescription{padding:10px 20px;color:#fff;font-size:30px;text-align:left}.helpSectionList{display:flex;flex-direction:column;gap:15px;width:100%;scrollbar-width:none}@supports not (gap: 1px){.helpSectionList>*+*{margin-top:15px}}.helpSectionList::-webkit-scrollbar{display:none}.outlinedButton{background:transparent;border:3px solid var(--app-color-primary);border-radius:10px;color:var(--app-color-primary);font-size:30px;font-weight:500;padding:8px 15px}.outlinedButton:disabled{opacity:.4}.supportMessagePage{width:100%;height:100%;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;box-sizing:border-box}.supportMessageContent{width:800px;height:850px;overflow:hidden;display:flex;flex-direction:column;align-items:stretch;gap:20px;padding:25px;box-sizing:border-box}@supports not (gap: 1px){.supportMessageContent>*+*{margin-top:20px}}.supportField{display:flex;flex-direction:column;gap:20px;position:relative}@supports not (gap: 1px){.supportField>*+*{margin-top:20px}}.supportLabel{color:var(--app-color-primary);font-size:30px;font-weight:600;margin:0;text-align:left}.supportInput{width:100%;box-sizing:border-box}.supportMessageInput{width:100%;height:300px;background-color:#2a2a2a;border:2px solid #555;border-radius:10px;color:#fff;font-family:inherit;font-size:30px;outline:none;padding:14px 18px;resize:none;box-sizing:border-box}.supportSelect{background-color:#2a2a2a;border:2px solid #555;border-radius:10px;color:#fff;font-size:30px;font-weight:400;outline:none;padding:18px;display:flex;justify-content:space-between;align-items:center;text-align:left;cursor:pointer}.supportSelectValue{color:#fff}.supportSelectChevron{color:#888;margin-left:12px;font-size:24px}.supportSubjectList{display:flex;flex-direction:column;background-color:#2a2a2a;border:2px solid #555;border-radius:10px;max-height:500px;overflow-y:auto;scrollbar-width:none;-ms-overflow-style:none;position:absolute;top:100%;left:0;right:0;margin-top:4px;z-index:10}.supportSubjectList::-webkit-scrollbar{display:none}.supportSubjectOption{background:transparent;border:none;color:#fff;font-size:30px;font-weight:400;padding:14px 18px;text-align:left;cursor:pointer}.supportSubjectOptionActive{color:var(--app-color-primary)}.supportError{color:var(--app-color-warning);font-size:30px;font-weight:600;margin:0;text-align:right}.supportButtons{display:flex;justify-content:flex-end;gap:20px;margin-top:15px}@supports not (gap: 1px){.supportButtons>*+*{margin-left:20px}}.helpCell{width:590px;height:150px;background:linear-gradient(to right,#3B0017,var(--app-color-primary));border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.helpCellTitle{color:#fff;font-size:25px;font-weight:700;text-align:center}.helpList{display:flex;flex-direction:column;gap:15px;overflow-y:auto;padding:16px}@supports not (gap: 1px){.helpList>*+*{margin-top:15px}}.helpPage{width:100%;height:100%;position:relative;display:flex;align-items:center;justify-content:center}.helpHeaderTvMode{top:15px;left:0;right:0;display:flex;align-items:center;padding:0 35px}.helpHeaderTitle{position:absolute;left:50%;transform:translate(-50%);font-size:35px;font-weight:700;color:var(--app-color-primary);margin:0;pointer-events:none}.helpHeader{position:absolute}.helpHeaderModal{top:25px;left:35px}.helpTitle{width:850px;color:var(--app-color-primary);font-size:25px;font-style:normal;font-weight:600;line-height:normal;text-align:center;margin:0}.helpContent{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:45px;max-height:90%}@supports not (gap: 1px){.helpContent>*+*{margin-top:45px}}.gradientBorderCard{position:relative;box-sizing:border-box;border-radius:var(--gradient-border-card-radius, 20px);overflow:hidden}.gradientBorderCard:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:var(--gradient-border-card-radius, 20px);padding:3px;background:linear-gradient(to right,var(--app-color-secondary),#d19bb0,var(--app-color-secondary));-webkit-mask:linear-gradient(#fff 0%,#fff 100%) content-box,linear-gradient(#fff 0%,#fff 100%);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0%,#fff 100%) content-box,linear-gradient(#fff 0%,#fff 100%);mask-composite:exclude;pointer-events:none;z-index:1}.splashOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px}@supports not (gap: 1px){.splashOverlay>*+*{margin-top:60px}}.splashLogo{width:700px;object-fit:contain}.LoginRegisterPage{width:100%;height:100%;display:flex;flex-wrap:wrap;padding:30px;box-sizing:border-box}.LoginRegisterPage>*{width:calc(50% - 15px);height:calc(50% - 15px);box-sizing:border-box}.LoginRegisterPage>*:nth-child(odd){margin-right:30px}.LoginRegisterPage>*:nth-child(-n+2){margin-bottom:30px}.card{display:flex;flex-direction:column;padding:30px;gap:40px}@supports not (gap: 1px){.card>*+*{margin-top:40px}}.cardColumn{display:flex;flex-direction:column;gap:20px}@supports not (gap: 1px){.cardColumn>*+*{margin-top:20px}}.cardTitle{position:relative;font-size:30px;font-weight:600;color:var(--app-color-primary);text-align:left;display:inline-block;margin:0}.cardText{position:relative;font-size:25px;font-weight:600;color:#fff;text-align:left;margin:0}.cardText.gradient{background:linear-gradient(90deg,var(--app-color-secondary),#d19bb0 45.17%,var(--app-color-secondary));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;width:fit-content}.emailRow{display:flex;align-items:center;gap:20px}@supports not (gap: 1px){.emailRow>*+*{margin-left:20px}}.emailInput{flex:1;font-size:25px}.emailError{margin:0;font-size:18px;font-weight:500;color:var(--app-color-warning)}.submitButton{width:52px;height:52px;border-radius:50%;background-color:transparent;border:4px solid var(--app-color-primary);color:var(--app-color-primary);font-size:30px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.qrRow{display:flex;flex-direction:row;align-items:center;gap:20px}@supports not (gap: 1px){.qrRow>*+*{margin-left:20px}}.qrRow.steps{display:flex;gap:10px}@supports not (gap: 1px){.qrRow.steps>*+*{margin-left:10px}}.qrCode{width:200px;height:200px;background-color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:25px;color:#000}.logoArea{display:flex;flex-direction:column;align-items:center;justify-content:center}.logo{width:400px;object-fit:contain}.searchInputWrapper{margin-left:auto;display:flex;align-items:center;background:none;gap:20px;padding:0 20px}@supports not (gap: 1px){.searchInputWrapper>*+*{margin-left:20px}}.searchInputField{position:relative;display:flex;align-items:center}.searchInput{background-color:#959595;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%232e2e2e' stroke-width='2' stroke-linecap='round'%3E%3Ccircle cx='11' cy='11' r='7'/%3E%3Cline x1='16.5' y1='16.5' x2='21' y2='21'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:14px center;background-size:26px 26px;border:none;border-radius:10px;color:#000;font-size:30px;padding:10px 10px 10px 52px;outline:none;width:300px}.searchInput::placeholder{color:#2e2e2e}.searchInputClear{width:30px;height:30px;border-radius:50%;background:none;border:4px solid #ffffff;color:#fff;font-size:15px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.playerTVModeMenuView{position:absolute;top:0;right:0;bottom:0;left:0;background-color:var(--app-color-transparent);z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:50px}@supports not (gap: 1px){.playerTVModeMenuView>*+*{margin-top:50px}}.playerTVModeMenuViewGrid{display:flex;flex-wrap:wrap;justify-content:center;align-content:center;width:830px}.playerTVModeMenuViewMenuButton{width:365px;height:200px;margin:25px;background-color:var(--app-color-primary);border:3px solid var(--app-color-secondary);border-radius:10px;color:#fff;font-size:30px;font-weight:700;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;cursor:pointer}@supports not (gap: 1px){.playerTVModeMenuViewMenuButton>*+*{margin-top:12px}}.playerTVModeMenuViewMenuButton:focus{outline:4px solid #ffffff;outline-offset:2px}.playerTVModeMenuViewIcon{height:60px;width:auto}.playerTVModeMenuViewMenuButton .playerTVModeMenuViewIcon.focused{display:none}.playerTVModeMenuViewMenuButton:focus .playerTVModeMenuViewIcon.default{display:none}.playerTVModeMenuViewMenuButton:focus .playerTVModeMenuViewIcon.focused{display:block}.playerTVModeMenuViewMenuButtonLabel{color:#fff}.playerTVModeMenuViewBottomButtons{position:absolute;bottom:50px;left:50%;transform:translate(-50%);display:flex;gap:60px}@supports not (gap: 1px){.playerTVModeMenuViewBottomButtons>*+*{margin-left:60px}}.playerTVModeMenuViewTextButton{background:transparent;border:none;color:#fff;font-size:25px;font-weight:700;padding:8px 16px;cursor:pointer;display:inline-flex;align-items:center;gap:10px}@supports not (gap: 1px){.playerTVModeMenuViewTextButton>*+*{margin-left:10px}}.playerTVModeMenuViewTextButton:focus{outline:2px solid #ffffff;outline-offset:4px;border-radius:6px}.playerTVModePageView{position:absolute;top:10%;right:10%;bottom:10%;left:10%;background-color:var(--app-color-transparent);z-index:100;border-radius:20px;display:flex;align-items:center;justify-content:center}.progressBar{height:12px;background:#d9d9d9;border-radius:6px;overflow:visible}.progressBarFill{height:calc(100% + 2px);margin-top:-1px;border-radius:7px;border:1px solid #494042}.ratingCell{border:3px solid var(--app-color-primary);border-radius:10px;display:flex;flex-direction:column;overflow:hidden;height:200px}.ratingCellHeader{display:flex;align-items:center;padding:5px 25px;gap:15px;border-bottom:3px solid var(--app-color-primary);flex-shrink:0}@supports not (gap: 1px){.ratingCellHeader>*+*{margin-left:15px}}.ratingRank{font-size:30px;font-weight:700;color:#fff;width:110px;flex-shrink:0;text-align:center}.ratingCellHeader .progressBar{width:150px;flex-shrink:0;margin-left:auto}.ratingPercentage{font-size:30px;font-weight:700;color:#fff;min-width:80px;text-align:right}.ratingCellContent{display:flex;align-items:stretch;padding:5px 25px 10px 10px;gap:10px;flex:1;min-height:0}@supports not (gap: 1px){.ratingCellContent>*+*{margin-left:10px}}.ratingChannelLogo{height:100%;object-fit:contain;flex-shrink:0;align-self:stretch}.ratingProgramInfo{display:flex;flex-direction:column;flex:1;overflow:visible;align-items:flex-start;justify-content:center;gap:5px}@supports not (gap: 1px){.ratingProgramInfo>*+*{margin-top:5px}}.ratingProgramName{font-size:30px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ratingTimeRange{font-size:27px;font-weight:600;color:#ccc}.ratingProgramInfo .progressBar{width:100%}.ratingsGrid{display:flex;flex-wrap:wrap;justify-content:space-between;align-content:flex-start;padding:10px 30px 30px;--scroll-padding: 125px;overflow-y:auto;scrollbar-width:none}.ratingsGrid>*{width:calc(50% - 12.5px);margin-bottom:25px}.ratingsGrid::-webkit-scrollbar{display:none}.ratingsPage{width:100%;height:100%;display:flex;flex-direction:column;gap:25px}@supports not (gap: 1px){.ratingsPage>*+*{margin-top:25px}}.ratingsHeader{position:absolute;left:30px;top:40px;transform:translateY(-50%);display:flex;align-items:center}.ratingsTabRow{display:flex;gap:50px;flex-shrink:0;justify-content:center;position:relative}@supports not (gap: 1px){.ratingsTabRow>*+*{margin-left:50px}}.ratingsTabButton{background:none;border:none;border-bottom:5px solid transparent;color:#fff;font-size:32px;font-weight:600;padding:4px 4px 8px}.ratingsTabButton.active{font-size:35px;font-weight:700;color:var(--app-color-primary);border-bottom-color:var(--app-color-primary)}.ratingsSubtitleRow{display:flex;flex-direction:column;align-items:center;gap:15px;flex-shrink:0}@supports not (gap: 1px){.ratingsSubtitleRow>*+*{margin-top:15px}}.ratingsSubtitle{font-size:30px;font-weight:600;color:#fff}.ratingsUpdateTime{font-size:30px;color:#fff;font-weight:600}.ratingsUpdateLabel{color:var(--app-color-secondary);font-weight:700}.ratingsDateNav{display:flex;align-items:center;gap:20px}@supports not (gap: 1px){.ratingsDateNav>*+*{margin-left:20px}}.ratingsDateDisplay{font-size:30px;font-weight:600;color:#fff}.checkbox{display:flex;flex-direction:row;align-items:center;gap:15px}@supports not (gap: 1px){.checkbox>*+*{margin-left:15px}}.checkbox__box{width:50px;height:50px;border:3px solid var(--app-color-primary);border-radius:10px;display:flex;align-items:center;justify-content:center;background:#fff;flex-shrink:0}.checkbox__box--checked{background:var(--app-color-primary)}.checkbox__tick{color:#fff;font-size:35px;font-weight:700;line-height:1}.checkbox__label{color:#fff;font-size:35px;font-weight:600}.checkbox__label--checked{color:var(--app-color-primary)}.parentalControlPage{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:60px;width:100%;height:100%}@supports not (gap: 1px){.parentalControlPage>*+*{margin-top:60px}}.parentalControlMessage{color:#fff;font-size:35px;font-weight:500;text-align:center;max-width:1700px;line-height:1.5;margin:0}.parentalControlFields{display:flex;flex-direction:column;align-items:center;gap:40px}@supports not (gap: 1px){.parentalControlFields>*+*{margin-top:40px}}.parentalControlField{display:flex;flex-direction:column;align-items:center;gap:25px}@supports not (gap: 1px){.parentalControlField>*+*{margin-top:25px}}.parentalControlField__label{font-size:35px;font-weight:500;color:#fff;margin:0}.parentalControlMismatch{color:var(--app-color-warning);font-size:30px;font-weight:600;margin:0}.parentalControlField__input:disabled{opacity:.4}.parentalControlField__input{width:200px;height:75px;text-align:center;-webkit-text-security:disc}.settingsPage{width:100%;align-self:stretch;text-align:left;display:flex;flex-direction:column;gap:50px;overflow-y:auto;padding:10px 30px 30px;--scroll-padding: 125px;scrollbar-width:none}@supports not (gap: 1px){.settingsPage>*+*{margin-top:50px}}.settingsPageHeader{position:relative;display:flex;align-items:center;flex-shrink:0;padding:5px 0}.settingsPageHeaderTitle{position:absolute;left:50%;transform:translate(-50%);font-size:35px;font-weight:700;color:var(--app-color-primary);margin:0;pointer-events:none}.settingsPage::-webkit-scrollbar{display:none}.settingsSection{display:flex;flex-direction:column;gap:20px}@supports not (gap: 1px){.settingsSection>*+*{margin-top:20px}}.settingsSection__titleRow{display:flex;flex-direction:row;align-items:center;gap:20px}@supports not (gap: 1px){.settingsSection__titleRow>*+*{margin-left:20px}}.settingsSection__title{font-size:35px;font-weight:600;background:var(--app-color-secondary);background-clip:text;-webkit-background-clip:text;color:transparent;margin:0}.settingsSection__description{color:#fff;font-size:30px;font-weight:500;line-height:1.5;margin:0}.settingsToggle{position:relative;width:100px;height:60px;background:#555;border-radius:30px;flex-shrink:0;transition:background .2s}.settingsToggle.settingsToggle--on{background:var(--app-color-primary)}.settingsToggle__knob{position:absolute;top:5px;left:5px;width:50px;height:50px;background:#fff;border-radius:50%;transition:left .2s}.settingsToggle--on .settingsToggle__knob{left:45px}.settingsSection button.outlinedButton{align-self:flex-start}.settingsOptions{display:flex;flex-direction:row;gap:50px;flex-wrap:wrap;align-items:center}@supports not (gap: 1px){.settingsOptions>*+*{margin-left:50px}}.webQrPurchaseProducts{display:flex;flex-direction:column;gap:40px;padding:100px 250px}@supports not (gap: 1px){.webQrPurchaseProducts>*+*{margin-top:40px}}.webQrPurchaseProducts__header{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.webQrPurchaseProducts__title{color:var(--app-color-primary);font-size:30px;font-weight:700}.webQrPurchaseProducts__body{display:flex;flex-direction:row;gap:50px;align-items:stretch}@supports not (gap: 1px){.webQrPurchaseProducts__body>*+*{margin-left:50px}}.webQrPurchaseProducts__qr{width:245px;height:245px;background-color:#fff;flex-shrink:0;display:flex;align-items:center;justify-content:center;border-radius:8px}.webQrPurchaseProducts__steps{display:flex;flex-direction:column;gap:10px}@supports not (gap: 1px){.webQrPurchaseProducts__steps>*+*{margin-top:10px}}.webQrPurchaseProducts__step{display:flex;flex-direction:row;align-items:center;gap:15px}@supports not (gap: 1px){.webQrPurchaseProducts__step>*+*{margin-left:15px}}.webQrPurchaseProducts__stepIcon{font-size:25px;flex-shrink:0}.webQrPurchaseProducts__stepLabel{color:#fff;font-size:25px;font-weight:600}.webQrPurchaseProducts__stepHighlight{color:var(--app-color-primary);font-weight:700}.webQrPurchasePackagesPage{display:flex;flex-direction:column;gap:16px;height:100%}@supports not (gap: 1px){.webQrPurchasePackagesPage>*+*{margin-top:16px}}.webQrPurchasePackagesPage__content{display:flex;flex-direction:column;padding:90px;gap:30px}@supports not (gap: 1px){.webQrPurchasePackagesPage__content>*+*{margin-top:30px}}.webQrPurchasePackagesPage__cards{display:flex;flex-direction:row;gap:30px}@supports not (gap: 1px){.webQrPurchasePackagesPage__cards>*+*{margin-left:30px}}.webQrPurchasePackagesPage__cardWrapper{flex:1;display:flex;flex-direction:column;gap:20px}@supports not (gap: 1px){.webQrPurchasePackagesPage__cardWrapper>*+*{margin-top:20px}}.webQrPurchasePackagesPage__title{color:var(--app-color-primary);font-size:30px;font-weight:700;text-align:center;margin:0}.webQrPurchasePackagesPage__card{flex:1;display:flex;flex-direction:column;align-items:center;background:linear-gradient(to right,#3B0017,var(--app-color-primary));border-radius:12px;padding:50px;gap:50px}@supports not (gap: 1px){.webQrPurchasePackagesPage__card>*+*{margin-top:50px}}.webQrPurchasePackagesPage__card--reversed{background:linear-gradient(to right,var(--app-color-primary),#3B0017)}.webQrPurchasePackagesPage__description{color:#fff;font-size:30px;font-weight:600;text-align:left;align-self:center;line-height:1.5;flex:1}.webQrPurchasePackagesPage__priceLabel{color:#fff;font-size:30px;font-weight:700}.webQrPurchasePackagesPage__price{color:#4caf50;font-size:30px;font-weight:700}.webQrPurchasePackagesPage__info{color:#fff;text-align:left;font-size:25px;font-weight:600;margin:0}.myAccountPage{width:100%;align-self:stretch;display:flex;flex-direction:column;position:relative;padding:0 30px 30px}.myAccountHeader{position:relative;display:flex;align-items:center;flex-shrink:0;padding:15px 0}.myAccountHeaderTitle{position:absolute;left:50%;transform:translate(-50%);font-size:35px;font-weight:700;color:var(--app-color-primary);margin:0;pointer-events:none}.appAge{position:absolute;bottom:30px;left:30px;display:flex;flex-direction:row;align-items:center;gap:5px}@supports not (gap: 1px){.appAge>*+*{margin-left:5px}}.appAge__logo{height:80px;object-fit:contain}.appAge__text{color:#fff;font-size:25px;font-weight:900;font-style:italic}.testModeBadge{position:absolute;bottom:30px;right:30px;color:#fff;font-size:50px;font-weight:900;font-style:italic}.accountInfo{display:flex;flex-direction:column;gap:5px}@supports not (gap: 1px){.accountInfo>*+*{margin-top:5px}}.accountInfo__row{display:flex;flex-direction:row;align-items:baseline;gap:8px}@supports not (gap: 1px){.accountInfo__row>*+*{margin-left:8px}}.accountInfo__label{color:var(--app-color-primary);font-size:25px;font-weight:700}.accountInfo__value{color:#fff;font-size:25px;font-weight:700}.myAccountContent{flex:1;display:flex;flex-direction:column;justify-content:center;padding:20px 120px;gap:20px}@supports not (gap: 1px){.myAccountContent>*+*{margin-top:20px}}.trialOrGiftSection{display:flex;flex-direction:column;align-items:center;gap:10px}@supports not (gap: 1px){.trialOrGiftSection>*+*{margin-top:10px}}.trialOrGiftSection__message{color:#fff;font-size:25px;font-weight:600;text-align:center}.productsSection{display:flex;flex-direction:column;gap:5px}@supports not (gap: 1px){.productsSection>*+*{margin-top:5px}}.productPackages{display:flex;flex-direction:row;gap:30px}@supports not (gap: 1px){.productPackages>*+*{margin-left:30px}}.productCardWrapper{flex:1;display:flex;flex-direction:column;gap:10px}@supports not (gap: 1px){.productCardWrapper>*+*{margin-top:10px}}.productCard{flex:1;display:flex;flex-direction:column;background:linear-gradient(to right,#3B0017,var(--app-color-primary));border-radius:12px;padding:20px;gap:25px}@supports not (gap: 1px){.productCard>*+*{margin-top:25px}}.productCardWrapper:last-child .productCard{background:linear-gradient(to right,var(--app-color-primary),#3B0017)}.productCard__title{color:var(--app-color-primary);font-size:30px;font-weight:700;text-align:center;margin:0}.productCard .gradientTextButton{align-self:center}.productsLoading{display:flex;justify-content:center;align-items:center;padding:40px 0}.productsLoading__spinner{width:48px;height:48px;border:5px solid rgba(255,255,255,.25);border-top-color:var(--app-color-primary);border-radius:50%;animation:productsLoadingSpin .8s linear infinite}@keyframes productsLoadingSpin{to{transform:rotate(360deg)}}.productCard__description{flex:1;align-self:center;color:#fff;font-size:25px;font-weight:600;text-align:left;line-height:1.5}.productInfo{display:flex;flex-direction:column;gap:5px}@supports not (gap: 1px){.productInfo>*+*{margin-top:5px}}.productInfo p{color:#fff;font-size:25px;font-weight:600;margin:0;text-align:center}.productInfo__link{color:var(--app-color-primary)}.myAccountButtons{display:flex;flex-direction:row;justify-content:center;gap:40px}@supports not (gap: 1px){.myAccountButtons>*+*{margin-left:40px}}.modeModalOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--app-color-transparent);display:flex;align-items:center;justify-content:center;z-index:1000}.modeModalBox{background:#000;width:90%;max-width:1700px}.modeModalInner{position:relative}.modeModalHeader{position:relative;display:flex;align-items:center;padding:20px 20px 0}.modeModalTitle{position:absolute;left:50%;transform:translate(-50%);font-size:30px;font-weight:700;color:#fff;text-align:center;margin:0;pointer-events:none}.modeModalList{display:flex;flex-direction:column;gap:0;padding:25px;gap:15px}@supports not (gap: 1px){.modeModalList>*+*{margin-top:15px}}.modeCard{display:flex;align-items:center;justify-content:space-between;background:#000;border:2px solid #818181;border-radius:15px;padding:20px;text-align:left;gap:25px;transition:border-color .15s}@supports not (gap: 1px){.modeCard>*+*{margin-left:25px}}.modeCardSelected{background:linear-gradient(to right,#3B0017,var(--app-color-primary))}.modeModalList .modeCardSelected:focus,.modeModalList .modeCardSelected:focus *{color:#fff!important;-webkit-text-fill-color:#ffffff!important}.modeCardContent{display:flex;flex-direction:column;gap:30px;flex:1;min-width:0}@supports not (gap: 1px){.modeCardContent>*+*{margin-top:30px}}.modeCheckboxSection{display:flex;align-items:center;gap:15px}@supports not (gap: 1px){.modeCheckboxSection>*+*{margin-left:15px}}.modeCheckbox{width:50px;height:50px;border-radius:10px;border:3px solid var(--app-color-primary);background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0}.modeCheckboxSelected{background:var(--app-color-primary)}.modeCheckboxTick{color:#fff;font-size:35px;font-weight:700;line-height:1}.modeCheckboxTitle{font-size:35px;font-weight:600;color:#fff}.modeCardDescription{font-size:26px;font-weight:500;color:#fff;line-height:1.5;text-align:justify;margin:0}.modeCardImage{width:350px;height:196.875px;object-fit:cover;border-radius:10px;flex-shrink:0}.playerChannelCell{display:block;box-sizing:border-box;width:100%;height:125px;padding:0;border:none;border-radius:20px;background:transparent;color:#fff;cursor:pointer;outline:none;font-family:inherit;overflow:hidden;flex-shrink:0}.playerChannelCell.active{background:linear-gradient(to right,#3B0017,var(--app-color-primary))}.playerChannelCellContent{display:flex;align-items:center;padding:8px;gap:15px;width:100%;height:100%}@supports not (gap: 1px){.playerChannelCellContent>*+*{margin-left:15px}}.playerChannelCellImage{width:109px;height:109px;object-fit:contain;flex-shrink:0}.playerChannelCellProgram{flex:1;font-size:30px;font-weight:600;text-align:left;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.playerChannelList{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:5px;overflow-y:auto;padding:10px;--scroll-padding: 125px;scrollbar-width:none}@supports not (gap: 1px){.playerChannelList>*+*{margin-top:5px}}.playerChannelList::-webkit-scrollbar{display:none}.playerTopControllerView{width:100%;height:100%;display:flex;flex-direction:column;align-items:stretch;gap:20px;padding:20px;box-sizing:border-box;color:#fff}@supports not (gap: 1px){.playerTopControllerView>*+*{margin-top:20px}}.playerTopControllerViewClock{text-align:center;font-size:30px;font-weight:600}.playerTopControllerViewBroadcastRow{display:flex;align-items:center;gap:5px}@supports not (gap: 1px){.playerTopControllerViewBroadcastRow>*+*{margin-left:5px}}.playerTopControllerViewBroadcastProgress{flex:1;height:15px;background:rgba(255,255,255,.2);border-radius:7px;position:relative;overflow:hidden}.playerTopControllerViewBroadcastProgressFill{position:absolute;top:0;left:0;height:100%;background:var(--app-color-primary, #d04050);width:0}.playerTopControllerViewBroadcastTime{font-size:30px;font-weight:700;min-width:100px;text-align:center}.playerTopControllerViewButtons{display:flex;align-items:flex-end;justify-content:space-between}.playerTopControllerViewButton{position:relative;background:transparent;border:none;padding:0;margin:5px;cursor:pointer;outline:none}.playerTopControllerViewButton.disabled{opacity:.4;cursor:not-allowed}.playerTopControllerViewButtonImage{display:block;width:60px;height:60px}.playerTopControllerViewButton.tvGuide .playerTopControllerViewButtonImage{width:109px;height:48px}.playerTopControllerViewButton.goBackToPreviousChannel .playerTopControllerViewButtonImage{width:78px;height:60px}.playerTopControllerViewButtonImage.focused{display:none}.playerTopControllerViewButton:focus .playerTopControllerViewButtonImage.default{display:none}.playerTopControllerViewButton:focus .playerTopControllerViewButtonImage.focused{display:block}.playerTopControllerViewQuality{align-self:center;display:flex;align-items:center;justify-content:center;width:100px;height:70px;font-size:25px;font-weight:700;color:#fff;text-align:center}.playerTopControllerViewQuality[data-quality="Yüksek Kalite"]{color:#42ff00}.playerTopControllerViewQuality[data-quality="Orta Kalite"]{color:#ff7f00}.playerTopControllerViewQuality[data-quality="Düşük Kalite"]{color:red}.playerTvGuideCell{display:flex;align-items:center;gap:20px;padding:15px 20px;margin:0 10px;border-radius:12px;font-size:30px;font-weight:600;color:#fff;text-align:left}@supports not (gap: 1px){.playerTvGuideCell>*+*{margin-left:20px}}.playerTvGuideCell.watching{background:linear-gradient(to right,#3B0017,var(--app-color-primary))}.playerTvGuideCell.live .playerTvGuideCellTime,.playerTvGuideCell.live .playerTvGuideCellName{color:var(--app-color-primary)}.playerTvGuideCell.upcoming .playerTvGuideCellTime,.playerTvGuideCell.upcoming .playerTvGuideCellName{color:#858585}.playerTvGuideCell.watching.live .playerTvGuideCellTime,.playerTvGuideCell.watching.live .playerTvGuideCellName{color:#fff}.playerTvGuideCellTime{flex-shrink:0;width:90px}.playerTvGuideCellName{flex:1;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.playerTvGuideCellLiveBadge{flex-shrink:0;background:var(--app-color-primary);border:1px solid #fff;border-radius:8px;padding:5px 10px;font-size:25px;font-weight:600;color:#fff}.playerTvGuideList{width:100%;height:100%;box-sizing:border-box;display:flex;flex-direction:column;gap:6px;overflow-y:auto;color:#fff;--scroll-padding: 125px;scrollbar-width:none}@supports not (gap: 1px){.playerTvGuideList>*+*{margin-top:6px}}.playerTvGuideList::-webkit-scrollbar{display:none}.playerTvGuideListEmpty{display:flex;align-items:center;justify-content:center;width:100%;height:100%;font-size:35px;font-weight:600;color:#fff}.playerTvGuideListSectionHeader{background:#555;color:#fff;font-size:32px;font-weight:700;padding:10px 20px;text-align:left}.playerControllerView{position:absolute;top:25px;right:25px;bottom:25px;left:25px;background-color:transparent;pointer-events:none;z-index:10}.playerControllerViewHidden{display:none}.playerControllerView>*{pointer-events:auto}.playerControllerViewChannelList{position:absolute;top:0;bottom:0;left:0;width:600px;background:var(--app-color-transparent)}.playerControllerViewTopController{position:absolute;top:0;right:0;left:620px;height:222px;background:var(--app-color-transparent)}.playerControllerViewTvGuide{position:absolute;top:247px;bottom:100px;width:1000px;left:calc((100% - 380px)/2);background:var(--app-color-transparent)}.playerControllerViewTvGuideHidden{display:none}.playerControllerViewShowTVModeMenu{position:absolute;bottom:0;left:620px;right:0;display:flex;justify-content:center}.playerControllerViewShowTVModeMenuButton{background-color:var(--app-color-transparent);border:3px solid var(--app-color-secondary);border-radius:10px;color:#fff;font-size:28px;font-weight:500;padding:12px 36px;cursor:pointer}.playerControllerViewShowTVModeMenuButton:focus{outline:4px solid #ffffff;outline-offset:2px}.playerChannelInfoView{position:absolute;left:100px;right:100px;bottom:50px;height:250px;display:flex;align-items:center;gap:50px;padding:0 50px;box-sizing:border-box;color:#fff;background:var(--app-color-transparent)}@supports not (gap: 1px){.playerChannelInfoView>*+*{margin-left:50px}}.playerChannelInfoViewImage{flex-shrink:0;width:200px;height:200px;object-fit:contain}.playerChannelInfoViewContent{flex:1;display:flex;flex-direction:column;height:250px;min-width:0;padding:10px 0}.playerChannelInfoViewChannelName{font-size:35px;font-weight:700;text-align:left;display:flex;align-items:baseline;gap:18px}@supports not (gap: 1px){.playerChannelInfoViewChannelName>*+*{margin-left:18px}}.playerChannelInfoViewChannelNumber{flex-shrink:0}.playerChannelInfoViewDivider{height:5px;background:var(--app-color-primary, #d04050);margin:10px 0 25px}.playerChannelInfoViewPrograms{flex:1;display:flex;flex-direction:column;justify-content:space-between;font-size:30px;font-weight:500;text-align:left}.playerChannelInfoViewProgramRow{display:flex;gap:50px;align-items:baseline}@supports not (gap: 1px){.playerChannelInfoViewProgramRow>*+*{margin-left:50px}}.playerChannelInfoViewProgramRow.current{color:#42ff00;font-weight:600}.playerChannelInfoViewProgramTime{min-width:64px;flex-shrink:0}.playerChannelInfoViewProgramName{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.playerIntroLoadingView{position:absolute;top:0;right:0;bottom:0;left:0;background:#000;z-index:10000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:100px}@supports not (gap: 1px){.playerIntroLoadingView>*+*{margin-top:100px}}.playerIntroLoadingViewImageAndSpinner{display:flex;flex-direction:column;align-items:center;gap:25px}@supports not (gap: 1px){.playerIntroLoadingViewImageAndSpinner>*+*{margin-top:25px}}.playerIntroLoadingViewImage{width:200px;height:200px;object-fit:contain}.playerIntroLoadingViewSpinner{width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:playerIntroLoadingViewSpin .8s linear infinite}@keyframes playerIntroLoadingViewSpin{to{transform:rotate(360deg)}}.playerIntroLoadingViewText{font-size:35px;font-weight:600;color:#fff;text-align:center;padding:0 200px;margin:0;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.3}.playerLoadingView{position:absolute;top:0;right:0;bottom:0;left:0;background:transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:25px;z-index:5;pointer-events:none}@supports not (gap: 1px){.playerLoadingView>*+*{margin-top:25px}}.playerLoadingViewImage{width:150px;height:150px;object-fit:contain}.playerLoadingViewSpinner{width:60px;height:60px;border:6px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:playerLoadingViewSpin .8s linear infinite}@keyframes playerLoadingViewSpin{to{transform:rotate(360deg)}}.playerPage{position:relative;width:100%;height:100%;background:#000}.playerPageVideoView{width:100%;height:100%}.playerPageVideoView video{position:fixed;top:0;left:0;width:100%;height:100%;object-fit:fill;background:#000}.playerPageSkipTimeLabel{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:100px;font-weight:700;color:#fff;text-shadow:0 6px 32px var(--app-color-transparent);pointer-events:none;-webkit-user-select:none;user-select:none}.playerChannelNumber{position:absolute;top:40px;right:60px;min-width:90px;padding:12px 28px;border-radius:12px;background:rgba(0,0,0,.6);font-size:90px;font-weight:700;color:#fff;text-align:center;text-shadow:0 6px 32px var(--app-color-transparent);pointer-events:none;-webkit-user-select:none;user-select:none}.simpleChannelCell{padding:0;background:none;border:none}.simpleChannelCell img{width:100%;height:100%;object-fit:contain;display:block}.simpleChannelGrid{display:flex;flex-wrap:wrap;justify-content:flex-start;padding:20px 22.5px 30px;--scroll-padding: 125px;align-content:flex-start;overflow-y:auto;width:100%;height:100%;box-sizing:border-box;scrollbar-width:none}.simpleChannelGrid::-webkit-scrollbar{display:none}.simpleChannelGrid>*{width:172.5px;height:172.5px;margin:7.5px}.channelsSimpleModePage{width:100%;height:100%;display:flex;flex-direction:column}.channelsSimpleModePage .channelsTabs{display:flex;padding:0 20px 5px;flex-shrink:0;align-items:center}.channelsTabGroup{flex:1;display:flex;gap:50px;align-items:center}@supports not (gap: 1px){.channelsTabGroup>*+*{margin-left:50px}}.channelsSearchGroup{flex:1;display:flex;justify-content:flex-end;align-items:center}.channelsTabButton{background:none;border:none;color:#fff;font-size:30px;font-weight:600;padding:8px 20px}.channelsTabButton.active{color:var(--app-color-primary)}.channelsTabButton:disabled{color:rgba(255,255,255,.19)}.advancedChannelCell{padding:0;background:none;border:none;width:172.5px;height:172.5px;flex-shrink:0}.advancedChannelCell img{width:100%;height:100%;object-fit:contain;display:block}.channelsAdvancedModePage.expanded .advancedChannelList .advancedChannelCell{margin:7.5px}.advancedChannelList{flex-shrink:0;height:197.5px;width:100%;box-sizing:border-box;display:flex;gap:10px;padding:10px 15px 15px;overflow-x:auto;scrollbar-width:none}@supports not (gap: 1px){.advancedChannelList>*+*{margin-left:10px}}.advancedChannelList::-webkit-scrollbar{display:none}.channelsAdvancedPlayerView{height:calc(100% - 120px);width:1031.11px;background-color:#000}.channelsAdvancedPlayerViewInner{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000;transform-origin:center center;z-index:100}.channelsAdvancedPlayerViewInner.fullscreen{z-index:200}.channelsAdvancedPlayerControllerView{flex-shrink:0;align-self:stretch;height:110px;width:0;min-width:100%;background-color:#000;border:3px solid #818181;border-radius:20px;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.channelsAdvancedPlayerControllerTop{flex:1;min-height:0;display:flex;align-items:center;gap:20px;padding:10px 20px 8px}@supports not (gap: 1px){.channelsAdvancedPlayerControllerTop>*+*{margin-left:20px}}.channelsAdvancedPlayerControllerRight{flex:1 1 0;display:flex;justify-content:flex-end}.channelsAdvancedPlayerControllerInfo{flex:1 1 0;display:flex;flex-direction:column;gap:5px;min-width:0;text-align:left;align-items:flex-start}@supports not (gap: 1px){.channelsAdvancedPlayerControllerInfo>*+*{margin-top:5px}}.channelsAdvancedPlayerControllerProgramName{font-size:22px;font-weight:600;color:#fff;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.channelsAdvancedPlayerControllerTimeRow{display:flex;align-items:center;gap:10px}@supports not (gap: 1px){.channelsAdvancedPlayerControllerTimeRow>*+*{margin-left:10px}}.channelsAdvancedPlayerControllerTime{font-size:20px;font-weight:600;color:#fff}.channelsAdvancedPlayerControllerLiveBadge{flex-shrink:0;font-size:20px;font-weight:700;color:var(--app-color-primary)}.channelsAdvancedPlayerControllerButtons{flex:0 0 auto;display:flex;align-items:center;gap:20px}@supports not (gap: 1px){.channelsAdvancedPlayerControllerButtons>*+*{margin-left:20px}}.channelsAdvancedPlayerControllerButton{position:relative;background:transparent;border:none;padding:0;cursor:pointer;outline:none}.channelsAdvancedPlayerControllerButton.disabled{opacity:.4;cursor:not-allowed}.channelsAdvancedPlayerControllerButtonImage{display:block;width:73px;height:73px}.channelsAdvancedPlayerControllerButtonImage.focused{display:none}.channelsAdvancedPlayerControllerButton:focus .channelsAdvancedPlayerControllerButtonImage.default{display:none}.channelsAdvancedPlayerControllerButton:focus .channelsAdvancedPlayerControllerButtonImage.focused{display:block}.channelsAdvancedPlayerControllerProgressBar{flex-shrink:0}.channelsAdvancedPlayerControllerProgressBar .progressBar{height:5px}.channelsAdvancedModePage{width:100%;height:100%;position:relative;display:flex;flex-direction:column;gap:15px;padding-bottom:calc(var(--advancedBottomH, 235px) + 15px);box-sizing:border-box;overflow:hidden}@supports not (gap: 1px){.channelsAdvancedModePage>*+*{margin-top:15px}}.channelsAdvancedTopRow{flex:1;display:flex;min-height:0;gap:20px;padding:0 20px;visibility:visible;transition:visibility 0s}@supports not (gap: 1px){.channelsAdvancedTopRow>*+*{margin-left:20px}}.channelsAdvancedTvGuide{flex:1;min-width:0;display:flex;border:3px solid #818181;border-radius:20px;overflow:hidden}.channelsAdvancedRightColumn{display:flex;flex-direction:column;gap:10px;height:100%}@supports not (gap: 1px){.channelsAdvancedRightColumn>*+*{margin-top:10px}}.channelsAdvancedBottom{position:absolute;left:0;right:0;top:0;height:100%;background:#000;z-index:110;display:flex;flex-direction:column;transform:translateY(calc(100% - var(--advancedBottomH, 235px)));transition:transform .28s ease;will-change:transform}.channelsAdvancedTabs{flex-shrink:0;display:flex;padding:0 20px 5px;align-items:center;justify-content:space-between}.channelsAdvancedTabGroup{display:flex;gap:20px;align-items:center}@supports not (gap: 1px){.channelsAdvancedTabGroup>*+*{margin-left:20px}}.channelsAdvancedSearchGroup{display:flex;align-items:center}.channelsAdvancedZappingMode{display:flex;align-items:center;gap:15px;padding:0 20px}@supports not (gap: 1px){.channelsAdvancedZappingMode>*+*{margin-left:15px}}.channelsAdvancedZappingModeLabel{color:#fff;font-size:30px;font-weight:600}.channelsAdvancedZappingModeToggle{position:relative;width:100px;height:60px;background:#555;border-radius:30px;border:none;flex-shrink:0;transition:background .2s;padding:0;cursor:pointer}.channelsAdvancedZappingModeToggle.on{background:var(--app-color-primary)}.channelsAdvancedZappingModeToggleKnob{position:absolute;top:5px;left:5px;width:50px;height:50px;background:#fff;border-radius:50%;transition:left .2s}.channelsAdvancedZappingModeToggle.on .channelsAdvancedZappingModeToggleKnob{left:45px}.channelsAdvancedTabButton{background:none;border:none;color:#fff;font-size:30px;font-weight:600;padding:8px 20px}.channelsAdvancedTabButton.active{color:var(--app-color-primary)}.channelsAdvancedTabButton:disabled{color:rgba(255,255,255,.19)}.channelsAdvancedExpandButton{background:none;border:none;padding:0;display:flex;align-items:center;justify-content:center;cursor:pointer}.channelsAdvancedExpandButton img{height:40px;width:auto;display:block}.channelsAdvancedModePage.expanded .channelsAdvancedTopRow{visibility:hidden;transition:visibility 0s .28s}.channelsAdvancedModePage.expanded .channelsAdvancedZappingMode{display:none}.channelsAdvancedModePage.expanded .channelsAdvancedBottom{transform:translateY(0)}.channelsAdvancedModePage.expanded .advancedChannelList{flex:1;height:auto;min-height:0;display:flex;flex-wrap:wrap;align-content:flex-start;overflow-x:hidden;overflow-y:auto}.tvGuideChannelCell{display:flex;align-items:center;gap:25px;padding:10px 25px;width:100%;box-sizing:border-box;background:none;border:none;border-radius:20px;text-align:left}@supports not (gap: 1px){.tvGuideChannelCell>*+*{margin-left:25px}}.tvGuideChannelCell.selected{background:var(--app-color-primary)}.tvGuideChannelImg{width:100px;height:100px;object-fit:contain;flex-shrink:0}.tvGuideChannelName{font-size:30px;font-weight:700;color:#fff;min-width:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tvGuideChannelList{flex:0 0 35%;min-width:0;overflow-y:auto;overflow-x:hidden;border-right:2px solid #222;padding:25px;--scroll-padding: 250px;scrollbar-width:none}.tvGuideChannelList::-webkit-scrollbar{display:none}.tvGuideCell{display:flex;align-items:center;font-size:30px;font-weight:500;color:#fff;gap:50px;padding:15px 20px;border-radius:8px;margin-bottom:4px}@supports not (gap: 1px){.tvGuideCell>*+*{margin-left:50px}}.tvGuideCellTime{flex-shrink:0;width:90px}.tvGuideCellName{line-height:1.3}.tvGuideCell.current .tvGuideCellTime,.tvGuideCell.current .tvGuideCellName{color:var(--app-color-primary)}.tvGuideCell.upcoming .tvGuideCellTime,.tvGuideCell.upcoming .tvGuideCellName{color:#858585}.tvGuideCellLiveBadge{background:var(--app-color-primary);border-radius:8px;padding:5px 10px;flex-shrink:0}.tvGuideList{flex:1;overflow-y:auto;padding:25px;min-width:0;--scroll-padding: 125px;scrollbar-width:none}.tvGuideList::-webkit-scrollbar{display:none}.tvGuideListEmpty{flex:1;display:flex;align-items:center;justify-content:center;font-size:30px;font-weight:700;color:#fff}.tvGuideSectionHeader{font-size:32px;font-weight:700;color:#fff;padding:15px 20px;background:#565656;text-align:left}.tvGuidePage{width:100%;height:100%;display:flex;flex-direction:column}.tvGuideTabs{display:flex;gap:30px;padding:0 30px 5px;flex-shrink:0}@supports not (gap: 1px){.tvGuideTabs>*+*{margin-left:30px}}.tvGuideTabButton{background:none;border:none;color:#fff;font-size:30px;font-weight:700;padding:6px 12px}.tvGuideTabButton.active{color:var(--app-color-primary)}.tvGuideTabButton:disabled{color:rgba(255,255,255,.19)}.tvGuideContent{flex:1;display:flex;overflow:hidden;padding:0 30px}.sortableChannelCell{transition:opacity .2s;touch-action:none;-webkit-user-select:none;user-select:none}.sortableChannelCell img{width:100%;height:100%;object-fit:contain;display:block;pointer-events:none}.sortableChannelCell.dragging{animation:channelShake .25s infinite;position:relative;z-index:10}.sortableChannelCell.dimmed{opacity:.35}@keyframes channelShake{0%{transform:rotate(-3deg) scale(1.05)}50%{transform:rotate(3deg) scale(1.05)}to{transform:rotate(-3deg) scale(1.05)}}.favoriteChannelCell{position:relative;background:none;border:none;padding:0}.favoriteChannelCell img:first-child{width:100%;height:100%;object-fit:contain;display:block}.favoriteChannelCell.dimmed{opacity:.35}.favoriteChannelStar{position:absolute;top:10px;right:10px;width:calc(100% * 2 / 7);height:calc(100% * 2 / 7);object-fit:contain;pointer-events:none}.editChannelsPage{width:100%;height:100%;display:flex;flex-direction:column}.channelsTabs{display:flex;padding:0 20px;flex-shrink:0;align-items:center;gap:30px}@supports not (gap: 1px){.channelsTabs>*+*{margin-left:30px}}.editChannelsLabel{color:#fff;font-size:30px;font-weight:700}.editChannelsLabel.active{color:var(--app-color-primary)}.editChannelsSearchWrapper{margin-left:auto}.editChannelsToggle{display:inline-flex;align-items:center;width:90px;height:60px;border-radius:30px;background:var(--app-color-primary);border:none;position:relative;flex-shrink:0;transition:background .2s}.editChannelsToggleKnob{position:absolute;left:6px;width:48px;height:48px;border-radius:50%;background:#fff;transition:left .2s}.editChannelsToggle.on .editChannelsToggleKnob{left:36px}.editChannelsHint{margin:0;padding:20px 40px 5px;color:#fff;font-size:25px;font-weight:600;text-align:left}.nowWatchingCell{display:flex;align-items:center;gap:35px;flex-shrink:0;padding:15px 10px;background:#000;text-align:left}@supports not (gap: 1px){.nowWatchingCell>*+*{margin-left:35px}}.nowWatchingCell__channelInfo{display:flex;align-items:center;gap:10px;flex:1;min-width:0}@supports not (gap: 1px){.nowWatchingCell__channelInfo>*+*{margin-left:10px}}.nowWatchingCell__logo{width:150px;height:150px;object-fit:contain;flex-shrink:0}.nowWatchingCell__programInfo{display:flex;flex-direction:column;gap:10px;flex:1;min-width:0}@supports not (gap: 1px){.nowWatchingCell__programInfo>*+*{margin-top:10px}}.nowWatchingCell__program{font-size:30px;font-weight:700;color:#fff;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-clamp:2;overflow:hidden}.nowWatchingCell__time{font-size:27px;font-weight:600;color:#fff}.nowWatchingCell__actions{display:flex;align-items:center;gap:25px;flex-shrink:0}@supports not (gap: 1px){.nowWatchingCell__actions>*+*{margin-left:25px}}.nowWatchingList{flex:1;min-height:0;display:flex;flex-direction:column;gap:0px}@supports not (gap: 1px){.nowWatchingList>*+*{margin-top:0}}.nowWatchingOverlay{position:fixed;top:0;right:0;bottom:0;left:0;background:var(--app-color-transparent);display:flex;align-items:center;justify-content:center;z-index:1000}.nowWatchingCard{width:1300px;height:765px;background:#000;box-sizing:border-box}.nowWatchingInner{width:100%;height:100%;box-sizing:border-box;padding:25px 50px;display:flex;flex-direction:column;gap:30px}@supports not (gap: 1px){.nowWatchingInner>*+*{margin-top:30px}}.nowWatchingTitle{flex-shrink:0;margin:0;font-size:35px;font-weight:600;color:var(--app-color-primary);text-align:center}.nowWatchingFooter{flex-shrink:0;display:flex;align-items:center;justify-content:space-between}.nowWatchingCloseButton{padding:15px 30px;background:var(--app-color-primary);border:none;border-radius:15px;color:#fff;font-size:30px;font-weight:700;cursor:pointer}.mainPage{height:100%;display:flex;flex-direction:column}.pageContainer{flex:1;min-height:0;padding:30px 0 0;display:flex;align-items:center;justify-content:center;text-align:center}.internetStatusBanner{position:fixed;top:40px;left:50%;transform:translate(-50%);z-index:100000;padding:18px 48px;border-radius:16px;font-size:34px;font-weight:700;color:#fff;white-space:nowrap;box-shadow:0 8px 30px rgba(0,0,0,.5);animation:internetStatusBannerIn .25s ease;pointer-events:none}.internetStatusBanner.offline{background:#d32f2f}.internetStatusBanner.restored{background:#2e7d32}@keyframes internetStatusBannerIn{0%{opacity:0;transform:translate(-50%,-12px)}to{opacity:1;transform:translate(-50%)}}
