*{box-sizing:border-box;margin:0;padding:0}:root{--blue:#3d7eff;--gold:gold;--bg:#000}body{cursor:none;background:#000;width:100vw;height:100vh;font-family:Helvetica Neue,Arial,sans-serif;overflow:hidden}#splash{z-index:1000;background:#000;justify-content:center;align-items:center;transition:opacity .8s ease-in;display:flex;position:fixed;inset:0}#splash.fade{opacity:0;pointer-events:none}#splash #splash-logo{text-align:center}#splash #splash-logo h1{color:#eee;letter-spacing:-1px;font-size:48px;font-weight:900}#splash #splash-logo p{color:#ffffff73;letter-spacing:2px;margin-top:8px;font-size:16px}#splash #splash-logo #splash-bar{background:#ffffff1a;border-radius:1px;width:200px;height:2px;margin:24px auto 0;overflow:hidden}#splash #splash-logo #splash-bar #splash-progress{background:var(--blue);width:0;height:100%;animation:3.5s linear forwards splashLoad}@keyframes splashLoad{to{width:100%}}.fade-offscreen{transition:opacity .3s}#app{z-index:200;background:#000;font-family:Helvetica Neue,Arial,sans-serif;display:block;position:fixed;inset:0;overflow:hidden}#hs-menu{z-index:9999;-webkit-backdrop-filter:blur(50px);background:linear-gradient(135deg,#3535359f,#3535359f);border-color:#0000;border-radius:3em;height:60px;transition:left .2s,width .28s cubic-bezier(.22,1,.36,1),height .28s cubic-bezier(.22,1,.36,1);position:fixed;top:48px;left:68px}#hs-menu.open{border:1px solid #ffffff10;width:360px;height:700px;top:35px;left:35px}#hs-menu .icon-arrow{z-index:100;transition:all .2s;animation:1s forwards left-arrow;position:absolute;top:10px;left:5px}#hs-menu .icon-arrow svg{fill:#fff;width:40px;height:40px}@keyframes left-arrow{0%{opacity:0;left:5px}to{opacity:1;left:-28px}}#hs-menu.open .icon-arrow{opacity:0;animation:none}#hs-menu-content{pointer-events:none;transition:all .2s;position:absolute;inset:0}#hs-menu.open #hs-menu-content{pointer-events:auto;transition-delay:.18s}#hs-menu-title{position:absolute;top:1.2rem;left:1.2rem;right:1.2rem}#hs-menu-items{opacity:0;flex-direction:column;gap:7px;padding:0 8px;display:flex;position:absolute;top:140px;left:0;right:0}#hs-menu.open #hs-menu-items{opacity:1;margin:9px}.hs-menu-row{cursor:pointer;color:#eee;border-radius:8em;align-items:center;gap:10px;height:70px;padding:9px 12px;font-weight:500;transition:background .15s;display:flex}.hs-menu-row:hover{background:#ffffff1a}.hs-menu-row.sel{color:#eee;background:#ffffff2e;font-weight:700}.hs-menu-row.focused{color:#000;background:#eee;outline:none;font-weight:700}.hs-menu-row.focused .hs-menu-icon{background:#00000021}.hs-menu-row.focused .hs-menu-icon svg{fill:#000!important}.hs-menu-row.focused .hs-menu-icon svg path{fill:#000!important}.hs-menu-row.focused .hs-menu-icon svg#search{stroke:#000!important;fill:none!important}.hs-menu-row.focused .hs-menu-icon svg#search path{fill:none!important}.hs-menu-icon{text-align:center;background:#eeeeee0e;border-radius:8em;flex:none;justify-content:center;align-items:center;width:50px;height:50px;font-size:13px;font-weight:800;display:flex;position:absolute;left:1.2rem}.hs-menu-icon svg{width:27px;height:27px;fill:#eee!important}.hs-menu-icon svg path{fill:#eee!important}.hs-menu-icon svg#search{width:27px;height:27px;stroke:#fff!important;fill:none!important}.hs-menu-icon svg#search path{fill:none!important}.hs-menu-label{align-items:center;height:57px;font-size:25px;font-weight:600;display:flex;position:absolute;left:90px;right:0}#hs-menu:not(.open) #hs-user-avatar-wrap{background:0 0;border:none;width:50px;height:50px}#hs-menu:not(.open) #hs-user-avatar,#hs-menu:not(.open) #hs-user-avatar-fallback{display:none!important}#hs-menu:not(.open) #hs-mini-icon{background:#ffffff13;border-radius:8em;justify-content:center;align-items:center;width:40px;height:40px;padding:10px;display:flex!important}#hs-mini-icon{flex:none}#hs-mini-icon svg{stroke:#eee;fill:none;width:27px;height:27px}#hs-mini-icon svg path[fill=\#eee]{fill:#eee}#hs-menu.open #hs-mini-icon{display:none!important}#hs-hero{align-items:top;width:100%;height:100vh;display:flex;position:absolute;inset:0;overflow:hidden}#hs-hero-bg{opacity:0;background-position:top;background-repeat:no-repeat;background-size:cover;transition:opacity .8s;position:absolute;inset:0}#hs-hero-trailer{opacity:0;pointer-events:none;z-index:1;border:0;width:100%;height:100%;transition:opacity .8s;position:absolute;inset:0;transform:scale(1.4)}#hs-hero-bg.fade-in{opacity:1}#hs-hero-grad{z-index:2;opacity:.7;background:linear-gradient(90deg,#000000c5 0%,#0000000e 55%,#0000001a 100%),linear-gradient(45deg,#00000038 0%,#0000000e 55%,#0000001a 100%),linear-gradient(#0000 40%,#00000079 100%),linear-gradient(#0000002c 0%,#0000 22%);position:absolute;inset:0}#hs-hero-info{z-index:2;align-content:bottom;flex-direction:column;max-width:780px;padding:0 80px 80px;display:flex;position:absolute;bottom:380px}#hs-hero-meta{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}#hs-hero-title{color:#eee;letter-spacing:-1px;opacity:0;margin-bottom:14px;font-size:clamp(34px,5vw,64px);font-weight:800;line-height:1.05;transition:none;transform:translateY(16px)}#hs-hero-title.anim{opacity:1;transition:opacity .5s,transform .5s;transform:translateY(0)}.hs-hero-logo{object-fit:contain;object-position:left center;filter:drop-shadow(0 2px 8px #000000b3);width:auto;max-width:780px;display:block;height:160px!important}#hs-hero-overview{color:#ffffffbf;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:18px;font-size:23px;line-height:1.33;display:-webkit-box;overflow:hidden}#hs-hero-actions{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hs-badge{color:#000;text-transform:uppercase;letter-spacing:.5px;background:#fff;border-radius:8em;padding:3px 8px;font-size:19px;font-weight:800}.hs-year{color:#fff9;font-size:19px;font-weight:500}.hs-rating{color:#ffffffb3;font-size:19px;font-weight:500}#hs-hero-dots{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000005d;border:1px solid #11111109;border-radius:8em;gap:6px;padding:6px 10px;display:flex;position:absolute;top:610px;left:55%;transform:translate(-100%)!important}.hs-dot{cursor:pointer;background:#ffffff59;border-radius:50%;width:10px;height:10px;transition:all .2s}.hs-dot.active{background:#eee;border-radius:8em;width:34px}.hs-btn-primary{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000005d;border:1px solid #ffffff1f;border-radius:8em;align-items:center;gap:8px;height:70px;padding:0 38px;font-size:25px;font-weight:700;transition:opacity .15s,transform .15s;display:flex}.hs-btn-primary svg{width:29px;height:29px}.hs-btn-primary svg path{fill:#fff!important}.hs-btn-primary:hover{opacity:.85;transform:scale(1.03)}.hs-btn-secondary{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#1111114b;border:1px solid #ffffff1f;border-radius:8em;justify-content:center;align-items:center;gap:8px;width:70px;height:70px;padding:0;font-size:16px;font-weight:600;transition:background .15s,transform .15s;display:flex}.hs-btn-secondary svg{stroke:none;fill:#fff;width:40px!important;height:40px!important}.hs-btn-tertiary{background:0 0;border:none}.hs-btn-tertiary svg{stroke:#fff;width:40px!important;height:40px!important}.hs-rows-wrap{scroll-behavior:smooth;scrollbar-width:none;z-index:3;pointer-events:none;scroll-snap-type:y mandatory;background:linear-gradient(#0000,#000);width:100%;padding-top:85px;padding-bottom:80px;transition:all 1s;position:absolute;bottom:0;left:0;right:0;overflow:hidden scroll;height:440px!important}.hs-section{pointer-events:auto;margin-bottom:28px;margin-right:20px;padding:0 0 0 80px;overflow:hidden}.hs-section-title{color:#c5c5c5e6;letter-spacing:-.2px;margin-bottom:14px;font-size:26px;font-weight:700}.hs-track{scrollbar-width:none;scroll-snap-type:x mandatory;scroll-behavior:smooth;gap:12px;margin-top:-20px;padding:60px 20px 20px;transition:all 1s ease-in-out;display:flex;overflow:auto visible}.hs-track::-webkit-scrollbar{display:none}.hs-card{cursor:pointer;scroll-snap-align:start;scroll-snap-stop:always;background:#1a1a1a;border-radius:1.4em;flex-shrink:0;width:280px;height:350px;transition:all .4s ease-in-out;position:relative;overflow:hidden}.hs-card img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.hs-card-play{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);color:#000;background:#ffffffad;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;padding-left:3px;font-size:16px;transition:transform .2s cubic-bezier(.22,1,.36,1);display:flex;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(0)}.hs-card:hover,.hs-card.focused{z-index:10;transition:all .3s ease-in-out;transform:translateY(-20px)scale(1.1);box-shadow:0 20px 40px #000}#hs-loading{z-index:500;background:#0009;justify-content:center;align-items:center;display:none;position:fixed;inset:0}.hs-spinner{border:3px solid #ffffff26;border-top-color:#eee;border-radius:50%;width:44px;height:44px;animation:.8s linear infinite hs-spin}@keyframes hs-spin{to{transform:rotate(360deg)}}#hs-detail{z-index:400;opacity:0;pointer-events:none;transition:opacity .4s;position:fixed;inset:0}#hs-detail.open{opacity:1;pointer-events:auto}#hs-detail-bg{filter:blur()brightness(.45);will-change:filter;background-position:top;background-size:cover;transition:filter 50ms linear;position:absolute;inset:0;transform:scale(1.04)}#hs-detail-grad{opacity:.6;will-change:opacity;background:linear-gradient(#0000 0%,#0000008c 35%,#000000eb 65%,#000 100%);transition:opacity 50ms linear;position:absolute;inset:0}#hs-detail-body{z-index:2;scrollbar-width:none;transition:transform .4s cubic-bezier(.22,1,.36,1);position:absolute;inset:0;overflow:hidden auto;transform:translateY(32px)}#hs-detail.open #hs-detail-body{transform:translateY(0)}#hs-detail-body::-webkit-scrollbar{display:none}.hsd-wrap{flex-direction:column;min-height:100%;display:flex;position:relative}.hsd-hero-space{flex-shrink:0;align-items:flex-end;height:55vh;min-height:320px;padding:0 52px 32px;display:flex;position:relative}.hsd-hero-info{width:100%;max-width:680px}.hsd-logo{object-fit:contain;object-position:left center;filter:drop-shadow(0 3px 18px #000000e6);max-width:460px;max-height:110px;margin-bottom:14px;display:block}.hsd-title{color:#fff;letter-spacing:-.5px;text-shadow:0 2px 20px #000000e6;margin-bottom:14px;font-size:clamp(28px,4vw,56px);font-weight:800;line-height:1.05}.hsd-meta{flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px;display:flex}.hsd-genre-row{flex-wrap:wrap;gap:6px;margin-bottom:18px;display:flex}.hsd-genre-pill{color:#fffc;letter-spacing:.3px;background:#ffffff1f;border:1px solid #fff3;border-radius:20px;padding:3px 10px;font-size:11px;font-weight:600}.hsd-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.hsd-content{z-index:1;background:#111;flex:1;padding:28px 52px 60px;position:relative}.hsd-content:before{content:"";pointer-events:none;background:linear-gradient(#0000,#111);height:80px;position:absolute;top:-80px;left:0;right:0}.hsd-overview{color:#ffffffc7;max-width:660px;margin-bottom:36px;font-size:15px;line-height:1.75}.hsd-section-label{color:#fff;letter-spacing:-.2px;margin-top:8px;margin-bottom:16px;font-size:19px;font-weight:700}.hsd-season-tabs{scrollbar-width:none;flex-wrap:wrap;gap:8px;margin-bottom:20px;display:flex;overflow-x:auto}.hsd-season-tabs::-webkit-scrollbar{display:none}.hsd-season-tab{color:#ffffffa6;cursor:pointer;white-space:nowrap;background:#ffffff14;border:1px solid #ffffff26;border-radius:20px;flex-shrink:0;padding:7px 18px;font-size:13px;font-weight:600;transition:background .15s,color .15s}.hsd-season-tab:hover,.hsd-season-tab.active{color:#000;background:#fff;border-color:#fff}.hsd-ep-carousel-wrap{scrollbar-width:none;margin:0 -52px 40px;padding:0 52px;overflow:auto hidden}.hsd-ep-carousel-wrap::-webkit-scrollbar{display:none}.hsd-ep-carousel{gap:14px;padding-bottom:8px;display:flex}.hsd-ep-card{cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:12px;flex-shrink:0;width:240px;transition:background .2s,transform .2s,border-color .2s;overflow:hidden}.hsd-ep-card:hover{background:#ffffff1a;border-color:#fff3;transform:translateY(-2px)}.hsd-ep-card-thumb{aspect-ratio:16/9;background:#ffffff0d;width:100%;position:relative;overflow:hidden}.hsd-ep-card-thumb img{object-fit:cover;width:100%;height:100%;display:block}.hsd-ep-nothumb{background:#ffffff0a;width:100%;height:100%}.hsd-ep-card-play{color:#fff0;justify-content:center;align-items:center;font-size:28px;transition:color .15s,background .15s;display:flex;position:absolute;inset:0}.hsd-ep-card:hover .hsd-ep-card-play{color:#ffffffe6;background:#00000059}.hsd-ep-card-dur{color:#ffffffd9;background:#000000b8;border-radius:6px;padding:2px 7px;font-size:11px;font-weight:600;position:absolute;bottom:8px;right:8px}.hsd-ep-card-info{padding:12px 14px 14px}.hsd-ep-card-num{color:#ffffff59;letter-spacing:.5px;text-transform:uppercase;margin-bottom:3px;font-size:11px;font-weight:700}.hsd-ep-card-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:4px;font-size:13px;font-weight:700;line-height:1.3;overflow:hidden}.hsd-ep-card-date{color:#ffffff59;margin-bottom:6px;font-size:11px}.hsd-ep-card-overview{color:#ffffff80;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:11.5px;line-height:1.5;display:-webkit-box;overflow:hidden}.hsd-cast-carousel{scrollbar-width:none;gap:12px;margin:0 -52px 40px;padding-bottom:8px;padding-left:52px;padding-right:52px;display:flex;overflow-x:auto}.hsd-cast-carousel::-webkit-scrollbar{display:none}.hsd-actor-card{text-align:center;cursor:default;flex-shrink:0;width:100px}.hsd-actor-photo{background:#ffffff14;border:2px solid #ffffff1a;border-radius:50%;width:80px;height:80px;margin:0 auto 8px;overflow:hidden}.hsd-actor-photo img{object-fit:cover;width:100%;height:100%}.hsd-actor-nophoto{color:#fff6;background:#ffffff0f;justify-content:center;align-items:center;width:100%;height:100%;font-size:20px;font-weight:700;display:flex}.hsd-actor-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:12px;font-weight:700;line-height:1.3;overflow:hidden}.hsd-actor-char{color:#fff6;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.hsd-similar-carousel{scrollbar-width:none;gap:12px;margin:0 -52px 48px;padding-bottom:8px;padding-left:52px;padding-right:52px;display:flex;overflow-x:auto}.hsd-similar-carousel::-webkit-scrollbar{display:none}.hsd-sim-card{cursor:pointer;flex-shrink:0;width:130px;transition:transform .2s}.hsd-sim-card:hover{transform:scale(1.05)}.hsd-sim-poster{aspect-ratio:2/3;background:#ffffff0f;border-radius:10px;width:130px;margin-bottom:8px;position:relative;overflow:hidden}.hsd-sim-poster img{object-fit:cover;width:100%;height:100%;display:block}.hsd-sim-play{color:#fff0;background:0 0;justify-content:center;align-items:center;font-size:28px;transition:color .15s,background .15s;display:flex;position:absolute;inset:0}.hsd-sim-card:hover .hsd-sim-play{color:#ffffffe6;background:#0006}.hsd-sim-title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:12px;font-weight:600;overflow:hidden}.hsd-sim-sub{color:#fff6;font-size:11px}.hsd-info-table{border-top:1px solid #ffffff14;max-width:640px;padding-top:28px}.hsd-info-title{color:#fff;margin-bottom:20px;font-size:17px;font-weight:700}.hsd-info-grid{flex-direction:column;gap:0;display:flex}.hsd-info-row{border-bottom:1px solid #ffffff0f;align-items:flex-start;gap:16px;padding:11px 0;display:flex}.hsd-info-key{color:#fff6;flex-shrink:0;min-width:150px;font-size:13px;font-weight:600}.hsd-info-val{color:#ffffffd9;font-size:13px;line-height:1.5}.hsd-loading-row{color:#ffffff4d;justify-content:center;align-items:center;padding:32px 0;font-size:14px;display:flex}.hsd-empty-row{color:#ffffff4d;padding:20px 0 32px;font-size:13px}.hsd-ep-loading{justify-content:center;align-items:center;min-width:200px;padding:40px 0;display:flex}@media (width<=768px){.hsd-hero-space{height:50vh;padding:0 20px 24px}.hsd-content{padding:24px 20px 48px}.hsd-ep-carousel-wrap{margin:0 -20px;padding:0 20px}.hsd-cast-carousel,.hsd-similar-carousel{margin:0 -20px;padding-left:20px;padding-right:20px}.hsd-ep-card{width:190px}.hsd-logo{max-width:260px;max-height:72px}}.hs-btn-secondary.focused,.hs-btn-primary.focused{color:#000;opacity:1;background:#eee}:is(.hs-btn-secondary.focused,.hs-btn-primary.focused)#hs-btn-info svg{stroke:none;fill:#000}.hs-btn-primary.focused svg path{fill:#000!important}.hs-btn-tertiary.focused{opacity:1}.hs-btn-tertiary.focused svg{stroke:#fff}.hs-btn-primary,.hs-btn-secondary{transition:opacity .15s,transform .15s,background .15s,outline .1s,box-shadow .15s}#hs-search{z-index:5;background:#000;flex-direction:row;display:none;position:absolute;inset:0}#hs-search-left{background:linear-gradient(#000 0% 100%);flex-direction:column;flex-shrink:0;align-items:center;width:700px;padding:180px 68px 32px;display:flex}#hs-search-bar{text-align:left;color:#eee;letter-spacing:.5px;border:0;border-radius:12px;justify-content:left;align-items:center;gap:10px;width:460px;height:80px;margin-bottom:28px;padding:0 16px;font-size:18px;font-weight:600;display:flex}#hs-search-text{white-space:nowrap;text-align:left;flex:1;justify-content:left;align-items:center;min-width:0;font-size:24px;display:flex;overflow:hidden}#hs-keyboard{flex-direction:column;gap:8px;width:460px;padding:0;display:flex}.kb-row{gap:6px;display:flex}.kb-key{color:#ccc;cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffff14;border-radius:8px;justify-content:center;align-items:center;width:100%;height:68px;padding:0 6px;font-size:30px;font-weight:700;transition:background .1s,transform .1s,border-color .1s;display:flex}.kb-key:hover{background:#ffffff29}.kb-key.focused{color:#000;background:#fff}.kb-space{color:#888;min-width:80px;font-size:11px;font-weight:500}.kb-space svg{width:40px}.kb-back{min-width:48px}.kb-back svg{width:40px!important}#hs-search-right{flex-direction:column;flex:1;min-width:0;padding:48px 40px 32px;display:flex;overflow:hidden}#hs-search-results-wrap{scrollbar-width:none;flex:1;min-height:0;overflow-y:auto}#hs-search-results-wrap::-webkit-scrollbar{display:none}#hs-search-results{grid-template-columns:repeat(4,1fr);gap:16px;padding:30px;display:none}#hs-search-empty{color:#fff6;flex-direction:column;justify-content:center;align-items:center;gap:10px;height:100%;display:flex}.hs-empty-icon svg{width:40px;height:40px}.hs-empty-title{color:#fff9;font-size:38px;font-weight:600}.hs-empty-sub{font-size:23px}@keyframes spin{to{transform:rotate(360deg)}}.hs-spin{animation:.9s linear infinite spin;display:inline-block}.hs-scard{cursor:pointer;background:#ffffff0d;border:4px solid #ffffff14;border-radius:2em;height:350px;transition:transform .15s,border-color .15s,box-shadow .15s;position:relative;overflow:hidden}.hs-scard:hover{border-color:#fff3;transform:scale(1.04)}.hs-scard.focused{border-color:#fff;box-shadow:0 0 30px #ffffff7e}.hs-scard-img{aspect-ratio:2/3;background:#1a1a2e;width:100%;overflow:hidden}.hs-scard-img img{object-fit:cover;width:100%;height:100%;display:block}.hs-scard-placeholder{color:#ffffff4d;background:linear-gradient(135deg,#1a1a2e,#16213e);justify-content:center;align-items:center;width:100%;height:100%;font-size:28px;font-weight:900;display:flex}.hsd-season-tab.focused{color:#000;background:#fff;border-color:#fff;outline:none;transform:scale(1.06);box-shadow:0 0 0 2px #ffffff80,0 4px 16px #ffffff40}.hsd-ep-card.focused{background:#ffffff26;border-color:#fff9;outline:none;transform:translateY(-4px)scale(1.03);box-shadow:0 0 0 2px #ffffff80,0 8px 24px #00000080}.hsd-ep-card.focused .hsd-ep-card-play{color:#ffffffe6;background:#00000059}.hsd-actor-card.focused .hsd-actor-photo{border-color:#fff;outline:none;box-shadow:0 0 0 2px #fff9,0 6px 18px #00000080}.hsd-actor-card.focused .hsd-actor-name{color:#fff}.hsd-sim-card.focused{outline:none;transform:scale(1.07)}.hsd-sim-card.focused .hsd-sim-poster{box-shadow:0 0 0 2px #fff,0 8px 24px #00000080}.hsd-sim-card.focused .hsd-sim-play{color:#ffffffe6;background:#0006}.hsd-section-label{transition:color .2s;position:relative}.hsd-ep-carousel,.hsd-cast-carousel,.hsd-similar-carousel{scroll-behavior:smooth}.hsd-ep-card,.hsd-actor-card,.hsd-sim-card,.hsd-season-tab{transition:background .2s,border-color .2s,transform .2s,box-shadow .2s}.page{display:none;position:absolute;inset:0;overflow:hidden}.page.active{display:block}#hs-menu{z-index:9999}.hs-hero-clone{align-items:top;width:100%;height:100vh;display:flex;position:absolute;inset:0;overflow:hidden}.hs-hero-bg-clone{opacity:0;background-position:top;background-repeat:no-repeat;background-size:cover;transition:opacity .8s;position:absolute;inset:0}.hs-hero-bg-clone.fade-in{opacity:1}.hs-hero-grad-clone{z-index:2;opacity:.7;background:linear-gradient(90deg,#000000c5 0%,#0000000e 55%,#0000001a 100%),linear-gradient(45deg,#00000038 0%,#0000000e 55%,#0000001a 100%),linear-gradient(#0000 40%,#00000079 100%),linear-gradient(#0000002c 0%,#0000 22%);position:absolute;inset:0}.hs-hero-info-clone{z-index:2;flex-direction:column;max-width:780px;padding:0 80px 80px;display:flex;position:absolute;bottom:380px}.hs-hero-title-clone{color:#eee;letter-spacing:-1px;opacity:0;margin-bottom:14px;font-size:clamp(34px,5vw,64px);font-weight:800;line-height:1.05;transition:none;transform:translateY(16px)}.hs-hero-title-clone.anim{opacity:1;transition:opacity .5s,transform .5s;transform:translateY(0)}.hs-hero-meta-clone{flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:10px;display:flex}.hs-hero-overview-clone{color:#ffffffbf;-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:18px;font-size:23px;line-height:1.33;display:-webkit-box;overflow:hidden}.hs-hero-actions-clone{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.hs-hero-dots-clone{z-index:3;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#0000005d;border:1px solid #11111109;border-radius:8em;gap:6px;padding:6px 10px;display:flex;position:absolute;top:610px;left:55%;transform:translate(-100%)}.hs-rows-wrap::-webkit-scrollbar{display:none}.hs-rows-wrap .item,.hs-rows-wrap .card,.hs-rows-wrap>*{scroll-snap-align:start;scroll-snap-stop:always}#page-search{background:#000;flex-direction:row}#page-search.active{display:flex}#hs-menu-title{white-space:nowrap;position:absolute;top:1.2rem;left:1.2rem;right:1.2rem}#hs-user-header{align-items:center;gap:12px;margin-top:-14px;margin-left:-4px;transition:opacity .2s 50ms;display:flex}#hs-user-header .right{flex-direction:column;display:flex}#hs-user-header .right #hs-user-sub{color:#fff;opacity:.5;width:0;height:0;font-size:20px;transition:all .5s;overflow:hidden}#hs-menu.open #hs-user-header{margin-top:0;margin-left:0}#hs-menu.open #hs-user-header .right{flex-direction:column;display:flex}#hs-menu.open #hs-user-header .right #hs-user-sub{width:auto;height:auto;overflow:hidden}#hs-user-avatar-wrap{background:#ffffff1a;border:1px solid #fff1;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:50px;height:50px;margin-left:-10px;transition:all .2s;display:flex;overflow:hidden}#hs-menu.open #hs-user-avatar-wrap{width:60px;height:60px;margin-top:10px;margin-left:10px}#hs-user-avatar{object-fit:cover;border-radius:50%;width:100%;height:100%}#hs-user-avatar-fallback{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#979797,silver);justify-content:center;align-items:center;width:100%;height:100%;padding-top:2px;font-size:21px;font-weight:700;display:flex}#hs-user-firstname{color:#eee;letter-spacing:.2px;white-space:nowrap;text-overflow:ellipsis;font-size:22px;font-weight:700;overflow:hidden}#hs-menu-content #hs-menu-title{font-size:unset;font-weight:unset;letter-spacing:unset}#page-Biblioteca{scrollbar-width:none;background:#000;overflow:hidden auto}#page-Biblioteca::-webkit-scrollbar{display:none}#ml-header{padding:80px 80px 0}#ml-body{flex-direction:column;gap:48px;padding:200px 80px 80px;display:flex}.ml-group-title{color:#c5c5c5e6;letter-spacing:-.2px;margin-bottom:20px;font-size:26px;font-weight:700}.ml-track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;gap:14px;padding:12px 4px 16px;display:flex;overflow:auto visible}.ml-track::-webkit-scrollbar{display:none}.ml-empty{color:#ffffff4d;align-items:center;min-height:60px;padding:20px 0;font-size:15px;display:flex}.ml-card{cursor:pointer;scroll-snap-align:start;flex-shrink:0;width:400px;transition:transform .3s,opacity .3s}.ml-card-poster{aspect-ratio:16/9;background:#1a1a1a;border-radius:12px;width:100%;margin-bottom:8px;position:relative;overflow:hidden}.ml-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .3s;display:block}.ml-card-noposter{color:#fff3;justify-content:center;align-items:center;width:100%;height:100%;font-size:32px;font-weight:900;display:flex}.ml-card-play{color:#fff0;background:0 0;justify-content:center;align-items:center;font-size:28px;transition:color .15s,background .15s;display:flex;position:absolute;inset:0}.ml-card-remove{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#fff;cursor:pointer;opacity:0;background:#000000a6;border:1px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:opacity .15s,background .15s;display:flex;position:absolute;top:8px;right:8px}.ml-card:hover .ml-card-remove{opacity:1}.ml-card-remove:hover{background:#dc3232cc}.ml-card-title{color:#fffc;white-space:nowrap;text-overflow:ellipsis;font-size:24px;font-weight:600;overflow:hidden}.hs-btn-save,.hs-clone-save{position:relative}.hs-btn-save.saved svg path,.hs-clone-save.saved svg path{stroke:none;fill:currentColor!important}.hs-btn-save:active,.hs-clone-save:active{transform:scale(.92)}.hsd-list-btn.saved{background:#ffffff38!important;border-color:#fff6!important}.hsd-list-btn.saved svg path{stroke:none;fill:currentColor!important}.ml-card.focused{z-index:10;transition:transform .25s cubic-bezier(.22,1,.36,1),box-shadow .25s}.ml-card.focused .ml-card-poster{border:4px solid #fff;box-shadow:0 0 10px #ffffff34}.ml-card.focused .ml-card-poster img{transform:scale(1.06)}.ml-card.focused .ml-card-play{color:#ffffffe6;background:#0006}.ml-card.focused .ml-card-remove{opacity:1}.ml-card.focused .ml-card-title{color:#fff}
