@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";.header{position:fixed;top:0;left:0;width:100%;z-index:1000;transition:background .4s cubic-bezier(.4,0,.2,1),backdrop-filter .4s cubic-bezier(.4,0,.2,1);background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.header--scrolled{background:#141414b3;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);box-shadow:0 2px 16px #0003}.header__content{display:flex;justify-content:flex-start;align-items:center;padding:0 3vw;height:64px}.header__left{display:flex;align-items:center;gap:2.5vw;margin-right:10px}.header__logo{height:32px;margin-left:16px;margin-right:1.5vw;filter:drop-shadow(0 2px 8px rgba(0,0,0,.2))}.header__nav{display:flex;gap:2vw;align-items:center;transition:all .3s;margin-bottom:0;margin-left:0;justify-content:flex-start}.header__nav a{color:#fff;text-decoration:none;font-weight:500;font-size:1rem;opacity:.85;transition:opacity .2s}.header__nav a:hover{opacity:1;cursor:pointer}.header__right{display:flex;align-items:center;gap:18px;margin-left:auto}.header__icon{color:#fff;font-size:1.7rem!important;cursor:pointer;opacity:.85;transition:opacity .2s}.header__icon:hover{opacity:1}.header__avatar{height:32px;width:32px;border-radius:4px;margin-left:8px;object-fit:cover;border:2px solid #fff2}.header__menu-btn{background:none;border:none;outline:none;cursor:pointer;display:none;align-items:center;justify-content:center;padding:0 8px 0 0}.header__close-btn{background:none;border:none;outline:none;cursor:pointer;position:absolute;top:24px;right:24px;z-index:1002;display:flex;align-items:center;justify-content:center}.header__close-btn .header__icon:hover{cursor:pointer}.header__backdrop{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#00000080;z-index:999}@media (max-width: 900px){.header__content{justify-content:space-between}.header__nav{position:fixed;top:0;left:0;right:auto;background:#141414b3;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);flex-direction:column;align-items:flex-start;padding:80px 32px 32px;gap:28px;height:100vh;width:22vw;min-width:120px;max-width:200px;transform:translate(-100%);box-shadow:2px 0 16px #0003;z-index:1001;transition:transform .3s cubic-bezier(.4,0,.2,1);margin-bottom:24px;margin-left:0;justify-content:flex-start}.header__nav.header__nav--open{transform:translate(0)}.header__menu-btn{display:flex;padding:0;margin-right:16px}.header__logo{margin-left:0;margin-right:5px}.header__right{gap:10px}}@media (max-width: 600px){.header__nav{width:50vw;max-width:80vw;padding:64px 16px 16px}.header__content{padding:0 1vw}.header__logo{height:24px}.header__avatar{height:24px;width:24px}}.footer{width:100%;background:#141414;color:#757575;padding:40px 0 20px;font-size:1rem;display:flex;justify-content:center;align-items:center}.footer__container{width:100%;max-width:1000px;margin:0 auto;display:flex;flex-direction:column;align-items:flex-start;gap:24px}.footer__links{display:grid;grid-template-columns:repeat(4,1fr);gap:12px 24px;width:100%}.footer__links a{color:#757575;text-decoration:none;font-size:.95rem;transition:color .2s}.footer__links a:hover{color:#e50914}.footer__language{margin-top:12px}.footer__language select{background:#141414;color:#757575;border:1px solid #333;border-radius:2px;padding:5px;font-size:1rem}.footer__copyright{margin-top:12px;font-size:.95rem}.footer__social{display:flex;gap:18px;margin:16px 0 0}.footer__social a{color:#757575;font-size:1.5rem;transition:color .2s;display:flex;align-items:center}.footer__social a:hover{color:#e50914}@media (max-width: 900px){.footer__container{max-width:90vw}.footer__links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 600px){.footer__container{max-width:98vw;padding:0 8px}.footer__links{grid-template-columns:repeat(2,1fr);gap:10px 0}.footer{font-size:.95rem;padding:32px 0 16px}}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}#root{max-width:100vw;margin:0;padding:0;text-align:left;background:#141414;min-height:100vh;font-family:Inter,Arial,Helvetica,sans-serif;color:#fff}.netflix-section{margin:0 auto;max-width:1200px;padding:32px 24px 0}.netflix-card{background:#181818;border-radius:8px;box-shadow:0 2px 16px #0003;padding:2em;margin:1.5em 0;color:#fff}.netflix-title{font-size:2.2rem;font-weight:700;margin-bottom:1.2rem;color:#fff}.netflix-subtitle{font-size:1.2rem;font-weight:400;margin-bottom:1rem;color:#b3b3b3}@media (max-width: 900px){.netflix-section{padding:24px 8px 0}.netflix-card{padding:1em;margin:1em 0}}@media (max-width: 600px){.netflix-section{padding:12px 2px 0}.netflix-card{padding:.5em;margin:.5em 0}.netflix-title{font-size:1.4rem}}.hero{position:relative;color:#fff;height:90vh;min-height:520px;max-height:800px;display:flex;flex-direction:column;justify-content:space-between;background:#222;overflow:hidden;padding-top:250px}.hero__background{position:absolute;top:0;left:0;width:100%;height:100%;background-position:center center;background-size:cover;background-repeat:no-repeat;z-index:1;filter:brightness(.7)}.hero__content-wrapper{position:relative;z-index:2;display:flex;justify-content:space-between;align-items:flex-end;padding:20px 3vw 60px;width:100%;box-sizing:border-box;margin-top:-120px}.hero__content{max-width:600px;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end}.hero__poster{width:180px;max-height:270px;object-fit:cover;border-radius:.4vw;box-shadow:0 8px 32px #000000b3;display:block;z-index:3;margin-left:20px}@media (max-width: 768px){.hero__poster{display:none}.hero__content-wrapper{justify-content:center;text-align:center;margin-top:0}.hero__content{align-items:center;max-width:90%}.hero__description{max-width:90%}}.hero__title{font-size:2.5rem;font-weight:800;margin-bottom:1rem;text-shadow:2px 2px 8px rgba(0,0,0,.7)}.hero__description{font-size:1rem;font-weight:400;margin-bottom:1.5rem;max-width:65%;color:#e5e5e5;text-shadow:1px 1px 6px rgba(0,0,0,.6)}.hero__buttons{display:flex;gap:1rem}.hero__button{font-size:.9rem;font-weight:700;padding:.6em 2em;border:none;border-radius:.2vw;cursor:pointer;background:#333333b3;color:#fff;transition:background .2s,color .2s;display:flex;align-items:center}.hero__button:hover{cursor:pointer}.hero__button--play{background:#fff;color:#111}.hero__button--play:hover{background:#e6e6e6;color:#000;cursor:pointer}.hero__button--info:hover{background:#333;color:#fff;cursor:pointer}@media (max-width: 1200px){.hero{height:70vh;min-height:400px}.hero__content-wrapper{padding:10px 3vw 40px}.hero__content{max-width:500px}.hero__title{font-size:2rem}.hero__poster{width:160px;max-height:240px}}@media (max-width: 900px){.hero{height:60vh;min-height:320px}.hero__content-wrapper{padding:10px 2vw 30px;align-items:center}.hero__content{max-width:90%}.hero__title{font-size:1.6rem}.hero__description{font-size:.9rem;max-width:100%}.hero__button{font-size:.85rem;padding:.5em 1.5em}}@media (max-width: 600px){.hero{height:50vh;min-height:280px;padding-top:100px}.hero__content-wrapper{padding:5px 2vw 20px}.hero__title{font-size:1.2rem}.hero__button{font-size:.75rem;padding:.4em 1em}}.hero .row{position:relative;z-index:3;width:100%;box-sizing:border-box;margin-top:1rem;padding-bottom:1rem}.hero .row .row__title{margin-left:3vw;margin-right:3vw}.hero .row .row__list{padding-left:3vw;padding-right:3vw}.row{margin-bottom:2rem}.row__title{color:#fff;font-size:1.4rem;font-weight:700;margin:0 0 1rem 2vw}.row__list{display:flex;overflow-x:auto;overflow-y:hidden;padding-left:2vw;padding-top:.6rem;padding-bottom:.6rem;gap:.8vw;scrollbar-width:none;-ms-overflow-style:none;scroll-behavior:smooth;position:relative}.row__list::-webkit-scrollbar{display:none}.row__item{flex:0 0 auto;transition:transform .2s;cursor:pointer}.row__poster{width:150px;max-width:100%;border-radius:.3vw;box-shadow:0 4px 16px #0006;transition:transform .2s,box-shadow .2s}.row__poster:hover{transform:scale(1.08);box-shadow:0 8px 32px #000000b3}.row__banner{width:300px;max-width:100%;border-radius:.3vw;box-shadow:0 4px 16px #0006;transition:transform .2s,box-shadow .2s}.row__banner:hover{transform:scale(1.04);box-shadow:0 8px 32px #000000b3}.row__outer{position:relative;display:flex;align-items:center}.row__chevron{position:absolute;top:50%;z-index:2;background:#141414b3;border:none;color:#fff;font-size:1.5rem;width:32px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:6px;transform:translateY(-50%);transition:background .2s;padding:0}.row__chevron--left{left:0}.row__chevron--right{right:0}.row__chevron:hover{background:#282828f2}.row__shadow{position:absolute;top:0;bottom:0;width:32px;pointer-events:none;z-index:1;transition:opacity .2s}.row__shadow--left{left:0;background:linear-gradient(to right,rgba(20,20,20,.7) 0%,rgba(20,20,20,.2) 60%,transparent 100%)}.row__shadow--right{right:0;background:linear-gradient(to left,rgba(20,20,20,.7) 0%,rgba(20,20,20,.2) 60%,transparent 100%)}@media (max-width: 1200px){.row__title{font-size:1.1rem;margin-left:1vw}.row__poster{width:110px}.row__banner{width:180px}}@media (max-width: 900px){.row__title{font-size:1rem;margin-left:.5vw}.row__poster{width:110px}.row__banner{width:160px}.row__list{gap:.5vw}}@media (max-width: 600px){.row__title{font-size:.9rem;margin-left:.2vw}.row__poster{width:80px}.row__banner{width:110px}}.trailer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000000d9;display:flex;justify-content:center;align-items:center;z-index:1001}.trailer-container{position:relative;width:80%;max-width:960px;background-color:#000;padding:20px;margin-top:75px;box-shadow:0 0 30px #00000080}.youtube-player iframe{width:100%;height:auto;aspect-ratio:16 / 9}.trailer-close-button{position:absolute;top:-15px;right:-15px;background:#fff;color:#000;border:none;border-radius:50%;width:30px;height:30px;font-size:20px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;line-height:1;box-shadow:0 2px 10px #0000004d;z-index:10}.trailer-close-button:hover{background:#eee}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;color:#fff;background:#141414;font-weight:400;line-height:1.5}body{margin:0;background:#141414;min-width:320px;min-height:100vh;color:#fff;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}a{color:#fff;text-decoration:none;transition:color .2s}a:hover{color:#e50914}h1,h2,h3,h4,h5,h6{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:700;margin:0}button{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;background:#e50914;color:#fff;border:none;border-radius:4px;padding:.6em 1.2em;font-size:1em;font-weight:500;cursor:pointer;transition:background .2s}button:hover{background:#b00612}::-webkit-scrollbar{width:8px;background:#222}::-webkit-scrollbar-thumb{background:#444;border-radius:4px}@media (max-width: 600px){body{font-size:15px}}
