:root{color-scheme:dark}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;scroll-behavior:smooth}html,body{height:100%}body{font-family:quicksand,sans-serif;font-weight:500;background-color:#1c1b21;-webkit-font-smoothing:antialiased}button{padding:0;border:none;background-color:initial;transition:.5s ease;transition-property:color,background-color,border-color;cursor:pointer}button:focus{outline:none}a{transition:.5s ease;transition-property:color,background-color,border-color;color:#41ffe4}a:hover,a:active,a:focus{outline:none;text-decoration:none;color:#41ffe4}input,textarea,select{padding:0;margin:0;border-radius:0;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:auto;box-shadow:none;transition:.5s ease;transition-property:color,border-color}input:focus,textarea:focus,select:focus{outline:none}select::-ms-expand{display:none}ul{margin:0;padding:0;list-style:none}::-moz-selection{background:#fff;color:#2f353fe8;text-shadow:none}::selection{background:#fff;color:#2f353fe8;text-shadow:none}::-webkit-input-placeholder{color:#f2f2f2;opacity:.8}::-moz-placeholder{color:#f2f2f2;opacity:.8}:-moz-placeholder{color:#f2f2f2;opacity:.8}:-ms-input-placeholder{color:#f2f2f2;opacity:.8}body,.custom-scroll{scrollbar-width:thin;scrollbar-color:#716f80 #3e2d2d}body::-webkit-scrollbar,.custom-scroll::-webkit-scrollbar{width:8px}body::-webkit-scrollbar-track,.custom-scroll::-webkit-scrollbar-track{background:#3e2d2d!important}body::-webkit-scrollbar-thumb,.custom-scroll::-webkit-scrollbar-thumb{background-color:#716f80!important;border-radius:10px;border:3px inset #fff}body::-webkit-scrollbar-thumb:hover,.custom-scroll::-webkit-scrollbar-thumb:hover{background:#555}.hidden{display:none}@media(min-width:1440px){.container{max-width:1330px}}.table-responsive{display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar}.tab-content{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.fade{transition:opacity .4s linear}@media screen and (prefers-reduced-motion:reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.disabled{pointer-events:none;opacity:.7}.header{position:fixed;top:0;left:0;width:100%;background-color:#1c1b21;z-index:10001;transition:.5s,margin 0s;background:linear-gradient(180deg,#1c1b21,#1c1b21,transparent)}.header--menu{top:270px}.header__content{font-family:inter,quicksand,system-ui,-apple-system,BlinkMacSystemFont,segoe ui,sans-serif;display:flex;flex-direction:row;justify-content:space-between;align-items:center;position:relative;height:70px;width:100%}.header__logo{display:block;margin-left:35px}.header__logo img{width:190px;height:auto;backdrop-filter:blur(10px);border-radius:15px}.header__nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;position:fixed;background-color:#1c1b21;top:-270px;left:0;width:100%;z-index:100;height:270px;padding:20px;transition:.5s;background:#1c1b21;border-bottom:1px solid #2f353fe8}.header__nav--active{top:0}.header__nav-link .badge{height:25px}.header__nav-link{font-size:13px;color:#e0e0e0;line-height:20px;height:22px;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;font-weight:700;white-space:nowrap;text-transform:capitalize}.header__nav-link svg{stroke:#e0e0e0;fill:#e0e0e0;width:1em;height:auto;transition:.5s;margin-left:1px;margin-top:1px}.header__nav-link:hover,.header__nav-link[aria-expanded=true]{color:#3bbbd1}.header__nav-link:hover svg,.header__nav-link[aria-expanded=true] svg{stroke:#ddd;fill:#ddd}.header__nav-link--more svg{width:24px;margin:0}.header__nav-item{margin-bottom:20px;position:relative;margin-right:10px}.header__nav-item:last-child{margin-bottom:12px}.header__nav-menu{display:none;position:absolute!important;z-index:-1;pointer-events:none;opacity:0;top:0;background:linear-gradient(180deg,#1b1b22,#12313a,#1c1b22);border-radius:0 0 10px 10px;padding:30px 10px 10px;transition:.5s;transform:translate3d(0,22px,0);margin-top:0;width:100vw;max-height:calc(100vh - 200px);overflow-y:auto;overscroll-behavior:contain}.header__nav-menu li{position:relative;margin-bottom:8px}.header__nav-menu .close{position:absolute;right:10px;top:0;padding:20px}.close span{color:#ddd!important;width:18px!important;background-color:#fff!important}.header__nav-menu a{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;color:#e0e0e0;font-size:14px;font-weight:600;transition:.5s;position:relative;white-space:nowrap;padding:5px}.header__nav-menu a svg{stroke:#3bbbd1;fill:#3bbbd1;width:4px;height:auto;transition:.5s;margin-left:4px;margin-top:1px}.header__nav-menu a:hover{color:#3bbbd1}.header__nav-menu a:hover:after{opacity:1}.header__nav-menu--scroll{max-height:240px;overflow:hidden}.header__nav-menu.show{display:flex;z-index:1000;pointer-events:auto;opacity:1}.header__menu{position:absolute;width:24px;height:22px;display:block;left:0;top:12px}.header__menu span{position:absolute;left:0;width:24px;height:3px;background-color:#fff;border-radius:2px;transition:.5s;opacity:1}.header__menu:hover span{background:#3bbbd1}.header__menu span:first-child{top:0}.header__menu span:nth-child(2){top:10px;width:16px}.header__menu span:last-child{top:20px;width:8px}.header__menu--active span{background-color:#3bbbd1}.header__menu--active span:first-child{transform:rotate(45deg);top:9px}.header__menu--active span:nth-child(2){opacity:0}.header__menu--active span:last-child{width:24px;transform:rotate(-45deg);top:9px}.header__form{position:absolute;display:none;top:auto;left:0;right:0;bottom:-80px;height:50px;flex-direction:row;justify-content:flex-start;align-items:center;pointer-events:none;transition:.5s}.header__form--active{pointer-events:auto;bottom:0;backdrop-filter:blur(4px);position:fixed;top:60px;padding:40px 15px;display:flex}.header__form-input{width:calc(100% - 40px);height:40px;border-radius:6px;background-color:#3c8b7fb5;padding:0 60px 0 20px;font-size:13px;color:#fff;border:none;font-weight:400}.header__form-btn_advance{right:60px;position:absolute;display:flex}.header__form-btn_advance:hover svg{fill:#fff}.header__form-btn{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;right:90px}.header__form-btn svg{width:20px;height:auto;fill:#3bbbd1;transition:fill .5s}.header__form-btn:hover svg{fill:#fff}.header__form-close{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;width:20px;height:20px;right:20px}.header__form-close svg{width:16px;height:auto;fill:#3bbbd1}.header__form-close:hover{opacity:1}.header__actions{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:relative}.header__search{margin-right:30px}.header__search svg{width:20px;height:auto;fill:#ddd}.header__search:hover svg{fill:#3bbbd1}.header__user{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;white-space:nowrap}.header__user span{font-size:13px;color:#e0e0e0;font-weight:600;margin-right:10px;transition:.5s;letter-spacing:0;display:none}.header__user svg{width:20px;fill:#ddd}.header__user:hover svg{fill:#3bbbd1;stroke:#3bbbd1}.header__user:hover span{color:#3bbbd1}.header__auth{position:relative}.header__auth-toggle{border:0;background:rgba(255,255,255,4%);border-radius:999px;padding:8px 10px;cursor:pointer}.header__auth-toggle:hover{background:rgba(59,187,209,.12)}.header__auth-toggle span{max-width:50px;overflow:hidden;text-overflow:ellipsis}.header__auth-menu{position:absolute;top:calc(100% + 12px);right:0;min-width:150px;display:none;padding:8px;border:1px solid rgba(255,255,255,8%);border-radius:14px;background:rgba(28,27,33,.98);box-shadow:0 14px 35px rgba(0,0,0,.35);z-index:1000}.header__auth.is-open .header__auth-menu{display:block}.header__auth-menu a{display:block;padding:9px 11px;border-radius:10px;color:#e0e0e0;font-size:13px;font-weight:600}.header__auth-menu a:hover{color:#3bbbd1;background:rgba(59,187,209,.1)}.mobile-bottom-bar{display:none}@media(min-width:576px){.header__nav{padding-left:calc((100% - 510px)/2)}.header__nav-menu{width:500px}.header__nav-menu.header__nav-menu--scroll{width:200px}}@media(min-width:1200px){.header__user span{display:block}.header__nav{padding-left:calc((100% - 690px)/2)}.header__search{margin-right:43px}.header__nav-menu li{margin-bottom:15px}.header__nav-menu{height:auto}}@media(min-width:1200px){.search-form{display:flex}.header__nav{flex-direction:row;align-items:flex-end;top:auto;left:auto;position:relative;height:60px;padding:0;width:auto;z-index:2;background-color:initial;background:0 0;border-bottom:none}.header__search{margin-right:163px}.header__menu{display:none}.header__nav-menu{transform:translate3d(0,46px,0);margin-top:25px;padding:20px 20px 0;max-height:initial;overflow-y:auto}.header__nav-item{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;height:60px;margin-bottom:0;margin-right:10px}.header__nav-item:last-child{margin-right:0;margin-bottom:0}.header--static{position:relative}.header--fixed{border-bottom:1px solid transparent}.header--fixed .header__content,.header--fixed .header__nav-item{transition:height .5s}.header--hidden .header__content,.header--hidden .header__nav-item{transition:height .5s}.header--active{border-color:#2f353fe8}.header--active .header__content{height:80px}.header--active .header__nav{height:80px}.header--active .header__nav-item{height:80px}.header--scroll{top:-60px}.header--scroll .header__content{height:80px}.header--scroll .header__nav{height:80px}.header--scroll .header__nav-item{height:80px}.header__content{height:70px}.header__logo{margin-left:0}.header__actions{justify-content:space-between}.header__form{position:relative;opacity:1;pointer-events:auto;top:auto;right:auto;bottom:auto;left:auto;width:200px}.header__form-input{width:100%;background-color:#2f353fe8;margin:0 10px}.header__form-btn{right:50px}.header__form-btn_advance{right:20px}.header__form-close{display:none}.header__search{display:none}.header__nav-menu a{padding:0}}@media(min-width:1200px){}@media(min-width:1440px){.header__nav-item{margin-right:15px}.header__form{width:250px}}.home{position:relative}.home--title{padding-top:90px;margin-bottom:20px;overflow:hidden;height:400px}.top-banner-2 .home--title{padding-top:150px;height:520px}.home--title:after{content:'';position:absolute;top:0;height:320px;left:0;right:0;display:block;z-index:1;opacity:.7;background:linear-gradient(180deg,rgba(21,31,48,.35) 0%,#1c1b21 100%)}.home--title .container,.home--title .home__carousel{z-index:2;position:relative}.home__carousel{min-height:230px}.home__carousel:not(.owl-loaded){display:flex;gap:20px;overflow:hidden;scroll-snap-type:x proximity}.home__carousel:not(.owl-loaded) .home__card{flex:none;scroll-snap-align:start}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+3){display:none}.home__carousel .owl-dots{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin-top:30px}.home__carousel .owl-dot{min-width:24px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.home__carousel .owl-dot:last-child{margin-right:0}.home__carousel .owl-dot span{display:block;height:4px;width:10px;border-radius:3px;background-color:rgb(0 134 165/.5);transition:.5s}.home__carousel .owl-dot.active span{width:20px;background-color:#3bbbd1}.home__card{display:block;width:290px;height:200px;transition:.3s;overflow:visible;position:relative;border-radius:12px}.home__card-cover{display:block;width:100%;height:100%;border-radius:12px;overflow:hidden;position:relative}.home__card-cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease}.home__card-overlay{position:absolute;inset:0;background:linear-gradient( 180deg,rgba(0,0,0,5%) 0%,rgba(0,0,0,.55) 55%,rgba(0,0,0,.88) 100% );transition:background .4s ease;pointer-events:none}.home__badge-tl{position:absolute;top:8px;left:8px;z-index:5}.home__card .card__quickview--slideshow{top:36px;left:8px;width:28px;height:28px}.home__badges-tr{position:absolute;top:8px;right:8px;z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:3px}.home__add{width:26px;height:26px;border-radius:6px;background:rgba(21,31,48,.85);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .3s ease}.home__add svg{width:14px;height:auto;fill:#fff;transition:fill .3s}.home__add:hover svg,.home__add.active svg{fill:#3bbbd1}.home__card-info{position:absolute;bottom:0;left:0;right:0;z-index:4;padding:10px 20px;display:flex;flex-direction:column;gap:5px;border-radius:0 0 12px 12px}.home__card-meta{display:flex;align-items:center;justify-content:space-between;margin-bottom:2px}.card__updated{font-size:11px;color:#aaa}.homecard__rating{display:flex!important;flex-direction:row!important;align-items:center;gap:1px;background:0 0!important;padding:0!important;position:relative!important;width:auto!important;opacity:1!important}.homecard__rating div{position:relative;flex-direction:row;padding:0!important}.home__card-title{font-size:13px;font-weight:700;color:#fff;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;text-decoration:none;transition:color .3s;letter-spacing:-.3px}.home__card-sub{display:flex;align-items:center;gap:6px;color:#ccc}.home__card-origin{font-size:11px;color:#aaa;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.home__card-views{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#999;flex-shrink:0}.home__card-views svg{width:11px;height:11px;fill:#999}.home__card:hover .home__card-cover img{transform:scale(1.06);filter:blur(3px);-webkit-filter:blur(3px)}.home__card:hover .home__card-overlay{background:linear-gradient( 180deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.72) 55%,rgba(0,0,0,.95) 100% )}.home__card:hover .home__card-title{color:#3bbbd1}.home__card:hover .home__add{opacity:1;pointer-events:auto}.home__nav{display:none}.home__title{display:block;font-weight:600;color:#fff;font-size:1em;line-height:120%;margin:15px 0;text-transform:uppercase}.section__title a:hover,.home__title a:hover{color:#3bbbd1;opacity:.9}.home__title b{font-weight:500}@media(min-width:360px){.home__card{width:320px}}@media(min-width:400px){.home__card{width:340px}}@media(min-width:576px){.home--title{height:440px;font-size:1.2em}.top-banner-2 .home--title{height:550px}.home--title:after{height:370px}.home__card{width:360px;height:240px}.home__rating{top:30px;right:30px}}@media(min-width:768px) and (max-width:1199px){.home--title{padding-top:120px;height:570px}.top-banner-2 .home--title{padding-top:230px;height:720px}.home--title:after{height:490px}.homebg{bottom:150px}.home__carousel{min-height:320px}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+3){display:block}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+4){display:none}.home__carousel .owl-dots{margin-top:40px;padding-left:calc((100vw - 690px)/2)}.home__rating{font-size:14px}.home__rating svg{width:18px}.home__card{width:300px;height:350px}}@media(min-width:1200px){.home__carousel .owl-dots{padding-left:calc((100vw - 930px)/2)}.home--title{height:520px}.top-banner-2 .home--title{padding-top:200px;height:700px}.home__card div{bottom:10px}}@media(min-width:1200px){.homebg{bottom:60px}.home--static{margin-top:0}.home--title{height:520px}.top-banner-2 .home--title{height:600px}.home--title:after{height:440px}.home--title .home__nav{height:400px;top:auto}.home__card{width:280px;height:300px}.home__card div{bottom:0}.home__nav{display:block;position:absolute;z-index:2;top:0;bottom:0;width:calc((100% - 1170px)/2)}.home__nav--prev{left:0;border-radius:0 16px 16px 0}.home__nav--next{right:0;border-radius:16px 0 0 16px}.home__carousel{min-height:360px}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+4){display:block}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+5){display:none}.home__carousel .owl-item.active+.center,.home__carousel .owl-item.center+.active,.home__carousel .owl-item:not(.active)+.active{pointer-events:auto}.home__carousel .owl-dots{padding-left:calc((100vw - 1110px)/2)}}@media(min-width:1440px){.home--title .home__nav{height:300px}.home__card{width:248px}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+5){display:block}.home__carousel:not(.owl-loaded) .home__card:nth-child(n+6){display:none}.home__nav{width:calc((100% - 1360px)/2)}.home__carousel .owl-dots{padding-left:calc((100vw - 1240px)/2)}}.section{padding:30px 0;position:relative}.section--block{background:#263e4d42;border-radius:10px}.section--pb0{padding-top:0}.section--head{padding-top:130px;padding-bottom:0;border-top:1px solid #2f353fe8}.top-banner-2 .section--head{padding-top:170px}.section--gradient:after{content:'';position:absolute;bottom:0;height:300px;left:0;right:0;display:block;z-index:1;pointer-events:none}.section--gradient .container{z-index:2;position:relative}.section--catalog{padding-bottom:20px;border-bottom:1px solid #2f353fe8;margin-bottom:60px}.section--details{padding-bottom:60px}.section--details-bg{padding-top:160px}.top-banner-2 .section--details-bg{padding-top:210px}.section__bg{position:absolute;top:0;left:0;right:0;height:100%;background-size:contain;z-index:0}.section__bg:before{content:'';position:absolute;bottom:0;top:0;left:0;right:0;display:block;z-index:1;background:linear-gradient(180deg,rgb(1 1 1/.5) 0%,#1c1b21 100%);pointer-events:none}.section__bg--home{height:450px;background-image:var(--bg-mobile);background-size:cover}@media(min-width:769px){.section__bg--home{background-image:var(--bg-desktop,var(--bg-mobile))}}.section__title{display:block;font-weight:600;color:#fff;font-size:1em;line-height:120%;margin-bottom:10px;text-transform:uppercase}.section__title a{color:#eee}.section__title a:hover{color:#3bbbd1}.section__title b{color:#3bbbd1;font-weight:600}.section__title--center{text-align:center}.section__title--sidebar{margin-top:60px}.section__title--head{margin-top:50px}.section__text{display:block;font-size:16px;line-height:24px;color:#e0e0e0;margin-bottom:10px}.section__text b{font-weight:600;color:#fff}.section__text a{color:#3bbbd1}.section__text a:hover{color:#3bbbd1;text-decoration:underline}.section__text--center{text-align:center}.section__text:first-child{margin-top:20px}.section__list ol{padding-left:0;list-style:none;counter-reset:li;margin-bottom:0}.section__list ol ol{padding-left:15px;margin-top:10px}.section__list ol ol ol{margin-top:10px;margin-bottom:10px}.section__list ol ol ol li{margin-top:5px}.section__list ol h4{font-size:16px;font-weight:600;color:#fff;display:inline-block;margin-bottom:0;margin-top:20px}.section__list ol li{font-size:16px;line-height:24px;color:#e0e0e0;position:relative}.section__list ol li b{font-weight:600;color:#e0e0e0}.section__list ol li a{color:#3bbbd1}.section__list ol li a:hover{color:#3bbbd1;text-decoration:underline}.section__list ol li:last-child{margin-bottom:0}.section__list ol li:before{counter-increment:li;content:counters(li,".")". "}.section__carousel-wrap{position:relative;width:100%}.section__series .owl-stage-outer{min-height:130px}.section__carousel .owl-dots,.section__interview .owl-dots,.section__series .owl-dots{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin-top:20px}.section__carousel .owl-dot,.section__interview .owl-dot,.section__series .owl-dot{min-width:24px;min-height:24px;display:inline-flex;align-items:center;justify-content:center;margin-right:10px}.section__carousel .owl-dot:last-child,.section__interview .owl-dot:last-child,.section__series .owl-dot:last-child{margin-right:0}.section__carousel .owl-dot span,.section__interview .owl-dot span,.section__series .owl-dot span{display:block;height:4px;width:10px;border-radius:3px;background-color:rgba(47,128,237,.5);transition:.5s}.section__carousel .owl-dot.active span,.section__interview .owl-dot.active span,.section__series .owl-dot.active span{width:20px;background-color:#3bbbd1}.section__series .owl-dots{margin-top:20px}.section__nav{display:none}.lend-row{display:flex;justify-content:center;width:100%;margin:0 auto}.lend-banner{width:100%;aspect-ratio:1;display:flex;margin:0 auto;padding:5px 0}.lend-banner:hover{opacity:.8}.lend-banner img{object-fit:fill;width:100%;height:100%;border-radius:5px}.head--banner{display:flex;flex-direction:column;align-items:center;justify-content:center;width:fit-content;position:absolute!important;margin:0 auto;left:0;right:0;top:64px;overflow:hidden;z-index:1000}.head--banner>a{height:70px}.head--banner img{border-radius:6px;height:70px;width:768px;max-width:100%}.static-banner{position:fixed!important;left:max(10px,env(safe-area-inset-left));right:max(10px,env(safe-area-inset-right));bottom:calc(12px + env(safe-area-inset-bottom));width:min(960px,calc(100vw - 20px));margin:0 auto;display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:6px;padding:6px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(10,10,16,.78);box-shadow:0 12px 40px rgba(0,0,0,.42);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000}.expand-static-banner{position:fixed!important;left:12px;bottom:calc(12px + env(safe-area-inset-bottom));min-width:54px;height:38px;display:none;align-items:center;justify-content:center;gap:5px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(18,18,26,.9);color:#fff;cursor:pointer;font-size:13px;font-weight:700;box-shadow:0 10px 28px rgba(0,0,0,.35);z-index:10000}.static-banner-link,.static-banner a{flex:1 1 100%;width:auto;min-width:0;display:flex;justify-content:center}.static-banner-full{display:block;width:100%;height:clamp(48px,12vw,76px);max-width:100%;border-radius:10px;object-fit:cover}.player-banner{width:100%;margin:10px 0 14px;display:flex;justify-content:center}.player-banner__link{display:block;width:100%;max-width:970px;border-radius:10px;overflow:hidden;background:rgba(255,255,255,4%)}.player-banner__img{display:block;width:100%;height:auto;max-height:90px;object-fit:cover}.slideshow-container{margin-top:64px}@media(min-width:768px){.head--banner{top:60px}.head--banner_detail{top:80px}.head--banner>a{height:70px}.head--banner img{height:70px}.static-banner{width:min(960px,calc(100vw - 32px));padding:7px;gap:7px}.section{padding:20px 0}.section--pb0{padding-top:0}.section--head{padding-bottom:0;padding-top:76px}.top-banner-2 .section--head{padding-top:20px}.section__title{font-size:1.2em}.section--catalog{padding-bottom:30px;margin-bottom:80px}.section--details{padding-bottom:80px}.section--details-bg{padding-top:160px}.top-banner-2 .section--details-bg{padding-top:240px}.section__text{font-size:18px;line-height:28px}.section__text--small{font-size:16px;line-height:26px}.section__text:first-child{margin-top:30px}.section__list ol h4{font-size:16px}.section__list ol li{font-size:16px;line-height:26px}.section__carousel .owl-dots,.section__interview .owl-dots,.section__series .owl-dots{margin-top:40px}.section__series .owl-dots{margin-top:30px}.slideshow-container{margin-top:18px}}@media(min-width:1200px){.static-banner-full{height:78px}.head--banner{top:60px}.head--banner_home,.head--banner_detail{top:64px}.static-banner{bottom:calc(14px + env(safe-area-inset-bottom))}.expand-static-banner{bottom:calc(14px + env(safe-area-inset-bottom))}.section__title--head{margin-top:10px}.section__title--sidebar{margin-top:30px}.section--gradient:after{height:500px}.section--head{padding-top:100px}.top-banner-2 .section--head{padding-top:60px}.section--catalog{padding-bottom:30px;margin-bottom:80px}.section--details{padding-bottom:80px}.section--details-bg{padding-top:140px}.top-banner-2 .section--details-bg{padding-top:210px}.section__nav{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;width:40px;height:40px;border-radius:50%;top:50%;margin-top:-10px;background-color:#121f20}.section__nav svg{stroke:#e0e0e0;transition:stroke .5s}.section__nav:hover{background-color:#1e457a}.section__nav--cards{top:142px;margin-top:-25px}.section__nav--interview{top:148px;margin-top:-25px}.section__nav--series{top:70px;margin-top:-25px}.section__nav--prev{left:-25px;margin-right:30px;z-index:1}.section__nav--next{right:-25px;margin-left:30px;z-index:1}}@media(min-width:1440px){.section__nav--cards{top:165px}.section__nav--interview{top:170px}.section__nav--series{top:72px}.head--banner{top:96px}}.catalog{position:relative;margin:40px 0 0;overflow:visible}.catalog .container{z-index:2;position:relative}.catalog__nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding:10px 10px 20px;border-radius:16px;width:100%}.catalog__select-wrap{display:flex;flex-direction:row;justify-content:space-around;align-items:center;width:100%;position:relative;z-index:2}.catalog__paginator-wrap{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:40px auto 0;width:100%;height:50px;border-radius:16px;background-color:#2f353fe8}.catalog__paginator-wrap--comments{margin:30px auto}.catalog__pages{display:none}.paginationjs{margin:0 auto}.catalog__paginator{display:flex;flex-direction:row;justify-content:center;align-items:center}.catalog__paginator li{margin-right:15px;color:#fff}.catalog__paginator li:last-child{margin-right:0}.catalog__paginator li.active a{color:#3bbbd1;cursor:default}.catalog__paginator a{display:flex;flex-direction:row;justify-content:center;align-items:center;min-width:30px;height:30px;padding:0 10px;border-radius:12px;background-color:#1c1b21;font-size:14px;color:#e0e0e0;font-weight:600}.catalog__paginator a svg{stroke:#e0e0e0;transition:.5s}.catalog__paginator a:hover{color:#3bbbd1}.catalog__paginator a:hover svg{stroke:#3bbbd1}.catalog--list:after{display:none}.catalog--page{margin-top:15px}@media(min-width:576px){.catalog__nav{padding:10px 10px 20px}}@media(min-width:768px){.catalog{margin:20px 0 0}.catalog__more{margin:60px auto 0;width:180px;height:60px}.catalog__paginator-wrap{padding:0 30px;margin:60px auto 0;height:60px;justify-content:space-between}.catalog__paginator-wrap--comments{margin:30px auto;padding:0 20px}.catalog__pages{display:block;font-size:14px;color:#e0e0e0;font-weight:600}.top-banner-2 .catalog--page{margin-top:140px}}@media(min-width:992px){}@media(min-width:1200px){.catalog{overflow:visible}.catalog__nav{padding:20px 30px;flex-direction:row;position:-webkit-sticky;position:sticky;top:-1px;z-index:99;background-color:#12292dc7;border-radius:10px 10px 0 0;border:1px solid #4f636f85}.catalog__nav:before{content:'';display:block;position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;background-color:#263e4d42;z-index:1;pointer-events:none}.catalog__select-wrap{width:auto}.catalog__nav--relative{position:relative;top:auto}}.row--grid{margin-right:-10px;margin-left:-10px;position:relative}.row--grid .col-6,.row--grid .col-12{padding-left:10px;padding-right:10px}@media(min-width:768px){.row--grid .col-6,.row--grid .col-12{padding-left:15px;padding-right:15px}}.breadcrumb{display:none;flex-direction:row;justify-content:flex-end;align-items:flex-end;margin-top:0;height:80px}.breadcrumb__item{font-size:14px;line-height:22px;color:#e0e0e0;transition:.5s;position:relative;margin-right:34px;white-space:nowrap}.breadcrumb__item:before{content:'';position:absolute;left:100%;top:0;height:22px;width:34px;background:url(../images/breadcrumb.svg)no-repeat 50%/12px}.breadcrumb__item:hover{color:#e0e0e0}.breadcrumb__item:last-child{margin-right:0}.breadcrumb__item:last-child:before{display:none}.breadcrumb__item--active{cursor:default;margin-right:0}.breadcrumb__item--active:before{display:none}.breadcrumb__item--active:hover{color:#e0e0e0}.breadcrumb a{color:#fff}.breadcrumb a:hover{color:#3bbbd1}@media(min-width:768px){.breadcrumb{display:flex}}@media(min-width:992px){.breadcrumb{height:calc(100% - 10px)}}.card-person>a{height:auto;border-radius:12px}.card-person .card-gradient{padding:5px;font-weight:600;font-size:12px;text-align:center}.card-person:hover .card-gradient{color:#3bbbd1}.gallery-item--hidden{display:none!important}.gallery-loadmore-wrap{display:flex;align-items:center;justify-content:center;gap:12px;flex-wrap:wrap;padding:14px 0 2px}.gallery-loadmore{border:0;border-radius:999px;padding:8px 18px;background:#3bbbd1;color:#fff;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.gallery-loadmore:hover{background:#31a7bb;transform:translateY(-1px)}.gallery-loadmore__count{color:silver;font-size:13px}.quickview-open{overflow:hidden}.card-quickview{position:fixed;inset:0;z-index:30000;display:none}.card-quickview.is-open{display:block}.card-quickview__backdrop{position:absolute;inset:0;background:rgba(3,6,12,.72);backdrop-filter:blur(3px)}.card-quickview__sheet{position:absolute;right:0;bottom:0;left:0;max-height:calc(100vh - 28px);padding:18px 12px calc(96px + env(safe-area-inset-bottom));border-radius:26px 26px 0 0;background:linear-gradient(180deg,#192338 0%,#111827 100%);color:#fff;box-shadow:0 -18px 50px rgba(0,0,0,.5);transform:translateY(100%);transition:transform .26s cubic-bezier(.2,.8,.2,1);overflow:hidden auto}.card-quickview.is-open .card-quickview__sheet{transform:translateY(0)}.card-quickview__handle{width:44px;height:5px;margin:0 auto 14px;border-radius:999px;background:rgba(255,255,255,.22)}@media(min-width:992px){.card-quickview--desktop{pointer-events:none}.card-quickview--desktop .card-quickview__backdrop{display:none}.card-quickview--desktop .card-quickview__sheet{pointer-events:auto}.card-quickview--desktop .card-quickview__sheet{top:var(--qv-y,80px);right:auto;bottom:auto;left:var(--qv-x,24px);width:var(--qv-width,min(430px,calc(100vw - 24px)));max-height:min(560px,calc(100vh - 24px));padding:14px 14px 82px;border:1px solid rgba(255,255,255,.1);border-radius:20px;box-shadow:0 22px 64px rgba(0,0,0,.48);transform:translateY(8px)scale(.98);opacity:0;transition:transform .22s cubic-bezier(.2,.8,.2,1),opacity .22s ease}.card-quickview--desktop.is-open .card-quickview__sheet{transform:translateY(0)scale(1);opacity:1}.card-quickview--desktop .card-quickview__handle{display:none}.card-quickview--desktop .card-quickview__hero{grid-template-columns:112px minmax(0,1fr);min-height:176px;padding:14px 36px 14px 14px;border-radius:16px}.card-quickview--desktop .card-quickview__info h3{font-size:18px}.card-quickview--desktop .card-quickview__details{gap:7px;margin-top:10px}.card-quickview--desktop .card-quickview__actions{padding:12px 14px 14px}}.card-quickview__close{position:absolute;top:12px;right:12px;z-index:3;display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border:0;border-radius:50%;background:rgba(15,23,42,.72);color:#fff;font-size:24px;line-height:1;box-shadow:0 8px 22px rgba(0,0,0,.28);backdrop-filter:blur(10px);transition:background .2s ease,transform .2s ease,color .2s ease}.card-quickview__close:hover,.card-quickview__close:focus{background:rgba(255,255,255,.16);color:#75e7f8;transform:scale(1.04)}.card-quickview__body{min-height:0}.card-quickview__hero{position:relative;display:grid;grid-template-columns:132px minmax(0,1fr);gap:16px;min-height:214px;padding:16px 38px 16px 16px;border:1px solid rgba(255,255,255,8%);border-radius:20px;overflow:hidden;background:rgba(255,255,255,4%)}.card-quickview__hero::before{content:"";position:absolute;inset:0;background-image:var(--qv-poster);background-size:cover;background-position:50%;filter:blur(22px);transform:scale(1.12);opacity:.22}.card-quickview__hero::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(17,24,39,.96),rgba(17,24,39,.78))}.card-quickview__poster,.card-quickview__info{position:relative;z-index:1}.card-quickview__poster{align-self:start;position:relative;aspect-ratio:2/3;overflow:hidden;border-radius:14px;background:#1a2230;box-shadow:0 12px 24px rgba(0,0,0,.34)}.card-quickview__poster::before{content:"";position:absolute;inset:0;z-index:1;background:radial-gradient(circle at center,rgba(15,23,42,.62) 0 23px,rgba(15,23,42,.28) 24px,transparent 25px),radial-gradient(circle at center,rgba(0,0,0,.18),transparent 52%);filter:drop-shadow(0 10px 24px rgba(0,0,0,.32));pointer-events:none}.card-quickview__poster::after{content:"";position:absolute;top:50%;left:50%;z-index:2;width:0;height:0;border-top:9px solid transparent;border-bottom:9px solid transparent;border-left:14px solid rgba(255,255,255,.92);transform:translate(-38%,-50%);pointer-events:none}.card-quickview__poster img{width:100%;height:100%;object-fit:cover;display:block}.card-quickview__info{min-width:0;align-self:center}.card-quickview__info h3{margin:0 0 5px;color:#fff;font-size:20px;font-weight:800;line-height:1.25;letter-spacing:-.2px}.card-quickview__info h3 a{color:inherit;display:-webkit-box;overflow:hidden;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-quickview__info h3 a:hover{color:#75e7f8}.card-quickview__origin{margin:0 0 7px;color:rgba(255,255,255,.72);font-size:13px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.card-quickview__stats{display:flex;flex-wrap:wrap;gap:7px;margin:0 0 10px}.card-quickview__stat{display:inline-flex;align-items:center;gap:4px;min-height:24px;padding:4px 8px;border-radius:999px;color:#fff;font-size:12px;font-weight:800;line-height:1}.card-quickview__stat svg{width:14px;height:14px;fill:currentColor}.card-quickview__stat--rating{background:rgba(255,193,7,.18);color:#ffd666}.card-quickview__stat--views{background:rgba(59,187,209,.16);color:#75e7f8}.card-quickview__tags{display:flex;flex-wrap:wrap;gap:5px}.card-quickview__tags span{padding:4px 7px;border-radius:999px;background:rgba(59,187,209,.16);color:#6de3f7;font-size:11px;font-weight:800}.card-quickview__tags .card-quickview__tag-taxonomy{max-width:100%;border:1px solid rgba(59,187,209,.18);background:rgba(255,255,255,8%);color:rgba(255,255,255,.86);line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-quickview__tags .card-quickview__tag-taxonomy--country{border-color:rgba(251,191,36,.26);background:rgba(251,191,36,.12);color:#facc15}.card-quickview__details{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.card-quickview__resume{margin-top:12px;padding:11px;border:1px solid rgba(59,187,209,.2);border-radius:15px;background:linear-gradient(135deg,rgba(59,187,209,.12),rgba(255,255,255,.055))}.card-quickview__resume-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:8px}.card-quickview__resume-head span{color:rgba(255,255,255,.58);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.card-quickview__resume-head strong{min-width:0;overflow:hidden;color:#fff;font-size:12px;font-weight:800;text-align:right;text-overflow:ellipsis;white-space:nowrap}.card-quickview__resume-bar{height:4px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.12)}.card-quickview__resume-bar span{display:block;height:100%;max-width:100%;border-radius:inherit;background:linear-gradient(90deg,#3bbbd1,#75e7f8)}.card-quickview__resume-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:100%;min-height:38px;margin-top:10px;border-radius:12px;background:rgba(59,187,209,.18);color:#75e7f8;font-size:13px;font-weight:900}.card-quickview__resume-btn:hover{background:rgba(59,187,209,.28);color:#fff}.card-quickview__resume-btn svg{width:15px;height:15px;fill:currentColor}.card-quickview__detail{min-width:0;padding:6px 10px;border:1px solid rgba(255,255,255,8%);border-radius:5px;background:rgba(255,255,255,.055);display:flex;gap:8px;line-height:20px;margin:0}.card-quickview__detail span{display:block;color:rgba(255,255,255,.58);font-size:11px;font-weight:700}.card-quickview__detail strong{display:block;overflow:hidden;color:#fff;font-size:13px;font-weight:800;text-overflow:ellipsis;white-space:nowrap}.card-quickview__actions{position:absolute;right:0;bottom:0;left:0;z-index:4;display:grid;grid-template-columns:minmax(0,.82fr)minmax(0,1.35fr);gap:10px;padding:12px 14px calc(12px + env(safe-area-inset-bottom));border-top:1px solid rgba(255,255,255,8%);background:rgba(15,23,42,.92);backdrop-filter:blur(14px)}.card-quickview__watch,.card-quickview__bookmark{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:46px;border:0;border-radius:14px;font-size:15px;font-weight:800;text-align:center;letter-spacing:-.1px;overflow:hidden}.card-quickview__watch svg,.card-quickview__bookmark svg{width:18px;height:18px;flex-shrink:0;fill:currentColor}.card-quickview__watch{min-height:50px;background:linear-gradient(135deg,#ff7a18 0%,#ff3d54 52%,#c026d3 100%);color:#fff;font-size:16px;box-shadow:0 14px 32px rgba(255,61,84,.38);animation:quickview-watch-pulse 1.8s ease-in-out infinite}.card-quickview__watch::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,transparent 0%,rgba(255,255,255,.28) 45%,transparent 70%);transform:translateX(-120%);animation:quickview-watch-shine 2.4s ease-in-out infinite}.card-quickview__watch span,.card-quickview__watch svg,.card-quickview__bookmark span,.card-quickview__bookmark svg{position:relative;z-index:1}.card-quickview__bookmark{background:rgba(255,255,255,.1);color:#fff}.card-quickview__bookmark.active{color:#75e7f8;background:rgba(59,187,209,.14)}@keyframes quickview-watch-pulse{0%,100%{transform:translateY(0);box-shadow:0 14px 32px rgba(255,61,84,.34)}50%{transform:translateY(-1px);box-shadow:0 18px 38px rgba(255,122,24,.45)}}@keyframes quickview-watch-shine{0%,45%{transform:translateX(-120%)}75%,100%{transform:translateX(120%)}}@media(max-width:380px){.card-quickview__hero{grid-template-columns:112px minmax(0,1fr)}.card-quickview__info h3{font-size:17px}.card-quickview__details{grid-template-columns:1fr}}@media(min-width:992px){.card-quickview:not(.is-open){display:none}.card-quickview.is-open{display:block}}.person-modal{position:relative;width:min(960px,calc(100vw - 24px));max-height:calc(100vh - 116px);overflow-y:auto;margin:92px auto 24px;padding:20px;border-radius:16px;background:#151f30;color:#fff}.person-modal-popup .mfp-container{padding-top:0;padding-bottom:0}.person-modal-popup .mfp-content{vertical-align:top}.person-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px;padding-right:34px}.person-modal__title,.person-modal__subtitle{margin:0;color:#fff;font-weight:600}.person-modal__title{font-size:24px}.person-modal__subtitle{margin-bottom:6px;font-size:18px}.person-modal__films-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:6px}.person-modal__link{flex-shrink:0;color:#3bbbd1;font-size:14px}.person-modal__link:hover{color:#fff}.person-modal .card__section{margin-bottom:16px}.person-modal .article__reference{margin-bottom:0}.person-modal__close{position:absolute;top:12px!important;right:12px!important;z-index:5;width:34px;height:34px;line-height:32px;padding:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff!important;font-family:Arial,sans-serif;font-size:28px;opacity:1;transition:background .2s ease,transform .2s ease}.person-modal__close:hover,.person-modal__close:focus{background:#3bbbd1;transform:scale(1.04)}.person-modal__state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;text-align:center}.person-modal__state h3{margin:0;color:#fff;font-size:20px;font-weight:600}.person-modal__state p{margin:0;color:silver;font-size:14px}.person-modal__state .loading{position:static;display:inline-block;transform:scale(.65)}.person-modal__actions{display:flex;align-items:center;justify-content:center;gap:14px;flex-wrap:wrap;margin-top:4px}.person-modal__retry{border:0;border-radius:8px;padding:8px 14px;background:#3bbbd1;color:#fff;font-size:14px;font-weight:600;cursor:pointer;transition:opacity .2s ease,background .2s ease}.person-modal__retry:hover{background:#31a7bb}@media(max-width:575px){.person-modal{max-height:calc(100vh - 84px);margin-top:72px;padding:14px}.person-modal__header{display:block}.person-modal__title{margin-bottom:6px;font-size:20px}.person-modal__films-head{align-items:flex-start}}.person-modal .card__section{overflow:hidden}.card{display:flex;flex-direction:column;position:relative;margin-top:12px}.card__cover{display:block;width:100%;aspect-ratio:2/3;border-radius:10px;overflow:hidden;position:relative;background:#1a1f28;text-decoration:none}.card__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease}.card__overlay{position:absolute;inset:0;z-index:2;background:linear-gradient( 180deg,rgba(0,0,0,5%) 0%,rgba(0,0,0,.45) 65%,rgba(0,0,0,.75) 100% );transition:background .4s ease}.card__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.75);width:46px;height:46px;padding:11px;border-radius:50%;background:rgba(15,23,42,.54);box-shadow:0 12px 28px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.14);fill:rgba(255,255,255,.92);stroke:none;backdrop-filter:blur(8px);z-index:4;opacity:0;transition:opacity .3s ease,transform .3s ease;pointer-events:none}.card__badge{display:inline-flex;align-items:center;height:20px;padding:0 6px;border-radius:4px;font-size:10px;font-weight:800;line-height:1;white-space:nowrap;letter-spacing:.3px;pointer-events:none}.card__tl{position:absolute;top:7px;left:7px;z-index:5;display:flex;flex-direction:column;align-items:flex-start;gap:3px;pointer-events:none;transition:opacity .3s ease}.card__badge--quality{background:#05677d;color:#fff}.card__tr{position:absolute;top:7px;right:7px;z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:3px;pointer-events:none;transition:opacity .3s ease}.card__badge--vs{background:rgba(21,31,48,.82);color:#3bbbd1}.card__badge--lt{background:rgba(21,31,48,.82);color:#f0b429}.card__badge--tm{background:rgba(21,31,48,.82);color:#94d326}.card__badge--soon{background:rgb(178 134 51/.9);color:#ddd}.card__ep-badge{position:absolute;bottom:25px;left:50%;transform:translateX(-50%);z-index:5;display:inline-flex;align-items:center;height:20px;padding:0 8px;border-radius:4px;color:#fff;font-size:10px;font-weight:800;white-space:nowrap;pointer-events:none;transition:opacity .3s ease;overflow:hidden;text-overflow:ellipsis}.card__ep-badge--bottom{bottom:7px}.card__rating{position:absolute;bottom:0;right:0;left:0;z-index:5;display:flex;flex-direction:row;justify-content:center;align-items:center;gap:2px;padding:12px 5px 4px;background:linear-gradient( to bottom,transparent 0%,rgba(15,22,35,.85) 100% );pointer-events:none;transition:opacity .3s ease}.card__rating svg{width:11px!important;height:11px;stroke:#7a7a7a;fill:#d8d668d4;opacity:1;transform:none!important}.card__tr{position:absolute;top:7px;right:7px;z-index:5;display:flex;flex-direction:column;align-items:flex-end;gap:3px;pointer-events:none;transition:opacity .3s ease}.card__tr .card__badge{order:0}.card__add,.card__quickview{position:absolute;right:0;z-index:12;width:28px;height:28px;border-radius:9px;background:rgba(21,31,48,.85);border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:0;pointer-events:none;transform:translateY(-4px);box-shadow:0 8px 18px rgba(0,0,0,.24);backdrop-filter:blur(8px);transition:opacity .24s ease,transform .24s ease,background .24s ease}.card__add{top:0}.card__quickview{top:8px;right:auto;left:8px;display:none;border:1px solid rgba(255,255,255,.18);background:rgba(15,23,42,.68)}.card__add svg,.card__quickview svg{width:15px;height:auto;fill:#fff;stroke:#fff;transition:fill .3s,stroke .3s}.card__add:hover svg,.card__add.active svg{fill:#3bbbd1;stroke:#3bbbd1}.card__quickview:hover{border-color:rgba(117,231,248,.48);background:rgba(25,35,56,.86);transform:translateY(-1px)}.card__quickview:hover svg{fill:#75e7f8;stroke:#75e7f8}@media(min-width:992px){.card__quickview{display:flex!important;opacity:0!important;pointer-events:none!important;transform:translateY(-4px)!important;z-index:60!important}.card:hover .card__quickview,.home__card:hover .card__quickview,.card-aside:hover .card__quickview,.lb-item:hover .card__quickview,.card__quickview:hover,.card__quickview:focus{opacity:1!important;pointer-events:auto!important;transform:translateY(0)!important}}.card--favorites .card__add{opacity:1;pointer-events:auto}.card--favorites .card__add svg,.card--favorites .card__add:hover svg{fill:#3bbbd1;stroke:#3bbbd1}.card:hover .card__cover img{transform:scale(1.06);filter:blur(4px);-webkit-filter:blur(4px)}.card:hover .card__overlay{background:linear-gradient( 180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.72) 65%,rgba(0,0,0,.92) 100% )}.card:hover .card__play{opacity:1;transform:translate(-50%,-50%)scale(1)}.card:hover .card__add,.card:hover .card__quickview,.card__cover:hover .card__quickview,.card__quickview:focus{opacity:1;pointer-events:auto;transform:translateY(0)}.card:hover .card__title a{color:#3bbbd1}.card:hover .card__tl,.card:hover .card__rating,.card:hover .card__ep-badge{opacity:0}.card-person:hover .card__rating{opacity:1}.card:hover .card__tr .card__badge{opacity:0}.card:hover .card__tr .card__views--trailer{opacity:0}.card:hover .card__add,.card:hover .card__quickview,.card__cover:hover .card__quickview,.card__quickview:focus{opacity:1;pointer-events:auto;transform:translateY(0)}.card__footer{width:100%;padding:5px 2px 2px}.card__views{display:inline-flex;align-items:center;gap:3px;height:20px;padding:5px;border-radius:4px;background:rgba(21,31,48,.78);font-size:10px;font-weight:700;color:#ccc;white-space:nowrap}.card__views svg{width:11px;height:11px;fill:#aaa;flex-shrink:0}.card__views--trailer{order:1;justify-content:flex-end}.card__title{font-weight:700;font-size:13px;color:#eee;margin:0 0 2px;width:100%;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;hyphens:auto;letter-spacing:.2px;line-height:1.4;transition:color .3s ease;text-align:center}.card__title a{color:inherit;text-decoration:none;transition:color .3s ease}.card__sub{display:flex;justify-content:space-between;align-items:center;width:100%;margin-top:2px;gap:4px;color:#ccc}.card__origin{font-size:11px;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.card__year{font-size:11px;white-space:nowrap;flex-shrink:0}.card-aside{display:flex;flex-direction:row;gap:10px;padding:8px 0;position:relative}.card-aside__media{position:relative;flex-shrink:0;width:72px}.card-aside__cover{flex-shrink:0;width:72px;aspect-ratio:2/3;border-radius:8px;overflow:hidden;position:relative;display:block;background:#1a1f28}.card-aside__cover img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .4s ease,filter .4s ease}.card-aside__cover .card__overlay{opacity:.4}.card-aside__cover .card__play{width:38px;height:38px;padding:9px;box-shadow:0 10px 22px rgba(0,0,0,.34),inset 0 0 0 1px rgba(255,255,255,.14)}.card-aside__cover .card__badge--quality{position:absolute;top:4px;left:4px;z-index:5}.card-aside:hover .card-aside__cover img{transform:scale(1.05);filter:blur(2px)}.card-aside:hover .card-aside__cover .card__overlay{background:linear-gradient(180deg,rgba(0,0,0,.25) 0%,rgba(0,0,0,.72) 65%,rgba(0,0,0,.92) 100%)}.card-aside:hover .card-aside__cover .card__play{opacity:1;transform:translate(-50%,-50%)scale(1)}.card-aside__info{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px;position:relative;justify-content:center}.card-aside__title{font-size:13px;font-weight:700;margin:0;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.card-aside__title a{color:#eee;text-decoration:none;transition:color .3s}.card-aside:hover .card-aside__title a{color:#3bbbd1}.card-aside__badges{display:flex;flex-wrap:wrap;gap:3px}.card__badge--ep{background:rgba(21,31,48,.82);color:#fff}.card-aside__meta{display:flex;align-items:center;justify-content:space-between;gap:6px}.card-aside__rating{display:flex;flex-direction:row;align-items:center;gap:1px}.card-aside__rating svg{width:11px!important;height:11px;stroke:#7a7a7a;fill:#d8d668d4;transform:none!important}.card-aside__views{display:inline-flex;align-items:center;gap:3px;font-size:11px;color:#ddd}.card-aside__views svg{width:11px;height:11px;fill:#ddd}.card-aside__sub{display:flex;justify-content:space-between;align-items:center;gap:4px;color:#ddd}.card-aside__sub .card__origin{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;min-width:0}.card-aside__sub .card__year{flex-shrink:0}.card-aside .card__add{position:absolute;bottom:auto;right:0;top:0;left:auto;opacity:0;pointer-events:none;transform:scale(.9)}.card-aside:hover .card__add{opacity:1;pointer-events:auto;transform:scale(1)}.card-aside .card__quickview--aside{top:5px;right:5px;left:auto;width:24px;height:24px;border-radius:8px}.card-aside .card__quickview--aside svg{width:13px}.card--big{flex-direction:row;align-items:stretch;background:#2f353fe8;border-radius:16px;overflow:hidden;margin-top:15px}.card--big .card__cover{width:140px;aspect-ratio:unset;border-radius:0;flex-shrink:0}.card__content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:calc(100% - 140px);padding:5px 15px 15px 20px;position:relative;overflow:hidden}.card__tagline{font-size:14px;line-height:21px;color:#e0e0e0;margin-bottom:0;overflow:hidden;margin-top:auto;font-style:italic}.card__info{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:10px}.card__info li{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;font-size:12px;color:#fff}.card__info li a{color:#fff}.card__info li a:hover{color:#3bbbd1}.card__info li span:first-child{margin-right:5px;color:#e0e0e0}@media(min-width:576px){.card--big .card__cover{width:160px}.card__content{width:calc(100% - 160px)}}@media(min-width:768px){.card--big .card__cover{width:140px}.card__cover{border-radius:10px}.card__play{width:56px;height:56px}.card__content{padding:0 15px 15px 20px}}@media(min-width:1200px){.card--big .card__title{white-space:normal;font-size:18px}.card__title--subs{text-align:center}.card__list--subs{justify-content:center}.card__list--subs li{text-align:center}.card__content{padding:0 20px 20px}}@media(min-width:1440px){.card--big{}.card--big .card__cover{width:190px}.card__content{width:calc(100% - 190px);padding:0 20px 20px}}.interview{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:20px;position:relative;overflow:hidden;text-align:start}.interview__cover{width:100%;border-radius:16px;overflow:hidden;position:relative}.interview__cover img{position:relative;width:100%;z-index:1;transition:.5s;min-heigh:220px}.interview__cover:before{content:'';position:absolute;display:block;top:0;bottom:0;right:0;left:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.8) 75%,rgba(0,0,0,.9) 100%);opacity:.65;transition:.5s}.interview__cover span{z-index:3;position:absolute;bottom:20px;left:20px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:14px;color:#e0e0e0}.interview__cover span svg{width:26px;height:auto;stroke:#e0e0e0;margin-right:10px;transition:stroke .5s}.interview__title{font-size:1em;line-height:1.5em;font-weight:500;color:#e0e0e0;margin-bottom:0;margin-top:15px}.interview__title a{color:#e0e0e0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:3em}.interview__desc{color:#ddd9;font-size:.9em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.interview:hover .interview__cover:before{opacity:.9}.interview:hover .interview__cover img{transform:scale(1.08)}.interview:hover .interview__cover svg{stroke:#3bbbd1}.interview:hover .interview__title a{color:#3bbbd1}@media(min-width:768px){.interview{margin-top:30px}.interview__cover span{bottom:30px;left:30px}}@media(min-width:1200px){.interview__cover span{font-size:15px}.interview__cover span svg{width:28px;margin-right:12px}}.series{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:20px;position:relative;overflow:hidden;width:100%}.series__cover{width:100%;min-height:100px;border-radius:16px;overflow:hidden;position:relative}.series__cover img{position:relative;width:100%;height:100%;z-index:1;transition:.5s}.series__cover:before{content:'';position:absolute;display:block;top:0;bottom:0;right:0;left:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.8) 75%,rgba(0,0,0,.9) 100%);opacity:.65;transition:.5s}.series__cover span{z-index:3;position:absolute;bottom:10px;left:10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;font-size:1em;font-weight:700;color:#e0e0e0;background:repeating-radial-gradient(black,transparent 100px);border-radius:15px;padding-right:10px}.series__cover span svg{width:24px;height:auto;stroke:#e0e0e0;stroke-width:1.5px;margin-right:10px;transition:stroke .5s}.series__title{font-size:16px;line-height:24px;font-weight:500;color:#e0e0e0;margin-bottom:0;margin-top:10px}.series__title a{color:#e0e0e0}.series:hover .series__cover:before{opacity:.9}.series:hover .series__cover img{transform:scale(1.08)}.series:hover .series__cover svg{stroke:#3bbbd1}.series:hover .series__title a{color:#3bbbd1}@media(min-width:768px){.series__title{font-size:18px;line-height:26px;margin-top:15px}.series__cover span{bottom:20px;left:20px}}.series-wrap{margin-top:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%}.series-wrap__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;height:fit-content;color:#fff;font-weight:500;font-size:13px;line-height:100%;margin-bottom:0;letter-spacing:-.3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.series-wrap__title svg{width:22px;height:auto;margin-right:5px;fill:#aaa}.category{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;margin-top:20px;position:relative;overflow:hidden}.category__cover{width:100%;border-radius:16px;overflow:hidden;position:relative;min-height:100px;display:flex;justify-content:center}.category__cover img{position:relative;height:150px;width:220px;z-index:1;transition:.5s}@media(min-width:992px){.category__cover{min-height:150px}}.category__cover:before{content:'';position:absolute;display:block;top:0;bottom:0;right:0;left:0;z-index:2;background:linear-gradient(180deg,rgba(0,0,0,.1) 0%,rgba(0,0,0,.8) 75%,rgba(0,0,0,.9) 100%);opacity:.65;transition:.5s}.category__title{font-size:18px;line-height:28px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;font-weight:600;color:#e0e0e0;margin-bottom:0;position:absolute;z-index:3;bottom:20px;left:20px;transition:.5s}.category__value{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:absolute;bottom:20px;right:20px;z-index:3;transition:.5s;pointer-events:none;height:30px;width:auto;padding:0 12px;border-radius:10px;background-color:rgba(21,31,48,.75);color:#fff;font-size:12px;font-weight:600}.category:hover .category__cover:before{opacity:.9}.category:hover .category__cover img{transform:scale(1.08)}.category:hover .category__title{color:#3bbbd1}@media(min-width:768px){.category{margin-top:30px}.category__title{font-size:20px;line-height:30px}.category__value{bottom:30px;right:30px;font-size:14px}}.article__trailer{display:inline-flex;align-items:center;color:#fff;font-size:14px;font-weight:600;flex-direction:column;width:100%}.article__trailer svg{display:block;stroke:#000;fill:#faebd7!important;width:24px;height:auto;transition:stroke .5s}.article__trailer:hover{color:#3bbbd1}.article__trailer:hover svg{stroke:#3bbbd1}.article__category{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:30px;min-width:60px;width:auto;color:#e0e0e0;font-size:14px;background-color:#2f353fe8;border-radius:12px;padding:0 12px;margin-bottom:20px}.article__category:hover{color:#fff;background-color:#3bbbd1}.article__notify{color:#3bbbd1;margin:5px 0;font-size:.8rem;font-weight:600}.article__date{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;position:absolute;top:0;right:0;font-size:13px;line-height:30px;color:#e0e0e0}.article__date svg{fill:#3bbbd1;width:16px;height:auto;margin-right:10px}.article__content{position:relative}.article__content img{display:block;width:100%;height:auto;margin-bottom:20px;border-radius:16px}.article__content iframe{display:block;width:100%;height:240px;margin-bottom:20px;border-radius:16px;border:none}.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6{font-weight:600;color:#fff;margin-bottom:20px;line-height:140%}.article__content h1:last-child,.article__content h2:last-child,.article__content h3:last-child,.article__content h4:last-child,.article__content h5:last-child,.article__content h6:last-child{margin-bottom:0}.article__content h1{font-size:24px}.article__content h2{font-size:16px;color:#ddd}.article__content h3{font-size:24px}.article__content h4{font-size:22px}.article__content h5{font-size:18px}.article__content h6{font-size:16px}.article__content p{display:block;font-size:16px;line-height:26px;font-weight:600;color:#e0e0e0;margin-bottom:20px}.article__content p b{font-weight:600}.article__content p a{color:#3bbbd1;text-decoration:underline}.article__content p a:hover,.article__content p a:focus{color:#3bbbd1;text-decoration:none}.article__content p:last-child{margin-bottom:0}.article__content blockquote{display:block;position:relative;padding:0 0 0 20px;font-size:16px;line-height:28px;color:#fff;font-weight:500;margin-bottom:20px}.article__content blockquote:before{content:'';position:absolute;display:block;top:2px;bottom:2px;left:0;width:2px;background-color:#3bbbd1;border-radius:2px}.article__content blockquote:last-child{margin-bottom:0}.article__content ul{margin-bottom:20px;display:block}.article__content ul li{font-size:14px;line-height:24px;font-weight:600;color:#e0e0e0;padding:0}.article__content ul li svg{color:#3bbbd1;height:auto;fill:#3bbbd1;transition:fill .5s;margin-bottom:3px}.list-val svg{width:16px}.article__content ul:last-child{margin-bottom:0}.article__content ul.list{display:flex;padding:10px}.article__content ul.list li{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;list-style:none}.article__content ul.list li svg{fill:#3bbbd1;transition:fill .5s;margin-right:5px}.article__content ul.list li:last-child{margin-right:0}.article__content .list-title{color:#c5b8afd1}.article__content .list-val{display:inline-flex;align-items:center;min-height:24px;padding:3px 6px;margin:2px 1px;color:#3bbbd1}.article__content .list-val:hover{opacity:.8}.article__reference .section--block{gap:12px}.article__reference .section--block>ul{flex:auto;min-width:0}.article__reference-list{width:auto}.article__reference .section--block>ul>li{display:flex;align-items:baseline;gap:5px;min-width:0}.article__reference .list-title{flex:none;white-space:nowrap}.article__reference .list-val{display:inline;min-width:0;min-height:0;padding:0;margin:0;line-height:1.45}.article__reference li.col-12 .list-val{overflow-wrap:anywhere}@media(max-width:575px){.article__reference-aliases{display:block!important}.article__reference-aliases .list-title{display:block;margin-bottom:3px}.article__reference-aliases .list-val{display:block;width:100%}}#mvHead .movie-meta{align-content:center;align-items:stretch!important;display:grid!important;flex:0 0 58.333333%;grid-template-columns:minmax(0,1fr);gap:6px;max-width:58.333333%;margin-bottom:0;margin-left:0;margin-right:0;padding-left:8px!important;padding-right:0;width:100%}#mvHead .movie-meta>li{display:flex;align-items:center;flex-wrap:wrap;gap:2px 4px;width:auto;max-width:none;min-width:0;min-height:30px;padding:0 5px;border:1px solid rgba(207,143,143,7%);border-radius:8px;background:rgba(255,255,255,1%);line-height:1.35}#mvHead .movie-meta>li.article-info{flex-wrap:nowrap;overflow:hidden}#mvHead .movie-meta>li.movie-meta__category{flex-wrap:wrap;overflow:visible}#mvHead .movie-meta>li.movie-meta__country{flex-wrap:wrap;overflow:visible}#mvHead .movie-meta>li:has(.imdb),#mvHead .movie-meta>li:has(.rating-badges),#mvHead .movie-meta>li:has(.article__trailer){min-height:0;padding:0;border:0;background:0 0}#mvHead .movie-meta>li.col-12:not(.col-md-6){grid-column:1/-1}#mvHead .movie-meta>li.movie-meta__category{grid-column:1/-1}#mvHead .movie-meta>li.movie-meta__country{grid-column:1/-1}#mvHead .movie-meta .list-title{color:#aaa;font-size:11px;font-weight:700;line-height:1.35;white-space:nowrap}#mvHead .movie-meta .list-val{display:inline-flex;align-items:center;gap:4px;min-width:0;padding:0;color:#39c1d8;font-size:13px;font-weight:700;line-height:1.35}#mvHead .movie-meta>li.article-info .list-val{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#mvHead .movie-meta>li.movie-meta__category .list-val{overflow:visible;text-overflow:clip;white-space:nowrap}#mvHead .movie-meta>li.movie-meta__country .list-val{overflow:visible;text-overflow:clip;white-space:nowrap}#mvHead .movie-meta a.list-val{padding:1px 5px;border-radius:999px;background:rgba(59,187,209,.12);text-decoration:none}#mvHead .movie-meta a.list-val:hover{background:rgba(59,187,209,.22);opacity:1}#mvHead .movie-meta .imdb{display:inline-flex;align-items:center;gap:4px;min-height:22px;padding:1px 5px 1px 2px;border:0;border-radius:6px;background:0 0}#mvHead .movie-meta .imdb .list-val{color:#f3c74b}#mvHead .movie-meta .rating-badges{display:inline-flex;align-items:center;flex-wrap:nowrap;gap:6px;max-width:100%;overflow:hidden}#mvHead .movie-meta .rating-badge{display:inline-flex;align-items:center;flex:none;gap:2px;min-height:21px;padding:2px 6px 2px 2px;border:1px solid rgba(255,255,255,8%);border-radius:999px;background:rgba(255,255,255,4%);color:#f3c74b;font-size:14px;font-weight:800;line-height:1}#mvHead .movie-meta .rating-badge__brand{display:inline-flex;align-items:center;height:18px;padding:0 6px;border-radius:999px;color:#071118;font-size:10px;font-weight:900;letter-spacing:.2px}#mvHead .movie-meta .rating-badge__logo{display:block;width:40px;height:20px;margin:0;border:0}#mvHead .movie-meta .rating-badge__score{color:#f6d76b;min-width:10px;text-align:right}#mvHead .movie-meta .rating-badge--tmdb .rating-badge__brand{background:linear-gradient(90deg,#90cea1 0%,#01b4e4 55%,#0d253f 100%);color:#fff}#mvHead .movie-meta .rating-badge--imdb .rating-badge__brand{background:#f5c518;color:#000}#mvHead .movie-meta svg{flex-shrink:0}.article__content .list-img{padding:0;display:flex;flex-direction:column;align-self:stretch;justify-content:flex-end;backdrop-filter:blur(4px)}.article__content .list-img__poster{flex:1;min-height:160px;position:relative;border-radius:10px;overflow:hidden}.article__content .list-img img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block;border-radius:10px}.article__btns{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start}.article__btns .article__btn{width:calc(50% - 10px)}.article__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;margin-bottom:20px;width:100%;height:50px;border-radius:16px;background-color:#3bbbd1;font-size:14px;color:#e0e0e0;text-transform:uppercase;font-weight:600}.article__btn:hover{color:#2f353fe8;background-color:#fff}.article__btn--white{background-color:#fff;color:#2f353fe8}.article__btn--white:hover{background-color:#2f353fe8;color:#fff}.article__actions{display:flex;flex-direction:column;justify-content:space-between;align-items:stretch;width:100%;flex-wrap:wrap;color:#fff;padding-bottom:8px}.article__actions--details .article__download,.article__actions--details .article__favorites{margin-bottom:0}.article__favorites{flex-wrap:wrap}.player-meta{width:100%;display:flex;flex-direction:column;gap:10px}.article__options{display:flex;justify-content:flex-end;align-items:center;gap:10px;z-index:10;flex-wrap:wrap;order:-1;width:100%;padding:10px 0 14px;border-bottom:1px solid rgba(255,255,255,8%)}.article__favorites,.article__download{display:flex;flex-direction:row;align-items:center;justify-content:flex-end;gap:8px;margin-bottom:0;color:#e0e0e0;font-size:13px}.article__tool{min-height:38px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:8px 12px;margin:0;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.055);color:#f2f2f2;line-height:1;white-space:nowrap;transition:color .2s ease,border-color .2s ease,background .2s ease,transform .2s ease}.article__tool:hover{color:#fff;border-color:rgba(59,187,209,.45);background:rgba(59,187,209,.16)}.article__tool.is-active,.article__auto-next:has(.auto-next-toggle:checked),.article__favorites.active .article__favorite-btn{color:#fff;border-color:rgba(59,187,209,.65);background:linear-gradient(135deg,rgba(59,187,209,.28),rgba(45,125,154,.18));box-shadow:0 6px 16px rgba(0,0,0,.18)}.article__tool-icon{width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(59,187,209,.18);color:#3bbbd1;font-size:15px;font-weight:700}.article__tool-icon svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.toggle-light.is-active .article__tool-icon{background:rgba(255,196,87,.18);color:#ffc457}.toggle-light.is-active .article__tool-icon svg{fill:rgba(255,196,87,.24)}.toggle-expand.is-active .article__tool-icon,.article__auto-next:has(.auto-next-toggle:checked) .auto-next-switch{background:#3bbbd1;color:#06181d}.toggle-expand.is-active .toggle-expand-icon svg{transform:rotate(45deg)}.report-btn:hover{border-color:rgba(255,176,32,.55);background:rgba(255,176,32,.13)}.report-btn .article__tool-icon{background:rgba(255,176,32,.16);color:#ffb020}.report-modal{position:fixed;inset:0;z-index:2147483647;display:none;align-items:center;justify-content:center;padding:18px}.report-modal.is-open{display:flex}body.report-modal-open{overflow:hidden}.report-modal__backdrop{position:absolute;inset:0;background:rgba(0,0,0,.72);backdrop-filter:blur(4px)}.report-modal__dialog{position:relative;width:min(520px,100%);max-height:calc(100vh - 36px);overflow-y:auto;padding:24px;border:1px solid rgba(255,255,255,.12);border-radius:18px;background:#1c1b21;box-shadow:0 24px 70px rgba(0,0,0,.45)}.report-modal__close{position:absolute;top:10px;right:14px;border:0;background:0 0;color:#fff;font-size:30px;line-height:1;opacity:.72}.report-modal__close:hover{opacity:1}.report-modal__title{margin:0 32px 6px 0;color:#fff;font-size:22px;font-weight:600}.report-modal__desc{margin:0 0 16px;color:rgba(255,255,255,.7);font-size:14px}.report-modal__alert{display:none;margin-bottom:14px;padding:10px 12px;border-radius:10px;font-size:14px}.report-modal__alert.is-success{display:block;background:rgba(59,187,209,.16);color:#88e6f4}.report-modal__alert.is-error{display:block;background:rgba(255,78,78,.15);color:#faa}.report-form .sign__group{margin-bottom:12px}.report-form .sign__btn{width:100%}.report-form.is-sending .report-form__submit{opacity:.7;pointer-events:none}#report-notice{position:fixed;right:16px;bottom:16px;z-index:2147483647;width:min(330px,calc(100vw - 32px));padding:12px 38px 12px 14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:rgba(20,20,24,.96);color:#fff;box-shadow:0 12px 30px rgba(0,0,0,.35);font-size:13px;line-height:1.45}#report-notice.is-success{border-left:4px solid #3bbbd1}#report-notice.is-error{border-left:4px solid #ff5d5d}#report-notice strong{display:block;margin-bottom:3px;font-size:15px}#report-notice.is-success strong{color:#88e6f4}#report-notice.is-error strong{color:#faa}#report-notice span{display:block;opacity:.92}#report-notice button{position:absolute;top:8px;right:10px;border:0;background:0 0;color:#fff;font-size:24px;line-height:1;cursor:pointer;opacity:.75}#report-notice button:hover{opacity:1}.article__favorite-btn svg{width:18px;height:18px;fill:#3bbbd1;transition:fill .2s ease,stroke .2s ease}.article__favorite-btn:hover svg,.article__favorites.active .article__favorite-btn svg{fill:#ffc457;stroke:#ffc457}.article__favorites.active .article__favorite-btn{border-color:rgba(255,196,87,.58);background:linear-gradient(135deg,rgba(255,196,87,.22),rgba(59,187,209,.14))}.article__favorites.active .article__favorite-btn svg{filter:drop-shadow(0 0 8px rgba(255,196,87,.22))}.article__favorites button{margin:0}.article__auto-next{cursor:pointer;user-select:none}.article__auto-next.is-disabled{cursor:not-allowed;opacity:.48;filter:grayscale(.45)}.article__auto-next.is-disabled:hover{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.055)}.episode-schedule-info{justify-content:center;display:flex;flex-direction:column}.episode-schedule-btn.is-disabled{cursor:not-allowed;opacity:.48;filter:grayscale(.45)}.episode-schedule-btn.is-disabled:hover{border-color:rgba(255,255,255,.1);background:rgba(255,255,255,.055)}.episode-schedule-btn.is-active{color:#fff;border-color:rgba(255,196,87,.68);background:linear-gradient(135deg,rgba(255,196,87,.26),rgba(255,111,97,.15));box-shadow:0 6px 16px rgba(255,196,87,.12)}.episode-schedule-btn.is-active .episode-schedule-icon{background:rgba(255,196,87,.22);color:#ffc457}.episode-schedule-icon{background:rgba(108,92,231,.18);color:#a69bff}.episode-schedule-modal{max-width:720px;padding-bottom:24px}.episode-schedule-close svg{fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}.episode-schedule-head{padding-right:42px;margin-bottom:14px}.episode-schedule-head-top{display:flex;align-items:center;justify-content:flex-start;gap:12px;margin-bottom:4px}.episode-schedule-head p{margin:0;color:#3bbbd1;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}.episode-schedule-tabs{display:inline-flex;flex:none;gap:6px;padding:5px;border:1px solid rgba(59,187,209,.18);border-radius:999px;background:rgba(6,16,23,.58);box-shadow:inset 0 1px rgba(255,255,255,.045),0 8px 18px rgba(0,0,0,.16)}.episode-schedule-tab{width:40px;height:36px;display:inline-flex;align-items:center;justify-content:center;padding:0;border:1px solid transparent;border-radius:999px;color:rgba(255,255,255,.72);background:0 0;font-size:12px;font-weight:700;cursor:pointer;transition:color .2s ease,background .2s ease,border-color .2s ease,box-shadow .2s ease}.episode-schedule-tab:hover{color:#fff;background:rgba(255,255,255,8%)}.episode-schedule-tab svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.episode-schedule-tab.is-active{color:#fff;border-color:rgba(59,187,209,.42);background:linear-gradient(135deg,rgba(59,187,209,.42),rgba(108,92,231,.28));box-shadow:0 8px 18px rgba(59,187,209,.18)}.episode-schedule-calendar{margin-bottom:12px}.episode-schedule-calendar-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:10px}.episode-schedule-calendar-title{color:#fff;font-size:15px;white-space:nowrap}.episode-schedule-month-btn{width:34px;height:30px;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#fff;background:rgba(255,255,255,6%);font-size:22px;line-height:1;cursor:pointer}.episode-schedule-month-btn:disabled{cursor:not-allowed;opacity:.35}.episode-schedule-weekdays,.episode-schedule-calendar-grid{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:6px}.episode-schedule-weekdays{margin-bottom:6px}.episode-schedule-weekdays span{color:rgba(255,255,255,.48);font-size:11px;font-weight:800;text-align:center}.episode-schedule-calendar-day{position:relative;min-height:66px;padding:6px 5px;border:1px solid rgba(255,255,255,7%);border-radius:12px;color:rgba(255,255,255,.74);background:rgba(255,255,255,.035);text-align:left}.episode-schedule-calendar-day.is-empty{visibility:hidden}.episode-schedule-calendar-day.has-episode{cursor:pointer;border-color:rgba(59,187,209,.34);background:linear-gradient(135deg,rgba(59,187,209,.16),rgba(108,92,231,8%))}.episode-schedule-calendar-day.has-upcoming{border-color:rgba(255,196,87,.42);background:linear-gradient(135deg,rgba(255,196,87,.16),rgba(255,111,97,8%))}.episode-schedule-calendar-day.is-today{border-color:rgba(166,155,255,.24)}.episode-schedule-calendar-day.is-today .episode-schedule-calendar-number{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;color:#fff;background:linear-gradient(135deg,#7c6cff,#3bbbd1);box-shadow:0 0 0 3px rgba(124,108,255,.14),0 6px 14px rgba(59,187,209,.18)}.episode-schedule-calendar-day.is-new{box-shadow:inset 0 0 0 1px rgba(77,255,166,.28),0 8px 16px rgba(77,255,166,8%)}.episode-schedule-calendar-number{display:block;margin-bottom:4px;color:#fff;font-size:13px;font-weight:800}.episode-schedule-calendar-note,.episode-schedule-calendar-more{display:inline-flex;align-items:center;justify-content:center;width:fit-content;max-width:100%;min-width:24px;padding:2px 4px;margin:2px 2px 0 0;border-radius:999px;color:#dff8ff;background:rgba(59,187,209,.2);font-size:9px;font-weight:800;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.episode-schedule-calendar-day.has-upcoming .episode-schedule-calendar-note{color:#2a1a00;background:#ffc457}.episode-schedule-calendar-note.is-new,.episode-schedule-calendar-day.has-upcoming .episode-schedule-calendar-note.is-new{color:#062115;background:#4dffa6;box-shadow:0 0 10px rgba(77,255,166,.24)}.episode-schedule-calendar-more{color:rgba(255,255,255,.7);background:rgba(255,255,255,.1)}.episode-schedule-list{display:grid;gap:8px;max-height:min(68vh,620px);overflow:auto;padding-right:4px}.episode-schedule-item{position:relative;display:grid;grid-template-columns:52px 1fr;gap:9px;padding:9px 10px;border:1px solid rgba(255,255,255,8%);border-radius:14px;background:rgba(255,255,255,.045)}.episode-schedule-item.is-upcoming{border-color:rgba(255,196,87,.35);background:linear-gradient(135deg,rgba(255,196,87,.12),rgba(255,111,97,7%))}.episode-schedule-item.is-upcoming::before{content:'';position:absolute;top:11px;bottom:11px;left:0;width:3px;border-radius:999px;background:#ffc457}.episode-schedule-item.is-upcoming .episode-schedule-date{background:linear-gradient(135deg,rgba(255,196,87,.42),rgba(255,111,97,.24))}.episode-schedule-item.is-new{border-color:rgba(77,255,166,.36);box-shadow:inset 0 0 0 1px rgba(77,255,166,.12),0 8px 18px rgba(77,255,166,8%)}.episode-schedule-date{min-height:52px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;background:linear-gradient(135deg,rgba(59,187,209,.28),rgba(108,92,231,.18));color:#fff}.episode-schedule-day{font-size:21px;font-weight:800;line-height:1}.episode-schedule-month{margin-top:4px;color:rgba(255,255,255,.72);font-size:11px;text-transform:uppercase}.episode-schedule-title{display:block;color:#fff;font-size:14px;line-height:1.35}.episode-schedule-title .ep-tmdb-name{font-size:inherit}.episode-schedule-badge{display:inline-flex;align-items:center;padding:3px 8px 2px;border-radius:999px;color:rgba(255,255,255,.82);background:rgba(59,187,209,.16);font-size:11px;font-weight:700;line-height:1;text-transform:uppercase;letter-spacing:.03em;width:fit-content}.episode-schedule-new-badge{display:inline-flex;width:fit-content;align-items:center;padding:3px 7px 2px;margin-left:7px;vertical-align:1px;border-radius:999px;color:#062115;background:#4dffa6;font-size:10px;font-weight:900;line-height:1;text-transform:uppercase;letter-spacing:.04em}.episode-schedule-item.is-upcoming .episode-schedule-badge{color:#2a1a00;background:#ffc457}.episode-schedule-time{display:block;color:#3bbbd1;font-size:12px}.episode-schedule-info p{margin:6px 0 0;color:rgba(255,255,255,.62);font-size:12px;line-height:1.45}.episode-schedule-item.is-highlighted{animation:schedule-highlight 1.5s ease}@keyframes schedule-highlight{0%,100%{box-shadow:none}35%{box-shadow:0 0 0 2px rgba(255,196,87,.75)}}@media(max-width:575px){.episode-schedule-calendar-day{min-height:52px;padding:5px 4px;border-radius:9px}.episode-schedule-calendar-note,.episode-schedule-calendar-more{min-width:20px;padding:1px 3px;font-size:8px}}.auto-next-toggle{position:absolute;opacity:0;pointer-events:none}.auto-next-switch{width:34px;height:18px;position:relative;flex:none;border-radius:999px;background:rgba(255,255,255,.18);transition:background .2s ease}.auto-next-switch::after{content:'';position:absolute;top:3px;left:3px;width:12px;height:12px;border-radius:50%;background:#fff;transition:transform .2s ease}.auto-next-toggle:checked+.auto-next-switch{background:#3bbbd1}.auto-next-toggle:checked+.auto-next-switch::after{transform:translateX(16px)}@media(max-width:575px){#mvHead .section--block{display:grid!important;grid-template-columns:minmax(92px,34%)minmax(0,1fr);gap:6px 8px}#mvHead .list-img{grid-column:1;grid-row:1/span 8;width:auto;max-width:none}#mvHead .movie-meta{display:contents!important}#mvHead .movie-meta>li{grid-column:2}#mvHead .movie-meta>li.movie-meta__category,#mvHead .movie-meta>li.movie-meta__country,#mvHead .movie-meta>li.movie-meta__views{grid-column:1/-1;width:100%}.article__options{gap:6px;padding:8px 0 10px}.article__download,.article__favorites{gap:6px;font-size:12px}.article__tool{min-height:34px;flex:initial;gap:5px;padding:6px 9px}.article__tool-icon{width:20px;height:20px;font-size:13px}.article__tool-icon svg{width:14px;height:14px}.article__auto-next{flex-basis:auto;justify-content:center}.article__favorites .article__tool{flex-basis:auto}.auto-next-switch{width:30px;height:16px}.auto-next-switch::after{top:3px;left:3px;width:10px;height:10px}.auto-next-toggle:checked+.auto-next-switch::after{transform:translateX(14px)}}@media(min-width:576px){.article__content iframe{height:280px}#mvHead .movie-meta .rating-badges{flex-wrap:wrap}#mvHead .movie-meta{flex-basis:66.666667%;grid-template-columns:repeat(2,minmax(0,1fr));gap:7px;max-width:66.666667%;padding-left:10px!important}#mvHead .movie-meta>li{min-height:32px}.player-meta{flex-direction:row;align-items:flex-start;justify-content:space-between;gap:14px}.player-title{flex:1;width:auto;padding-top:15px}.article__options{flex-wrap:wrap;align-items:center;flex-direction:row;order:unset;margin:0;flex:none;width:auto;max-width:58%;justify-content:flex-end;padding:0;border-bottom:0}.article__download,.article__favorites{width:auto;justify-content:flex-end}.article__tools{width:auto}.article__actions{flex-direction:row}.article__content ul li{text-align:left}}@media(min-width:768px){#mvHead .movie-meta{flex-basis:75%;max-width:75%}#mvHead .movie-meta .rating-badges{flex-wrap:no-wrap}}@media(min-width:992px){.player-meta{gap:18px}.article__options{max-width:min(58%,720px)}}@media(min-width:768px){.article__trailer svg{padding-right:5px;margin-bottom:3px}.article__category{margin-bottom:30px}.article__content h2{font-size:18px}.article__content h3{font-size:28px}.article__content h4{font-size:24px}.article__content h5{font-size:20px}.article__content h6{font-size:18px}.article__content h1,.article__content h2,.article__content h3,.article__content h4,.article__content h5,.article__content h6,.article__content p,.article__content blockquote,.article__content ul,.article__content img,.article__content iframe{margin-bottom:30px}.article__content h1:last-child,.article__content h2:last-child,.article__content h3:last-child,.article__content h4:last-child,.article__content h5:last-child,.article__content h6:last-child,.article__content p:last-child,.article__content blockquote:last-child,.article__content ul:last-child,.article__content img:last-child,.article__content iframe:last-child{margin-bottom:0}.article__content iframe{height:400px}.article__content ul.list{margin-top:-20px}.article__btn{margin-bottom:30px;height:60px}.article__btns .article__btn{width:calc(50% - 15px)}.article__actions--details .article__download,.article__actions--details .article__favorites{margin-bottom:0}.article__favorites{margin-bottom:30px}.article__trailer{flex-direction:row;width:auto}.article__content .list-img img{object-fit:contain}}@media(min-width:992px){.article__btns{justify-content:flex-start}.article__btns .article__btn{width:200px}.article__btn{width:200px;margin-right:30px}}@media(min-width:1200px){.article__content iframe{height:460px}.article__date{right:30px}}.categories{margin-top:10px;display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.categories__title{display:block;width:100%;color:#fff;font-weight:500;font-size:18px;line-height:100%;margin-top:20px;margin-bottom:0}.categories__item{display:inline-flex;flex-direction:row;justify-content:center;align-items:center;height:30px;min-width:60px;width:auto;color:#e0e0e0;font-size:14px;background-color:#2f353fe8;border-radius:12px;padding:0 12px;margin-top:20px;margin-right:20px}.categories__item:hover{color:#fff;background-color:#2f353fe8}.categories__item.actice{border:1px solid #0db0ff}.home-categories__item{margin:10px 10px 10px 0;font-weight:600}.vote{padding:12px 14px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:10px;border:1px solid rgba(59,187,209,.12);border-radius:16px;background:radial-gradient(circle at top left,rgba(59,187,209,.13),transparent 36%),rgba(255,255,255,.035);box-shadow:inset 0 1px rgba(255,255,255,.035);width:100%}.vote__heading{min-width:138px}.vote__title{margin:0;font-size:14px;font-weight:700;line-height:1.25;color:#fff}.vote__hint{display:block;margin-top:2px;color:#8f9da4;font-size:11px}.vote__control{display:inline-flex;align-items:center;gap:2px;padding:5px 7px;border-radius:999px;background:rgba(0,0,0,.18);border:1px solid rgba(255,255,255,6%)}.vote__control:hover .full{display:initial}.vote__control:hover .empty{display:none}.voting-star svg{width:24px;height:24px;fill:#ffc457;transition:fill .2s ease,transform .2s ease,filter .2s ease;cursor:pointer}.voting-star:hover svg{transform:translateY(-1px)scale(1.1);filter:drop-shadow(0 0 10px rgba(255,196,87,.38))}.voting-star .empty{display:initial}.voting-star .full{display:none}.voting-star.active .empty,.voting-star:hover~.voting-star .full{display:none}.voting-star.active .full,.voting-star:hover~.voting-star .empty{display:initial}.vote_status{min-height:32px;display:inline-flex;align-items:center;gap:5px;color:#eee;border:1px solid rgba(255,196,87,.2);border-radius:999px;background:rgba(255,196,87,8%);padding:6px 10px;font-size:12px}.vote_status svg{fill:#ffc457;padding-bottom:2px}.vote_status_avg{color:#ffc457;font-weight:800;font-size:16px}.vote_status_count{font-weight:700}.vote_status_sep,.vote_status_label{color:#9daab0}@media(max-width:575px){.section--server{padding:10px;gap:8px}.switchsv__title{font-size:12px}.switchsv-btn{min-height:30px;padding:6px 9px;font-size:12px}.switchsv-btn .sv-text{max-width:86px;overflow:hidden;text-overflow:ellipsis}.vote{padding:12px 10px;gap:8px}.vote__heading,.vote__control,.vote_status{width:100%;justify-content:center}.vote__heading{text-align:center}}.bcontainer{width:100%}.server-noticebar{width:100%;align-items:stretch;gap:10px;margin-bottom:10px}.server-notice{flex:auto;display:flex;align-items:flex-start;gap:10px;padding:10px 12px;border:1px solid rgba(255,176,32,.28);border-radius:14px;background:linear-gradient(135deg,rgba(255,176,32,.13),rgba(59,187,209,.055));box-shadow:inset 0 1px rgba(255,255,255,4%)}.server-notice__icon{width:24px;height:24px;flex:none;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(255,176,32,.22);color:#ffbf4d;font-weight:900}.server-notice__content{min-width:0}.server-notice .article__notify{margin:0;color:#f2f4f5;font-size:12px;line-height:1.45}.server-notice .article__notify+.article__notify{margin-top:2px;color:#c7d0d5}.server-notice .article__notify strong{color:#ffbf4d}@media(max-width:575px){.server-noticebar{flex-direction:column}}.episode-toolbar{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:10px 0 0}.episode-toolbar__title{display:inline-flex;align-items:center;gap:7px;color:#f4fbff;font-size:14px;font-weight:700}.episode-toolbar__title::before{content:'▦';width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(59,187,209,.18);color:#3bbbd1;font-size:13px}@media(max-width:575px){.episode-toolbar{margin-top:6px}.episode-toolbar__title{font-size:12px}}.share{padding:15px 0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;flex-wrap:wrap}.switchsv__title,.vote__title,.share__title{display:block;color:#fff;font-weight:500;font-size:14px;line-height:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0;padding-right:10px}.share__link{border:0;margin-right:6px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;padding:0 8px;height:25px;border-radius:12px;color:#fff;font-size:14px;background-color:#2f353fe8;cursor:pointer}.switchsv__title{display:inline-flex;align-items:center;justify-content:center;gap:7px;margin:0;padding:0;font-size:13px;font-weight:700;color:#f4fbff}.switchsv__icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(59,187,209,.18);color:#3bbbd1;font-size:14px}.share__link svg{fill:#fff;margin-right:10px;margin-top:1px}.share__link--fb{background-color:#3b5998}.share__link--tw{background-color:#0b6fae}.share__link--tg{background-color:#4c6c91}.share__link--copy{background:linear-gradient(135deg,rgba(59,187,209,.95),rgba(108,92,231,.85))}.share__link--copy svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;margin:0}.share__link--copy.is-copied{background:linear-gradient(135deg,#4dffa6,#3bbbd1);color:#062115}.share__link:hover{background-color:#2f353fe8;color:#fff}.share__link--copy:hover{background:linear-gradient(135deg,#3bbbd1,rgba(108,92,231,.95))}.share__link--copy.is-copied:hover{color:#062115;background:linear-gradient(135deg,#4dffa6,#3bbbd1)}@media(min-width:768px){.share{justify-content:flex-end}.vote__title,.share__title{width:auto;margin:0 10px 0 0}.share__link{padding:0 10px}}.subscribe{position:relative;padding:20px;border-radius:10px;border:1px solid rgba(47,128,237,.1);background-color:#1c1b21;margin-top:10px;display:flex;flex-direction:column;justify-content:flex-start;align-items:center}.subscribe__img{width:100%;margin-bottom:20px;height:auto;display:flex;flex-direction:row;justify-content:center;align-items:center}.subscribe__img svg{width:46px;height:auto;fill:#3bbbd1}.subscribe__title{color:#fff;font-weight:500;font-size:18px;line-height:100%;margin-bottom:10px;position:relative}.subscribe__text{font-size:14px;line-height:26px;color:#e0e0e0;margin-bottom:5px;width:100%;text-align:center}.sign__btn.disabled{pointer-events:none;opacity:.7}.subscribe .sign__btn{margin:0}.comments{max-width:100%;overflow:hidden}.comments__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:30px}.comments__title h4{color:#fff;font-weight:500;font-size:18px;line-height:100%;margin-bottom:0;position:relative}.comments__title span{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;min-width:20px;height:20px;padding:0 8px;border-radius:6px;background-color:#2f353fe8;font-size:12px;color:#e0e0e0;font-weight:800;margin-left:10px}.comments__title .fb-comments-count{max-width:30px}.comments__title--tabs li{position:relative;margin-right:20px;width:100%}.comments__title--tabs li:last-child{margin-right:0}.comments__title--tabs a{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;opacity:.5;transition:opacity .4s linear}.comments__title--tabs a:hover{opacity:1}.comments__title--tabs a.active{opacity:1;cursor:default}.comments__autor{display:block;position:relative;padding-left:55px;margin-bottom:20px}.comments__avatar{position:absolute;top:0;left:0;width:40px;border-radius:10px}.comments__name{display:block;font-size:16px;color:#fff;line-height:20px;font-weight:600}.comments__time{display:block;font-size:12px;color:#e0e0e0;line-height:20px;font-weight:500}.comments__text{display:block;margin-bottom:0;color:#fff;font-size:16px;line-height:26px;padding:20px 0;position:relative;border-top:1px solid rgba(47,128,237,.1);border-bottom:1px solid rgba(47,128,237,.1)}.comments__text b{font-weight:600}.comments__text a{color:#3bbbd1}.comments__text a:hover{color:#3bbbd1;text-decoration:underline}.comments__text span{display:block;margin-bottom:20px;padding:20px;position:relative;min-height:80px;border-radius:16px;color:#e0e0e0;background-color:#1c1b21}.comments__item{margin-bottom:20px;display:block;background-color:#2f353fe8;padding:20px;border-radius:16px}.comments__item--answer,.comments__item--quote{margin-left:20px}.comments__actions{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;padding:20px 0 0;position:relative}.comments__actions button{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin-right:20px;height:20px}.comments__actions button span{font-size:12px;color:#e0e0e0;text-transform:uppercase;transition:.5s;display:none}.comments__actions button svg{width:18px;height:auto;stroke:#3bbbd1;transition:.5s}.comments__actions button:hover span{color:#3bbbd1}.comments__actions button:hover svg{stroke:#3bbbd1}.comments__actions button:last-child{margin-right:0}.comments__rate{display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;position:absolute;left:0;top:20px}.comments__rate button{display:flex;flex-direction:row;justify-content:center;align-items:center;color:#e0e0e0;font-size:14px;margin-right:24px;position:relative;height:20px}.comments__rate button svg{width:16px;height:auto;opacity:.7;transition:.5s}.comments__rate button:last-child{margin-right:0}.comments__rate button:last-child svg{margin-left:10px;stroke:#eb5757}.comments__rate button:first-child svg{margin-right:10px;stroke:#29b474}.comments__rate button:first-child:before{content:'';position:absolute;display:block;left:100%;margin-left:12px;width:1px;height:16px;background-color:rgba(47,128,237,.1);top:50%;transform:translateY(-50%)}.comments__rate button:hover{color:#fff}.comments__rate button:hover svg{opacity:1}.comments__form{border-radius:16px;padding:20px;border:1px solid rgba(47,128,237,.1);margin-top:60px;background-color:#1c1b21}.comments__form .row{margin-left:-10px;margin-right:-10px}.comments__form .col-12{padding-left:10px;padding-right:10px}.comments__form .sign__btn{margin:0}.fb_comments_count{margin:0!important;padding:0!important;min-width:auto!important}@media(min-width:576px){.comments__actions button span{display:block;margin-left:6px}.comments__form .sign__btn{width:180px}}@media(min-width:768px){.comments__item--answer,.comments__item--quote{margin-left:30px}.comments__title--tabs li{margin-right:30px}.comments__title--tabs li:last-child{margin-right:0}}@media(min-width:1200px){.comments{min-height:240px}.vote{border:0;width:auto}}.reviews{margin-top:40px;padding-top:40px;border-top:1px solid rgba(47,128,237,.1)}.reviews__item{margin-bottom:20px;display:block;background-color:#2f353fe8;padding:20px;border-radius:16px}.reviews__autor{display:block;position:relative;padding-left:55px;margin-bottom:20px}.reviews__avatar{position:absolute;top:0;left:0;width:40px;border-radius:10px}.reviews__name{display:block;font-size:16px;color:#fff;line-height:20px;font-weight:600;padding-right:40px}.reviews__time{display:block;font-size:12px;color:#e0e0e0;font-weight:500;line-height:20px;padding-right:40px;margin-top:5px}.reviews__text{display:block;margin-bottom:0;color:#fff;font-size:16px;line-height:26px;background-color:#2f353fe8;padding:20px 0 0;position:relative;border-top:1px solid rgba(47,128,237,.1)}.reviews__text b{font-weight:600}.reviews__text a{color:#3bbbd1}.reviews__text a:hover{color:#3bbbd1;text-decoration:underline}.reviews__rating{font-size:14px;font-weight:600;color:#fff;position:absolute;display:inline-flex;flex-direction:row;justify-content:flex-start;align-items:center;right:0;top:10px}.reviews__rating svg{margin-right:6px;stroke:#7a7a7a;fill:#d8d668d4;width:18px;height:auto;margin-bottom:1px}.reviews__form{border-radius:16px;padding:20px;border:1px solid rgba(47,128,237,.1);margin-top:60px;background-color:#1c1b21}.reviews__form .row{margin-left:-10px;margin-right:-10px}.reviews__form .col-12{padding-left:10px;padding-right:10px}.reviews__form .sign__btn{margin:0}.reviews__title{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;margin-bottom:30px}.reviews__title h4{color:#fff;font-weight:500;font-size:24px;line-height:100%;margin-bottom:0;position:relative}.reviews__title span{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;min-width:20px;height:20px;padding:0 5px;border-radius:6px;background-color:#3bbbd1;font-size:12px;color:#e0e0e0;font-weight:500;margin-left:10px}.reviews__title--tabs li{position:relative;margin-right:20px}.reviews__title--tabs li:last-child{margin-right:0}.reviews__title--tabs a{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;opacity:.5;transition:opacity .4s linear}.reviews__title--tabs a:hover{opacity:1}.reviews__title--tabs a.active{opacity:1;cursor:default}@media(min-width:576px){.reviews__form .sign__btn{width:180px}.reviews__time{margin-top:0}}@media(min-width:768px){.reviews__title--tabs li{margin-right:30px}.reviews__title--tabs li:last-child{margin-right:0}}@media(min-width:1200px){.reviews{margin-right:30px}}.sidebar{display:block;margin-top:40px}.sidebar__title{display:block;width:100%;color:#fff;font-weight:500;font-size:18px;line-height:100%;margin-top:18px;margin-bottom:10px;text-transform:uppercase}@media(min-width:768px){.sidebar{margin-top:30px}}@media(min-width:1200px){.sidebar{margin-top:-30px}.sidebar--mt{margin-top:30px}}.contacts__list{margin-top:20px;color:#ccc}.contacts__list a{font-size:16px;line-height:30px;color:#fff;font-weight:500}.contacts__list a:hover{color:#3bbbd1}.contacts__social{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;width:100%}.contacts__social a{margin-top:20px;margin-right:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:30px;height:30px;position:relative;transition-property:all}.contacts__social a svg{width:100%;height:auto}.contacts__social a:last-child{margin-right:0}.contacts__social a:hover{opacity:1!important}.contacts__social:hover a{opacity:.4}@media(min-width:768px){.contacts__list{margin-top:30px}.contacts__list a{font-size:18px;line-height:32px}.contacts__social{margin-top:10px}}.footer{padding:20px 0 90px;position:relative;overflow:hidden}.footer:after{content:'';position:absolute;top:0;height:300px;left:0;right:0;display:block;z-index:1}.footer .container{z-index:2;position:relative}.footer .card__section{padding:0;margin:15px auto;text-align:center}.footer__tv{margin-top:60px}.footer__tv img{width:237px;height:auto}.footer__tagline{margin-top:20px;display:block;font-size:13px;line-height:21px;color:#e0e0e0;margin-bottom:0}.footer__social{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;width:100%;padding-bottom:30px}.footer__social a{margin-top:20px;margin-right:20px;display:flex;flex-direction:row;justify-content:center;align-items:center;width:30px;height:30px;position:relative;transition-property:all}.footer__social a svg{width:100%;height:auto}.footer__social a:last-child{margin-right:0}.footer__social a:hover{opacity:1!important}.footer__social:hover a{opacity:.4}.footer__content{margin-top:60px;padding-top:30px;border-top:1px solid rgba(47,128,237,.1);font-weight:600}.footer__links{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.footer__links a{font-size:14px;color:#e0e0e0;margin-right:20px}.footer__links a:last-child{margin-right:0}.footer__links a:hover{color:#3bbbd1}.footer__copyright{display:flex;font-size:13px;color:#e0e0e0;flex-direction:column;padding:15px 20px}.footer__copyright a{color:#fff;font-weight:700}.footer__copyright a:hover{color:#3bbbd1}.footer__title{display:block;margin-top:30px;font-size:15px;color:#fff;font-weight:600;margin-bottom:15px}.footer__nav{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}.footer__nav a{font-size:14px;line-height:21px;margin-bottom:10px;color:#e0e0e0}.footer__nav a:last-child{margin-bottom:0}.footer__nav a:hover{color:#3bbbd1}@media(min-width:768px){.footer{padding:40px 0}.footer__content{margin-top:40px;padding-top:40px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}.footer__tv{margin-top:40px}.footer__title{margin-top:40px}.footer__links{width:auto;order:2}.footer__copyright{margin-top:0;order:1;flex-direction:row}}@media(min-width:1200px){.footer:after{height:500px}.footer__social{display:inline-flex;width:auto}.footer__links a{margin-right:30px}.footer__links a:last-child{margin-right:0}}.sign{display:block;position:relative}.sign__content{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 0;margin-top:60px}.sign__content-err{font-size:24px;color:#fff;min-height:70vh}.sign__form{background-color:#1c1b21;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:16px;padding:30px 20px;position:relative;width:100%;max-width:400px;border:1px solid #2f353fe8}.sign__form--contacts,.sign__form--profile{margin-top:20px;max-width:100%;padding:20px 20px 5px}.sign__form--contacts .sign__btn,.sign__form--profile .sign__btn{margin:0 0 15px}.sign__form--contacts .row,.sign__form--profile .row{margin-left:-10px;margin-right:-10px}.sign__form--contacts .col-12,.sign__form--profile .col-12{padding-left:10px;padding-right:10px}.sign__form--profile .sign__btn{margin:5px 0 15px}.sign__form--first{margin-top:0}.sign__logo{display:block;margin-bottom:30px}.sign__logo a{max-width:100%;width:auto}.sign__logo img{width:200px}.sign__title{font-size:16px;font-weight:600;color:#fff;margin-bottom:20px}.sign__label{font-weight:500;font-size:14px;color:#e0e0e0;margin-bottom:5px}.sign__input{background-color:#2f353fe8;border:1px solid transparent;border-radius:16px;height:36px;position:relative;color:#fff;font-size:14px;width:100%;padding:0 20px}.sign__input:focus{background-color:#2f353fe8;border-color:#3bbbd1}.sign__select{background:url(../images/arrow2.svg)no-repeat center right 20px #2f353fe8;background-size:16px;border:1px solid transparent;border-radius:16px;height:44px;position:relative;color:#fff;font-size:14px;width:100%;padding:0 20px;cursor:pointer}.sign__select:focus{background-color:#2f353fe8}.sign__textarea{background-color:#2f353fe8;border:1px solid transparent;border-radius:16px;height:144px;position:relative;color:#fff;font-size:14px;width:100%;padding:15px 20px;resize:none}.sign__textarea:focus{background-color:#2f353fe8;border-color:#3bbbd1}.sign__group{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-end;flex-wrap:wrap;position:relative;margin-bottom:10px;width:100%}.sign__group--checkbox{width:100%;text-align:left}.sign__group--checkbox input:not(:checked),.sign__group--checkbox input:checked{position:absolute;left:-9999px}.sign__group--checkbox input:not(:checked)+label,.sign__group--checkbox input:checked+label{font-size:14px;color:#e0e0e0;font-weight:400;position:relative;cursor:pointer;padding-left:35px;line-height:22px;margin:0}.sign__group--checkbox input:not(:checked)+label a,.sign__group--checkbox input:checked+label a{color:#3bbbd1}.sign__group--checkbox input:not(:checked)+label a:hover,.sign__group--checkbox input:checked+label a:hover{color:#3bbbd1;text-decoration:underline}.sign__group--checkbox input:not(:checked)+label:before,.sign__group--checkbox input:checked+label:before{content:'';position:absolute;left:0;top:0;width:22px;height:22px;background-color:#2f353fe8;border:1px solid transparent;border-radius:8px}.sign__group--checkbox input:not(:checked)+label:after,.sign__group--checkbox input:checked+label:after{content:'';position:absolute;left:0;top:0;width:22px;height:22px;text-align:center;transition:.5s;background:url(../images/checkmark.svg)no-repeat 50%/12px;border-radius:8px}.sign__group--checkbox input:not(:checked)+label:after{opacity:0;transform:scale(0)}.sign__group--checkbox input:checked+label:after{opacity:1;transform:scale(1)}.sign__group--checkbox label::-moz-selection{background:0 0;color:#e0e0e0}.sign__group--checkbox label::selection{background:0 0;color:#e0e0e0}.sign__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:15px auto;width:100%;height:40px;border-radius:16px;background-color:#2f353fe8;font-size:14px;color:#e0e0e0;text-transform:uppercase;font-weight:600}.sign__btn:hover{color:#2f353fe8;background-color:#3bbbd1}.sign__text{margin-top:15px;font-size:14px;color:#e0e0e0}.sign__text a{position:relative;color:#3bbbd1}.sign__text a:hover{color:#3bbbd1;text-decoration:underline}.sign__text--small{font-size:12px}.sign__delimiter{font-size:14px;color:#e0e0e0;line-height:100%}.sign__social{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:15px;margin-top:15px}.sign__social a{display:flex;flex-direction:row;justify-content:center;align-items:center;height:44px;width:calc(33% - 10px);border-radius:16px;color:#fff}.sign__social a svg{height:auto;fill:#fff;transition:.5s}.sign__social a.fb{background-color:#3b5999}.sign__social a.fb svg{width:10px}.sign__social a.gl{background-color:#df4a32}.sign__social a.gl svg{width:18px}.sign__social a.tw{background-color:#1da1f2}.sign__social a.tw svg{width:18px}.sign__social a:hover{background-color:#fff}.sign__social a:hover.fb svg{fill:#3b5999}.sign__social a:hover.gl svg{fill:#df4a32}.sign__social a:hover.tw svg{fill:#1da1f2}.sign__wrap{background-color:#2f353fe8;padding:20px;border-radius:16px;margin-top:20px}.sign__value{font-size:24px;color:#fff;display:block;font-weight:600;margin-left:10px}.sign__radio{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;width:100%;margin-top:10px}.sign__radio li{position:relative;overflow:hidden;margin-bottom:10px}.sign__radio li:last-child{margin-bottom:0}.sign__radio span{font-size:14px;color:#e0e0e0}.sign__radio input:not(:checked),.sign__radio input:checked{position:absolute;left:-9999px}.sign__radio label{display:block;margin:0;position:relative;font-weight:500;cursor:pointer;font-size:14px;color:#e0e0e0;line-height:24px;padding-left:25px;transition:.5s}.sign__radio label:before{content:'';display:block;position:absolute;width:16px;height:16px;border:4px solid rgba(47,128,237,.5);background-color:initial;border-radius:50%;left:0;top:4px;transition:.5s}.sign__radio input:checked+label{color:#fff}.sign__radio input:checked+label:before{border-color:#3bbbd1}@media(min-width:576px){.sign__form{padding:40px}.sign__form--contacts,.sign__form--profile{padding:20px 20px 5px}.sign__logo{margin-bottom:40px}}@media(min-width:768px){.sign__form--contacts,.sign__form--profile{padding:30px 30px 15px;margin-top:30px}.sign__form--contacts .sign__btn,.sign__form--profile .sign__btn{margin:10px 0 15px}.sign__form--first{margin-top:0}.sign__wrap{margin-top:30px;padding:30px}}@media(min-width:992px){.sign__form--profile{margin-top:0}.sign__form--profile .sign__btn{width:180px}}.page-404{display:block;position:relative}.page-404__wrap{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:100vh;padding:40px 0}.page-404__content{background-color:#1c1b21;display:flex;flex-direction:column;justify-content:center;align-items:center;border-radius:16px;padding:20px;position:relative;width:100%;max-width:400px;border:1px solid #2f353fe8}.page-404__title{position:relative;color:#3bbbd1;line-height:100%;font-size:120px;margin-bottom:10px;font-weight:600}.page-404__text{text-align:center;display:block;width:100%;color:#fff;font-size:14px;line-height:26px;margin-bottom:40px}.page-404__btn{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 auto;width:100%;height:50px;border-radius:16px;background-color:#2f353fe8;font-size:14px;color:#e0e0e0;text-transform:uppercase;font-weight:600}.page-404__btn:hover{color:#2f353fe8;background-color:#fff}@media(min-width:576px){.page-404__content{padding:40px}}.slider-radio{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;background-color:#1c1b21;padding:5px 0;border-radius:16px;margin-top:10px;position:relative;width:100%;z-index:2}#categoryFilter .slider-radio label{display:flex;flex-direction:row;justify-content:center;align-items:center;height:22px;padding:10px 20px;font-size:14px;font-weight:600;color:#e0e0e0;cursor:pointer;border-radius:5px;margin:0 5px;position:relative;z-index:100;transition:background .5s,color .5s;white-space:nowrap;overflow:hidden;width:33%}#categoryFilter .slider-radio input[type=radio]:checked+label{color:#555;background-color:#41ffe4;cursor:auto}.switchsv-btn{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:3px;min-height:24px;padding:2px 8px;font-size:13px;font-weight:600;color:#dce8ed;cursor:pointer;border-radius:999px;margin:0;position:relative;z-index:100;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease;white-space:nowrap;opacity:1;border:1px solid rgba(255,255,255,8%);background:linear-gradient(180deg,rgba(255,255,255,7%),rgba(255,255,255,.035));box-shadow:inset 0 1px rgba(255,255,255,.035)}.switchsv-btn.sv-has-ad::before,.board .slider-radio label.sv-has-ad::before{position:absolute;top:-5px;right:3px;display:inline-flex;align-items:center;justify-content:center;height:10px;padding:0 4px;border-radius:999px;font-size:6px;font-weight:700;line-height:1;letter-spacing:.35px;border:1px solid rgba(255,214,107,.18);pointer-events:none}.switchsv-btn.sv-has-ad::before,.board .slider-radio label.sv-has-ad::before{content:'Ads';color:#ddd;background:#514f4f;box-shadow:none}.switchsv-btn:hover{color:#fff;border-color:rgba(59,187,209,.42);background:rgba(59,187,209,.14);transform:translateY(-1px)}#categoryFilter .slider-radio label:hover{color:#3bbbd1}.slider-radio .sliding-piece{border-radius:12px;background-color:#2f353fe8;z-index:99}.switchsv-btn.active{color:#fff;border-color:rgba(59,187,209,.78);background:linear-gradient(135deg,rgba(39,151,179,.78),rgba(24,71,91,.62));box-shadow:0 7px 18px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,8%);cursor:auto}.switchsv-btn.active::after{content:'';width:7px;height:7px;border-radius:50%;background:#5cffd6;box-shadow:0 0 8px rgba(92,255,214,.55);margin-left:3px}.slider-radio input{display:none}@media(min-width:1200px){.slider-radio{margin-left:auto;margin-top:0;width:auto}#categoryFilter .slider-radio{width:auto}#categoryFilter .slider-radio label{max-width:80px}}.category-filter-aside{min-width:0}@media(max-width:1199px){.category-filter-aside{order:-1}.category-filter-aside.category-leaderboard-aside{order:2}}@media(min-width:768px) and (max-width:1199px){#categoryFilter .catalog__nav{padding:10px}#categoryFilter .catalog__mobile-actions{flex-wrap:wrap;justify-content:stretch}#categoryFilter .catalog__sort-combo{order:-1;flex:0 0 100%;width:100%}#categoryFilter .catalog__toggle[data-catalog-panel=sort]{min-height:46px}#categoryFilter .catalog__toggle[data-catalog-panel=filters]{flex:auto;justify-content:flex-start;width:30%}:is(#categoryFilter,.catalog__panel--filters) .catalog__select-wrap{grid-template-columns:repeat(2,minmax(0,1fr))}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--wide{grid-column:span 1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--chips{grid-column:span 1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-actions{grid-column:1/-1}}#categoryFilter{position:relative;width:100%;z-index:9990;margin:0 0 16px;transform:none}#categoryFilter.is-fixed{position:fixed;top:60px;left:50%;width:min(calc(100vw - 20px),1140px);margin:0;transform:translateX(-50%)}.category-filter-spacer{display:none;height:68px;pointer-events:none}.category-filter-spacer.is-active{display:block}body.catalog-filter-open #categoryFilter{z-index:40000}#categoryFilter .catalog__nav{gap:10px;padding:8px;position:relative;border:1px solid rgba(65,255,228,.13);border-radius:20px;background:linear-gradient(180deg,rgba(16,31,39,.92),rgba(9,18,25,.82));box-shadow:0 12px 34px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.045)}.catalog__mobile-actions{display:flex;justify-content:flex-end;align-items:center;gap:8px;width:100%;position:relative;z-index:125}.catalog__sort-combo{display:flex;flex:auto;min-width:0;border:1px solid rgba(65,255,228,.16);border-radius:10px;background:rgba(255,255,255,.045);overflow:hidden}.catalog__toggle{display:flex;align-items:center;gap:8px;justify-content:center;width:44px;height:44px;min-width:44px;min-height:44px;padding:0;border:1px solid rgba(65,255,228,.16);border-radius:10px;background:linear-gradient(135deg,rgba(255,255,255,8%),rgba(255,255,255,.025));color:#f4fbff;cursor:pointer;box-shadow:inset 0 1px rgba(255,255,255,6%)}.catalog__toggle-label{display:none;color:#fff;font-size:13px;font-weight:900}.catalog__toggle[data-catalog-panel=filters]{width:auto;min-width:76px;padding:0 12px}.catalog__toggle[data-catalog-panel=filters] .catalog__toggle-label{display:inline-block}.catalog__toggle[data-catalog-panel=sort]{width:auto;min-width:0;flex:auto;justify-content:flex-start;padding:0 10px;border:0;border-radius:0;background:0 0;box-shadow:none}.catalog__toggle[data-catalog-panel=sort] .catalog__toggle-value{display:block;max-width:none;margin-left:2px}.catalog__toggle-icon{display:inline-flex;justify-content:center;align-items:center;width:28px;height:28px;border-radius:10px;color:#1c1b21;background:#41ffe4;font-size:15px;font-weight:800;flex:none}.catalog__toggle-icon svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.catalog__toggle-text,.catalog__toggle-value{display:none}.catalog__toggle-text,.catalog__toggle-value{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:left}.catalog__toggle-text{font-size:12px;color:rgba(224,224,224,.7);line-height:1.1}.catalog__toggle-value{margin-left:auto;max-width:58%;font-size:13px;font-weight:700;color:#fff}.catalog__panel{position:fixed;right:0;bottom:0;z-index:40020;padding:14px;border:1px solid rgba(255,255,255,.1);border-radius:0;background:linear-gradient(180deg,rgba(30,47,59,.98),rgba(12,20,27,.98));box-shadow:0 24px 70px rgba(0,0,0,.52)}.catalog__panel--filters{position:fixed!important;top:0;left:auto;bottom:0;right:0;height:100vh;height:100dvh;min-height:100vh;min-height:100dvh;max-height:100dvh;width:min(420px,calc(100vw - 42px));max-width:calc(100vw - 42px);border-radius:22px 0 0 22px;transform:translateX(105%);transition:transform .24s ease;overflow-y:auto;padding-bottom:calc(92px + env(safe-area-inset-bottom))}.catalog__panel--sort{top:60px;right:8px;bottom:auto;width:min(92vw,280px);border-radius:18px;opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .2s ease,transform .2s ease}.catalog__direction-toggle{display:inline-flex;justify-content:center;align-items:center;width:44px;height:44px;min-width:44px;flex-direction:column;gap:1px;border:0;border-left:1px solid rgba(65,255,228,.14);border-radius:0;background:rgba(65,255,228,.055);color:#41ffe4;cursor:pointer;transition:border-color .2s ease,background-color .2s ease,transform .2s ease}.catalog__direction-toggle svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .2s ease}.catalog__dir-icon--asc,.catalog__direction-toggle.is-asc .catalog__dir-icon--desc{display:none}.catalog__direction-toggle.is-asc .catalog__dir-icon--asc{display:block}.catalog__direction-toggle small{color:rgba(224,224,224,.72);font-size:9px;font-weight:900;line-height:1}.catalog__direction-toggle:hover{background:rgba(255,255,255,9%)}.catalog__sort-combo.is-disabled,.catalog__panel--sort.is-disabled{opacity:.72}.catalog__sort-combo.is-disabled button,.catalog__panel--sort.is-disabled button{cursor:not-allowed}.catalog__direction-toggle--desktop{display:none}.catalog__nav--filters-open .catalog__panel--filters,.catalog__nav--sort-open .catalog__panel--sort{opacity:1;pointer-events:auto;transform:translate(0,0)}body.catalog-filter-open .catalog__panel--filters{opacity:1;pointer-events:auto;transform:translate(0,0)}.catalog__panel-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;color:#fff;font-size:15px;font-weight:800}.catalog__panel-close{display:inline-flex;justify-content:center;align-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,8%);border-radius:12px;background:rgba(255,255,255,6%);color:#fff;font-size:24px;line-height:1;cursor:pointer}.catalog__backdrop{position:fixed;inset:0;z-index:40010;display:none;background:rgba(0,0,0,.46)}body.catalog-filter-open .catalog__backdrop,.catalog__nav--filters-open .catalog__backdrop{display:block}:is(#categoryFilter,.catalog__panel--filters) .catalog__select-wrap{display:grid;grid-template-columns:1fr;gap:14px}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-columns,:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-column{display:grid;grid-template-columns:1fr;gap:14px;min-width:0}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field{display:grid;gap:8px}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field label,:is(#categoryFilter,.catalog__panel--filters) .catalog__field-row label{margin:0;color:rgba(224,224,224,.76);font-size:12px;font-weight:800;letter-spacing:.02em;text-transform:uppercase}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--wide{padding:12px;border:1px solid rgba(255,255,255,8%);border-radius:16px;background:rgba(255,255,255,.035)}:is(#categoryFilter,.catalog__panel--filters) .catalog__field-row{display:flex;justify-content:space-between;align-items:center;gap:10px}:is(#categoryFilter,.catalog__panel--filters) .catalog__field-row span{color:#41ffe4;font-size:13px;font-weight:900}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-quick{min-width:132px;max-width:170px;height:34px;padding:0 30px 0 10px;border:1px solid rgba(65,255,228,.18);border-radius:999px;background-color:rgba(65,255,228,8%);background-image:url(../images/arrow2.svg);background-repeat:no-repeat;background-position:right 10px center;background-size:14px;color:#41ffe4;font-size:12px;font-weight:900;outline:none;cursor:pointer;appearance:none;-webkit-appearance:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-quick:focus{border-color:rgba(65,255,228,.42);box-shadow:0 0 0 3px rgba(65,255,228,8%)}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-quick option{color:#121820;background:#fff}:is(#categoryFilter,.catalog__panel--filters) .catalog__range-control{display:grid;grid-template-columns:74px 1fr 48px;align-items:center;gap:8px;color:#dce8ed;font-size:13px;font-weight:700}:is(#categoryFilter,.catalog__panel--filters) .catalog__range-control input[type=range]{width:100%;accent-color:#41ffe4}:is(#categoryFilter,.catalog__panel--filters) .catalog__range-control output{justify-self:end;color:#fff;font-weight:900}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range{position:relative;height:34px;margin:4px 2px 0}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range-track{position:absolute;top:14px;left:0;right:0;height:6px;border-radius:999px;background:rgba(255,255,255,.12)}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range-track span{position:absolute;top:0;bottom:0;border-radius:inherit;background:linear-gradient(90deg,#41ffe4,#3bbbd1);box-shadow:0 0 14px rgba(65,255,228,.22)}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range input[type=range]{position:absolute;top:5px;left:0;width:100%;height:24px;margin:0;background:0 0;pointer-events:none;appearance:none;-webkit-appearance:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range input[type=range]::-webkit-slider-runnable-track{height:6px;background:0 0}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range input[type=range]::-moz-range-track{height:6px;background:0 0}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range input[type=range]::-webkit-slider-thumb{width:22px;height:22px;margin-top:-8px;border:3px solid #122126;border-radius:50%;background:#41ffe4;box-shadow:0 4px 14px rgba(0,0,0,.35);cursor:grab;pointer-events:auto;appearance:none;-webkit-appearance:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__dual-range input[type=range]::-moz-range-thumb{width:22px;height:22px;border:3px solid #122126;border-radius:50%;background:#41ffe4;box-shadow:0 4px 14px rgba(0,0,0,.35);cursor:grab;pointer-events:auto}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-hint{margin:0;color:rgba(224,224,224,.62);font-size:12px;line-height:1.45}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-inputs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-inputs label{display:flex;align-items:center;gap:8px;min-width:0;color:rgba(224,224,224,.76);font-size:12px;font-weight:800;text-transform:uppercase}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-inputs label span{flex:none;white-space:nowrap}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-input{width:100%;height:36px;padding:0 12px;border:1px solid rgba(255,255,255,8%);border-radius:14px;background:rgba(255,255,255,6%);color:#fff;font-size:14px;font-weight:800;outline:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-input:focus{border-color:rgba(65,255,228,.34);box-shadow:0 0 0 3px rgba(65,255,228,8%)}:is(#categoryFilter,.catalog__panel--filters) .catalog__select{display:block!important;width:100%;height:46px;padding:0 42px 0 14px;border:1px solid rgba(255,255,255,8%);border-radius:14px;background-color:rgba(255,255,255,6%);background-image:url(../images/arrow2.svg);background-repeat:no-repeat;background-position:right 14px center;background-size:16px;color:#fff;font-size:14px;font-weight:700;cursor:pointer;outline:none;appearance:none;-webkit-appearance:none;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-help{color:rgba(224,224,224,.56);font-size:12px;line-height:1.35}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-head{display:flex;align-items:center;justify-content:space-between;gap:10px}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-actions{display:inline-flex;align-items:center;gap:6px;flex:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-actions button{min-height:26px;padding:0 8px;border:1px solid rgba(65,255,228,.16);border-radius:999px;background:rgba(65,255,228,7%);color:#41ffe4;font-size:11px;font-weight:900;line-height:1;cursor:pointer}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-actions button:hover{background:rgba(65,255,228,.13)}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-list{display:flex;flex-wrap:wrap;gap:8px;max-height:168px;padding:10px;border:1px solid rgba(255,255,255,8%);border-radius:16px;background:rgba(255,255,255,4%);overflow-y:auto}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-chip{margin:0;cursor:pointer}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-chip input{position:absolute;opacity:0;pointer-events:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-chip span{display:inline-flex;align-items:center;min-height:28px;padding:3px 8px;border:1px solid rgba(255,255,255,.1);border-radius:999px;background:rgba(255,255,255,.055);color:#dce8ed;font-size:12px;font-weight:800;transition:background .18s ease,color .18s ease,border-color .18s ease}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-chip input:checked+span{border-color:rgba(65,255,228,.55);background:linear-gradient(135deg,rgba(65,255,228,.98),rgba(59,187,209,.94));color:#122126}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-chip input:focus-visible+span{box-shadow:0 0 0 3px rgba(65,255,228,.12)}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-actions{position:sticky;left:0;right:0;bottom:calc(-14px - env(safe-area-inset-bottom));display:grid;grid-template-columns:.9fr 1.1fr;gap:10px;padding:12px 0 calc(14px + env(safe-area-inset-bottom));margin-top:6px;background:linear-gradient(180deg,rgba(12,20,27,0),rgba(12,20,27,.96) 18%,rgba(12,20,27,.98));z-index:2}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-reset,:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-apply{height:46px;border-radius:14px;font-size:14px;font-weight:900;cursor:pointer}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-reset{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,6%);color:#dce8ed}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-apply{border:0;background:linear-gradient(135deg,#41ffe4,#3bbbd1);color:#122126;box-shadow:0 10px 28px rgba(59,187,209,.24)}:is(#categoryFilter,.catalog__panel--filters) .catalog__select:hover,:is(#categoryFilter,.catalog__panel--filters) .catalog__select:focus{border-color:rgba(65,255,228,.34);background-color:rgba(255,255,255,9%);box-shadow:0 0 0 3px rgba(65,255,228,8%)}:is(#categoryFilter,.catalog__panel--filters) .catalog__select option{color:#121820;background:#fff}#categoryFilter .catalog__sort-menu{display:grid;gap:6px;width:100%;padding:6px;margin:0;border:1px solid rgba(255,255,255,8%);border-radius:16px;background:rgba(255,255,255,5%)}.catalog__sort-current{display:none}#categoryFilter .catalog__sort-option{display:flex;justify-content:space-between;align-items:center;min-height:40px;padding:9px 12px;border:0;border-radius:12px;color:#dce8ed;background:0 0;font-size:14px;font-weight:700;text-align:left;cursor:pointer;transition:background .2s ease,color .2s ease,transform .2s ease}#categoryFilter .catalog__sort-option:hover{color:#41ffe4;background:rgba(255,255,255,6%)}#categoryFilter .catalog__sort-option.is-active{color:#122126;background:linear-gradient(135deg,#41ffe4,#3bbbd1);box-shadow:0 8px 24px rgba(59,187,209,.24)}#categoryFilter .catalog__sort-option.is-active::after{content:'✓';font-weight:900}body.catalog-filter-open{overflow:hidden}@media(min-width:768px){#categoryFilter,#categoryFilter.is-fixed{position:relative;top:auto;left:auto;z-index:30;width:100%;margin:0 0 22px;transform:none}.category-filter-spacer,.category-filter-spacer.is-active{display:none;height:0}#categoryFilter .catalog__nav{display:grid;grid-template-columns:1fr minmax(240px,300px);gap:14px;align-items:start;padding:16px;border-radius:22px;background:radial-gradient(circle at 0 0,rgba(65,255,228,.12),transparent 34%),linear-gradient(180deg,rgba(17,31,39,.96),rgba(9,18,25,.9));box-shadow:0 18px 46px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,6%);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.catalog__mobile-actions,.catalog__panel-head,.catalog__backdrop{display:none!important}.catalog__panel{position:relative!important;inset:auto;z-index:2;display:block;width:auto;padding:0;border:0;border-radius:0;background:0 0;box-shadow:none;opacity:1;pointer-events:auto;transform:none;overflow:visible}.catalog__panel--filters{grid-column:1;min-width:0;min-height:auto;max-height:initial;height:auto;padding:14px;border:1px solid rgba(255,255,255,8%);border-radius:18px;background:rgba(255,255,255,.035)}.catalog__panel--sort{grid-column:2;position:relative;top:auto;display:grid;gap:10px;padding:14px;border:1px solid rgba(65,255,228,.12);border-radius:18px;background:rgba(255,255,255,.045)}.catalog__panel--sort::before{content:'Sắp xếp';color:rgba(224,224,224,.76);font-size:12px;font-weight:900;letter-spacing:.02em;text-transform:uppercase}.catalog__sort-control{display:flex;border:1px solid rgba(65,255,228,.16);border-radius:14px;background:rgba(65,255,228,7%);overflow:hidden;width:50%}.catalog__sort-current{display:flex;justify-content:space-between;align-items:center;gap:10px;min-width:0;width:100%;height:44px;padding:0 12px;border:0;border-radius:0;background:0 0;color:#dce8ed;font-size:13px;font-weight:800;cursor:pointer}.catalog__sort-current strong{color:#fff;font-weight:900}.catalog__sort-current svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;transition:transform .18s ease}.catalog__panel--sort.is-open .catalog__sort-current svg{transform:rotate(180deg)}.catalog__direction-toggle--desktop{display:inline-flex;width:54px;height:44px;border-left:1px solid rgba(65,255,228,.16)}.catalog__direction-toggle--desktop small{font-size:10px;color:#fff}#categoryFilter .catalog__sort-menu{position:absolute;top:calc(100% + 8px);right:0;z-index:25;display:grid;gap:6px;width:100%;min-width:240px;padding:8px;border:1px solid rgba(255,255,255,.1);border-radius:16px;background:rgba(12,20,27,.98);opacity:0;pointer-events:none;transform:translateY(-6px);box-shadow:0 18px 45px rgba(0,0,0,.4);transition:opacity .18s ease,transform .18s ease}#categoryFilter .catalog__panel--sort.is-open .catalog__sort-menu{opacity:1;pointer-events:auto;transform:translateY(0)}#categoryFilter .catalog__sort-option{min-height:38px;padding:8px 10px;border:0;border-radius:10px;background:0 0;color:#dce8ed;font-size:13px;font-weight:800;text-align:left;white-space:nowrap}#categoryFilter .catalog__sort-option:hover{color:#41ffe4;background:rgba(255,255,255,6%)}#categoryFilter .catalog__sort-option.is-active{color:#122126;background:linear-gradient(135deg,#41ffe4,#3bbbd1);box-shadow:0 8px 22px rgba(59,187,209,.22)}:is(#categoryFilter,.catalog__panel--filters) .catalog__select-wrap{grid-template-columns:repeat(12,minmax(0,1fr));gap:12px;align-items:start}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field{grid-column:span 4;min-width:0}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--wide{grid-column:1/-1;padding:12px;border-radius:16px;background:rgba(0,0,0,.12)}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--chips{grid-column:1/-1}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-list{max-height:104px;padding:8px;gap:7px;border-radius:14px;scrollbar-width:thin}:is(#categoryFilter,.catalog__panel--filters) .catalog__check-chip span{min-height:28px;padding:4px 9px;font-size:12px}:is(#categoryFilter,.catalog__panel--filters) .catalog__select,:is(#categoryFilter,.catalog__panel--filters) .catalog__year-input{height:42px;border-radius:12px;min-width:0}:is(#categoryFilter,.catalog__panel--filters) .catalog__field-row{min-height:42px}:is(#categoryFilter,.catalog__panel--filters) .catalog__year-quick{height:32px;min-width:118px}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-help{display:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-actions{position:static;grid-column:1/-1;display:flex;justify-content:flex-end;gap:10px;padding:4px 0 0;margin:0;background:0 0}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-reset,:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-apply{min-width:118px;height:42px;border-radius:12px}body.catalog-filter-open{overflow:auto}}@media(min-width:1200px){#categoryFilter .catalog__nav{grid-template-columns:1fr;gap:12px;padding:14px}.catalog__sort-control{width:100%}.catalog__panel--sort,.catalog__panel--filters{grid-column:1}.catalog__panel--sort{order:-1}#categoryFilter .catalog__sort-menu{position:static;display:none;width:100%;min-width:0;margin-top:0;opacity:1;pointer-events:auto;transform:none;box-shadow:none}#categoryFilter .catalog__panel--sort.is-open .catalog__sort-menu{display:grid;transform:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__select-wrap{grid-template-columns:1fr}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field{grid-column:1/-1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--wide{grid-column:1/-1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--chips{grid-column:1/-1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-actions{grid-column:1/-1;display:grid;grid-template-columns:.9fr 1.1fr}}@media(min-width:1200px){#categoryFilter .catalog__nav{padding:18px;border-radius:24px}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-columns{grid-template-columns:1fr}:is(#categoryFilter,.catalog__panel--filters) .catalog__select-wrap{gap:14px}}@media(min-width:768px) and (max-width:1199px){#categoryFilter .catalog__nav{grid-template-columns:1fr}#categoryFilter .catalog__panel--filters{order:1;grid-column:1}#categoryFilter .catalog__panel--sort{order:2;grid-column:1}#categoryFilter .catalog__sort-menu{position:static;display:none;width:100%;min-width:0;margin-top:0;opacity:1;pointer-events:auto;transform:none;box-shadow:none}#categoryFilter .catalog__panel--sort.is-open .catalog__sort-menu{display:grid;transform:none}:is(#categoryFilter,.catalog__panel--filters) .catalog__select-wrap{grid-template-columns:1fr;align-items:start}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-columns{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;width:100%}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-column{align-content:start}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field{grid-column:1/-1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--type{order:1}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--country{order:2}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--year{order:3}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--genre{order:4}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--status{order:5}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-field--watch{order:6}:is(#categoryFilter,.catalog__panel--filters) .catalog__filter-actions{order:7;grid-column:1/-1;display:grid;grid-template-columns:.9fr 1.1fr;align-self:end}}.modal{position:relative;display:block;background-color:#1c1b21;margin:40px auto;width:100%;max-width:440px;padding:20px 20px 5px;border-radius:16px;overflow:hidden;border:1px solid rgba(47,128,237,.1)}.modal .mfp-close{display:none}.modal__close{position:absolute;top:20px;right:20px}.modal__close svg{fill:#fff;opacity:.5;transition:.5s;height:auto;width:24px}.modal__close:hover svg{opacity:1;fill:#3bbbd1}@media(min-width:768px){.modal{padding:20px 30px 15px}.modal__close{top:30px;right:30px}}.mfp-bg{background-color:#1c1b21}.mfp-container{padding:0 15px!important}.mfp-iframe-scaler iframe{border-radius:16px;box-shadow:none;background-color:#1c1b21;border:1px solid rgba(47,128,237,.1)}.mfp-iframe-holder .mfp-content{max-width:910px}@media(min-width:1440px){.mfp-iframe-holder .mfp-content{max-width:956px}}.mfp-figure::after{box-shadow:none;background-color:#1c1b21}.mfp-fade.mfp-bg{opacity:0;transition:all .4s ease-in-out}.mfp-fade.mfp-bg.mfp-ready{opacity:.8}.mfp-fade.mfp-bg.mfp-removing{opacity:0}.mfp-fade.mfp-wrap .mfp-content{opacity:0;transition:all .4s ease-in-out}.mfp-fade.mfp-wrap.mfp-ready .mfp-content{opacity:1}.mfp-fade.mfp-wrap.mfp-removing .mfp-content{opacity:0}.mfp-iframe-holder .mfp-close{color:transparent;transition:opacity .5s}.mfp-iframe-holder .mfp-close:before{content:'';position:absolute;top:0;right:0;width:44px;height:44px;background:url(/images/close.svg)no-repeat 50%}.my-mfp-zoom-in .zoom-anim-dialog{opacity:0;transition:all .4s ease-in-out;transform:scale(.8)}.my-mfp-zoom-in.mfp-ready .zoom-anim-dialog{opacity:1;transform:scale(1)}.my-mfp-zoom-in.mfp-ready.mfp-bg{opacity:.8}.my-mfp-zoom-in.mfp-removing .zoom-anim-dialog{transform:scale(.8);opacity:0}.my-mfp-zoom-in.mfp-removing.mfp-bg{opacity:0}.my-mfp-zoom-in.mfp-bg{opacity:0;transition:opacity .4s ease-out}.select2-container{width:33.33%!important;margin-right:10px}.select2-container .select2-selection--single{height:40px;background-color:initial!important;border-radius:0;border:none}.select2-container .select2-selection--single .select2-selection__rendered{line-height:40px;color:#fff;font-size:14px;font-weight:600;transition:.5s;text-align:center}.select2-container .select2-selection--single[aria-expanded=true]{background-color:initial}.select2-container .select2-selection--single:hover .select2-selection__rendered{color:#3bbbd1}.select2-container--default .select2-selection--single .select2-selection__arrow{height:20px;width:16px;top:10px;right:0;background:url(../images/arrow2.svg)no-repeat 50% 100%;background-size:16px}.select2-container--default .select2-selection--single .select2-selection__arrow b{display:none}.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{background-color:#0000;color:#3bbbd1;white-space:nowrap;padding-right:10px}.select2-container--default .select2-results__option--selected{color:#3bbbd1;background-color:#2f353fe8;cursor:default}.header__search__group .select2-results__option{padding:0}.select2-results__option{padding:0;font-size:14px;font-weight:600;color:#e0e0e0;transition:.5s;padding:5px 0}.select2-results__option h4{margin-bottom:0;margin-top:10px}.select2-results__option span{font-weight:600;font-size:12px;color:#ccc}.select2-results__option h4,.select2-results__option span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;letter-spacing:-.3px}.select2-dropdown{border-left:none;border-right:none;border-bottom:none;border-top:none;border-radius:0;min-width:180px;padding:10px 0 10px 20px;background-color:#2f353fe8}.select2-container--open .select2-dropdown--below{border-bottom-left-radius:10px;border-bottom-right-radius:10px}.select2-container--open .select2-dropdown--above{border-top-left-radius:10px;border-top-right-radius:10px}@media(min-width:576px){.select2-container{margin:0 auto}}@media(min-width:992px){.select2-container{margin-right:30px}}.scrollbar-track-y{background:#1c1b21!important;top:10px!important;bottom:10px!important;height:auto!important;width:4px!important;border-radius:4px!important;right:10px!important;overflow:hidden}.scrollbar-thumb-y{background:#2f353fe8!important;width:4px!important;border-radius:4px!important}.scrollbar-track-x{background:#1c1b21!important;left:10px!important;right:10px!important;height:4px!important;width:auto!important;border-radius:4px!important;bottom:10px!important;overflow:hidden}.scrollbar-thumb-x{background:#2f353fe8!important;height:4px!important;border-radius:4px!important}#mContent{text-align:justify;padding-bottom:12px}.select2-results__options::-webkit-scrollbar{width:16px;background-clip:padding-box}.select2-results__options::-webkit-scrollbar-track{background-color:#f4f4f4;height:8px;background-clip:padding-box;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent}.select2-results__options::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:#2f353fe8;border-right:10px solid transparent;border-top:10px solid transparent;border-bottom:10px solid transparent}.select2-results__options::-webkit-scrollbar-button{display:none}.catalog__paginator li.disabled{pointer-events:none;opacity:.5}.grid-page-num{cursor:pointer}.dashbox__more{display:flex;flex-direction:row;justify-content:center;align-items:center;background-color:#1c1b21;font-size:12px;padding:5px 15px;color:#e0e0e0;border-radius:12px;cursor:pointer;margin:0 auto;width:fit-content}.owl-carousel{touch-action:pan-y!important}.owl-carousel .card__cover{height:250px}.homebg{position:absolute;width:100%;height:100%;bottom:85px;background-size:cover;background-image:url(/assets/images/hero0-mobile.webp)}@media(min-width:768px){.homebg{background-image:url(/assets/images/hero0.webp)}}.no-data{position:absolute;display:none;z-index:100;text-align:center;align-self:center;left:0;right:0;top:0;padding-top:40px;background:#000}.no-data i{color:#ff4500;padding:5px 10px}#categoryGrid .no-data{background:initial;color:#eee}.board{display:flex;flex-direction:column;justify-content:space-between;margin-bottom:15px}.board .slider-radio{border-radius:5px;background:0 0;flex-direction:column;gap:5px}.board .slider-radio label{display:inline-flex;align-items:center;justify-content:center;padding:3px 7px;margin:0 5px 0 0;border-radius:6px;border:1px solid #ccc;color:#fff;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:12px;position:relative;white-space:nowrap;background:#2d2b17;opacity:.6;gap:3px}.board .slider-radio input[type=radio]:hover+label{box-shadow:0 0 15px rgb(91 225 249/.6),0 0 30px rgba(255,77,77,.3);opacity:.8}.board .slider-radio input[type=radio]:checked+label{background:linear-gradient(145deg,#386578,#1a1c20);box-shadow:0 0 8px rgb(68 100 142/43%),0 0 15px rgba(255,77,77,.2);border:1px solid #45a2c2c7;opacity:1}.section--server{display:flex;width:100%;padding:12px 14px;gap:10px;border:1px solid rgba(59,187,209,.12);border-radius:16px;background:radial-gradient(circle at top left,rgba(59,187,209,.12),transparent 36%),rgba(255,255,255,.035);box-shadow:inset 0 1px rgba(255,255,255,.035)}.switchsv-box{align-items:center;margin:0}.switchsv-box,.board .slider-radio .sv-btn{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;gap:7px}.board .slider-radio .sv-btn{justify-content:flex-start;flex-wrap:nowrap;overflow-x:auto;overflow-y:hidden;-webkit-overflow-scrolling:touch;scrollbar-width:thin;padding-bottom:2px}.board .slider-radio .sv-btn label{flex:none}.board .slider-radio .sv-btn label.is-selected,.board .slider-radio input[type=radio]:checked+label{position:relative;color:#fff;border-color:rgba(59,187,209,.78);background:linear-gradient(135deg,rgba(39,151,179,.78),rgba(24,71,91,.62));box-shadow:0 7px 18px rgba(0,0,0,.28),inset 0 0 0 1px rgba(255,255,255,8%);opacity:1}.board .slider-radio .sv-btn label.has-active-episode{border-color:rgba(92,255,214,.62);box-shadow:0 0 0 1px rgba(92,255,214,.16),0 7px 18px rgba(0,0,0,.22);opacity:1}.board .slider-radio .sv-btn label.has-active-episode::after{content:'';position:relative;width:7px;margin-left:3px;height:7px;border-radius:50%;background:#5cffd6;box-shadow:0 0 8px rgba(92,255,214,.65)}.sv-btn input{display:none}.board h5{color:#ddd;align-self:center;white-space:nowrap;margin:0;padding-right:5px}.board .sv-name{width:100%;padding-bottom:5px;font-size:16px;font-weight:700;color:#fff}.board-server{display:none;width:100%;max-height:200px;overflow:auto;animation:vanish .5s;overscroll-behavior:contain}.slide-server:nth-child(n+2){display:none}.slide-server.active,.board-server.active{display:flex;animation:appear .5s}.sv__slide{display:none}.sv__slide+label{padding:10px 5px;margin:5px;cursor:pointer;border:1px dotted #3a2626;border-top:0}.sv__slide:checked+label{border-bottom:1px solid;color:#3bbbd1;font-weight:700}.sv__slide:checked+label svg{fill:green}.sv__slide+label:hover{color:#3bbbd1}.board-server>div{flex:0 0 16.666667%;max-width:16.666667%}@media(min-width:450px){.board-server>div{flex:0 0 12.5%;max-width:12.5%}}@media(min-width:576px){.board-server>div{flex:0 0 12.5%;max-width:12.5%}.board .slider-radio{flex-direction:row}.board .sv-name{width:auto;padding:0}}@media(min-width:768px){.board-server>div{flex:0 0 8.333333%;max-width:8.333333%}.no-data{padding:100px 0}.board .slider-radio label{padding:4px 8px;font-size:12px}}@media(min-width:992px){.board-server>div{flex:0 0 6.666667%;max-width:6.666667%}}@media(min-width:1200px){.board-server>div{flex:0 0 16.666667%;max-width:16.666667%}.expanding .board-server>div{flex:1;max-width:fit-content}.expanding .btn-sort-eps{margin-bottom:-30px}.expanding .article__player,.expanding .article__board,.expanding .article__similar{grid-column:span 3}.switchsv-btn,.board .slider-radio label{letter-spacing:-.6px}}@media(min-width:1440px){.board-server>div{flex:0 0 12.5%;max-width:12.5%}.board-server .board-item{height:40px}.preview-text{position:absolute;bottom:-1px}}.board-episode,.board-episode-preview{position:relative;display:flex;padding:0 5px 10px;font-size:1em;color:#e0e0e0;font-weight:600;text-align:center}.board-episode-preview{opacity:.6}.board-episode-preview a{cursor:auto;border:2px dashed #6c5e75;color:#c5a0e0}.board-episode-preview a.active,.board-episode-preview a.active .preview-text{color:#fff}.preview-text{font-size:9px;color:#c5a0e0}.board-episode .board-item.active::after{content:"Đang xem";position:absolute;bottom:5px;font-size:9px;text-transform:capitalize;letter-spacing:-.3px;white-space:nowrap}.board-item.active .ep-number{margin-top:-8px}.board-item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;width:50px;height:50px;background:#464d5d;border:1px solid #3e4249;border-radius:10px;color:#fff;text-decoration:none;font-weight:700;font-size:15px;transition:all .3s ease;opacity:.9}.board-item.active{background:linear-gradient(126deg,#0aa1c3,#37c1ae);opacity:1}.board-item:hover{color:#fff;opacity:1}.admin-ep-marker-badges{position:absolute;left:4px;top:-6px;display:inline-flex;gap:2px;z-index:8;pointer-events:none}.admin-ep-marker-badge{min-width:14px;height:14px;padding:0 3px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:8px;font-weight:900;line-height:1;box-shadow:0 2px 8px rgba(0,0,0,.28)}.admin-ep-marker-badge--intro{background:linear-gradient(135deg,#f59e0b,#ef4444)}.admin-ep-marker-badge--outro{background:linear-gradient(135deg,#8b5cf6,#2563eb)}.board-item.ep-new::before{content:"MỚI";position:absolute;top:-2px;right:-6px;background:#e74c3c;color:#fff;font-size:8px;font-weight:900;letter-spacing:.3px;padding:1px 4px;border-radius:4px;line-height:1.4;z-index:1;pointer-events:none}.board-item.ep-watched{opacity:.8}.board-item.ep-watched::before{content:"✓";position:absolute;top:0;right:-5px;background:#27ae60;color:#fff;font-size:9px;font-weight:900;width:14px;height:14px;border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:5;pointer-events:none;line-height:14px;text-align:center}.board-item.active.ep-watched,.board-item.active.ep-new{opacity:1}.board-item .ep-progress{position:absolute;bottom:0;left:0;height:3px;background:linear-gradient(90deg,#0aa1c3,#e5e5e5);border-radius:0 0 10px 10px;pointer-events:none;transition:width .3s}.card__watch-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:rgba(255,255,255,.15);z-index:4;pointer-events:none}.card__watch-progress-fill{height:100%;background:linear-gradient(90deg,#0aa1c3,#37c1ae);border-radius:0 2px 2px 0;max-width:100%}.card__resume-btn{display:none;position:absolute;bottom:10px;left:50%;transform:translateX(-50%)scale(.9);z-index:5;background:rgba(10,161,195,.92);color:#fff;font-size:11px;font-weight:800;padding:2px 5px;border-radius:20px;white-space:nowrap;border:none;cursor:pointer;transition:transform .2s,opacity .2s;text-decoration:none}.card:hover .card__resume-btn{display:block;transform:translateX(-50%)scale(1)}.history-result{position:absolute;top:100%;right:0;left:auto!important;min-width:320px;max-width:380px;max-height:480px;overflow-y:auto;z-index:1050;padding:6px;background:linear-gradient(180deg,rgba(24,31,43,.98),rgba(15,20,30,.98));border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 18px 46px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,4%);display:none;overscroll-behavior:contain;box-sizing:border-box}.history-result::-webkit-scrollbar,.bookmark-result::-webkit-scrollbar,.bookmark_dropdown .select2-results__options::-webkit-scrollbar{width:6px}.history-result::-webkit-scrollbar-thumb,.bookmark-result::-webkit-scrollbar-thumb,.bookmark_dropdown .select2-results__options::-webkit-scrollbar-thumb{background:rgba(255,255,255,.18);border-radius:999px}.history-result::-webkit-scrollbar-track,.bookmark-result::-webkit-scrollbar-track,.bookmark_dropdown .select2-results__options::-webkit-scrollbar-track{background:0 0}.history-result.show{display:block}@media(max-width:767px){.history-result{position:fixed;top:56px;right:0;left:0!important;width:100%;max-width:100%;min-width:0;max-height:calc(100vh - 140px - env(safe-area-inset-bottom));padding:8px;border-width:0 0 1px;border-radius:0 0 18px 18px}}.history-item{display:flex;align-items:center;gap:11px;padding:9px;cursor:pointer;border:1px solid transparent;border-radius:10px;text-decoration:none;color:#f4f7fb;transition:background .2s,border-color .2s,transform .2s}.history-item:hover{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,8%);color:#fff}.history-item__thumb{width:46px;height:64px;object-fit:cover;border-radius:6px;flex-shrink:0;background:linear-gradient(135deg,#273140,#151b25);box-shadow:0 8px 18px rgba(0,0,0,.28)}.history-item__info{flex:1;min-width:0;color:#f3f6fb}.history-item__name{font-size:13px;font-weight:700;line-height:1.35;color:#f5f7fb;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:2px}.history-item__sub{display:inline-flex;width:fit-content;max-width:100%;padding:2px 7px;border-radius:999px;font-size:11px;font-weight:700;color:#7ee8ff;background:rgba(10,161,195,.13);margin-bottom:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-item__progress{height:4px;background:rgba(255,255,255,.13);border-radius:999px;overflow:hidden;margin-top:4px}.history-item__progress-fill{height:100%;background:linear-gradient(90deg,#12c5ef,#55e0bf);border-radius:inherit}.history-item__remove{flex-shrink:0;background:rgba(255,255,255,5%);border:none;color:#b8c0cc;cursor:pointer;padding:4px;border-radius:4px;line-height:1;transition:color .2s,background .2s}.history-item__remove:hover{color:#ff6b6b;background:rgba(255,107,107,.13)}.history-empty{padding:18px 12px;font-size:13px;color:#c4cad4;text-align:center}.history-header{position:sticky;top:-6px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 8px 10px;font-size:12px;font-weight:700;color:#f5f7fb;background:linear-gradient(180deg,rgba(24,31,43,.98),rgba(20,27,38,.98));border-bottom:1px solid rgba(255,255,255,9%);margin-bottom:5px}.history-clear-btn{font-size:11px;color:#d7deea;background:rgba(255,255,255,6%);border:none;cursor:pointer;padding:5px 8px;border-radius:999px;white-space:nowrap;transition:background .2s,color .2s}.history-clear-btn:hover{color:#fff;background:rgba(255,255,255,.12);text-decoration:none}.history-clear-all{color:#ff9b9b}.history-close-btn{margin-left:auto}.video-tile{position:relative;display:inline-block;cursor:pointer;height:220px;width:calc(100% - -40px);margin-left:-20px;overflow:hidden;border-radius:10px;z-index:10;aspect-ratio:16/9}.grid__section.expanding .video-tile{height:auto}.player-title{z-index:999;width:100%;min-width:0}.player-title .d-flex{flex-wrap:wrap;align-items:center;gap:6px 0;padding-bottom:0!important}.ep-other{display:inline-flex;align-items:center;gap:5px;font-size:13px;padding-right:5px;color:#aea79d}.ep-other-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(59,187,209,.16);color:#3bbbd1;font-size:9px}.ep-name{z-index:10;margin:0 0 8px;padding-bottom:0;font-size:18px;line-height:1.35}.ep-tmdb-name{font-size:.88em;font-weight:600;opacity:.9}.player-title .ep-name:only-child{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ep-prev,.ep-next{display:inline-flex;align-items:center;gap:5px;cursor:pointer;font-size:13px;font-weight:600;color:#eafcff;background:rgba(34,88,104,.72);border:1px solid rgba(59,187,209,.2);padding:3px 8px;border-radius:999px}.ep-prev.hidden,.ep-next.hidden{display:none}.ep-nav-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex:none;border-radius:50%;background:rgba(59,187,209,.18);color:#3bbbd1}.ep-nav-icon svg{width:13px;height:13px}.ep-prev{margin-right:10px}.ep-prev:hover,.ep-next:hover{opacity:.9;color:#3bbbd1;border-color:rgba(59,187,209,.45);background:rgba(59,187,209,.16)}.ep-prev.is-loading,.ep-next.is-loading{opacity:.55;pointer-events:none;cursor:wait}body.episode-switch-locked .board-item,body.episode-switch-locked .switchsv-btn,body.episode-switch-locked .video-tile{pointer-events:none;cursor:wait}body.episode-switch-locked .board-item,body.episode-switch-locked .switchsv-btn{opacity:.72}.video-tile:hover:before{opacity:1}.video-tile img{width:100%;height:auto;border-radius:5px}@media(min-width:576px){.ep-other{width:100%}}@media(min-width:768px){.video-tile{height:400px}.ep-other{width:auto}}.video-tile .curtain{background-color:#000;opacity:.8;width:100%;height:100%;position:absolute;top:0;left:0;transition:opacity .5s ease-in;z-index:1}.video-tile-loader{display:none;width:100%;height:100%;z-index:10;position:absolute;border-radius:5px;top:0;left:0;opacity:0;transition:opacity .5s ease-in}.video-tile-loader>div{height:100%;width:100%}.catalog .loading,.video-tile .loading{position:absolute;top:49%;left:50%;transform:translate(-50%,-50%);z-index:9}.catalog .loading{top:150px;opacity:0}#categoryGrid{min-height:100px}.video-tile .loading{display:none}.video-tile iframe{width:100%;height:100%}.video-tile .play{width:86px;height:60px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);transform-origin:center;z-index:9;cursor:pointer;border-radius:18px;display:flex;align-items:center;justify-content:center;transition:transform .2s cubic-bezier(.2,.8,.2,1)}.video-tile .play::before{content:"";position:absolute;inset:0;border-radius:inherit;background:rgba(0,0,0,.28);box-shadow:0 16px 42px rgba(0,0,0,.44);opacity:.7;transition:opacity .2s ease,transform .2s ease}.play-button{width:74px;height:74px;border-radius:125px;backdrop-filter:blur(4px);border:0;padding:0;position:relative;outline:10px inset #fff;z-index:2;display:flex;align-items:center;justify-content:center;box-shadow:0 12px 30px rgba(0,0,0,.42);transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.play-button .player-icon{width:74px;height:74px;margin-left:0;fill:#fff;filter:drop-shadow(0 5px 14px rgba(0,0,0,.38));transition:fill .2s ease,transform .2s ease,filter .2s ease;position:relative;z-index:1}.video-tile:hover .play{transform:translate(-50%,-50%)scale(1.07)}.video-tile:hover .play::before{opacity:1;transform:scale(1.08,1.16)}.video-tile:hover .play-button{background:#342323;box-shadow:0 16px 42px rgb(235 202 14/45%),0 14px 36px rgb(165 143 0/43%);opacity:.9}.play-button:hover{outline-style:ridge}.video-tile:hover .player-icon{fill:#fff;filter:none;transform:scale(1.08)}.lds-spinner{display:inline-block;position:relative;width:80px;height:80px}.lds-spinner div{display:inline-block;position:absolute;left:8px;width:16px;background:#fed;animation:lds-spinner 1.2s cubic-bezier(0,.5,.5,1)infinite}.lds-spinner div:nth-child(1){left:8px;animation-delay:-.24s}.lds-spinner div:nth-child(2){left:32px;animation-delay:-.12s}.lds-spinner div:nth-child(3){left:56px;animation-delay:0}@keyframes lds-spinner{0%{top:8px;height:64px}50%,100%{top:24px;height:32px}}.bookmark_dropdown,.search_dropdown{top:130px;z-index:1111;margin:0 10px;width:100vw!important;position:fixed}.bookmark_dropdown .select2-search,.search_dropdown .select2-search{display:none}.select2-results__options{min-height:300px;overscroll-behavior:contain}@media(min-width:576px){.bookmark_dropdown,.search_dropdown{margin:0 20px;width:calc(100vw - 40px)!important}}@media(min-width:768px){.bookmark_dropdown,.search_dropdown{margin:0 40px;width:calc(100vw - 80px)!important}}@media(min-width:1200px){.bookmark_dropdown,.search_dropdown{top:72px;width:auto!important;left:auto!important;right:calc(50vw - 490px);min-width:300px}.select2-results__options{max-width:500px}}.bookmark_dropdown,.search-result{transform:none!important;width:100%;height:auto;position:fixed!important}.search-result{display:none}.search-result.show{display:block}.search-result .select2-search--dropdown{display:none}.search-result img{width:40px;height:50px;margin-right:10px}.search-result__item{display:flex;flex-direction:row;margin-bottom:10px}.search-result__info{display:flex;flex-direction:column;overflow:hidden}.search-result__info h4{margin-top:-4px}.bookmark-result{position:absolute;top:100%;right:0;left:auto!important;min-width:320px;max-width:380px;max-height:480px;overflow-y:auto;padding:6px;margin:0;background:linear-gradient(180deg,rgba(24,31,43,.98),rgba(15,20,30,.98));border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 18px 46px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,4%);z-index:10020;display:none;overscroll-behavior:contain;box-sizing:border-box}.bookmark-result.show{display:block}.bookmark_dropdown{position:fixed!important;top:auto!important;right:0!important;left:auto!important;width:360px!important;min-width:320px;max-width:380px;max-height:480px;overflow:hidden;margin:0!important;transform:none!important;z-index:10020;padding:6px;background:linear-gradient(180deg,rgba(24,31,43,.98),rgba(15,20,30,.98));border:1px solid rgba(255,255,255,.1);border-radius:14px;box-shadow:0 18px 46px rgba(0,0,0,.45),inset 0 1px rgba(255,255,255,4%)}.bookmark_dropdown .select2-results__options{min-height:0;max-height:468px;max-width:none;overflow-y:auto;overscroll-behavior:contain}.bookmark_dropdown .select2-results__option{padding:0;background:0 0!important;color:inherit}.bookmark_dropdown .select2-results__option--highlighted,.bookmark_dropdown .select2-results__option[aria-selected=true]{background:0 0!important;color:inherit!important}.bookmark_label{position:sticky;top:-6px;z-index:2;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 8px 10px;color:#f5f7fb;font-size:12px;font-weight:700;background:linear-gradient(180deg,rgba(24,31,43,.98),rgba(20,27,38,.98));border-bottom:1px solid rgba(255,255,255,9%);margin-bottom:5px}.bookmark-close-btn{padding:5px 8px;border-radius:999px;background:rgba(255,255,255,6%);border:0;color:#d7deea;font-size:11px;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .2s,color .2s}.bookmark-close-btn:hover{color:#fff;background:rgba(255,255,255,.12)}.bookmark-item{display:flex;align-items:center;justify-content:space-between;gap:11px;min-height:70px;padding:9px;border:1px solid transparent;border-radius:10px;cursor:pointer;color:#f4f7fb;text-decoration:none;transition:background .2s,border-color .2s}.bookmark-item:hover{background:rgba(255,255,255,.075);border-color:rgba(255,255,255,8%);color:#fff;text-decoration:none}.bookmark-thumb{flex:0 0 46px;width:46px;height:64px;border-radius:8px;object-fit:cover;background:linear-gradient(135deg,#273140,#151b25);box-shadow:0 8px 18px rgba(0,0,0,.28)}.bookmark-thumb--empty::before{content:"";display:block;width:100%;height:100%;border-radius:inherit;background:linear-gradient(135deg,rgba(255,255,255,8%),rgba(255,255,255,2%))}.bookmark-info{flex:1;min-width:0;padding-right:0;overflow:hidden}.bookmark-info h4{margin:0 0 3px;color:#f5f7fb;font-size:13px;font-weight:700;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bookmark-info span{display:inline-flex;width:fit-content;max-width:100%;padding:2px 7px;border-radius:999px;color:#7ee8ff;background:rgba(10,161,195,.13);font-size:11px;font-weight:700;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bookmark-remove{display:inline-flex;align-items:center;justify-content:center;flex:0 0 30px;width:30px;height:30px;padding:0;border-radius:8px;background:rgba(255,255,255,5%);transition:background .2s}.bookmark-remove svg{width:16px;height:16px;fill:#b8c0cc;stroke:#b8c0cc;transition:fill .2s,stroke .2s}.bookmark-remove:hover{background:rgba(255,107,107,.13)}.bookmark-remove:hover svg{fill:#ff6b6b;stroke:#ff6b6b}.bookmark-empty{padding:18px 12px;font-size:13px;color:#c4cad4;text-align:center}@media(max-width:767px){.bookmark-result{position:fixed;top:56px;right:0;left:0!important;width:100%;max-width:100%;min-width:0;max-height:calc(100vh - 140px - env(safe-area-inset-bottom));padding:8px;border-width:0 0 1px;border-radius:0 0 18px 18px}.bookmark_dropdown{width:100%!important;min-width:0;max-width:100%;max-height:calc(100vh - 56px);padding:8px;border-width:0 0 1px;border-radius:0 0 18px 18px}.bookmark_dropdown .select2-results__options{max-height:calc(100vh - 56px)}}img.show{display:initial}.head-content{display:grid;grid-template-rows:1fr;transition:grid-template-rows .6s ease;overflow:hidden}.head-content.shorten{grid-template-rows:3.2em}.head-content.shorten::after{content:"";position:absolute;bottom:0;height:80px;background:linear-gradient(transparent,#19181d96);pointer-events:none;transition:opacity .3s;width:calc(100% - -50px);margin-left:-20px}.article__reference .head-content.shorten::after{margin-left:-30px;margin-bottom:-10px}.article__resource .head-content.shorten::after{background:linear-gradient(to bottom,rgba(30,35,44,0) 0%,rgb(42 176 199/18%) 25%,#292b32 100%)}.article__resource{grid-column:span 2;position:relative;overflow:hidden;max-height:437px;min-height:100%;align-self:stretch}.article__resource.is-expanded{max-height:none;overflow:visible}.article__head.is-expanded .head-content{overflow:visible}.article-desc-wrapper.is-open .head-content{display:block!important;grid-template-rows:none!important;height:auto!important;max-height:none!important;overflow:visible!important}.article-desc-wrapper.is-open .inner-content{display:block}.article-desc-wrapper.is-open .head-content::after{display:none!important}@supports(hanging-punctuation:first) and (-webkit-appearance:none){.article__resource{height:fit-content}}.article__resource .head-content.shorten{grid-template-rows:7.2em}.readmore-btn{cursor:pointer;font-size:13px;display:block;color:aqua!important;text-align:center!important;padding-top:10px}.readmore-btn:hover{opacity:.8}.head-content:not(.shorten){overflow:visible}.inner-content{min-height:0}@keyframes invite-bounce{0%,100%{transform:translateY(0)rotate(0)}50%{transform:translateY(-5px)rotate(0)}}.readmore-btn .chevron-icon{display:inline-block;transition:transform .4s ease;animation:invite-bounce 1.5s ease-in-out infinite}.readmore-btn .chevron-icon.rotated{animation:none;transform:rotate(180deg)}.card-gradient{background:linear-gradient(transparent,#1c1b21)}#tab-3{min-height:150px}.fb-comments{background:#b0e0e6;padding:0;margin:0;height:auto;border-radius:10px;display:inline-block!important;min-height:160px}.fb-loading{left:45%;margin-top:60px;z-index:10}.back-to-top{position:fixed;bottom:100px;right:25px;display:none;transition:all .25s ease-in-out;opacity:.8;cursor:pointer;z-index:20000;padding:8px;margin:0;backdrop-filter:brightness(.5);border-radius:10px}.back-to-top:hover{opacity:1;text-decoration:none;color:#3bbbd1}#sound-off-icon,#sound-on-icon{z-index:0;position:absolute}#sound-off-icon{top:5px;right:10px}#sound-on-icon{top:5px;left:10px}@media(min-width:992px){.back-to-top{padding:1em!important;margin:1em!important}}.switch{position:relative;display:inline-block;width:60px;height:34px;cursor:pointer}.switch input{opacity:0;width:0;height:0}.switch:before input{content:"switch";opacity:0;width:0;height:0}.slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#bb9393;-webkit-transition:.4s;transition:.4s}.slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;background-color:#fff;-webkit-transition:.4s;transition:.4s}input:checked+.slider{background-color:#2196f3}input:focus+.slider{box-shadow:0 0 1px #2196F3}input:checked+.slider:before{content:"";-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.btn-loadmore{float:right}.btn-loadmore svg{stroke:#fff}.btn-loadmore path{fill:#ccc}.btn-loadmore:hover svg{fill:#3bbbd1;stroke:#3bbbd1}.btn-loadmore:hover path{fill:#3bbbd1}.overlay-dark{display:none}.overlay-dark.active{display:block;position:fixed;height:100vh;width:100vw;left:0;top:0;background:#000;z-index:1}body.lights-off .header{z-index:999}body.lights-off .article__left:not(.article__player),body.lights-off .article__right:not(.article__board){display:none}body.lights-off .article__player,body.lights-off .article__board{position:relative;z-index:1000}body.lights-off .article__board>.card__section{background:0 0}body.lights-off .video-tile,body.lights-off .article__actions--details,body.lights-off .article__player .board-server,body.lights-off .article__board .board-server,body.lights-off .article__player .board-item,body.lights-off .article__board .board-item{position:relative;z-index:2}.single-ep.owl-carousel{display:flex}.single-ep~.section__nav{display:none}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}.svg-icon{width:1em;height:1em}.svg-icon path,.svg-icon polygon,.svg-icon rect{fill:#fff}.svg-icon circle{stroke:#fff;stroke-width:1}rect.two,path.three,rect.middle{fill:#3bbbd1}.tag{display:inline-flex;align-items:center;min-height:32px;font-size:14px;padding:6px 12px;margin:3px 2px}.tag:hover{color:#3bbbd1}.contact__success{text-align:center;font-weight:600}.contact__success a{display:inline-block;margin:30px 0;padding-bottom:50px}.contact__success button{width:auto;padding:20px 10px;font-weight:600;margin:0}.contact__alert{padding:20px 10px}.contact__success .contact__alert{color:#3adb15}.contact__failure .contact__alert{color:red}.contact__img{width:200px;height:200px}.about__img{width:320px;max-height:320px;display:flex;margin:0 auto 20px;border-radius:10px}.spinner{position:absolute;display:inline-block;width:50px;height:50px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:2;background-color:initial;background-size:50px 50px;background-position:50%;background-repeat:no-repeat}@keyframes loadspinner{0%{transform:translate(-50%,-50%)rotate(0)}100%{transform:translate(-50%,-50%)rotate(360deg)}}.spinnerSVGnano{animation:loadspinner 1s steps(10)infinite;background-image:url(/assets/images/loading.svg)}.article__keywords{display:none}.subcribe__status.success{color:#0bf912}.subcribe__status.failure{color:#ff5e00}.sw-status,.network-status{position:fixed;bottom:0;display:none;z-index:1;width:100%;display:flex;justify-content:center;z-index:2147483647}.sw-status span,.network-status span{padding:10px;border-radius:5px;color:#fff;display:none;font-weight:600}.sw-status span,.status-online{background:linear-gradient(45deg,#05ff3b,#299d52,#05ff3b)}.status-offline{background:linear-gradient(45deg,#ff3405,#c11818,#ff3405)}img.lozad{opacity:0;transition:opacity .5s}img.lozad[data-loaded=true]{opacity:1}.current-time{background-color:#613559;font-size:15px;padding:4px 8px;border-radius:10px;display:inline-block;margin-left:10px;margin:10px auto;width:100%}@media(min-width:768px){.current-time{width:auto;margin:0;margin-left:10px}.back-to-top{bottom:2px}}.section-schedule-header{background:#10101a}.card-date{border-radius:10px;background:#15152a;display:flex;flex-direction:column;justify-content:center;align-items:center;color:#ccc;font-weight:700;padding:10px;cursor:pointer}.card-date small{font-weight:600}.card-date.active{background:#cae962;color:#000;cursor:auto}.card-date:not(.active):hover{color:#cae962}.schedule__carousel{margin-top:15px}.section-schedule-header .section__nav--cards{top:30px}.schedule-item{display:flex;flex-direction:row;justify-content:space-between;padding:10px;font-weight:700;align-items:baseline;opacity:.8}.schedule-item:hover,.schedule-item:hover .schedule-time{color:#cae962;opacity:1}.schedule-item:nth-of-type(2n){background-color:#10101a}.schedule-item:nth-of-type(2n+1){background-color:#15152a}.schedule-left{display:flex;flex-direction:row;justify-content:flex-start}.schedule-time{padding-right:12px;color:#868a97}.schedule-right{background:#000;padding:5px 10px;font-size:14px;font-weight:600}.footer__notice{width:auto;order:2}.footer__notice span{color:#fff;display:inline-block;padding:10px;background:rgba(0,0,0,.1);width:100%;max-width:340px;font-size:12px;line-height:1.3em;font-weight:300;border:1px solid #393939;text-align:justify;position:relative}.footer__notice span:before{content:"";width:10px;height:10px;position:absolute;border-radius:50%;background:#e62e05;top:-5px;right:-5px}.border-right-xl{border-right:1px solid #0b0b16}.close-static-banner{position:absolute;left:50%;right:auto;top:-38px;transform:translateX(-50%);min-height:30px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:5px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(16,16,24,.9);color:#fff;cursor:pointer;font-size:12px;font-weight:700;line-height:1;box-shadow:0 8px 24px rgba(0,0,0,.35);transition:transform .16s ease,background .16s ease}.close-static-banner:hover,.expand-static-banner:hover{background:rgba(30,30,42,.96)}.close-static-banner:hover{transform:translateX(-50%)translateY(-1px)}.expand-static-banner:hover{transform:translateY(-1px);background:rgba(30,30,42,.96)}.preload-banner{position:fixed;top:0;left:0;width:100vw;height:100vh;padding:18px;display:flex;justify-content:center;align-items:center;background:rgba(4,4,10,.78);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);z-index:10000}.preload-card{position:relative;width:min(92vw,520px);border:1px solid rgba(255,255,255,.12);border-radius:18px;background:linear-gradient(180deg,rgba(24,24,32,.98),rgba(12,12,18,.98));box-shadow:0 24px 80px rgba(0,0,0,.55);overflow:hidden;animation:preloadFadeIn .18s ease-out}.preload-link{display:block;background:#050508}.preload-banner img{display:block;width:100%;max-height:min(66vh,420px);aspect-ratio:4/3;object-fit:cover}.preload-label{position:absolute;top:12px;left:12px;padding:5px 10px;border-radius:999px;background:rgba(0,0,0,.58);color:#fff;font-size:12px;font-weight:600;line-height:1;z-index:2;pointer-events:none}.close-preload-banner{position:absolute;top:10px;right:10px;width:34px;height:34px;display:inline-flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(0,0,0,.62);color:#fff;cursor:pointer;z-index:3;transition:transform .16s ease,background .16s ease,opacity .16s ease}.close-preload-banner-full{width:100%;min-height:46px;display:inline-flex;align-items:center;justify-content:center;gap:6px;border:0;border-top:1px solid rgba(255,255,255,8%);background:rgba(255,255,255,6%);color:rgba(255,255,255,.9);cursor:pointer;font-size:14px;font-weight:600;transition:background .16s ease,color .16s ease}.close-preload-banner:hover,.close-preload-banner-full:hover{opacity:1}.close-preload-banner:hover{transform:scale(1.04);background:rgba(0,0,0,.82)}.close-preload-banner-full:hover{background:rgba(255,255,255,.1);color:#fff}@keyframes preloadFadeIn{from{transform:translateY(8px)scale(.98);opacity:0}to{transform:translateY(0)scale(1);opacity:1}}@media(max-width:480px){.preload-banner{padding:12px}.preload-card{border-radius:14px}.preload-banner img{max-height:64vh}}@media(max-height:500px){.close-preload-banner{width:32px;height:32px}.close-preload-banner-full{min-height:40px}}.player-skip{position:absolute;bottom:66px;right:20px;background:#fff;padding:2px 5px;border-radius:5px}.player-skip:hover{opacity:.9}.overflow-hidden{overflow:hidden}.aside-radio{width:100%;display:flex;justify-content:space-between;padding:5px 0;z-index:10}.aside-radio svg{z-index:1;margin-top:2px}.aside-radio input{display:none}.aside-radio input[type=radio]:checked+label{color:#000;background-color:#41ffe4}.aside-radio label{display:flex;flex-direction:row;justify-content:center;align-items:center;height:30px;padding:0 5px;margin-left:5px;font-size:12px;font-weight:600;color:#e0e0e0;margin-bottom:0;cursor:pointer;border-radius:5px;position:relative;z-index:100;transition:background .5s,color .5s;white-space:nowrap;overflow:hidden}.aside-radio label:hover{opacity:.9}.catalog__navaside{padding:0 5px;position:relative}.lb-header{display:flex;align-items:center;gap:6px;margin-bottom:8px}.lb-header__icon svg{display:block;width:20px;height:20px}.lb-header__title{color:#fff;font-size:14px;font-weight:700;white-space:nowrap;margin:0;flex:1}.lb-tabs{display:flex;align-items:center;gap:2px}.lb-tabs input[type=radio]{display:none}.lb-tabs label{padding:3px 10px;border-radius:20px;font-size:11px;font-weight:700;color:#aaa;cursor:pointer;transition:background .2s,color .2s;white-space:nowrap}.lb-tabs input:checked+label{background:rgba(10,161,195,.18);color:#3bbbd1}.lb-tabs label:hover{color:#fff}.lb-wrapper{position:relative}.lb-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.lb-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;background:rgba(38,62,77,.35);position:relative;transition:background .2s}.lb-item:hover{background:rgba(38,62,77,.65)}.lb-item--top{background:rgba(38,62,77,.5)}.lb-rank{flex-shrink:0;display:flex;flex-direction:column;align-items:center;width:24px;gap:10px}.lb-rank__num{font-size:16px;font-weight:800;color:#aaa;line-height:1}.lb-item:nth-child(1) .lb-rank__num{color:#e84040;font-size:18px}.lb-item:nth-child(2) .lb-rank__num{color:#c89b0a;font-size:17px}.lb-item:nth-child(3) .lb-rank__num{color:#3a7fd5;font-size:17px}.lb-delta{font-size:9px;font-weight:700;line-height:1;margin-top:2px}.lb-delta--up{color:#3dca6e}.lb-delta--down{color:#ff8a8a}.lb-delta--same{color:#555;font-size:11px}.lb-poster{flex-shrink:0;width:40px;height:72px;border-radius:6px;overflow:hidden;display:block;background:#1a1f28}.lb-poster-wrap{position:relative;flex-shrink:0;width:40px;height:72px}.lb-poster img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .3s}.lb-item:hover .lb-poster img{transform:scale(1.06)}.lb-item .card__quickview--leaderboard{top:4px;right:4px;left:auto;width:22px;height:22px;border-radius:7px}.lb-item .card__quickview--leaderboard svg{width:12px}.lb-info{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.lb-title{font-size:12px;font-weight:700;color:#eee;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;display:block;transition:color .2s}.lb-item:hover .lb-title{color:#3bbbd1}.lb-meta{display:flex;align-items:center;gap:5px;color:#ccc;overflow:hidden}.lb-origin{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1;min-width:0}.lb-year{font-size:10px;flex-shrink:0}.lb-badges{display:flex;align-items:center;gap:3px;flex-wrap:wrap}.lb-rating{display:inline-flex;align-items:center;gap:2px;font-size:10px;font-weight:700;color:#f5c518}.lb-rating svg{width:10px;height:10px;fill:#f5c518}.lb-views{display:inline-flex;align-items:center;gap:3px;font-size:10px;color:#ccc}.lb-views svg{width:10px;height:10px;fill:#888}.lb-views .lb-rating{margin-right:4px;padding-right:4px;border-right:1px solid #444}.lb-badges-left{flex:1;display:flex;flex-direction:row;overflow:hidden;text-overflow:ellipsis}.lb-badges-right{}.lb-add{flex-shrink:0;position:relative!important;opacity:0;pointer-events:none;transition:opacity .2s;width:26px;height:26px;align-self:flex-start}.lb-item:hover .lb-add{opacity:1;pointer-events:auto}@media(hover:none),(pointer:coarse){.home__card:hover .home__card-cover img,.card:hover .card__cover img,.card-aside:hover .card-aside__cover img,.lb-item:hover .lb-poster img{transform:none;filter:none;-webkit-filter:none}.home__card:hover .home__card-overlay{background:linear-gradient(180deg,rgba(0,0,0,5%) 0%,rgba(0,0,0,.55) 55%,rgba(0,0,0,.88) 100%)}.card:hover .card__overlay,.card-aside:hover .card-aside__cover .card__overlay{background:rgba(21,31,48,.35)}.card:hover .card__play,.card-aside:hover .card-aside__cover .card__play{opacity:0;transform:translate(-50%,-50%)scale(.75)}.home__card:hover .home__add,.card:hover .card__add,.card:hover .card__quickview,.card-aside:hover .card__add,.card-aside:hover .card__quickview,.lb-item:hover .lb-add,.lb-item:hover .card__quickview,.card__cover:hover .card__quickview{opacity:0!important;pointer-events:none!important;transform:translateY(-4px)!important}.card:hover .card__tl,.card:hover .card__rating,.card:hover .card__ep-badge,.card:hover .card__tr .card__badge,.card:hover .card__tr .card__views--trailer{opacity:1}.card:hover .card__title a,.home__card:hover .home__card-title,.card-aside:hover .card-aside__title a,.lb-item:hover .lb-title{color:inherit}.card:hover .card__resume-btn{display:none}.lb-item:hover{background:rgba(38,62,77,.35)}.lb-item--top:hover{background:rgba(38,62,77,.5)}}.sticky-leaderboard{height:auto;position:sticky;top:60px;align-self:start}.sticky-leaderboard .card__section{max-height:calc(100vh - 120px);overflow:hidden}.sticky-leaderboard .lb-wrapper{max-height:calc(100% - 40px);overflow-y:auto;margin-top:5px}.sticky-leaderboard .lb-wrapper::-webkit-scrollbar{width:3px}.sticky-leaderboard .lb-wrapper::-webkit-scrollbar-thumb{background:#2f353fe8}.sticky-leaderboard .lb-wrapper::-webkit-scrollbar-track{background:#2f353fe8}@media(min-width:992px){.expanding .board>.board-box{flex:1}}.overlay{padding-top:30px;position:absolute;width:100%;height:100%;display:flex;justify-content:center;backdrop-filter:blur(1px);z-index:50}.no-pop a:hover{opacity:.8}.marquee{height:35px;overflow:hidden;position:relative;background:0 0;color:#333;font-weight:600;font-size:1.2rem}.jw-marquee{color:#fff;z-index:1}.marquee .title{color:#0b4887;text-shadow:.5px .5px 0 #ccc,-1px -1px 0 #ccc,1px -1px 0 #ccc,-1px 1px 0 #ccc,1px 1px 0 #ccc;letter-spacing:2px}.marquee p{position:absolute;width:100%;height:100%;width:max-content;margin:0;line-height:35px;text-align:center;-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%);-moz-animation:scroll-left 60s linear infinite;-webkit-animation:scroll-left 60s linear infinite;animation:scroll-left 60s linear infinite;z-index:1;text-shadow:.5px .5px 0 #97197c,-1px -1px 0 #971919,1px -1px 0 #971919,-1px 1px 0 #971919,1px 1px 0 #971919;backdrop-filter:blur(2px)}@-moz-keyframes scroll-left{0%{-moz-transform:translateX(100%)}100%{-moz-transform:translateX(-100%)}}@-webkit-keyframes scroll-left{0%{-webkit-transform:translateX(100%)}100%{-webkit-transform:translateX(-100%)}}@keyframes scroll-left{0%{-moz-transform:translateX(100%);-webkit-transform:translateX(100%);transform:translateX(100%)}100%{-moz-transform:translateX(-100%);-webkit-transform:translateX(-100%);transform:translateX(-100%)}}.jw-logo{visibility:visible!important;opacity:1!important;z-index:10}.raw{background:#bc0f0f;position:absolute;right:0;top:0;font-size:11px;border-radius:3px;line-height:11px;padding:0 1px;font-weight:700}.section--notif{background:#263e4dbf;border-radius:10px;color:#3bbbd1;z-index:2;position:relative;opacity:.9;width:100%;margin:0 4px}.section--notif strong{color:#e1ff01}@keyframes appear{from{opacity:0}to{opacity:1}}@keyframes vanish{from{opacity:1}to{opacity:0}}.article-info{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.imdb{border:1px solid #dba506;width:fit-content;display:inline;padding-right:2px;background:#241646;font-weight:700}#cover-page{position:fixed;top:0;left:0;width:100%;height:100vh;height:100dvh;z-index:9999;transition:transform .35s ease-out;background:#111;will-change:transform;contain:layout paint}.is-unlocked #cover-page{transform:translateY(-100%);pointer-events:none}.welcome-screen{width:100%;height:100vh;position:relative;display:flex;justify-content:center;align-items:center;overflow:hidden}.welcome-screen::before{content:"";top:0;left:0;width:100%;height:100%;position:absolute;background:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.8)),url(/assets/images/hero1-mobile.webp);background-size:cover;background-position:50%;z-index:-1;transform:scale(1.1)}@media(min-width:768px){.welcome-screen::before{background-image:linear-gradient(rgba(0,0,0,.6),rgba(0,0,0,.8)),url(/assets/images/hero1.webp)}}.welcome-screen.unlocked-user{display:none!important}.welcome-content{text-align:center;display:flex;flex-direction:column;align-items:center;width:100%;max-width:500px;padding:0 20px;height:100%;justify-content:center}.welcome-desc{font-size:1em;color:#ccc;padding:5px 15px 25px}.welcome-title{font-size:1.6em;color:#fff;padding:5px 15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.fake-search-bar{width:100%;padding:14px 20px;background:#222;border:1px solid #333;border-radius:30px;color:#888;display:flex;justify-content:space-between;align-items:center;cursor:pointer;margin-bottom:20px;font-size:15px}.fake-search-bar:hover{border-color:#555;background:#252525}.btn-explore{display:inline-flex;align-items:center;gap:12px;padding:18px 45px;font-size:18px;font-weight:700;color:#fff;background:linear-gradient(135deg,#e50914,#b20710);border:none;border-radius:50px;cursor:pointer;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;text-transform:uppercase;letter-spacing:1.5px;animation:pulse-glow 2.8s infinite}.btn-explore:hover{transform:translateY(-5px)scale(1.05);background:linear-gradient(135deg,#ff1a26,#e50914);box-shadow:0 0 30px rgba(229,9,20,.6)}.btn-explore .icon{font-size:12px;background:rgba(255,255,255,.25);width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:50%;backdrop-filter:blur(5px)}@keyframes pulse-glow{0%{box-shadow:0 0 rgba(229,9,20,.7)}70%{box-shadow:0 0 0 15px rgba(229,9,20,0)}100%{box-shadow:0 0 rgba(229,9,20,0)}}.scroll-indicator{position:absolute;bottom:50px;display:flex;flex-direction:column;align-items:center;color:#fff;font-size:14px;font-weight:900;filter:drop-shadow(0 2px 2px rgba(0,0,0,.5));cursor:pointer}.scroll-indicator .arrow{font-size:36px;margin-bottom:5px;animation:bounceKhieu 2s infinite}@keyframes bounceKhieu{0%,20%,50%,80%,100%{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}@media(max-width:767px),(prefers-reduced-motion:reduce){#cover-page{transition-duration:.2s}.btn-explore,.scroll-indicator .arrow{animation:none}.welcome-screen::before{transform:none}}.trailer-alt{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:15px;padding:10px 20px}.trailer-btn{display:flex;align-items:center;background:linear-gradient(135deg,#ff4d4d,#d32f2f);padding:0 15px;border-radius:50px;text-decoration:none;color:#fff;fill:#fff;font-weight:700;font-size:1.2rem;transition:transform .3s ease,box-shadow .3s ease;box-shadow:0 4px 15px rgba(211,47,47,.4);flex-direction:row;width:auto}.trailer-btn:hover{transform:scale(1.05);box-shadow:0 6px 20px rgba(211,47,47,.6);color:#a3c9d2;fill:#a3c9d2}.trailer-btn .play-icon{position:initial;width:48px}.trailer-sub{color:#ddd;font-size:.9rem;display:flex;align-items:center;gap:5px}.board .slider-radio .sv-btn{width:100%;justify-content:flex-start}.sv-icon{display:flex;align-items:center;justify-content:center;width:15px;height:15px;font-size:14px;line-height:1;filter:saturate(.9)}.sv-label{margin-right:0;padding-right:8px;display:flex;gap:3px;position:relative;align-items:center}.sv-id{font-size:12px;font-weight:800;line-height:1;letter-spacing:.15px;color:rgba(245,251,252,.95)}.sv-text{font-size:11px;font-weight:700;line-height:1;color:rgba(220,232,237,.72)}.sv-label::after{content:'';position:absolute;top:50%;right:0;width:3px;height:15px;border-radius:999px;background:linear-gradient(to top,rgba(220,232,237,.28) 0 50%,rgba(220,232,237,.11) 50% 100%);box-shadow:0 0 0 1px rgba(255,255,255,2%);transform:translateY(-50%)}.sv-strength--strong .sv-label::after,.board .slider-radio label.sv-strength--strong .sv-label::after{width:3px;height:17px;background:linear-gradient(to top,#24d7b1 0 100%);box-shadow:0 0 8px rgba(92,255,214,.42)}.sv-strength--medium .sv-label::after,.board .slider-radio label.sv-strength--medium .sv-label::after{width:3px;height:17px;background:linear-gradient(to top,#ffc154 0 62%,rgba(220,232,237,.13) 62% 100%);box-shadow:0 0 6px rgba(255,193,84,.28)}.sv-strength--offline .sv-label::after,.board .slider-radio label.sv-strength--offline .sv-label::after{width:3px;height:17px;background:linear-gradient(to top,#ff6b6b 0 28%,rgba(220,232,237,.13) 28% 100%);box-shadow:0 0 6px rgba(255,86,86,.32)}.switchsv-btn.active.sv-strength--strong .sv-label::after,.board .slider-radio input[type=radio]:checked+label.sv-strength--strong .sv-label::after{background:linear-gradient(to top,#5cffd6 0 100%)}.switchsv-btn.active.sv-strength--medium .sv-label::after,.board .slider-radio input[type=radio]:checked+label.sv-strength--medium .sv-label::after{background:linear-gradient(to top,#ffc154 0 62%,rgba(255,255,255,.18) 62% 100%)}.switchsv-btn.active.sv-strength--offline .sv-label::after,.board .slider-radio input[type=radio]:checked+label.sv-strength--offline .sv-label::after{background:linear-gradient(to top,#ff5656 0 28%,rgba(255,255,255,.18) 28% 100%)}#disqus_thread{opacity:0;transition:opacity 1s ease-in-out;background:#333341;border-radius:5px;padding:20px 15px;min-height:150px;text-align:center}#disqus_thread.is-visible{opacity:1}.content__tabs{display:flex;flex-wrap:wrap;margin-left:-12px;height:100%;overflow:hidden}.content__body{display:none;transition:opacity .3s ease;width:100%;height:calc(100% - 70px);max-height:-webkit-fill-available;overflow-x:hidden;overscroll-behavior:contain;order:999;margin-left:12px}.content__body .card{padding-right:0}.content__label{display:none}.content__label+label{padding:0 10px 20px;cursor:pointer;border:1px dotted #3a2626;border-top:0;height:fit-content;color:#fff;line-height:100%;letter-spacing:-.3px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.content__label+label:first-of-type{border-left:0}.content__label+label:last-of-type{border-right:0}.content__label:checked+label{border-bottom:1px solid;color:#3bbbd1;font-weight:700;display:unset}.content__label:checked+label+.content__body{display:unset}.content__label:checked+label svg{fill:green}.content__label+label:hover{color:#3bbbd1}#tab-actors:checked~.content__body:nth-of-type(1),#tab-directors:checked~.content__body:nth-of-type(2){display:block}.lightbox{overscroll-behavior:contain;overflow-y:auto;height:100%;display:flex;justify-content:center;flex-direction:column;align-items:center;background:rgb(18 18 19/52%)}.article__title{grid-area:title;align-self:start}.article__aliases{display:flex;align-items:center;flex-wrap:wrap;gap:5px;margin-top:8px;color:rgba(255,255,255,.62);font-size:13px;line-height:1.45;max-height:54px;overflow:hidden}.article__alias{display:inline-flex;align-items:center;max-width:100%;padding:2px 7px;border:1px solid rgba(59,187,209,.16);border-radius:999px;background:rgba(59,187,209,8%);color:rgba(255,255,255,.68);font-size:12px;font-weight:600;line-height:1.35;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.article__head{grid-area:head}.article__resource{grid-area:resource}.article__player{grid-area:player}.article__board{grid-area:board}.article__trending{grid-area:trending}.article__side{grid-area:side}.article__similar{grid-area:similar}.grid__section{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:16px;padding:20px 0;grid-template-areas:"title" "head" "player" "similar" "resource" "side" "trending" "board"}.card__section{background:#263e4d7a;border:1px solid rgba(255,255,255,5%);border-radius:10px;padding:20px;box-shadow:0 8px 24px rgba(0,0,0,.2);overflow-y:auto;overflow-x:hidden;position:relative}.article__left{grid-column:span 2;display:grid;gap:15px}.article__right{grid-column:span 2;display:grid;gap:15px}.article__full{grid-column:span 3}.mixed-gallery{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.mixed-gallery a{position:relative;height:80px;border-radius:8px;outline:none;width:100%!important;aspect-ratio:1/1;overflow:hidden;background:#1a2230;isolation:isolate;contain:layout paint style;content-visibility:auto;contain-intrinsic-size:80px 80px}.mixed-gallery a::before{content:"";position:absolute;inset:0;z-index:0;background:linear-gradient(110deg,#1a2230 8%,#263247 18%,#1a2230 33%);background-size:200% 100%;animation:gallery-skeleton 1.15s linear infinite;opacity:1;transition:opacity .25s ease}.mixed-gallery a.gallery-item--loaded::before{opacity:0;animation:none}.mixed-gallery img{position:relative;z-index:1;width:100%;height:100%;object-fit:cover;display:block;border-radius:8px;transition:transform .15s ease}@keyframes gallery-skeleton{0%{background-position:200% 0}100%{background-position:-200% 0}}@media(min-width:576px){.card__section{border-radius:16px}}@media(max-width:1199px){.article__left,.article__right{grid-column:span 3!important}#player-title-bar-wrap{display:none!important}}.art-video-player .art-bottom .art-progress #player-title-bar-wrap{opacity:0;transition:opacity .3s;pointer-events:none}.art-video-player.art-control-show .art-bottom .art-progress #player-title-bar-wrap{opacity:.9}@media(min-width:1200px){.grid__section{grid-template-columns:repeat(3,1fr);grid-template-areas:"title title resource" "head head resource" "player player board" "similar similar board" "side side trending"}.grid__section.expanding{grid-template-areas:"title title resource" "head head resource" "player player player" "board board board" "similar similar similar" "side side trending"}.article__right{grid-column:span 1}.article__resource .head-content.shorten{grid-template-rows:none}.article__resource .readmore-btn,.article__resource .head-content.shorten::after{display:none}.article__player{position:sticky}}.btn-sort-eps{min-height:32px;display:inline-flex;align-items:center;gap:6px;background:rgba(255,255,255,.055);color:#fff;border:1px solid rgba(255,255,255,.1);padding:6px 11px;border-radius:999px;cursor:pointer;font-size:12px;font-weight:700;margin-bottom:0;transition:background .2s ease,border-color .2s ease,transform .2s ease}.btn-sort-eps .sort-icon{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:rgba(59,187,209,.18);color:#3bbbd1;font-weight:900}.btn-sort-eps[data-order=desc] .sort-icon{background:rgba(255,196,87,.18);color:#ffc457}.btn-sort-eps:hover{background:rgba(59,187,209,.16);border-color:rgba(59,187,209,.45);transform:translateY(-1px)}@media(max-width:575px){.btn-sort-eps{min-height:30px;padding:6px 9px}}.board-server.reverse{flex-wrap:wrap-reverse;flex-direction:row-reverse;justify-content:left}@media(max-width:599px){.art-video-player.art-mobile .art-control-volume{display:none!important}}@media(max-width:767px){body{padding-bottom:calc(74px + env(safe-area-inset-bottom))}.header__actions>.header__user:not(.mobile-search),.header__actions>.header__auth{display:none}.mobile-bottom-bar{position:fixed;left:10px;right:10px;bottom:calc(10px + env(safe-area-inset-bottom));z-index:98;display:grid;grid-template-columns:repeat(4,1fr);gap:4px;padding:7px;border:1px solid rgba(255,255,255,8%);border-radius:20px;background:rgba(28,27,33,.94);box-shadow:0 18px 40px rgba(0,0,0,.45);backdrop-filter:blur(14px);transform:translateY(0);transition:transform .28s ease,opacity .28s ease}.mobile-bottom-bar.is-hidden{opacity:0;pointer-events:none;transform:translateY(calc(100% + 18px))}.mobile-bottom-bar__item{border:0;background:0 0;color:rgba(224,224,224,.78);display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0;min-height:48px;padding:4px 2px;border-radius:15px;font-size:11px;font-weight:700;line-height:1.2}.mobile-bottom-bar__item svg{width:21px;height:21px;margin-bottom:4px;fill:currentColor}.mobile-bottom-bar__item:active,.mobile-bottom-bar__item.is-active{color:#3bbbd1;background:rgba(59,187,209,.12)}}@media(max-width:767px){.mobile-bottom-bar__menu{position:absolute;right:7px;bottom:calc(100% + 10px);display:none;min-width:230px;padding:8px;border:1px solid rgba(255,255,255,8%);border-radius:14px;background:rgba(28,27,33,.98);box-shadow:0 14px 35px rgba(0,0,0,.35)}.mobile-bottom-bar.is-account-open .mobile-bottom-bar__menu{display:block}.mobile-bottom-bar__menu a{display:block;padding:10px 12px;border-radius:10px;color:#e0e0e0;font-size:13px;font-weight:700}.mobile-bottom-bar__menu a:hover,.mobile-bottom-bar__menu a:active{color:#3bbbd1;background:rgba(59,187,209,.1)}.mobile-auth-profile{display:flex;align-items:center;gap:10px;margin-bottom:6px;padding:10px;border-radius:12px;background:linear-gradient(135deg,rgba(59,187,209,.14),rgba(255,255,255,4%))}.mobile-auth-profile__avatar{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border-radius:50%;background-color:rgba(59,187,209,.24);background-position:50%;background-size:cover;color:#fff;font-size:16px;font-weight:800}.mobile-auth-profile__meta{display:block;min-width:0}.mobile-auth-profile__meta strong,.mobile-auth-profile__meta small{display:block;max-width:154px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mobile-auth-profile__meta strong{color:#fff;font-size:14px;line-height:1.25}.mobile-auth-profile__meta small{margin-top:2px;color:rgba(255,255,255,.62);font-size:11px}}.sign--auth:before{content:'';position:absolute;inset:0;background:radial-gradient(circle at top left,rgba(59,187,209,.25),transparent 34%),linear-gradient(180deg,rgba(28,27,33,.72),rgba(28,27,33,.94));pointer-events:none}.sign__form--modern{max-width:440px;align-items:stretch;padding:30px;border:1px solid rgba(255,255,255,8%);background:rgba(28,27,33,.86);box-shadow:0 24px 70px rgba(0,0,0,.42);backdrop-filter:blur(16px)}.sign__logo--modern{align-self:center;margin-bottom:22px}.sign__head{text-align:center;margin-bottom:22px}.sign__eyebrow{display:inline-flex;margin-bottom:8px;padding:5px 10px;border-radius:999px;background:rgba(59,187,209,.12);color:#55c7da;font-size:12px;font-weight:800;letter-spacing:.02em}.sign__head h1{margin:0 0 8px;color:#fff;font-size:28px;font-weight:800;line-height:1.15}.sign__head p{margin:0;color:rgba(224,224,224,.78);font-size:14px;line-height:1.55}.sign__field{display:block;margin-bottom:13px}.sign__field span{display:block;margin-bottom:7px;color:rgba(224,224,224,.9);font-size:13px;font-weight:700}.sign__form--modern .sign__input{height:46px;border-color:rgba(255,255,255,7%);background:rgba(47,53,63,.8);border-radius:14px}.sign__form--modern .sign__input:focus{border-color:rgba(59,187,209,.95);box-shadow:0 0 0 4px rgba(59,187,209,.12)}.sign__meta-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:2px 0 16px}.sign__meta-row a,.sign__switch a{color:#55c7da;font-weight:800}.sign__remember{display:inline-flex;align-items:center;gap:8px;margin:0;color:rgba(224,224,224,.8);font-size:13px}.sign__remember input{accent-color:#3bbbd1}.sign__btn--primary{height:46px;margin:0 0 16px;border:0;background:linear-gradient(135deg,#3bbbd1,#37c1ae);color:#101318;box-shadow:0 12px 30px rgba(59,187,209,.22)}.sign__btn--primary:hover{color:#101318;transform:translateY(-1px);box-shadow:0 16px 36px rgba(59,187,209,.3)}.sign__divider{display:flex;align-items:center;gap:12px;margin:0 0 16px;color:rgba(224,224,224,.5);font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.sign__divider:before,.sign__divider:after{content:"";flex:1;height:1px;background:rgba(255,255,255,8%)}.sign__btn--google{height:46px;margin:0 0 16px;gap:10px;border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.94);color:#202124;font-weight:800}.sign__btn--google:hover{color:#202124;background:#fff;transform:translateY(-1px);box-shadow:0 14px 30px rgba(0,0,0,.22)}.sign__btn--google svg{width:20px;height:20px;flex:none}.sign__benefits{display:grid;gap:8px;margin:0 0 16px;padding:12px;border:1px solid rgba(255,255,255,6%);border-radius:14px;background:rgba(255,255,255,.035)}.sign__benefits span{color:rgba(224,224,224,.84);font-size:13px;line-height:1.35}.sign__switch{margin:0;color:rgba(224,224,224,.78);font-size:14px;text-align:center}.sign__alert{margin-bottom:14px;padding:11px 12px;border:1px solid rgba(255,99,99,.28);border-radius:12px;background:rgba(255,99,99,.12);color:#ffb4b4;font-size:13px;line-height:1.45}.sign__notice{position:relative;margin-bottom:14px;padding:13px 14px 13px 44px;border:1px solid rgba(46,213,115,.42);border-radius:14px;background:linear-gradient(135deg,rgba(46,213,115,.2),rgba(59,187,209,.12));box-shadow:0 12px 30px rgba(46,213,115,.14);color:#d8ffe6;font-size:14px;font-weight:700;line-height:1.45}.sign__notice:before{content:'✓';position:absolute;top:50%;left:14px;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:50%;background:#2ed573;color:#101318;font-size:14px;font-weight:900;transform:translateY(-50%)}.sign__hint{margin:-6px 0 16px;color:rgba(224,224,224,.64);font-size:13px;line-height:1.45}.sign__form--modern .sign__input[readonly]{color:rgba(224,224,224,.75);background:rgba(47,53,63,.48);cursor:not-allowed}.sign__policy{margin:2px 0 16px}.auth-toast{position:fixed;right:18px;bottom:18px;z-index:1100;max-width:min(360px,calc(100vw - 36px));padding:13px 15px;border:1px solid rgba(59,187,209,.25);border-radius:14px;background:rgba(28,27,33,.96);color:#e0e0e0;box-shadow:0 16px 40px rgba(0,0,0,.4);transform:translateY(12px);opacity:0;transition:opacity .24s ease,transform .24s ease}.auth-toast.is-visible{opacity:1;transform:translateY(0)}.auth-toast strong{display:block;color:#55c7da;margin-bottom:3px}.auth-toast span{display:block;font-size:13px;line-height:1.4}@media(max-width:575px){.sign__form--modern{padding:24px 18px;border-radius:18px}.sign__head h1{font-size:24px}.auth-toast{left:12px;right:12px;bottom:calc(84px + env(safe-area-inset-bottom))}}.admin-marker-tools{position:absolute;top:56px;right:12px;z-index:35;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;max-width:min(360px,calc(100% - 24px));pointer-events:auto}.admin-marker-tools__actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;width:100%}.admin-marker-tools button{border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 10px;background:rgba(16,19,24,.78);color:#fff;font-size:12px;font-weight:800;line-height:1;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 10px 26px rgba(0,0,0,.28)}.admin-marker-tools__status{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:6px;width:100%;margin-top:2px;color:rgba(255,255,255,.82);font-size:11px;font-weight:800;text-shadow:0 1px 2px rgba(0,0,0,.65)}.admin-marker-tools__status span,.admin-marker-tools__status em{border:1px solid rgba(255,255,255,.12);border-radius:999px;padding:5px 8px;background:rgba(16,19,24,.68);font-style:normal;backdrop-filter:blur(10px)}.admin-marker-tools__status strong{color:#9ee7f2}.admin-marker-tools button:hover{background:rgba(59,187,209,.95);color:#101318}@media(max-width:767px){.admin-marker-tools{top:48px;right:8px;gap:5px}.admin-marker-tools__actions,.admin-marker-tools__status{gap:5px}.admin-marker-tools button{padding:6px 8px;font-size:11px}.admin-marker-tools__status{font-size:10px}.admin-marker-tools__status span,.admin-marker-tools__status em{padding:4px 7px}}#episode-marker-actions{position:absolute;right:16px;bottom:112px;z-index:120;display:flex;gap:10px;flex-wrap:wrap;justify-content:flex-end;align-items:flex-end;pointer-events:none}.episode-marker-skip{pointer-events:auto;border:0;border-radius:999px;padding:10px 15px;background:#2f80ed;color:#fff;font-weight:800;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.3)}.episode-next-card{pointer-events:auto;display:flex;align-items:center;gap:12px;max-width:min(390px,calc(100vw - 32px));border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:10px 14px 10px 10px;background:rgba(16,19,24,.88);color:#fff;cursor:pointer;text-align:left;backdrop-filter:blur(14px);box-shadow:0 16px 40px rgba(0,0,0,.38)}.episode-next-card__poster{width:58px;height:78px;border-radius:12px;background:rgba(255,255,255,8%)50%/cover no-repeat;flex:none}.episode-next-card__body{display:grid;gap:3px;min-width:0}.episode-next-card small{color:#3bbbd1;font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.04em}.episode-next-card strong{max-width:270px;overflow:hidden;color:#fff;font-size:16px;font-weight:900;text-overflow:ellipsis;white-space:nowrap}.episode-next-card em{color:rgba(224,224,224,.7);font-size:13px;font-style:normal}.admin-marker-tools__scope{display:inline-flex;align-items:center;gap:6px;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 10px;background:rgba(16,19,24,.78);color:#fff;font-size:12px;font-weight:800;line-height:1;cursor:pointer;backdrop-filter:blur(12px);box-shadow:0 10px 26px rgba(0,0,0,.28)}.admin-marker-tools__scope input{width:13px;height:13px;margin:0;accent-color:#3bbbd1}@media(max-width:767px){#episode-marker-actions{right:8px;bottom:98px}.episode-next-card{max-width:calc(100vw - 16px)}.episode-next-card__poster{width:42px;height:56px}}#video_hls #episode-marker-actions,#video_hls .admin-marker-tools{transition:opacity .18s ease,transform .18s ease}#video_hls.marker-ui-hidden #episode-marker-actions,#video_hls.marker-ui-hidden .admin-marker-tools{opacity:0;pointer-events:none;transform:translateY(8px)}#video_hls.marker-ui-visible #episode-marker-actions,#video_hls.marker-ui-visible .admin-marker-tools{opacity:1;transform:translateY(0)}#video_hls .episode-marker-skip{padding:10px 16px;border:1px solid rgba(158,231,242,.46);background:linear-gradient(135deg,rgba(47,128,237,.96),rgba(18,91,184,.94));color:#fff;font-size:13.5px;font-weight:900;backdrop-filter:blur(12px);box-shadow:0 14px 30px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,5%)inset}#video_hls .episode-marker-skip:hover{background:linear-gradient(135deg,#3bbbd1,rgba(47,128,237,.96));color:#101318}#video_hls .episode-next-card{padding:10px 14px 10px 10px;background:rgba(16,19,24,.78)}#video_hls .episode-next-card__poster{width:58px;height:78px}#video_hls .episode-next-card small{color:#9ee7f2}#video_hls .episode-next-card strong{font-size:16px}.artplayer #episode-marker-actions,.artplayer .admin-marker-tools{transition:opacity .18s ease,transform .18s ease}.artplayer.marker-ui-hidden #episode-marker-actions,.artplayer.marker-ui-hidden .admin-marker-tools{opacity:0;pointer-events:none;transform:translateY(8px)}.artplayer.marker-ui-visible #episode-marker-actions,.artplayer.marker-ui-visible .admin-marker-tools{opacity:1;transform:translateY(0)}.artplayer .episode-marker-skip{padding:10px 16px;border:1px solid rgba(158,231,242,.46);background:linear-gradient(135deg,rgba(47,128,237,.96),rgba(18,91,184,.94));color:#fff;font-size:13.5px;font-weight:900;backdrop-filter:blur(12px);box-shadow:0 14px 30px rgba(0,0,0,.34),0 0 0 1px rgba(255,255,255,5%)inset}.artplayer .episode-marker-skip:hover{background:linear-gradient(135deg,#3bbbd1,rgba(47,128,237,.96));color:#101318}.artplayer .art-control-thumbnails,#video_hls .art-control-thumbnails{z-index:60}.artplayer .episode-next-card{padding:10px 14px 10px 10px;background:rgba(16,19,24,.78)}.artplayer .episode-next-card__poster{width:58px;height:78px}.artplayer .episode-next-card small{color:#9ee7f2}.artplayer .episode-next-card strong{font-size:16px}@media(max-width:767px){#video_hls .episode-next-card,.artplayer .episode-next-card{padding:7px 11px 7px 7px}#video_hls .episode-next-card__poster,.artplayer .episode-next-card__poster{width:42px;height:56px}#video_hls .episode-next-card strong,.artplayer .episode-next-card strong{font-size:13px}}.resume-prompt{position:absolute;left:50%;bottom:112px;z-index:130;display:inline-flex;align-items:center;gap:8px;max-width:calc(100% - 28px);padding:8px 9px 8px 13px;border:1px solid rgba(158,231,242,.34);border-radius:999px;background:rgba(16,19,24,.92);color:#fff;font-size:13px;font-weight:800;box-shadow:0 16px 34px rgba(0,0,0,.38);transform:translateX(-50%);transition:opacity .24s ease,transform .24s ease;backdrop-filter:blur(14px)}.resume-prompt.is-leaving{opacity:0;transform:translateX(-50%)translateY(8px)}.resume-prompt span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.resume-prompt button{flex:none;border:0;border-radius:999px;padding:7px 11px;background:#3bbbd1;color:#101318;font-size:12px;font-weight:900;cursor:pointer}.resume-prompt button[data-resume-dismiss]{background:rgba(255,255,255,.1);color:rgba(255,255,255,.78)}@media(max-width:767px){.resume-prompt{bottom:98px;gap:6px;padding:7px 8px 7px 11px;font-size:12px}.resume-prompt button{padding:6px 9px;font-size:11px}}.episode-marker-progress{position:absolute;inset:0;z-index:1;overflow:hidden;border-radius:inherit;pointer-events:none}.episode-marker-progress__range{position:absolute;top:0;bottom:0;display:none;pointer-events:none}.episode-marker-progress__range--intro{background:linear-gradient(90deg,rgba(59,187,209,.42),rgba(59,187,209,.18));box-shadow:inset -1px 0 rgba(158,231,242,.9)}.episode-marker-progress__range--next{background:linear-gradient(90deg,rgba(249,115,22,.18),rgba(249,115,22,.44));box-shadow:inset 1px 0 rgba(251,146,60,.9)}.art-progress-played,.art-progress-hover,.art-progress-loaded,.art-progress-highlight,.art-progress-indicator{z-index:2}