.container{position:relative}.sticky-header-secondary{position:fixed;top:0;width:100%;background-color:rgba(0,0,0,.8);backdrop-filter:blur(10px);z-index:999990;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;transition:.3s ease-in-out;box-shadow:0 0 0 rgba(0,0,0,.3),0 3px 3px rgba(0,0,0,.2);visibility:hidden;opacity:0;transform:translateY(-100%)}.sticky-header-secondary .sticky-logo{height:30px;object-fit:contain;margin:auto}body.scrolled .sticky-header-secondary{visibility:visible;opacity:1;transform:translateY(0)}header .line1{width:100%;height:60px;padding:0 1rem;background:linear-gradient(to bottom,#000 0,#000 0,rgba(0,0,0,.8) 80%,rgba(0,0,0,0) 100%)}header .line1 .page-logo{width:130px;margin-left:-15px;margin-top:5px;padding:.5rem .5rem 0;z-index:3}header .line1 .nav-menu{display:flex;align-items:center;gap:1rem}header .line1 .nav-menu .fa-search{cursor:pointer;color:#fff}header .line1 .nav-menu .profile-img-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:50%;overflow:hidden;cursor:pointer;transition:transform .3s;backdrop-filter:blur(2px);border:2px solid var(--terciary-color)}header .line1 .nav-menu .profile-img-wrap img{width:100%;height:100%;object-fit:cover}header .line1 .nav-menu .profile-img-wrap:hover{transform:scale(1.1)}header .line1 .nav-menu .profile-login-wrap{cursor:pointer;transition:transform .3s;padding:2px}header .line1 .nav-menu .profile-login-wrap a{display:flex;align-items:center;justify-content:center;gap:.2rem;padding:2px;font-size:.9rem;color:#fff;text-decoration:none;opacity:.6}header .line1 .nav-menu .profile-login-wrap a i{font-size:.9rem;color:#fff}header .line1 .nav-menu .profile-login-wrap:hover{transform:scale(1.1)}header .search-input-wrap{position:relative;display:flex;visibility:hidden;width:0;opacity:0;height:0;align-items:center;justify-content:center;margin:auto;transition:.5s ease-in-out}header .search-input-wrap.opened{visibility:visible;width:100%;opacity:1;height:auto}header .search-input-wrap .search-input{width:90%;padding:.3rem 1rem;border-radius:15px;border:none;background-color:var(--primary-color);border:2px solid var(--terciary-color);color:#666;font-size:1rem;font-weight:600;cursor:pointer;transition:opacity .3s;z-index:1000002;box-shadow:0 0 10px #000}header .search-input-wrap .search-input:focus{outline:0;color:var(--secondary-color)}header #search-results-overlay{position:absolute;top:40%;left:0;width:100%;height:100dvh;margin:0 auto;padding-bottom:80px;background:var(--primary-color);border-radius:8px;border:2px solid #444;overflow-y:auto;visibility:hidden;opacity:0;transition:opacity .3s;z-index:1000001}header #search-results-overlay.visible{visibility:visible;opacity:1}header #search-results-overlay .overlay-header{display:flex;justify-content:space-around;align-items:center;padding:1.5rem 1rem .5rem;background:var(--primary-color);position:sticky;top:0;z-index:2}header #search-results-overlay .overlay-header .filter-btn{border:none;color:#fff;padding:.2rem .4rem;font-size:.9rem;font-weight:600;cursor:pointer;transition:.2s ease-in-out;background-color:transparent}header #search-results-overlay .overlay-header .filter-btn.active{color:var(--secondary-color);border-bottom:2px solid var(--terciary-color)}.result-card{position:relative;display:flex;align-items:flex-start;gap:.5rem;padding:.5rem;margin:0 10px;overflow:hidden;border-bottom:1px solid #444444bc;cursor:pointer}.result-card>img{flex:0 0 50px;margin:auto;max-width:20%;height:100%;object-fit:cover;border-radius:4px}.result-card .text{flex:1;display:flex;flex-direction:column;width:50%}.result-card .text h3{max-width:75%;margin:0;font-size:clamp(.8rem, 2vw, 1rem);color:var(--terciary-color);text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;word-break:break-word;white-space:normal;opacity:1}.result-card .text p{font-size:.8rem;color:#cccccc94;display:-webkit-box;margin-top:.5rem;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.result-card .result-meta{display:flex;gap:.5rem;margin-top:.5rem;height:20px}.result-card .result-meta .meta-item{display:flex;align-items:center;background-color:#44444478;color:var(--secondary-color);padding:.1rem .3rem;border-radius:4px;font-size:.65rem;line-height:1}.result-card .result-meta .meta-item.score{gap:3px}.result-card .result-meta .meta-item.score i{color:var(--terciary-color)}.result-card .result-meta .meta-item.provider{background-color:transparent;padding:0;width:20px;height:auto}.result-card .result-meta .meta-item.provider img{width:100%;height:100%;object-fit:cover;border-radius:5px}.result-card .media-type{position:absolute;top:.4rem;right:.5rem;color:#ffffff7a;font-size:.75rem;padding:0 .1rem;opacity:1;border-bottom:2px solid var(--terciary-color)}header .line2{width:100%;margin:auto;border-radius:30px;backdrop-filter:blur(10px)}header .line2 nav button{cursor:pointer}header .line2 nav button i{margin-right:5px}header .line2 nav button:hover{transition:transform .3s}.container .highlighted-content{position:relative;width:100vw;max-height:calc(100vh - 50vh);overflow:hidden}.container .highlighted-content .highlighted-content-wrap{width:100%;height:calc(100vh - 50vh);overflow:hidden;object-position:center center}.container .highlighted-content .highlighted-content-wrap .clickable-thumb{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center;display:block;z-index:9;opacity:1}.container .highlighted-content .highlighted-content-wrap .det-stream{position:absolute;padding:15px;bottom:10px;right:0}.container .highlighted-content .highlighted-content-wrap .cta{display:flex;align-items:center;justify-content:flex-end;z-index:100}.container .highlighted-content .highlighted-content-wrap .cta button{background-color:rgba(0,0,0,.3);color:var(--secondary-color);padding:6px 12px;border-radius:5px;border:1px solid #ffffff30;cursor:pointer}.container .highlighted-content .highlighted-content-wrap .cta button:hover{color:var(--terciary-color)}.container .highlighted-content .highlighted-content-wrap .cta button i{margin-right:5px}.container .highlighted-content .highlighted-content-wrap .icons,.container .highlighted-content .highlighted-content-wrap .title{position:relative;text-align:right;gap:10px;justify-content:flex-end;z-index:100}.container .highlighted-content .highlighted-content-wrap .det-stream .icons img{width:28px;object-fit:cover;border-radius:5px;box-shadow:0 0 0 rgba(0,0,0,.3),0 3px 3px rgba(0,0,0,.2)}.container .highlighted-content .highlighted-content-wrap .det-stream .title-logo{width:130px;height:auto;object-fit:cover;cursor:pointer}.container .highlighted-content .highlighted-content-wrap .hl-video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;pointer-events:none;z-index:-1;transform:scale(3)}.highlight-left-shadow{position:absolute;top:0;left:0;width:20vw;height:100%;background:linear-gradient(to right,rgba(0,0,0,.8),transparent);z-index:5}.highlight-right-shadow{position:absolute;top:0;right:0;width:20vw;height:100%;background:linear-gradient(to left,rgba(0,0,0,.8),transparent);z-index:5}.carousel-container{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:.5rem}.carousel-container::-webkit-scrollbar{display:none}.carousel-container>*{scroll-snap-align:start;flex-shrink:0;user-select:none}.carousel-container .carousel-item:first-child{padding-left:1rem}.carousel-container .carousel-item.trailer:first-child{padding-left:0}.section-carousel .header buttom{margin-bottom:15px}.carousel-item{flex:0 0 auto;scroll-snap-align:start;cursor:pointer}.carousel-thumb{width:150px;height:225px;object-fit:cover;border-radius:8px}.carousel-thumb.related{width:100px;height:150px}.ol-num{position:absolute;bottom:0;right:10px;z-index:1;font-size:6rem;letter-spacing:-15px;line-height:.6;text-shadow:0 4px 12px rgba(0,0,0,.7),0 2px 4px rgba(0,0,0,.5)}.landscape{width:100%;height:100%}.video-wrap{position:relative;width:100%;height:50vh;overflow:hidden}.video-wrap iframe{position:absolute;top:-25%;left:-50%;width:200%;height:150%;transform:scale();pointer-events:none;z-index:1}.video-wrap video{width:100%;height:100%;object-fit:cover;object-position:center center}.video-wrap .det.l-shadow-strong{display:none}.video-wrap .overlay{position:absolute;bottom:0;left:0;width:100%;height:50%;display:flex;flex-direction:column;justify-content:flex-end;padding:10px;gap:5px;z-index:100}.video-wrap .overlay img{width:25px;height:25x;object-fit:cover;border-radius:5px;margin-bottom:5px}.video-wrap .overlay .title-wrap{width:70%;font-size:.7rem;color:var(--secondary-color);font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.7),0 2px 4px rgba(0,0,0,.5)}.video-wrap .overlay .title-wrap img{width:auto;max-width:90%;height:auto;max-height:100px;object-fit:cover;border-radius:5px;margin-bottom:5px}.video-wrap .overlay .video-info{color:var(--secondary-color);font-weight:700;text-shadow:0 4px 12px rgba(0,0,0,.7),0 2px 4px rgba(0,0,0,.5);margin:5px 0}.video-wrap .overlay .video-info p{padding:0 3px;opacity:.5}.video-wrap .overlay .video-info p:nth-child(2n){padding-bottom:3px}.video-wrap .overlay .det{height:80%;z-index:-1;font-size:1.5rem}.video-wrap .overlay .cta,.video-wrap .overlay .title-wrap,.video-wrap .overlay .video-info,.video-wrap .overlay img{position:relative;z-index:101}.video-wrap .overlay .cta{display:flex;align-items:center;justify-content:flex-start;gap:10px;margin-bottom:5px}.video-wrap .overlay .cta button{background-color:#ffffff30;color:var(--secondary-color);padding:6px 12px;border-radius:5px;border:1px solid #ffffff30;cursor:pointer}.video-wrap::before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#000,rgba(0,0,0,0));pointer-events:none;z-index:10}.youtube-fake-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000;opacity:1;z-index:5;pointer-events:none;transition:opacity .3s}.youtube-fake-overlay.hidden{opacity:0}.academy-insert-wrapper{position:relative;height:calc(100vh - 70vh)}.academy-insert-wrapper .background{transform:scale(1.5) translate(15%,15%)}.academy-insert-wrapper::before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#000,rgba(0,0,0,0));pointer-events:none;z-index:10}.academy-insert-wrapper .foreground{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.65);z-index:10}.academy-insert-wrapper .square-txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;text-align:center;width:80%}.academy-insert-wrapper .square-txt img{width:150px;height:auto;border-radius:5px;margin-bottom:10px}.academy-insert-wrapper .square-txt h1{font-size:.9rem;margin-bottom:10px}.academy-insert-wrapper .square-txt p{font-size:.8rem}.overlay{position:relative}.overlay::before{content:"";position:absolute;bottom:0;left:0;width:100%;height:80%;background:linear-gradient(to top,#000,transparent);pointer-events:none;z-index:-1}.thumbnail-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:center;z-index:5;transition:opacity 1s ease-out}.thumbnail-overlay.fade-out{opacity:0;pointer-events:none}.genre-preview{position:relative;width:100%;overflow:hidden}.genre-preview .bot-shadow,.genre-preview .top-shadow{position:absolute;left:0;width:100%;height:50%;background:linear-gradient(to top,rgba(0,0,0,0) 0,rgba(0,0,0,.8) 80%,#000 100%);z-index:10}.genre-preview .bot-shadow{bottom:-5px;transform:rotate(180deg)}.genre-preview .top-shadow{top:0}.genre-preview .highlighted-content-wrap{position:relative;width:100%;height:0;padding-bottom:56.25%}.genre-preview .clickable-thumb{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center;transition:opacity .5s;z-index:1}.genre-preview .hl-video{position:absolute;top:0;left:0;width:100%;height:98%;object-fit:cover;z-index:0;scale:1.2}.genre-preview .mute-btn{position:absolute;bottom:5px;left:10px;width:50px;height:50px;background-color:rgba(0,0,0,.3);border-radius:50%;display:flex;align-items:center;justify-content:center;z-index:100;cursor:pointer}.genre-preview .mute-btn i{color:#fff;font-size:.8rem}.genre-preview .det-stream{position:absolute;bottom:20px;left:20px;right:20px;display:flex;flex-direction:column;gap:.5rem;z-index:100}.genre-preview .det-stream .title h2,.genre-preview .det-stream .title img.title-logo{width:30%;max-height:30%;display:block;text-shadow:0 2px 4px rgba(0,0,0,.8)}.genre-preview .det-stream .icons{display:flex;align-items:center;justify-content:flex-end;gap:.5rem}.genre-preview .det-stream .icons h2{font-size:.85rem;opacity:.8;margin-right:.5rem}.genre-preview .det-stream .icons img{width:24px;height:24px;object-fit:contain;border-radius:4px}.genre-preview,.genre-preview *{box-sizing:border-box}.genres-scroll{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding:.5rem 0}.genres-scroll::-webkit-scrollbar{display:none}.genre-card{min-width:100px;min-height:100px;white-space:nowrap;flex:0 0 auto;padding:1rem;border-radius:10px;color:#fff;font-weight:700;font-size:2rem;border:none;cursor:pointer;text-shadow:0 2px 5px rgba(0,0,0,.7);transition:transform .2s;background-size:cover;background-position:center;background-repeat:no-repeat}.genre-card:hover{transform:scale(1.05)}.over-content{z-index:9999;position:relative;top:0;left:0;width:100%;padding-top:calc(var(--safe-top) - 5px)!important;animation:.5s ease-in-out expand}@keyframes expand{0%{transform:scale(0)}100%{transform:scale(1)}}.upper{position:fixed;top:0;left:0;display:flex;padding-top:calc(var(--safe-top) + 10px)!important;justify-content:space-between;align-items:center;z-index:10000;background-color:rgba(150,150,150,.3);backdrop-filter:blur(15px)}.upper #over-homebtn{background:0 0;border:none;cursor:pointer}.upper #goTo-stream img{width:25px;height:25px;border-radius:5px;background-color:#000;padding:2px;cursor:pointer}.over-content .title-highlight-wrap{height:30vh}.over-content.person .title-highlight-wrap{height:50vh}.over-content.person .title-highlight-wrap img{width:100%;height:100%;object-fit:cover}.detail-header{padding:1rem;position:relative;z-index:10;padding-top:0!important}#overcontent-title{width:80%;font-size:clamp(1.5rem, 2vw + .2rem, 2rem);margin:1rem;text-align:left}#title-logo{max-height:80px;max-width:80vw;object-fit:contain;margin-left:1rem}.detail-header #header-meta{display:flex;align-items:center;justify-content:flex-start;width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;gap:.3rem}.detail-header #header-meta>*{min-width:0}.detail-header #header-meta p{color:var(--terciary-color);font-size:clamp(.6rem, 2vw + .5rem, .8rem);font-weight:700;white-space:nowrap;max-width:100%;flex:0 0 auto;min-width:0;opacity:1!important}.detail-header #header-meta #meta-place{flex:1 1 0%;min-width:0;max-width:100%;display:inline-block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.detail-header #header-meta a{flex:0 0 auto}.detail-header .synopsis{flex-direction:column}.detail-header .synopsis .left-board{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:100%;border:none;border-radius:8px;background-color:transparent;height:100%;padding:8px 0 0}.detail-header .synopsis .left-board p{display:flex;align-items:flex-start;justify-content:flex-start;gap:4px;font-size:.9rem}.detail-header .synopsis .left-board p i{font-size:1rem;margin-right:5px}.over-content.person .detail-header #header-meta #meta-place{color:var(--terciary-color);opacity:1!important}#header-meta a img{width:25px;height:25px;object-fit:contain}.detail-header #meta-rating{display:flex;align-items:center;background-color:#ffffff1a;color:#fff;font-size:.8rem;padding:4px 8px;border-radius:4px;gap:.5rem}.detail-header .meta-rating .star-icon{width:15px;height:15px;object-fit:contain}.detail-header .wrap-metas{display:flex;flex-wrap:wrap;gap:.5rem;align-items:stretch}.detail-header .wrap-metas>#meta-rating{flex:0 1 auto;display:flex;align-items:center;justify-content:center;box-sizing:border-box;max-width:100%}.detail-header .wrap-metas>#meta-rating *{max-width:100%;overflow:hidden;text-overflow:ellipsis}.detail-header .stream-icon{height:18px;object-fit:contain;border-radius:5px;width:auto}.detail-header .action-buttons{display:flex;gap:.5rem}.detail-header .action-buttons button{padding:10px;border-radius:10px;font-size:clamp(.7rem, 2vw + .5rem, 1rem);white-space:nowrap;border:none;cursor:pointer}.detail-header .action-buttons button img{width:20px;height:20px;object-fit:contain}.detail-header .action-buttons .cta-btn-row button:first-child{display:none}.detail-header .action-buttons:nth-child(2){display:flex}.detail-header .action-buttons .cta-btn-row button:nth-child(2){width:auto}.detail-header .btn-white{background-color:#fff}.detail-header .btn-dark{background-color:rgba(255,255,255,.1);border:1px solid #ffffff20}.detail-header .synopsis p{font-size:.85rem;line-height:1.4}.detail-header .badges{display:flex;flex-wrap:wrap}.detail-header .badges .badge{background-color:#ffffff20;color:#fff;font-size:clamp(.5rem, .8vw, .65rem);text-overflow:ellipsis;white-space:nowrap;padding:4px 8px;border-radius:4px}.series-title{color:#fff;font-size:1.2rem;margin-bottom:12px;padding-left:4px}.tabs{padding-left:4px;overflow-x:auto;scroll-snap-type:x mandatory}.tab-btn{padding-bottom:2px}.tab-btn.opacity-full{border-bottom:2px solid var(--terciary-color)}.carousel-thumb.episode{width:225px;height:150px;object-fit:cover;border-radius:8px}.ep-marker{position:absolute;top:-10px;right:-10px;color:var(--terciary-color);font-size:3rem;border-radius:10px;background-color:#000;padding:5px 3px;filter:drop-shadow(0px 0px 5px rgba(0, 0, 0, .5))}.carousel-item .ep-name{max-width:225px;color:#fff;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.responsive-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:1rem;width:100%;box-sizing:border-box}.responsive-grid .carousel-item{width:100%;display:flex;flex-direction:column;align-items:center}.responsive-grid .carousel-thumb{width:100%;height:auto;border-radius:8px;object-fit:cover}.responsive-grid .carousel-item>p{margin-top:.5rem;font-size:.85rem;color:#fff;text-align:center;line-height:1.2}.cast-section{padding:0 16px}.cast-title{color:#fff;font-size:1.2rem;margin-bottom:12px;padding-left:4px}.cast-carousel{display:flex;gap:12px;overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:10px}.cast-carousel::-webkit-scrollbar{height:0}.cast-card{flex:0 0 auto;width:250px;height:150px;background-color:#1e1e1e;border-radius:10px;overflow:hidden;scroll-snap-align:start;text-align:center;box-shadow:0 4px 10px rgba(0,0,0,.4);cursor:pointer}.cast-card .foreground{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;background:linear-gradient(145deg,#038bfb30,#00000030,#0091ff30);pointer-events:none;z-index:2}.cast-card img{position:absolute;top:0;left:0;width:100%;object-fit:cover}.cast-info{position:absolute;left:0;bottom:0;display:flex;align-items:flex-start;flex-direction:column;justify-content:center;padding:8px;width:80%;height:100%;text-overflow:ellipsis;overflow:hidden;z-index:10}.actor-name{font-size:1.2rem;font-weight:700;color:var(--secondary-color);opacity:1;margin-bottom:4px;text-align:left;width:100%;text-overflow:ellipsis}.character-name{font-size:1rem;text-align:left;color:#ccc}.technical-crew-section .carousel-container{margin-left:16px}.crew-card{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;max-width:180px;gap:.25rem}#stats-container{padding-right:1rem;margin-left:16px}#stats-container .stats-card:first-of-type{margin-left:1rem}.stats-card{display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;padding:20px 10px;height:100px;box-sizing:border-box;flex:0 0 auto;width:150px;background-color:#1e1e1e;border-radius:10px;overflow:hidden;box-shadow:0 4px 10px rgba(0,0,0,.4);gap:4px;cursor:pointer}.stats-card .value::-webkit-scrollbar{width:4px}.stats-card .value::-webkit-scrollbar-thumb{background-color:rgba(255,255,255,.2);border-radius:2px}.stats-card .value{flex:1 1 80%;font-weight:700;color:#fff;font-size:clamp(
    1rem,
    calc(3rem - .5vw - .5ch * var(--text-length, 1)),
    2.5rem
  );line-height:1;max-height:5rem!important;width:100%;overflow-x:hidden;overflow-y:auto;margin-bottom:6px;display:block;align-items:center;justify-content:center;text-align:center;scroll-behavior:smooth}.stats-card .value p{display:inline-block;vertical-align:middle;line-height:normal}.stats-card .label{flex:0 0 20%;color:#bbb;font-size:.8rem;line-height:1.2;text-align:center}.stat-popup{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.803);z-index:9999;display:flex;align-items:center;justify-content:center;padding:20px;transition:.5s}.stat-popup-inner{background-color:#222;border:1px solid #20202046;border-radius:12px;padding:20px 25px;max-width:400px;width:90%;box-shadow:0 0 20px rgba(0,0,0,.6);text-align:left;position:relative}.stat-popup-inner.ep{padding:0}.stat-popup-inner.ep .provider-logo{position:absolute;top:10px;right:10px;width:30px;height:30px;border-radius:5px;filter:drop-shadow(0 0 4px rgba(0, 0, 0, .6))}.stat-popup-inner.ep .thumb-container img{width:100%;height:100%;object-fit:cover;border-radius:12px 12px 0 0}.stat-popup-inner.ep .det{background:linear-gradient(to top,#22222200 0,#222222dd 80%,#222 100%)}.stat-popup-inner.ep h2{opacity:1}.stat-popup-inner .popup-content{font-size:.95rem;line-height:1.5;color:#fff}.stat-popup-inner b{color:var(--terciary-color)}.stat-popup-inner i{font-size:.75rem;color:#ccc}.value-span p{width:100%;margin:10px auto;padding:10px;background-color:#333;border-radius:8px;font-size:1.2rem;text-align:center;color:#fff}.stat-popup-inner .btns-wrap{display:flex;justify-content:flex-end;margin:20px 10px}.stat-popup-inner #close-btn{background-color:transparent;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background-color .2s}.stat-popup-inner.ep .more-infos{display:flex;align-items:center;justify-content:flex-start;gap:10px;color:#fff;padding:8px 12px;font-size:1rem;transition:background-color .2s;max-width:100%}.stat-popup-inner.ep .more-infos p{display:flex;align-items:center;justify-content:space-between;margin:0;padding:5px;font-size:.6rem;background-color:#ffffff26;border-radius:3px;border:1px solid #ffffff0e;white-space:nowrap}.stat-popup-inner.ep .more-infos p i{font-size:.6rem;margin-right:2px}.stat-popup-inner.ep .more-infos p:last-of-type i{color:var(--terciary-color)}.ep-cta-btn{background-color:var(--terciary-color);color:var(--secondary-color);border:none;border-radius:6px;padding:8px 12px;font-size:.7rem;font-weight:700;cursor:pointer;margin-top:30px;float:right;transition:background-color .2s}.ep-cta-btn i{margin-right:2px;color:#fff}.close-popup{position:absolute;top:10px;right:10px;background-color:transparent;color:#fff;border:none;border-radius:6px;padding:8px 12px;font-size:.9rem;font-weight:700;cursor:pointer;transition:background-color .2s}.close-popup:hover{background-color:var(--terciary-color)}.stat-popup.adult{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.803);backdrop-filter:blur(16px);z-index:200000;display:flex;align-items:center;justify-content:center;padding:20px;transition:.5s}.stat-popup-content.adult{background-color:#222;border:1px solid #20202046;border-radius:12px;padding:20px 25px;margin:auto;max-width:400px;width:90%;box-shadow:0 0 20px rgba(0,0,0,.6);text-align:center;position:relative}.stat-popup-content.adult .stat-popup-icon .adult-icon{font-size:2rem;color:var(--terciary-color)}.stat-popup-content.adult .stat-popup-content p{margin:1rem 0;color:#fff}.stat-popup-content.adult .stat-popup-buttons{display:flex;flex-direction:column;width:90%;justify-content:center;margin:auto}.stat-popup-content.adult .stat-popup-buttons .stat-popup-continue{padding:10px 12px;background-color:var(--terciary-color);border-radius:10px}.stat-popup-content.adult .stat-popup-buttons .stat-popup-back{padding:10px 12px}.person-timeline{list-style:none;margin:0;padding:0}.timeline-year{font-size:1rem;font-weight:700;color:var(--terciary-color);margin:1.5rem 0 .5rem;padding-left:2rem}.timeline-separator{list-style:none;margin:.2rem 0 1rem 2rem;padding:0;height:1px;background-color:var(--red)}.person-credit{display:flex;align-items:flex-start;gap:.5rem;padding:.5rem 1rem .5rem 2rem}.person-credit .dash{color:#fff;font-size:1rem;line-height:1}.person-credit .dot{width:8px;height:8px;background-color:#fff;border-radius:50%;margin-top:.25rem;flex-shrink:0}.person-credit .content{display:flex;flex-direction:column}.person-credit .content .title{margin:0;font-size:.95rem;font-weight:700;color:var(--terciary-color)}.person-credit .content .role{margin:.2rem 0 0;font-size:.85rem;font-weight:300;color:#fff}footer{width:100%}.footer ul{display:flex;gap:1rem}.footer ul li{display:flex;flex-direction:column}.footer ul li a{font-size:.7rem}.footer img{width:auto!important;height:20px!important}.copyright{font-size:.6rem;width:80%;max-width:700px}@media (min-width:769px){.sticky-header-secondary{padding:15px 0}header .line1{margin:20px auto}header .line1 .nav-menu .profile-img-wrap{min-width:45px;min-height:45px;margin-right:20px}header .line1 .nav-menu .nav-desktop{display:flex;align-items:center;gap:30px;margin-right:40px}header .line1 .nav-menu .nav-desktop .nav-a{color:var(--secondary-color);font-weight:700;cursor:pointer}header .line1 .page-logo{width:200px}header .line2 .nav-a{font-size:1.2rem;padding:5px 30px;border:1px solid transparent}header .line2 .nav-a:hover{border-bottom:1px solid var(--terciary-color)}.container .highlighted-content{height:100vh;max-height:calc(100vh - 30vh)}.container .highlighted-content .highlighted-content-wrap{height:100%}.container .highlighted-content .highlighted-content-wrap .det-stream h2{font-size:1rem}.container .highlighted-content .highlighted-content-wrap .det-stream img{width:40px}.container .highlighted-content .highlighted-content-wrap .det-stream .title-logo{width:300px}.container .highlighted-content .highlighted-content-wrap .hl-video{width:100%;height:100%;object-fit:cover;object-position:center center;display:block;pointer-events:none;z-index:-1;transform:scale(1.5)}.section-carousel .header{justify-content:flex-start;margin:5px 8px 5px 0}#section-recommended .header{justify-content:space-between;margin:5px 8px 5px 1px}.section-carousel h2{font-size:1.3rem}.section-carousel .header button{font-size:1.2rem;margin-left:5px;margin-bottom:5px}.carousel-container{scroll-snap-type:none}.section-carousel.landscape .carousel-container{scroll-snap-type:x mandatory}.carousel-item.trailer{flex:0 0 auto;scroll-snap-align:start;cursor:pointer}.landscape{width:100%;height:100%}.landscape article{overflow-x:hidden}.video-wrap{width:100vw;height:80vh}.video-wrap .det.l-shadow-strong{display:flex}.video-wrap .overlay{width:100%;height:100%;justify-content:center;padding:50px;gap:5px}.video-wrap .overlay img{width:30px;height:30px;object-fit:cover;border-radius:5px;margin-bottom:5px}.video-wrap .overlay .title-wrap img{height:40vh;max-height:110px;max-width:40vw;object-fit:contain}.video-wrap .overlay .title-wrap h2{max-width:50%;font-size:3rem}.video-wrap .overlay .cta{margin:20px 0}.video-wrap .overlay .cta button{background-color:#ffffff30;color:var(--secondary-color);padding:6px 12px;border-radius:5px;font-size:1rem;border:1px solid #ffffff30;cursor:pointer}.academy-insert-wrapper{position:relative;height:calc(100vh - 50vh)}.academy-insert-wrapper .background{transform:scale(1.1) translate(10%,-10%)}.academy-insert-wrapper::before{content:"";position:absolute;top:0;left:0;width:50%;height:100%;background:linear-gradient(to right,#000,rgba(0,0,0,0));pointer-events:none;z-index:10}.academy-insert-wrapper .foreground{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.65);z-index:10}.academy-insert-wrapper .square-txt{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:20;text-align:center}.academy-insert-wrapper .square-txt img{width:300px;height:auto;border-radius:5px;margin-bottom:10px}.academy-insert-wrapper .square-txt h1{font-size:2rem;margin-bottom:10px}.academy-insert-wrapper .square-txt p{font-size:1rem}.section-genres .header h2{font-size:1.3rem;margin-bottom:20px;margin-left:10px}.genres-scroll{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:1rem;padding:.5rem 0}.genres-scroll::-webkit-scrollbar{display:none}.genre-card{min-width:220px;min-height:220px;white-space:nowrap;flex:0 0 auto;padding:1rem;border-radius:10px;color:#fff;font-weight:700;font-size:2rem;border:none;cursor:pointer;text-shadow:0 2px 5px rgba(0,0,0,.7);transition:transform .2s;background-size:cover;background-position:center;background-repeat:no-repeat}.genre-card:hover{transform:scale(1.05)}.over-content .title-highlight-wrap{height:80vh}.over-content .title-highlight-wrap img{width:100%;height:100%;object-fit:cover;object-position:0 30%}.over-content.person .title-highlight-wrap{height:90vh}.over-content.person .title-highlight-wrap img{width:100%;height:100%;object-fit:cover;object-position:0 30%}.upper button h2,.upper button i{font-size:1.3rem}.upper #goTo-stream img{width:50px;height:50px}.detail-header{margin:auto;padding:1rem;position:relative;z-index:10}#overcontent-title{width:100%;font-size:2rem;margin-left:1rem;text-align:start}#title-logo{max-height:120px;max-width:50vw;object-fit:contain}.detail-header #header-meta{display:flex;align-items:center;justify-content:flex-start;gap:.5rem;margin:.5rem 0 1rem}.detail-header #header-meta p{font-size:1.4rem}.detail-header .synopsis{flex-direction:row}.detail-header .synopsis .left-board{border:1px solid #181818;padding:10px}.detail-header .stream-icon{height:30px;object-fit:cover}.detail-header .action-buttons{display:flex;flex-direction:row;gap:.5rem}.detail-header .action-buttons>button{padding:5px 10px;border-radius:10px;font-size:clamp(.7rem, 2vw + 1rem, .9rem);overflow:auto;border:none;cursor:pointer;width:30%}.detail-header .action-buttons button img{width:30px;height:30px;object-fit:contain;border-radius:5px}.detail-header .action-buttons #desktop-trailer{display:none}.detail-header .action-buttons .cta-btn-row button:first-child{display:flex;align-items:center;gap:5px}.detail-header .btn-white{background-color:#fff}.detail-header .btn-dark{background-color:rgba(255,255,255,.1);border:1px solid #ffffff20}.detail-header .synopsis p{font-size:1.3rem;line-height:1.4}.detail-header .synopsis>p{max-width:70%}.detail-header .badges span{font-size:1rem!important;gap:.5rem}.detail-header .badges .badge{background-color:#ffffff20;color:#fff;font-size:clamp(.5rem, .8vw, .65rem);text-overflow:ellipsis;white-space:nowrap;padding:4px 8px;border-radius:4px}.responsive-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.carousel-thumb.related{width:150px;height:225px}.stat-popup-inner.ep .more-infos p{justify-content:flex-start;font-size:1rem;border-radius:5px;white-space:nowrap}.stat-popup-inner.ep .more-infos p i{font-size:.8rem;margin-right:5px}.footer ul li a{font-size:1.2rem}.footer img{width:100px;height:auto}.copyright{font-size:1rem}}