:root{--bg:#050505;--black:#000;--surface:#141414;--surface2:#181818;--text:#fff;--muted:#b3b3b3;--brand:#e5092f;--brand2:#ff1748;--green:#46d369;--line:rgba(255,255,255,.14)}*{box-sizing:border-box}body,html{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:Arial,Helvetica,sans-serif;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font-family:inherit}img{display:block;max-width:100%}.filmible-home{min-height:100vh;background:#050505}.nf-header{position:fixed;inset:0 0 auto 0;z-index:1000;height:70px;display:flex;align-items:center;padding:0 4vw;background:#000;box-shadow:0 2px 18px rgba(0,0,0,.55)}.nf-brand{display:inline-flex;align-items:center;gap:10px;margin-right:34px;font-size:25px;font-weight:900;letter-spacing:-.7px}.nf-brand-mark{width:38px;height:38px;border-radius:9px;display:grid;place-items:center;background:linear-gradient(135deg,var(--brand),var(--brand2));color:white;font-weight:950;box-shadow:0 14px 32px rgba(229,9,47,.38)}.nf-nav{display:flex;align-items:center;gap:20px;color:#e5e5e5;font-size:14px}.nf-nav a{cursor:pointer;transition:color .18s ease}.nf-nav a:hover{color:var(--muted)}.nf-actions{margin-left:auto;display:flex;align-items:center;gap:18px;color:white}.nf-actions button{width:31px;height:31px;display:grid;place-items:center;border:0;background:transparent;color:white;font-size:21px;cursor:pointer}.kids-link{font-size:14px;color:#f1f1f1}.nf-avatar{width:36px;height:36px;display:grid;place-items:center;border-radius:6px;background:linear-gradient(135deg,#222232,#3a3a50);color:white;font-weight:900}.nf-billboard{position:relative;min-height:790px;display:flex;align-items:center;padding:120px 4vw 185px;background-size:cover;background-position:50%}.billboard-copy{width:min(650px,100%);position:relative;z-index:4}.show-badge{display:inline-flex;align-items:center;gap:10px;color:#d9d9d9;font-size:14px;font-weight:800;letter-spacing:.22em;margin-bottom:12px}.badge-f{width:26px;height:26px;display:grid;place-items:center;border-radius:5px;background:var(--brand);color:white;letter-spacing:0;font-weight:950}.nf-billboard h1{margin:0 0 18px;max-width:720px;font-size:clamp(52px,8vw,112px);line-height:.88;letter-spacing:-5px;text-shadow:0 8px 28px rgba(0,0,0,.55)}.title-meta{display:flex;flex-wrap:wrap;align-items:center;gap:10px;margin:0 0 16px;color:#e7e7e7;font-size:15px;font-weight:700}.green{color:var(--green)}.maturity{padding:2px 7px;border:1px solid rgba(255,255,255,.55);color:#efefef}.billboard-copy p{width:min(590px,100%);margin:0;color:#f1f1f1;font-size:19px;line-height:1.45;text-shadow:0 3px 18px rgba(0,0,0,.5)}.billboard-buttons{display:flex;gap:12px;margin-top:27px}.nf-info,.nf-play{display:inline-flex;align-items:center;justify-content:center;min-height:49px;border-radius:5px;padding:0 30px;font-size:18px;font-weight:800;transition:filter .18s ease,transform .18s ease}.nf-play{background:white;color:black}.nf-info{background:rgba(109,109,110,.72);color:white}.nf-info:hover,.nf-play:hover{filter:brightness(.88);transform:translateY(-1px)}.billboard-side{position:absolute;z-index:5;right:0;bottom:210px;display:flex;align-items:center;height:46px;min-width:98px;padding-left:16px;border-left:3px solid white;background:rgba(51,51,51,.68);color:white;font-size:15px}.billboard-fade{position:absolute;z-index:2;left:0;right:0;bottom:-1px;height:230px;background:linear-gradient(180deg,rgba(5,5,5,0),#050505 72%,#050505)}.nf-rows-wrap{z-index:20;margin-top:-132px;padding-bottom:115px}.nf-row,.nf-rows-wrap{position:relative;overflow:visible}.nf-row{margin:0 0 28px;padding-left:4vw}.row-title-line{position:relative;z-index:5;display:flex;align-items:baseline;gap:12px;margin-bottom:12px}.row-title-line h2{margin:0;font-size:25px;letter-spacing:-.4px}.row-title-line span{color:#54b9c5;font-size:13px;font-weight:800;opacity:0;transform:translateX(-6px);transition:opacity .18s ease,transform .18s ease}.nf-row:hover .row-title-line span{opacity:1;transform:translateX(0)}.nf-row-shell{position:relative;overflow:visible}.nf-slider{display:grid;grid-auto-flow:column;grid-auto-columns:clamp(250px,19vw,345px);gap:8px;overflow-x:auto;overflow-y:visible;padding:82px 4vw 268px 0;margin-top:-76px;scroll-snap-type:x proximity;scroll-behavior:smooth;scrollbar-width:none}.nf-slider::-webkit-scrollbar{display:none}.nf-card{position:relative;display:block;height:auto;z-index:1;scroll-snap-align:start;isolation:isolate}.nf-card:hover{z-index:900}.nf-card-base{position:relative;z-index:1;transition:opacity .15s ease}.nf-card:hover .nf-card-base{opacity:0}.nf-base-thumb,.nf-hover-art{position:relative;aspect-ratio:16/9;overflow:hidden;border-radius:5px;background:#202020}.nf-base-thumb img,.nf-hover-art img{width:100%;height:100%;object-fit:cover;transform:none}.nf-card-base h3{margin:8px 0 0;font-size:14px;color:#ededed;font-weight:800;opacity:.92}.nf-hover-pop{position:absolute;left:50%;top:0;z-index:50;width:145%;border-radius:5px;background:#181818;opacity:0;visibility:hidden;pointer-events:none;transform:translateX(-50%) translateY(0) scale(.689655);transform-origin:center top;box-shadow:0 0 0 rgba(0,0,0,0);backface-visibility:hidden;will-change:transform,opacity;transition:transform .43s cubic-bezier(.16,1,.3,1),opacity .12s ease,visibility 0s linear .43s,box-shadow .26s ease}.nf-card:hover .nf-hover-pop{opacity:1;visibility:visible;transform:translateX(-50%) translateY(-42px) scale(1);box-shadow:0 30px 76px rgba(0,0,0,.86);transition:transform .43s cubic-bezier(.16,1,.3,1),opacity 80ms ease,visibility 0s linear 0s,box-shadow .26s ease 80ms}.nf-slider>.nf-card:first-child .nf-hover-pop{left:0;transform-origin:left top;transform:translateX(0) translateY(0) scale(.689655)}.nf-slider>.nf-card:first-child:hover .nf-hover-pop{transform:translateX(0) translateY(-42px) scale(1)}.nf-hover-art{border-radius:5px 5px 0 0}.nf-card:hover .nf-hover-art img{filter:brightness(.88)}.nf-hover-body{min-height:122px;padding:13px 14px 15px;border-radius:0 0 5px 5px;background:#181818}.hover-actions{display:flex;align-items:center;gap:8px;margin-bottom:11px}.circle-action{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:2px solid rgba(255,255,255,.62);background:#2a2a2a;color:white;font-size:15px;font-weight:900;line-height:1}.play-action{background:white;color:black;border-color:white}.right-action{margin-left:auto}.hover-title{margin:0 0 8px;color:#fff;font-size:15px;line-height:1.15;letter-spacing:-.2px}.hover-meta{display:flex;align-items:center;flex-wrap:wrap;gap:7px;color:#d6d6d6;font-size:12px;font-weight:800}.hover-meta strong{color:var(--green)}.hover-meta span{padding:1px 5px;border:1px solid rgba(255,255,255,.25)}.hover-tags{display:flex;align-items:center;gap:7px;margin-top:9px;color:#d7d7d7;font-size:12px;line-height:1.2}.hover-tags i{width:4px;height:4px;border-radius:50%;background:#777}.watch-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.26)}.watch-progress span{display:block;height:100%;background:var(--brand)}.rank-badge{top:9px;left:9px;z-index:5;padding:5px 8px;border-radius:4px;background:rgba(229,9,47,.96);font-size:12px;font-weight:950;box-shadow:0 8px 22px rgba(0,0,0,.35)}.rank-badge,.row-arrow{position:absolute;color:white}.row-arrow{top:82px;bottom:268px;z-index:350;width:62px;border:0;font-size:86px;font-weight:200;line-height:1;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .18s ease,background .18s ease,transform .18s ease}.row-arrow.show{pointer-events:auto}.nf-row:hover .row-arrow.show{opacity:1}.row-arrow:hover{transform:scale(1.02)}.row-arrow-left{left:0;border-radius:0 5px 5px 0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.08))}.row-arrow-right{right:0;border-radius:5px 0 0 5px;background:linear-gradient(270deg,rgba(0,0,0,.78),rgba(0,0,0,.08))}.site-header{position:relative;z-index:20;height:76px;display:flex;align-items:center;gap:32px;padding:0 48px;background:#070707;border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:12px;font-size:25px;font-weight:900;letter-spacing:-.7px}.brand-mark{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:linear-gradient(135deg,var(--brand),var(--brand2));box-shadow:0 18px 40px rgba(229,9,47,.35)}.back-link{margin-left:auto;color:var(--muted);font-weight:700}.detail-hero{min-height:calc(100vh - 76px);padding:72px 48px;background-size:cover;background-position:50%}.detail-grid{display:grid;grid-template-columns:320px minmax(0,680px);gap:42px;align-items:center}.detail-poster{border-radius:11px;border:1px solid var(--line);box-shadow:0 28px 80px rgba(0,0,0,.45)}.eyebrow,.mini-label{color:var(--brand2);text-transform:uppercase;letter-spacing:.16em;font-size:12px;font-weight:800}h1{margin:12px 0;font-size:clamp(42px,7vw,86px);line-height:.92;letter-spacing:-3px}.hero-meta{color:#f1f1f3;font-weight:700}.hero-description{max-width:590px;color:var(--muted);font-size:18px;line-height:1.6}.hero-actions{display:flex;gap:14px;margin-top:28px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:5px;min-height:48px;padding:0 22px;font-weight:800;cursor:pointer}.btn-primary{background:white;color:black}.btn-secondary{background:rgba(109,109,110,.72);color:white}.unlock-box{margin-top:20px;padding:18px;border-radius:7px;border:1px solid rgba(229,9,47,.35);background:rgba(229,9,47,.12)}.unlock-box.ready{border-color:rgba(20,170,97,.35);background:rgba(20,170,97,.12)}.unlock-box p{margin:6px 0 0;color:var(--muted)}.watch-page{min-height:100vh;background:radial-gradient(circle at top,#191923,#050508 52%)}.watch-header{display:flex;justify-content:space-between;align-items:center;padding:24px 34px;border-bottom:1px solid var(--line)}.player-shell{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:24px;padding:34px}.cinema-frame{border-radius:10px;background:#000;border:1px solid var(--line);overflow:hidden;box-shadow:0 28px 80px rgba(0,0,0,.45)}.fake-player{min-height:620px;background-size:cover;background-position:50%;display:grid;place-items:center;position:relative}.play-circle{display:grid;place-items:center;width:96px;height:96px;border-radius:50%;background:rgba(255,255,255,.16);border:1px solid rgba(255,255,255,.35);backdrop-filter:blur(18px);font-size:35px}.player-caption{position:absolute;left:34px;bottom:30px}.player-caption h1{font-size:54px;letter-spacing:-2px}.player-caption p{color:var(--muted)}.watch-panel{align-self:start;padding:24px;border-radius:10px;border:1px solid var(--line);background:rgba(17,17,24,.92)}.watch-panel p{color:var(--muted);line-height:1.6}.btn.full{width:100%;margin-top:12px}@media (max-width:1100px){.nf-nav{gap:13px;font-size:13px}.nf-nav a:nth-last-child(-n+2){display:none}.detail-grid,.player-shell{grid-template-columns:1fr}}@media (max-width:720px){.nf-header{height:64px;padding:0 18px}.nf-brand{font-size:21px;margin-right:14px}.nf-brand-mark{width:34px;height:34px}.kids-link,.nf-actions button:first-child,.nf-actions button:nth-child(3),.nf-nav a:not(:first-child){display:none}.nf-billboard{min-height:650px;padding:96px 18px 150px}.nf-billboard h1{font-size:56px;letter-spacing:-2px}.billboard-copy p{font-size:16px}.billboard-buttons{flex-direction:column;max-width:260px}.billboard-side{display:none}.nf-rows-wrap{margin-top:-92px}.nf-row{padding-left:18px}.nf-slider{grid-auto-columns:76vw;padding-right:18px;padding-top:20px;padding-bottom:44px;margin-top:0}.nf-hover-pop,.row-arrow{display:none}.nf-card:hover .nf-card-base{opacity:1}.detail-hero,.player-shell,.site-header{padding-left:18px;padding-right:18px}.fake-player{min-height:430px}}.nf-rows-wrap{padding-bottom:78px!important}.nf-row{margin:0 0 10px!important}.row-title-line{margin-bottom:8px!important}.nf-slider{padding-top:82px!important;padding-bottom:178px!important;margin-top:-76px!important}.row-arrow{top:82px!important;bottom:178px!important}@media (max-width:720px){.nf-rows-wrap{margin-top:-86px!important;padding-bottom:42px!important}.nf-row{margin:0 0 12px!important}.row-title-line{margin-bottom:8px!important}.nf-slider{padding-top:20px!important;padding-bottom:40px!important;margin-top:0!important}}.nf-rows-wrap{margin-top:-118px!important;padding-bottom:58px!important}.nf-row{margin:0 0 -28px!important}.row-title-line{margin-bottom:7px!important}.nf-slider{padding-top:58px!important;padding-bottom:74px!important;margin-top:-54px!important}.row-arrow{top:58px!important;bottom:74px!important}.nf-card:hover,.nf-hover-pop{z-index:999!important}.nf-card-base h3{margin-top:7px!important}@media (max-width:720px){.nf-rows-wrap{margin-top:-86px!important;padding-bottom:34px!important}.nf-row{margin:0 0 8px!important}.nf-slider{padding-top:18px!important;padding-bottom:32px!important;margin-top:0!important}}.nf-rows-wrap{isolation:isolate!important}.nf-row:hover{z-index:800!important}.nf-row-shell,.nf-slider{position:relative!important;overflow-y:visible!important}.nf-card{position:relative!important;z-index:1!important}.nf-card:hover{z-index:9999!important}.nf-hover-pop{z-index:10000!important}.nf-card:hover .row-arrow,.nf-card:hover~.row-arrow,.row-arrow{z-index:700!important}.nf-rows-wrap{z-index:20!important}.nf-row,.nf-rows-wrap{position:relative!important;overflow:visible!important;isolation:auto!important}.nf-row{z-index:1!important}.nf-row.is-active-row{z-index:50000!important}.nf-row.is-active-row .nf-row-shell,.nf-row.is-active-row .nf-slider{position:relative!important;z-index:50001!important;overflow-y:visible!important}.nf-row.is-active-row .nf-card:hover{z-index:50002!important}.nf-row.is-active-row .nf-card:hover .nf-hover-pop{z-index:50003!important}.nf-row:not(.is-active-row),.nf-row:not(.is-active-row) .nf-card,.nf-row:not(.is-active-row) .nf-slider,.nf-row:not(.is-active-row) .row-title-line{z-index:1!important}.nf-card{isolation:auto!important}.nf-hover-pop{position:absolute!important}.nf-card.is-preview-source .nf-card-base{opacity:0!important}.nf-page-hover-preview{position:fixed!important;left:var(--preview-left)!important;top:var(--preview-top)!important;width:var(--preview-width)!important;border-radius:5px!important;background:#181818!important;box-shadow:0 30px 76px rgba(0,0,0,.88)!important;overflow:visible!important;transform-origin:var(--preview-origin)!important;animation:filmiblePagePreviewIn .43s cubic-bezier(.16,1,.3,1) both!important;will-change:transform,opacity!important;backface-visibility:hidden!important}.nf-page-hover-preview.is-closing{animation:filmiblePagePreviewOut .21s cubic-bezier(.4,0,.2,1) both!important}.nf-preview-link{display:block!important;color:inherit!important;text-decoration:none!important}.nf-global-art{position:relative!important;aspect-ratio:16/9!important;overflow:hidden!important;border-radius:5px 5px 0 0!important;background:#202020!important}.nf-global-art img{width:100%!important;height:100%!important;object-fit:cover!important;transform:none!important;filter:brightness(.88)!important}.nf-global-body{min-height:122px!important;padding:13px 14px 15px!important;border-radius:0 0 5px 5px!important;background:#181818!important}@keyframes filmiblePagePreviewIn{0%{opacity:0;transform:scale(.689655) translateY(0)}35%{opacity:1}72%{transform:scale(1.018) translateY(-1px)}to{opacity:1;transform:scale(1) translateY(0)}}@keyframes filmiblePagePreviewOut{0%{opacity:1;transform:scale(1) translateY(0)}to{opacity:0;transform:scale(.689655) translateY(0)}}.nf-row,.nf-row-shell,.nf-rows-wrap,.nf-slider{overflow:visible!important}.nf-card.is-preview-source{opacity:1!important;visibility:visible!important}.nf-row:has(.nf-page-hover-preview){position:relative!important;z-index:2147482000!important}.nf-row:has(.nf-page-hover-preview) .nf-page-hover-preview{z-index:2147483000!important}.nf-hover-pop{display:none!important}.nf-row-shell{position:relative!important}.row-arrow{pointer-events:auto!important;cursor:pointer!important;touch-action:manipulation!important}.nf-page-hover-preview{z-index:2147483000!important}.nf-row:hover .row-arrow,.row-arrow.show{opacity:1!important;pointer-events:auto!important;z-index:2147483647!important}.row-arrow.show{pointer-events:auto!important}.nf-slider{overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth!important}.row-arrow{opacity:0!important;z-index:2147483646!important}.row-arrow,.row-arrow.show{pointer-events:none!important}.nf-row:hover .row-arrow.show{opacity:1!important;pointer-events:auto!important}.nf-row:hover .row-arrow:not(.show){opacity:0!important;pointer-events:none!important}.nf-card.is-preview-source .nf-card-base,.nf-card:hover .nf-card-base{opacity:1!important;visibility:visible!important}.nf-row-shell:not(:hover) .row-arrow,.nf-row:not(:hover) .row-arrow,.row-arrow,.row-arrow.show{opacity:0!important;visibility:hidden!important;pointer-events:none!important}.nf-row-shell:hover .row-arrow.show{opacity:1!important;visibility:visible!important;pointer-events:auto!important}.nf-row-shell:hover .row-arrow:not(.show){opacity:0!important;visibility:hidden!important;pointer-events:none!important}.nf-row.is-top10-row .row-title-line{margin-bottom:20px!important}.nf-row.is-top10-row .nf-slider{margin-top:0!important;padding-top:2px!important;padding-bottom:76px!important;align-items:center!important}.nf-row.is-top10-row .nf-card{counter-increment:filmibleTopRank!important;flex:0 0 300px!important;width:300px!important;min-width:300px!important;padding-left:132px!important}.nf-row.is-top10-row .nf-card:before{content:counter(filmibleTopRank)!important;top:2px!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:192px!important;color:#090909!important;-webkit-text-stroke:4.5px #5e5e5e!important;text-shadow:0 0 1px #5e5e5e!important}.nf-row.is-top10-row .nf-card .nf-card-base{width:142px!important;margin:0 0 0 -34px!important}.nf-row.is-top10-row .nf-card .nf-base-thumb{width:142px!important;height:190px!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}@media (min-width:1200px){.nf-slider{gap:8px!important}.nf-slider>.nf-card{flex:0 0 calc((100vw - 160px - 40px) / 6)!important;width:calc((100vw - 160px - 40px) / 6)!important;min-width:calc((100vw - 160px - 40px) / 6)!important;max-width:310px!important}}@media (max-width:1199px){.nf-slider>.nf-card{flex:0 0 clamp(220px,28vw,320px)!important;width:clamp(220px,28vw,320px)!important;min-width:clamp(220px,28vw,320px)!important}}@media (min-width:1200px){.nf-slider{display:flex!important;justify-content:flex-start!important;gap:8px!important;column-gap:8px!important}.nf-slider>.nf-card{max-width:none!important;margin-right:0!important}.nf-row.is-top10-row .nf-slider>.nf-card,.nf-slider>.nf-card{flex:0 0 calc((100% - 40px) / 6)!important;width:calc((100% - 40px) / 6)!important;min-width:calc((100% - 40px) / 6)!important}}.nf-row.is-top10-row .row-title-line{position:relative!important;z-index:20!important}.nf-row.is-top10-row .nf-slider{counter-reset:filmibleTopRank!important;display:flex!important;justify-content:flex-start!important;padding-bottom:78px!important}.nf-row.is-top10-row .nf-slider>.nf-card{counter-increment:filmibleTopRank!important;flex:0 0 calc((100% - 40px) / 6)!important;width:calc((100% - 40px) / 6)!important;min-width:calc((100% - 40px) / 6)!important;height:168px!important;padding-left:104px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}.nf-row.is-top10-row .nf-slider>.nf-card:before{content:counter(filmibleTopRank)!important;position:absolute!important;left:0!important;top:1px!important;z-index:0!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:172px!important;font-weight:900!important;line-height:.9!important;letter-spacing:-10px!important;color:#070707!important;-webkit-text-stroke:4px #5f5f5f!important;text-shadow:0 0 1px #5f5f5f!important;pointer-events:none!important}.nf-row.is-top10-row .nf-card .nf-card-base{position:relative!important;z-index:2!important;width:122px!important;margin:0 0 0 -32px!important}.nf-row.is-top10-row .nf-card .nf-base-thumb{width:122px!important;height:168px!important;aspect-ratio:auto!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 9px 22px rgba(0,0,0,.55)!important}.nf-row.is-top10-row .nf-card .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.nf-row.is-top10-row .nf-slider{counter-reset:toprank!important;padding-top:6px!important}.nf-row.is-top10-row .nf-card{counter-increment:toprank!important;height:200px!important;padding-left:138px!important}.nf-row.is-top10-row .nf-card:before{content:counter(toprank)!important;font-size:208px!important}.nf-row.is-top10-row .nf-card-base{width:145px!important;margin:0 0 0 -38px!important}.nf-row.is-top10-row .nf-base-thumb{width:145px!important;height:200px!important}.nf-row.is-top10-row .nf-slider{counter-reset:t10!important;gap:8px!important;padding-top:8px!important}.nf-row.is-top10-row .nf-card{counter-increment:t10!important;flex:0 0 calc((100% - 40px)/6)!important;width:calc((100% - 40px)/6)!important;min-width:calc((100% - 40px)/6)!important;height:190px!important}.nf-row.is-top10-row .nf-card:before{content:counter(t10)!important;top:0!important;font-size:195px!important;-webkit-text-stroke:5px #5f5f5f!important}.nf-row.is-top10-row .nf-card-base{width:138px!important;margin:0 0 0 -34px!important}.nf-row.is-top10-row .nf-base-thumb{width:138px!important;height:190px!important}.nf-row.is-top10-row .row-title-line{margin-bottom:18px!important}.nf-row.is-top10-row .row-title-line span{display:none!important}.nf-row.is-top10-row .nf-slider{counter-reset:t10final!important;gap:0!important;padding-top:10px!important;padding-bottom:82px!important;overflow-x:auto!important;overflow-y:hidden!important}.nf-row.is-top10-row .nf-card{counter-increment:t10final!important;flex:0 0 calc(100% / 6)!important;width:calc(100% / 6)!important;min-width:calc(100% / 6)!important;height:205px!important;padding-left:128px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}.nf-row.is-top10-row .nf-card:before{content:counter(t10final)!important;position:absolute!important;left:0!important;top:4px!important;z-index:0!important;font-family:Arial Black,Impact,sans-serif!important;font-size:210px!important;line-height:.88!important;font-weight:900!important;letter-spacing:-12px!important;color:#070707!important;-webkit-text-stroke:4.5px #5f5f5f!important;text-shadow:0 0 1px #5f5f5f!important;pointer-events:none!important}.nf-row.is-top10-row .nf-card-base{position:relative!important;z-index:2!important;width:148px!important;margin:0 0 0 -42px!important}.nf-row.is-top10-row .nf-base-thumb{width:148px!important;height:205px!important;aspect-ratio:auto!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}.nf-row.is-top10-row .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}.nf-row.is-top10-row .nf-card-base h3,.nf-row.is-top10-row .rank-badge,.nf-row.is-top10-row .watch-progress{display:none!important}body .nf-row.is-top10-row:has(.rank-badge) .row-title-line{margin-bottom:22px!important;position:relative!important;z-index:20!important}body .nf-row.is-top10-row:has(.rank-badge) .row-title-line span{display:none!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider{counter-reset:top10final!important;display:flex!important;justify-content:flex-start!important;padding-top:4px!important;padding-bottom:86px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{counter-increment:top10final!important;flex:0 0 calc(100% / 6)!important;width:calc(100% / 6)!important;min-width:calc(100% / 6)!important;height:194px!important;padding-left:118px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{content:counter(top10final)!important;position:absolute!important;left:0!important;z-index:0!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:218px!important;font-weight:900!important;text-shadow:0 0 1px #5f5f5f!important;pointer-events:none!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:132px!important;margin:0 0 0 -24px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:132px!important;aspect-ratio:auto!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider{padding-bottom:84px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc(100% / 5.78)!important;width:calc(100% / 5.78)!important;min-width:calc(100% / 5.78)!important;height:196px!important;padding-left:128px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-18px!important;top:-7px!important;font-size:220px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:134px!important;margin:0 0 0 -18px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:134px!important;height:184px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider{gap:0!important;padding-top:6px!important;padding-bottom:88px!important;overflow-x:auto!important;overflow-y:hidden!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc(100% / 5.62)!important;width:calc(100% / 5.62)!important;min-width:calc(100% / 5.62)!important;padding-left:132px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-24px!important;top:-8px!important;font-size:222px!important;letter-spacing:-13px!important;-webkit-text-stroke:4.5px #5f5f5f!important;color:#070707!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:148px!important;margin:0 0 0 -14px!important;position:relative!important;z-index:2!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:148px!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3,body .nf-row.is-top10-row:has(.rank-badge) .rank-badge,body .nf-row.is-top10-row:has(.rank-badge) .watch-progress{display:none!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 calc(100% / 5.45)!important;width:calc(100% / 5.45)!important;min-width:calc(100% / 5.45)!important;height:206px!important;padding-left:148px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-34px!important;top:-10px!important;font-size:224px!important;line-height:.88!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:150px!important;margin:0 0 0 -8px!important}body .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:150px!important;height:202px!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider{gap:0!important;padding-top:2px!important;padding-bottom:78px!important;overflow-x:auto!important;overflow-y:hidden!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card{flex:0 0 clamp(284px,15.2vw,302px)!important;width:clamp(284px,15.2vw,302px)!important;min-width:clamp(284px,15.2vw,302px)!important;height:196px!important;padding-left:118px!important;position:relative!important;display:flex!important;align-items:center!important;overflow:visible!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card:before{left:-14px!important;top:-6px!important;font-size:214px!important;line-height:.88!important;letter-spacing:-13px!important;-webkit-text-stroke:4.5px #5f5f5f!important;color:#070707!important;text-shadow:0 0 1px #5f5f5f!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-card-base{width:140px!important;margin:0 0 0 -18px!important;position:relative!important;z-index:2!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-slider>.nf-card .nf-base-thumb{width:140px!important;height:194px!important;border-radius:4px!important;overflow:hidden!important;box-shadow:0 10px 24px rgba(0,0,0,.55)!important}html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .nf-card-base h3,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .rank-badge,html body .nf-rows-wrap .nf-row.is-top10-row:has(.rank-badge) .watch-progress{display:none!important}body .nf-row:not(.is-top10-row) .nf-slider{display:flex!important;justify-content:flex-start!important;align-items:flex-start!important;gap:8px!important}body .nf-row:not(.is-top10-row) .nf-slider>.nf-card{flex:0 0 calc((100% - 40px) / 6)!important;width:calc((100% - 40px) / 6)!important;min-width:calc((100% - 40px) / 6)!important;max-width:calc((100% - 40px) / 6)!important;padding:0!important;box-sizing:border-box!important}body .nf-row:not(.is-top10-row) .nf-base-thumb,body .nf-row:not(.is-top10-row) .nf-card-base{width:100%!important;min-width:100%!important;max-width:100%!important;box-sizing:border-box!important}body .nf-row:not(.is-top10-row) .nf-base-thumb{aspect-ratio:16/9!important;height:auto!important}body .nf-row:not(.is-top10-row) .nf-base-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}html body .nf-rows-wrap .nf-row.is-top10-row .nf-slider>.nf-card:before{font-size:224px!important;line-height:.9!important;top:-6px!important;line-height:.88!important;top:3px!important;top:-9px!important;font-size:248px!important;line-height:.86!important;transform:scaleY(1.18)!important;transform:scaleY(1.11)!important;transform-origin:top left!important;transform:scaleY(1.16)!important;top:-1px!important;transform-origin:bottom left!important;top:50%!important;transform:translateY(-50%) scaleY(1.12)!important;overflow:visible!important;transform:none!important;font-size:238px!important;line-height:.78!important;top:0!important;height:190px!important;display:flex!important;align-items:center!important;transform:scaleY(1.1)!important;transform-origin:center center!important}html body .nf-rows-wrap .nf-row.is-top10-row .nf-slider>.nf-card:nth-child(10):before{font-size:198px!important;letter-spacing:-34px!important;transform:scaleX(.78) scaleY(1.1)!important;width:190px!important;left:-42px!important;letter-spacing:-48px!important;transform:scaleX(.62) scaleY(1.1)!important;letter-spacing:-42px!important;transform:scaleX(.7) scaleY(1.1)!important;width:240px!important;left:-24px!important;font-size:188px!important;letter-spacing:-30px!important;transform:scaleX(.76) scaleY(1.1)!important;transform-origin:left center!important;width:250px!important}.filmible-footer{width:min(980px,calc(100% - 96px));margin:18px auto 0;padding:34px 0 42px;color:rgba(255,255,255,.48);font-size:13px}.footer-question{margin:0 0 22px;color:rgba(255,255,255,.58)}.footer-links{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:14px 28px;margin-bottom:24px}.footer-links a{color:rgba(255,255,255,.48);text-decoration:underline;text-underline-offset:2px;transition:color .16s ease}.footer-links a:hover{color:rgba(255,255,255,.78)}.footer-brand{margin:0;color:rgba(255,255,255,.42);font-size:13px}@media (max-width:760px){.filmible-footer{width:calc(100% - 36px);padding-bottom:34px}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr));gap:13px 22px}}.filmible-footer{width:min(860px,calc(100% - 96px))!important}.footer-links{grid-template-columns:repeat(3,minmax(150px,1fr))!important;gap:14px 62px!important}@media (max-width:760px){.filmible-footer{width:calc(100% - 36px)!important}.footer-links{grid-template-columns:repeat(2,minmax(120px,1fr))!important;gap:13px 22px!important}}.brand,.nf-brand{display:inline-flex!important;align-items:center!important;gap:0!important;text-decoration:none!important}.filmible-wordmark{display:inline-block!important;color:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:clamp(28px,2.2vw,42px)!important;font-weight:900!important;letter-spacing:-1.8px!important;line-height:.9!important;text-transform:uppercase!important;transform:perspective(180px) rotateX(5deg) scaleY(1.08)!important;transform-origin:center bottom!important;text-shadow:0 0 1px rgba(229,9,20,.35)!important}.brand-mark,.nf-brand-mark{display:none!important}@media (max-width:760px){.filmible-wordmark{font-size:26px!important;letter-spacing:-1.2px!important}}.filmible-wordmark{width:150px!important;height:38px!important;display:block!important;overflow:visible!important;flex:0 0 auto!important}.filmible-wordmark text{fill:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:26px!important;font-weight:900!important;letter-spacing:-1.2px!important}.filmible-wordmark path{fill:none!important}@media (max-width:760px){.filmible-wordmark{width:128px!important;height:34px!important}.filmible-wordmark text{font-size:23px!important}}.filmible-wordmark-flat{width:auto!important;height:34px!important;display:inline-flex!important;align-items:flex-start!important;gap:0!important;overflow:visible!important;color:#e50914!important;transform:none!important;flex:0 0 auto!important}.filmible-wordmark-flat span{display:inline-block!important;color:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:31px!important;font-weight:900!important;line-height:.82!important;letter-spacing:-1.7px!important;transform-origin:center top!important;text-shadow:0 0 1px rgba(229,9,20,.35)!important}.filmible-wordmark-flat span:first-child{transform:scaleY(1)!important}.filmible-wordmark-flat span:nth-child(2){transform:scaleY(1.04)!important}.filmible-wordmark-flat span:nth-child(3){transform:scaleY(1.08)!important}.filmible-wordmark-flat span:nth-child(4),.filmible-wordmark-flat span:nth-child(5){transform:scaleY(1.12)!important}.filmible-wordmark-flat span:nth-child(6){transform:scaleY(1.08)!important}.filmible-wordmark-flat span:nth-child(7){transform:scaleY(1.04)!important}.filmible-wordmark-flat span:nth-child(8){transform:scaleY(1)!important}@media (max-width:760px){.filmible-wordmark-flat{height:30px!important}.filmible-wordmark-flat span{font-size:27px!important;letter-spacing:-1.3px!important}}html body .filmible-wordmark-flat{height:39px!important;align-items:flex-start!important}html body .filmible-wordmark-flat span{line-height:.82!important;transform-origin:center top!important}html body .filmible-wordmark-flat span:first-child{transform:scaleY(1)!important}html body .filmible-wordmark-flat span:nth-child(2){transform:scaleY(1.08)!important}html body .filmible-wordmark-flat span:nth-child(3){transform:scaleY(1.15)!important}html body .filmible-wordmark-flat span:nth-child(4),html body .filmible-wordmark-flat span:nth-child(5){transform:scaleY(1.23)!important}html body .filmible-wordmark-flat span:nth-child(6){transform:scaleY(1.15)!important}html body .filmible-wordmark-flat span:nth-child(7){transform:scaleY(1.08)!important}html body .filmible-wordmark-flat span:nth-child(8){transform:scaleY(1)!important}html body .filmible-wordmark-flat{height:34px!important;display:inline-flex!important;align-items:center!important;overflow:visible!important;gap:0!important}html body .filmible-wordmark-flat span{font-size:31px!important;line-height:1!important;letter-spacing:-1.7px!important;transform:none!important;transform-origin:center center!important}html body .filmible-wordmark-flat span:first-child,html body .filmible-wordmark-flat span:nth-child(2),html body .filmible-wordmark-flat span:nth-child(3),html body .filmible-wordmark-flat span:nth-child(4),html body .filmible-wordmark-flat span:nth-child(5),html body .filmible-wordmark-flat span:nth-child(6),html body .filmible-wordmark-flat span:nth-child(7),html body .filmible-wordmark-flat span:nth-child(8){transform:none!important}html body .netflix-header{position:fixed!important;top:0!important;left:0!important;right:0!important;z-index:2147480000!important;height:72px!important;padding:0 4.7vw!important;display:flex!important;align-items:center!important;justify-content:space-between!important;background:linear-gradient(180deg,rgba(0,0,0,.76),rgba(0,0,0,.42),rgba(0,0,0,0))!important;transition:background-color .22s ease,background .22s ease,box-shadow .22s ease!important;box-sizing:border-box!important}html body .netflix-header.is-scrolled{background:#050505!important;box-shadow:0 1px 0 rgba(255,255,255,.04)!important}html body .netflix-header-left{display:flex!important;align-items:center!important;gap:34px!important;min-width:0!important}html body .netflix-wordmark{color:#e50914!important;font-family:Arial Black,Impact,system-ui,sans-serif!important;font-size:clamp(28px,2.15vw,38px)!important;font-weight:900!important;letter-spacing:-1.9px!important;text-decoration:none!important;text-transform:uppercase!important;flex:0 0 auto!important;text-shadow:0 0 1px rgba(229,9,20,.35)!important}html body .netflix-nav{display:flex!important;align-items:center!important;gap:22px!important;white-space:nowrap!important}html body .netflix-nav a{color:rgba(255,255,255,.78)!important;line-height:1!important;text-decoration:none!important;transition:color .15s ease!important}html body .netflix-nav a.is-active{color:#fff!important;font-weight:700!important}html body .netflix-nav a:hover{color:#fff!important}html body .netflix-actions{display:flex!important;align-items:center!important;gap:21px!important;flex:0 0 auto!important}html body .netflix-icon-btn{width:22px!important;height:22px!important;cursor:pointer!important}html body .netflix-icon-btn svg{width:21px!important;height:21px!important;stroke-width:2.2!important}html body .netflix-kids{color:#fff!important;font-size:14px!important;font-weight:600!important;text-decoration:none!important}html body .netflix-profile{width:35px!important;height:35px!important;border:0!important;background:#2c2946!important;color:#fff!important;font-size:15px!important;font-weight:800!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;cursor:pointer!important}@media (max-width:900px){html body .netflix-header{height:66px!important;padding:0 24px!important}html body .netflix-header-left{gap:20px!important}html body .netflix-nav{gap:15px!important;overflow:hidden!important}html body .netflix-nav a{font-size:13px!important}html body .netflix-wordmark{font-size:28px!important}}@media (max-width:650px){html body .netflix-nav a:nth-child(n+4){display:none!important}html body .netflix-actions{gap:14px!important}html body .netflix-kids{display:none!important}}html body .netflix-header{height:68px!important;padding-left:4.1vw!important;padding-right:4.1vw!important}html body .netflix-wordmark{font-size:clamp(30px,1.85vw,34px)!important;letter-spacing:-1.7px!important;line-height:1!important}html body .netflix-header-left{gap:30px!important}html body .netflix-nav{gap:21px!important}html body .netflix-nav a{font-size:14px!important;font-weight:500!important}html body .netflix-actions{gap:20px!important}html body .netflix-icon-btn{width:24px!important;height:24px!important;color:#fff!important;background:transparent!important;border:0!important;padding:0!important;display:inline-flex!important;align-items:center!important;justify-content:center!important}html body .netflix-icon-btn svg{width:22px!important;height:22px!important;fill:none!important;stroke:currentColor!important;stroke-width:2.1!important;stroke-linecap:round!important;stroke-linejoin:round!important}html body .netflix-profile{width:34px!important;height:34px!important;border-radius:5px!important}.filmible-header{position:fixed;inset:0 0 auto 0;z-index:1000;min-height:68px;color:#fff;background:linear-gradient(180deg,rgba(0,0,0,.82),rgba(0,0,0,.42) 58%,rgba(0,0,0,0));transition:background-color .18s ease,background .18s ease}.filmible-header.is-scrolled{background:#050505}.filmible-header-inner{height:68px;display:flex;align-items:center;gap:28px;padding:0 4.2vw}.filmible-wordmark{display:inline-flex;align-items:center;flex:0 0 auto;color:#e50914;text-decoration:none;font-size:31px;line-height:1;font-weight:950;letter-spacing:-1.4px;transform:scaleX(1.05)}.filmible-nav{display:flex;align-items:center;gap:22px;min-width:0}.filmible-nav-link{color:rgba(255,255,255,.74);text-decoration:none;font-size:14px;line-height:1;font-weight:500;white-space:nowrap;transition:color .15s ease}.filmible-nav-link.is-active,.filmible-nav-link:hover{color:#fff}.filmible-nav-link.is-active{font-weight:800}.filmible-header-actions{margin-left:auto;display:flex;align-items:center;gap:18px;height:100%}.filmible-icon-button{width:25px;height:25px;border:0;padding:0;color:#fff;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.filmible-account-menu-item svg,.filmible-icon-button svg,.filmible-search-inside-icon svg{width:100%;height:100%;fill:currentColor;display:block}.filmible-kids-link{color:#fff;text-decoration:none;font-size:14px;line-height:1;font-weight:800;white-space:nowrap}.filmible-search{display:inline-flex;align-items:center;height:36px}.filmible-search-box{width:276px;height:35px;display:flex;align-items:center;border:1px solid #fff;background:rgba(0,0,0,.56);color:#fff;animation:filmibleSearchIn .12s ease both}.filmible-search-inside-icon{width:27px;height:27px;margin-left:7px;margin-right:9px;color:#fff;flex:0 0 auto}.filmible-search-box input{flex:1;min-width:0;height:100%;border:0;outline:0;background:transparent;color:#fff;font-size:14px;font-weight:500}.filmible-search-box input::placeholder{color:rgba(255,255,255,.62)}.filmible-account{position:relative;display:inline-flex;align-items:center}.filmible-profile-button{display:inline-flex;align-items:center;gap:8px;border:0;padding:0;background:transparent;color:#fff;cursor:pointer}.filmible-profile-avatar{width:34px;height:34px;border-radius:4px;background:#27224f;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:15px;line-height:1;font-weight:900}.filmible-profile-caret{width:0;height:0;border-top:5px solid #fff;border-left:5px solid transparent;border-right:5px solid transparent;transition:transform .16s ease}.filmible-profile-button.is-open .filmible-profile-caret{transform:rotate(180deg)}.filmible-account-menu{position:absolute;top:52px;right:0;width:232px;padding:12px 0 0;background:rgba(0,0,0,.95);border:1px solid rgba(255,255,255,.14);box-shadow:0 16px 42px rgba(0,0,0,.52);color:#fff;animation:filmibleMenuIn .12s ease both}.filmible-account-menu-tip{position:absolute;top:-10px;right:24px;width:0;height:0;border-bottom:10px solid rgba(255,255,255,.95);border-left:8px solid transparent;border-right:8px solid transparent}.filmible-account-menu-tip:after{content:"";position:absolute;top:2px;left:-7px;width:0;height:0;border-bottom:9px solid rgba(0,0,0,.95);border-left:7px solid transparent;border-right:7px solid transparent}.filmible-account-menu-item{display:flex;align-items:center;gap:13px;min-height:35px;padding:4px 16px;color:#fff;text-decoration:none;font-size:13.5px;font-weight:700}.filmible-account-menu-item span{width:25px;height:25px;color:rgba(255,255,255,.74);flex:0 0 auto}.filmible-account-menu-item:hover strong,.filmible-account-signout:hover{text-decoration:underline}.filmible-account-menu-divider{height:1px;margin-top:10px;background:rgba(255,255,255,.22)}.filmible-account-signout{display:flex;align-items:center;justify-content:center;min-height:46px;padding:0 14px;color:#fff;text-decoration:none;font-size:13.5px;font-weight:800}@keyframes filmibleMenuIn{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@keyframes filmibleSearchIn{0%{opacity:0;transform:translateX(8px)}to{opacity:1;transform:translateX(0)}}@media (max-width:980px){.filmible-header-inner{gap:18px;padding:0 22px}.filmible-nav{gap:14px}.filmible-nav-link{font-size:12px}.filmible-wordmark{font-size:27px}.filmible-search-box{width:230px}}@media (max-width:760px){.filmible-kids-link,.filmible-nav{display:none}.filmible-search-box{width:215px}}.filmible-header-inner{gap:34px!important}.filmible-wordmark{transform:none!important;margin-right:8px!important;font-size:30px!important;letter-spacing:-1.1px!important}.filmible-nav{margin-left:0!important;gap:22px!important}.filmible-kids-link{display:none!important}.filmible-header-actions{gap:18px!important}.filmible-search-box{width:276px!important;height:35px!important;background:rgba(0,0,0,.68)!important}.filmible-search-box input{font-size:14px!important;font-weight:400!important}.filmible-search-inside-icon{width:25px!important;height:25px!important}.filmible-account-menu{width:230px!important;padding-top:12px!important;background:rgba(0,0,0,.96)!important}.filmible-account-menu-item{min-height:34px!important;padding:3px 17px!important;gap:14px!important;font-size:13px!important;font-weight:500!important}.filmible-account-menu-item strong{font-weight:600!important}.filmible-account-menu-item span{width:24px!important;height:24px!important;color:rgba(255,255,255,.72)!important}.filmible-account-menu-divider{margin-top:11px!important;background:rgba(255,255,255,.22)!important}.filmible-account-signout{min-height:46px!important;font-size:13px!important;font-weight:600!important}.filmible-notification{position:relative!important;display:inline-flex!important;align-items:center!important;height:100%!important}.filmible-notification-menu{position:absolute!important;top:52px!important;right:-92px!important;width:405px!important;max-height:min(650px,calc(100vh - 96px))!important;overflow-y:auto!important;overflow-x:hidden!important;background:rgba(0,0,0,.88)!important;border:1px solid rgba(255,255,255,.34)!important;border-top:2px solid rgba(255,255,255,.95)!important;box-shadow:0 22px 58px rgba(0,0,0,.62)!important;color:#fff!important;z-index:1200!important;animation:filmibleMenuIn .12s ease both!important;scrollbar-width:thin!important;scrollbar-color:rgba(255,255,255,.72) rgba(255,255,255,.16)!important}.filmible-notification-menu::-webkit-scrollbar{width:10px!important}.filmible-notification-menu::-webkit-scrollbar-track{background:rgba(255,255,255,.12)!important}.filmible-notification-menu::-webkit-scrollbar-thumb{background:rgba(255,255,255,.68)!important;border-radius:8px!important}.filmible-notification-menu-tip{position:absolute!important;top:-11px!important;right:105px!important;width:0!important;height:0!important;border-bottom:10px solid rgba(255,255,255,.96)!important;border-left:8px solid transparent!important;border-right:8px solid transparent!important}.filmible-notification-item{display:grid!important;grid-template-columns:112px 1fr!important;gap:16px!important;min-height:92px!important;padding:14px 16px!important;color:rgba(255,255,255,.82)!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.18)!important;background:rgba(0,0,0,.24)!important}.filmible-notification-item:hover{background:rgba(255,255,255,.07)!important}.filmible-notification-thumb{width:112px!important;height:63px!important;border-radius:4px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;align-self:start!important;color:#fff!important;font-size:26px!important;font-weight:950!important;letter-spacing:-1px!important;background:linear-gradient(135deg,#1e1e1e,#4b4b4b)!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.16)!important}.filmible-notification-thumb.is-light{background:#f4f4f4!important;color:#e50914!important}.filmible-notification-thumb.is-red{background:linear-gradient(135deg,#5c0005,#e50914)!important}.filmible-notification-thumb.is-blue{background:linear-gradient(135deg,#082342,#1775d1)!important}.filmible-notification-thumb.is-purple{background:linear-gradient(135deg,#201047,#6e48d9)!important}.filmible-notification-thumb.is-green{background:linear-gradient(135deg,#0f3823,#1c9b55)!important}.filmible-notification-thumb.is-gray{background:linear-gradient(135deg,#353535,#dadada)!important;color:#111!important}.filmible-notification-copy{display:flex!important;flex-direction:column!important;align-items:flex-start!important;min-width:0!important;padding-top:1px!important}.filmible-notification-copy strong{color:rgba(255,255,255,.84)!important;font-size:16px!important;line-height:1.18!important;font-weight:600!important}.filmible-notification-copy span{color:rgba(255,255,255,.78)!important;margin-top:2px!important;font-size:15px!important;line-height:1.22!important;font-weight:400!important}.filmible-notification-copy em{margin-top:5px!important;color:rgba(255,255,255,.45)!important;font-size:13px!important;line-height:1.1!important;font-style:normal!important;font-weight:400!important}.filmible-account{height:100%!important}.filmible-account-menu{top:52px!important}@media (max-width:760px){.filmible-notification-menu{right:-58px!important;width:340px!important}.filmible-notification-menu-tip{right:70px!important}.filmible-notification-item{grid-template-columns:92px 1fr!important;gap:12px!important}.filmible-notification-thumb{width:92px!important;height:52px!important}}body .nf-row{position:relative!important}body .nf-row .nf-row-progress-dots{position:absolute!important;top:10px!important;right:4.2vw!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:3px!important;z-index:30!important;pointer-events:none!important}body .nf-row .nf-row-progress-dots span{width:14px!important;height:2px!important;display:block!important;border-radius:999px!important;background:rgba(255,255,255,.32)!important;transition:background .16s ease,width .16s ease!important}body .nf-row .nf-row-progress-dots span.is-active{width:17px!important;background:rgba(255,255,255,.92)!important}body .nf-row.is-continue-row .nf-card-base{background:transparent!important;box-shadow:none!important;overflow:visible!important}body .nf-row.is-continue-row .nf-base-thumb{position:relative!important;overflow:hidden!important;border-radius:3px!important}body .nf-row.is-continue-row .nf-base-thumb img{display:block!important;width:100%!important;height:100%!important;object-fit:cover!important}body .nf-row.is-continue-row .nf-card-base h3,body .nf-row.is-continue-row .watch-progress{display:none!important}body .nf-row.is-continue-row .nf-card-badges{position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:0!important;max-width:calc(100% - 18px)!important;z-index:6!important;pointer-events:none!important}body .nf-row.is-continue-row .nf-card-badge{min-height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 9px!important;color:#111!important;background:rgba(255,255,255,.96)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}body .nf-row.is-continue-row .nf-card-badge.is-red{color:#fff!important;background:#e50914!important}body .nf-row.is-continue-row .nf-card-badge.is-light,body .nf-row.is-continue-row .nf-card-badge.is-white{color:#111!important;background:rgba(255,255,255,.96)!important}body .nf-row.is-continue-row .nf-card-badge.is-dark{color:#fff!important;background:rgba(0,0,0,.82)!important}body .nf-row.is-continue-row .nf-continue-progress{width:62%!important;height:3px!important;margin:8px auto 0!important;border-radius:999px!important;overflow:hidden!important;background:rgba(255,255,255,.28)!important}body .nf-row.is-continue-row .nf-continue-progress span{display:block!important;height:100%!important;width:0;border-radius:inherit!important;background:#e50914!important}body .nf-row.is-continue-row .nf-card:hover .nf-base-thumb{filter:brightness(1.04)!important}@media (max-width:760px){body .nf-row .nf-row-progress-dots{right:22px!important}body .nf-row .nf-row-progress-dots span{width:10px!important}body .nf-row .nf-row-progress-dots span.is-active{width:13px!important}body .nf-row.is-continue-row .nf-card-badge{min-height:19px!important;padding:0 6px!important;font-size:9px!important}}body .watch-progress{display:none!important}body .nf-card .nf-card-badges{position:absolute!important;left:50%!important;bottom:0!important;transform:translateX(-50%)!important;display:flex!important;align-items:flex-end!important;justify-content:center!important;gap:0!important;max-width:calc(100% - 18px)!important;z-index:8!important;pointer-events:none!important}body .nf-card .nf-card-badge{min-height:22px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0 9px!important;color:#111!important;background:rgba(255,255,255,.96)!important;font-size:11px!important;line-height:1!important;font-weight:900!important;white-space:nowrap!important;box-shadow:0 0 0 1px rgba(0,0,0,.08)!important}body .nf-card .nf-card-badge.is-red{color:#fff!important;background:#e50914!important}body .nf-card .nf-card-badge.is-light,body .nf-card .nf-card-badge.is-white{color:#111!important;background:rgba(255,255,255,.96)!important}body .nf-card .nf-card-badge.is-dark{color:#fff!important;background:rgba(0,0,0,.82)!important}body .nf-card .nf-card-badge.is-blue{color:#fff!important;background:#1677ff!important}body .nf-card .nf-card-badge.is-green{color:#fff!important;background:#16a34a!important}body .nf-row.is-continue-row .nf-continue-progress{display:block!important}body .nf-row:not(.is-continue-row) .nf-continue-progress{display:none!important}body .nf-row .nf-row-progress-dots{max-width:92px!important;overflow:hidden!important}body .nf-row .nf-row-progress-dots span{flex:0 0 auto!important}.filmible-static-page{min-height:100vh;background:radial-gradient(circle at 20% 0,rgba(229,9,20,.18),transparent 26rem),radial-gradient(circle at 80% 10%,rgba(42,39,102,.26),transparent 30rem),#050505;color:#fff}.filmible-static-hero{padding:138px 4.2vw 54px;max-width:920px}.filmible-static-eyebrow{display:inline-flex;margin-bottom:18px;color:#e50914;font-size:12px;font-weight:900;letter-spacing:.16em}.filmible-static-hero h1{margin:0;font-size:clamp(38px,5.8vw,82px);font-weight:950}.filmible-static-hero p{max-width:680px;margin:22px 0 0;color:rgba(255,255,255,.76);font-size:clamp(16px,1.55vw,21px);font-weight:500}.filmible-static-cta{display:inline-flex;align-items:center;justify-content:center;min-height:42px;margin-top:30px;padding:0 22px;border-radius:4px;background:#fff;color:#111;text-decoration:none;font-size:15px;font-weight:900}.filmible-static-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;padding:0 4.2vw 54px}.filmible-static-card{min-height:190px;padding:24px;border-radius:10px;background:linear-gradient(180deg,rgba(255,255,255,.095),rgba(255,255,255,.045));border:1px solid rgba(255,255,255,.11);box-shadow:0 18px 42px rgba(0,0,0,.35)}.filmible-static-card h2{margin:0;font-size:20px;line-height:1.15;font-weight:900}.filmible-static-card p{margin:12px 0 0;color:rgba(255,255,255,.68);font-size:15px;line-height:1.5}@media (max-width:840px){.filmible-static-hero{padding:118px 22px 42px}.filmible-static-cards{grid-template-columns:1fr;padding:0 22px 42px}}body .filmible-footer{width:min(920px,calc(100% - 8.4vw))!important;margin:86px auto 0!important;padding:38px 0 44px!important;color:rgba(255,255,255,.58)!important;background:transparent!important;border:0!important;text-align:left!important;font-size:13px!important;line-height:1.45!important}body .filmible-footer-question{margin:0 0 22px!important;padding:0!important;color:rgba(255,255,255,.62)!important;font-size:14px!important;font-weight:400!important}body .filmible-footer-question a{color:rgba(255,255,255,.62)!important;text-decoration:none!important}body .filmible-footer-question a:hover{text-decoration:underline!important}body .filmible-footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(150px,1fr))!important;column-gap:42px!important;row-gap:13px!important;margin:0 0 24px!important;padding:0!important;max-width:650px!important}body .filmible-footer-links a{display:inline-flex!important;width:fit-content!important;color:rgba(255,255,255,.56)!important;text-decoration:none!important;font-size:13px!important;line-height:1.3!important;font-weight:400!important;white-space:nowrap!important}body .filmible-footer-links a:hover{text-decoration:underline!important}body .filmible-footer-copy{display:block!important;margin:0!important;padding:0!important;color:rgba(255,255,255,.46)!important;font-size:12px!important;line-height:1.35!important}@media (max-width:760px){body .filmible-footer{width:calc(100% - 44px)!important;margin-top:62px!important;padding-bottom:34px!important}body .filmible-footer-links{grid-template-columns:repeat(2,minmax(120px,1fr))!important;column-gap:24px!important}}.filmible-search{position:relative!important}.filmible-search-results{position:absolute!important;top:43px!important;right:0!important;width:360px!important;max-height:430px!important;overflow-y:auto!important;background:rgba(0,0,0,.94)!important;border:1px solid rgba(255,255,255,.22)!important;border-top:2px solid rgba(255,255,255,.88)!important;box-shadow:0 18px 48px rgba(0,0,0,.62)!important;z-index:1300!important;animation:filmibleMenuIn .12s ease both!important}.filmible-search-result{display:grid!important;grid-template-columns:92px 1fr!important;gap:12px!important;min-height:72px!important;padding:10px 12px!important;color:#fff!important;text-decoration:none!important;border-bottom:1px solid rgba(255,255,255,.12)!important}.filmible-search-result:hover{background:rgba(255,255,255,.08)!important}.filmible-search-result-thumb{width:92px!important;height:52px!important;border-radius:3px!important;overflow:hidden!important;background:#171717!important}.filmible-search-result-thumb img{width:100%!important;height:100%!important;display:block!important;object-fit:cover!important}.filmible-search-result-copy{min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important}.filmible-search-result-copy strong{color:#fff!important;font-size:14px!important;font-weight:800!important}.filmible-search-result-copy em,.filmible-search-result-copy strong{line-height:1.2!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}.filmible-search-result-copy em{margin-top:5px!important;color:rgba(255,255,255,.58)!important;font-size:12px!important;font-style:normal!important}.filmible-search-empty{display:block!important;padding:18px 16px!important;color:rgba(255,255,255,.68)!important;font-size:14px!important;font-weight:600!important}@media (max-width:760px){.filmible-search-results{right:-80px!important;width:310px!important}.filmible-search-result{grid-template-columns:78px 1fr!important}.filmible-search-result-thumb{width:78px!important;height:44px!important}}.filmible-title-page{min-height:100vh;background:#050505;color:#fff}.filmible-title-hero{position:relative;min-height:760px;display:flex;align-items:center;padding:112px 4.2vw 82px;background-size:cover;background-position:50%;overflow:hidden}.filmible-title-fade{position:absolute;inset:auto 0 0;height:34%;background:linear-gradient(180deg,transparent,#050505 82%);pointer-events:none}.filmible-title-content{position:relative;z-index:2;width:min(1180px,100%);display:grid;grid-template-columns:260px minmax(0,720px);align-items:center;gap:42px}.filmible-title-poster-wrap{width:260px}.filmible-title-poster{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:8px;box-shadow:0 30px 72px rgba(0,0,0,.72)}.filmible-title-progress{width:74%;height:4px;margin:13px auto 0;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.26)}.filmible-title-progress span{display:block;height:100%;border-radius:inherit;background:#e50914}.filmible-title-copy{max-width:760px}.filmible-title-brand{display:inline-flex;align-items:center;gap:8px;margin-bottom:14px;color:rgba(255,255,255,.84);font-size:12px;font-weight:900;letter-spacing:.13em}.filmible-mini-f{width:24px;height:24px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;background:#e50914;color:#fff;font-size:15px;line-height:1;font-weight:950;letter-spacing:0}.filmible-title-copy h1{margin:0;max-width:760px;font-size:clamp(46px,7vw,96px);line-height:.92;letter-spacing:-.07em;font-weight:950}.filmible-title-meta{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:22px;color:rgba(255,255,255,.74);font-size:14px;font-weight:700}.filmible-title-meta strong{color:#46d369}.filmible-title-rating{padding:2px 7px;border:1px solid rgba(255,255,255,.42);color:rgba(255,255,255,.84)}.filmible-title-description{max-width:680px;margin:22px 0 0;color:rgba(255,255,255,.78);font-size:clamp(16px,1.6vw,20px);line-height:1.55;font-weight:500}.filmible-title-actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px;margin-top:30px}.filmible-title-play,.filmible-title-secondary{min-height:46px;display:inline-flex;align-items:center;justify-content:center;border-radius:4px;padding:0 24px;text-decoration:none;font-size:16px;line-height:1;font-weight:900}.filmible-title-play{background:#fff;color:#000}.filmible-title-play:before{content:"▶";margin-right:10px;font-size:14px}.filmible-title-play:hover{background:rgba(255,255,255,.82)}.filmible-title-secondary{background:rgba(109,109,110,.74);color:#fff}.filmible-title-secondary:hover{background:rgba(109,109,110,.94)}.filmible-title-access{max-width:680px;margin-top:24px;padding:16px 18px;border-radius:8px;border:1px solid rgba(255,255,255,.12);background:rgba(0,0,0,.48)}.filmible-title-access span{display:block;margin-bottom:5px;color:#fff;font-size:14px;font-weight:900}.filmible-title-access p{margin:0;color:rgba(255,255,255,.66);font-size:14px;line-height:1.45}.filmible-title-access.is-ready{border-color:rgba(70,211,105,.35)}.filmible-title-access.is-locked{border-color:rgba(229,9,20,.4)}.filmible-title-related,.filmible-title-tech{padding:0 4.2vw 54px}.filmible-title-related h2{margin:0 0 16px;font-size:24px;line-height:1;font-weight:900}.filmible-title-related-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.filmible-title-related-card{min-width:0;color:#fff;text-decoration:none}.filmible-title-related-card img{display:block;width:100%;aspect-ratio:16/9;border-radius:5px;object-fit:cover;background:#171717}.filmible-title-related-card strong{display:block;margin-top:9px;font-size:14px;line-height:1.2;font-weight:900}.filmible-title-related-card span{display:block;margin-top:4px;color:rgba(255,255,255,.58);font-size:12px;line-height:1.2}.filmible-title-tech{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.filmible-title-tech div{min-height:156px;padding:20px;border-radius:9px;background:linear-gradient(180deg,rgba(255,255,255,.085),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.105)}.filmible-title-tech span{display:block;color:#e50914;font-size:11px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.filmible-title-tech strong{display:block;margin-top:10px;color:#fff;font-size:18px;line-height:1.18;font-weight:900}.filmible-title-tech p{margin:10px 0 0;color:rgba(255,255,255,.62);font-size:14px;line-height:1.5}@media (max-width:900px){.filmible-title-hero{min-height:auto;padding:110px 22px 70px}.filmible-title-content{grid-template-columns:1fr;gap:28px}.filmible-title-poster-wrap{width:min(230px,64vw)}.filmible-title-related,.filmible-title-tech{padding-left:22px;padding-right:22px}.filmible-title-related-grid,.filmible-title-tech{grid-template-columns:1fr}}.filmible-watch-page{min-height:100vh;background:#050505;color:#fff}.filmible-watch-topbar{height:68px;padding:0 4.2vw;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:linear-gradient(180deg,rgba(0,0,0,.92),rgba(0,0,0,.58));border-bottom:1px solid rgba(255,255,255,.08)}.filmible-watch-back,.filmible-watch-logo,.filmible-watch-status{color:#fff;text-decoration:none}.filmible-watch-back{font-size:14px;font-weight:800;color:rgba(255,255,255,.82)}.filmible-watch-logo{color:#e50914;font-size:30px;line-height:1;font-weight:950;letter-spacing:-1.2px}.filmible-watch-status{justify-self:end}.filmible-watch-status span{padding:7px 10px;border-radius:999px;background:rgba(255,255,255,.09);color:rgba(255,255,255,.76);font-size:12px;font-weight:900}.filmible-player-stage{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;padding:28px 4.2vw 48px}.filmible-player-frame{min-width:0;border-radius:12px;overflow:hidden;background:#000;box-shadow:0 28px 80px rgba(0,0,0,.62);border:1px solid rgba(255,255,255,.1)}.filmible-player-art{position:relative;min-height:calc(100vh - 150px);background-size:cover;background-position:50%}.filmible-player-center{position:absolute;inset:0;display:grid;place-items:center;align-content:center;gap:12px;pointer-events:none}.filmible-player-play{width:86px;height:86px;border-radius:50%;display:grid;place-items:center;padding-left:6px;background:rgba(255,255,255,.92);color:#050505;font-size:34px;box-shadow:0 18px 50px rgba(0,0,0,.45)}.filmible-player-center p{margin:0;color:rgba(255,255,255,.78);font-size:15px;font-weight:900;text-transform:uppercase;letter-spacing:.12em}.filmible-player-caption{position:absolute;left:34px;bottom:92px;max-width:760px}.filmible-player-mini{color:#e50914;font-size:12px;font-weight:950;letter-spacing:.14em}.filmible-player-caption h1{margin:10px 0 0;font-size:clamp(38px,5vw,76px);line-height:.94;letter-spacing:-.055em;font-weight:950}.filmible-player-caption p{max-width:620px;margin:14px 0 0;color:rgba(255,255,255,.74);font-size:16px;line-height:1.48;font-weight:500}.filmible-player-bottom{position:absolute;left:24px;right:24px;bottom:22px}.filmible-player-progress{height:5px;overflow:hidden;border-radius:999px;background:rgba(255,255,255,.24)}.filmible-player-progress span{display:block;height:100%;border-radius:inherit;background:#e50914}.filmible-player-controls{min-height:44px;display:flex;align-items:center;gap:18px;color:rgba(255,255,255,.86);font-size:14px;font-weight:900}.filmible-player-controls strong{margin-left:4px;margin-right:auto;max-width:42vw;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.filmible-player-controls em{color:rgba(255,255,255,.56);font-style:normal;font-weight:700}.filmible-watch-panel{min-height:calc(100vh - 150px);padding:24px;border-radius:12px;background:linear-gradient(180deg,rgba(255,255,255,.075),rgba(255,255,255,.035));border:1px solid rgba(255,255,255,.105);box-shadow:0 24px 68px rgba(0,0,0,.35)}.filmible-watch-label,.filmible-watch-provider span{display:block;color:#e50914;font-size:11px;font-weight:950;letter-spacing:.13em;text-transform:uppercase}.filmible-watch-panel h2{margin:12px 0 0;font-size:30px;line-height:1;font-weight:950;letter-spacing:-.035em}.filmible-watch-panel p{margin:14px 0 0;color:rgba(255,255,255,.68);font-size:14px;line-height:1.55}.filmible-watch-actions{display:grid;gap:10px;margin-top:24px}.filmible-watch-primary,.filmible-watch-secondary{min-height:42px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:950}.filmible-watch-primary{background:#fff;color:#000}.filmible-watch-secondary{background:rgba(109,109,110,.76);color:#fff}.filmible-watch-provider{margin-top:26px;padding-top:22px;border-top:1px solid rgba(255,255,255,.12)}.filmible-watch-provider strong{display:block;margin-top:10px;font-size:17px;line-height:1.2;font-weight:950}@media (max-width:980px){.filmible-player-stage{grid-template-columns:1fr;padding:18px 22px 38px}.filmible-player-art,.filmible-watch-panel{min-height:520px}.filmible-watch-topbar{padding:0 22px}.filmible-watch-logo{font-size:25px}}@media (max-width:640px){.filmible-watch-status{display:none}.filmible-watch-topbar{grid-template-columns:1fr auto}.filmible-player-caption{left:18px;right:18px;bottom:84px}.filmible-player-bottom{left:14px;right:14px}.filmible-player-controls{gap:10px;font-size:12px}}body .filmible-header .filmible-profile-button{width:auto!important;height:auto!important;min-height:auto!important;border:0!important;border-radius:0!important;background:transparent!important;text-decoration:none!important;gap:8px!important}body .filmible-header .filmible-profile-avatar,body .filmible-header .filmible-profile-button{padding:0!important;color:#fff!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;box-shadow:none!important}body .filmible-header .filmible-profile-avatar{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;border:0!important;border-radius:4px!important;background:#27224f!important;font-size:15px!important;line-height:1!important;font-weight:900!important}body .filmible-header .filmible-profile-caret{width:0!important;height:0!important;min-width:0!important;min-height:0!important;padding:0!important;border-top:5px solid #fff!important;border-left:5px solid transparent!important;border-right:5px solid transparent!important;border-bottom:0!important;background:transparent!important;box-shadow:none!important}.filmible-settings-page{background:#f4f4f4;color:#111}.filmible-settings-topbar{background:#fff;border-top:1px solid #111;border-bottom:1px solid #ddd}.filmible-settings-topbar-inner{width:min(1240px,calc(100% - 48px));height:68px;margin:0 auto;display:grid;grid-template-columns:220px 1fr auto;gap:20px}.filmible-settings-logo{color:#e50914;text-decoration:none;font-size:31px;line-height:1;font-weight:950;letter-spacing:-1.4px}.filmible-settings-back{color:#111;text-decoration:none;font-size:14px;font-weight:800}.filmible-settings-avatar{width:32px;height:32px;display:grid;place-items:center;background:#27224f;color:#fff;font-size:14px;font-weight:950}.filmible-settings-caret{color:#333}.filmible-settings-shell{width:min(1240px,calc(100% - 48px));margin:38px auto 90px;display:grid;grid-template-columns:245px minmax(0,1fr);gap:48px}.filmible-settings-sidebar{padding-top:16px;display:grid;align-content:start;gap:10px}.filmible-settings-nav-link{min-height:42px;padding:0 8px;border-radius:6px;display:grid;grid-template-columns:28px 1fr;gap:10px;color:#333;text-decoration:none;font-size:15px}.filmible-settings-nav-link span{width:24px;height:24px;display:grid;place-items:center;color:#555;font-size:18px}.filmible-settings-nav-link strong{font-weight:850}.filmible-settings-nav-link.is-active,.filmible-settings-nav-link:hover{background:rgba(0,0,0,.055);color:#000}.filmible-settings-nav-link.is-active span,.filmible-settings-nav-link.is-active strong{color:#000}.filmible-settings-main{max-width:860px}.filmible-settings-heading{margin-bottom:20px}.filmible-settings-heading span{display:block;margin-bottom:6px;color:#e50914;font-size:11px;font-weight:950;letter-spacing:.13em}.filmible-settings-heading h1{margin:0;color:#000;font-size:clamp(36px,4vw,50px);line-height:1;letter-spacing:-.045em;font-weight:950}.filmible-settings-heading p{margin:8px 0 0;color:#333;font-size:18px;line-height:1.35}.filmible-settings-card{margin-top:26px;background:#fff;border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}.filmible-settings-card-title{min-height:72px;padding:18px 22px;display:flex;justify-content:space-between;gap:14px;align-items:center;border-bottom:1px solid #e1e1e1}.filmible-settings-card-title h2{margin:0;color:#111;font-size:20px;font-weight:900}.filmible-settings-card-title span{color:#555;font-size:13px;font-weight:750}.filmible-profile-setting-row,.filmible-settings-action-row,.filmible-settings-row,.filmible-settings-toggle-row{min-height:78px;padding:18px 22px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;border-bottom:1px solid #ececec}.filmible-settings-card .filmible-profile-setting-row:last-child,.filmible-settings-card .filmible-settings-action-row:last-child,.filmible-settings-card .filmible-settings-row:last-child,.filmible-settings-card .filmible-settings-toggle-row:last-child,.filmible-settings-card>:last-child{border-bottom:0}.filmible-profile-setting-row strong,.filmible-settings-action-row strong,.filmible-settings-row strong,.filmible-settings-toggle-row strong{display:block;color:#111;font-size:16px;font-weight:900}.filmible-profile-setting-row p,.filmible-settings-action-row p,.filmible-settings-note,.filmible-settings-row p,.filmible-settings-toggle-row p{margin:5px 0 0;color:#555;font-size:13px;line-height:1.42}.filmible-settings-row a,.filmible-settings-row button{min-height:36px;padding:0 16px;border:0;border-radius:4px;background:#e6e6e6;color:#111;text-decoration:none;display:inline-flex;align-items:center;font-size:13px;font-weight:850;cursor:pointer}.filmible-profile-setting-row,.filmible-settings-action-row{color:#111;text-decoration:none;grid-template-columns:38px 1fr auto}.filmible-profile-setting-row:hover,.filmible-settings-action-row:hover{background:#fafafa}.filmible-settings-icon{width:28px;height:28px;display:grid;place-items:center;color:#333;font-size:20px}.filmible-profile-setting-row em,.filmible-settings-action-row em{color:#111;font-style:normal;font-size:28px;line-height:1}.filmible-profile-setting-row{grid-template-columns:44px 1fr auto auto}.filmible-profile-setting-avatar{width:38px;height:38px;border-radius:5px;display:grid;place-items:center;background:#27224f;color:#fff;font-weight:950}.filmible-settings-pill{padding:5px 8px;border-radius:4px;background:#ececec;color:#333;font-size:12px;font-weight:850}.filmible-settings-pill.blue{background:#cfe3ff;color:#153b68}.filmible-settings-wide-button{width:calc(100% - 44px);min-height:48px;margin:18px 22px 0;border:0;border-radius:4px;background:#d9d9d9;color:#111;font-size:15px;font-weight:900;cursor:pointer}.filmible-settings-note{padding:12px 22px 18px;text-align:center}.filmible-settings-metrics{padding:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.filmible-settings-metrics article{min-height:130px;padding:18px;border-radius:6px;background:#f6f6f6;border:1px solid #e1e1e1}.filmible-settings-metrics span{display:block;color:#555;font-size:12px;font-weight:850;text-transform:uppercase;letter-spacing:.06em}.filmible-settings-metrics strong{display:block;margin-top:10px;color:#111;font-size:28px;font-weight:950}.filmible-settings-metrics p{margin:8px 0 0;color:#555;font-size:13px;line-height:1.35}.filmible-edit-profile-layout{padding:24px;display:grid;grid-template-columns:110px 1fr;gap:24px}.filmible-confirm-avatar,.filmible-edit-profile-avatar{width:92px;height:92px;border-radius:8px;display:grid;place-items:center;background:#27224f;color:#fff;font-size:42px;font-weight:950}.filmible-edit-profile-fields{display:grid;gap:16px}.filmible-edit-profile-fields label{display:grid;gap:8px;color:#222;font-size:13px;font-weight:850}.filmible-edit-profile-fields input,.filmible-edit-profile-fields select,.filmible-help-search-card input{min-height:42px;border:1px solid #bdbdbd;border-radius:4px;background:#fff;color:#111;padding:0 12px;font-size:14px;outline:none}.filmible-settings-toggle-row{grid-template-columns:1fr auto}.filmible-settings-toggle-row>span{min-width:50px;min-height:28px;border-radius:999px;background:#111;color:#fff;display:grid;place-items:center;font-size:12px;font-weight:900}.filmible-settings-button-row{margin-top:20px;display:flex;flex-wrap:wrap;gap:12px}.filmible-settings-primary,.filmible-settings-secondary{min-height:44px;padding:0 18px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;font-size:14px;font-weight:900}.filmible-settings-primary{background:#e50914;color:#fff}.filmible-settings-secondary{background:#d9d9d9;color:#111}.filmible-help-search-card{min-height:58px;padding:0 18px;display:grid;grid-template-columns:34px 1fr;align-items:center;background:#fff;border:1px solid #cfcfcf;border-radius:8px}.filmible-help-search-card span{color:#555;font-size:22px}.filmible-help-search-card input{border:0}.filmible-help-topic-grid{margin-top:22px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.filmible-help-topic-card{min-height:154px;padding:22px;background:#fff;border:1px solid #cfcfcf;border-radius:8px}.filmible-help-topic-card h2{margin:0;color:#111;font-size:18px;font-weight:950}.filmible-help-topic-card p{margin:10px 0 0;color:#555;font-size:13px;line-height:1.45}.filmible-confirm-box{padding:34px 24px;text-align:center;display:grid;justify-items:center}.filmible-confirm-box h2{margin:18px 0 0;color:#111;font-size:28px;font-weight:950;letter-spacing:-.035em}.filmible-confirm-box p{max-width:560px;margin:10px 0 6px;color:#555;font-size:14px;line-height:1.5}.filmible-settings-footer{border-top:1px solid #ddd;background:#f8f8f8;padding:44px 0 56px}.filmible-settings-footer div,.filmible-settings-footer p{width:min(1240px,calc(100% - 48px));margin-left:auto;margin-right:auto}.filmible-settings-footer p{margin-top:0;margin-bottom:24px;color:#111;font-size:14px}.filmible-settings-footer a{color:#333;text-decoration:underline;text-underline-offset:2px}.filmible-settings-footer div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px 60px;font-size:13px}@media (max-width:920px){.filmible-settings-topbar-inner{grid-template-columns:1fr auto}.filmible-settings-back{display:none}.filmible-settings-shell{grid-template-columns:1fr;gap:22px;margin-top:24px}.filmible-settings-sidebar{display:flex;overflow-x:auto;padding:0 0 8px}.filmible-settings-nav-link{min-width:max-content}.filmible-help-topic-grid,.filmible-settings-metrics{grid-template-columns:1fr}}@media (max-width:620px){.filmible-settings-footer div,.filmible-settings-footer p,.filmible-settings-shell,.filmible-settings-topbar-inner{width:calc(100% - 32px)}.filmible-edit-profile-layout,.filmible-profile-setting-row,.filmible-settings-action-row,.filmible-settings-footer div,.filmible-settings-row{grid-template-columns:1fr}}.filmible-account-access-card{margin-top:22px;background:#fff;border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}.filmible-account-ribbon{width:max-content;min-width:210px;padding:10px 22px;border-radius:0 999px 999px 0;background:linear-gradient(90deg,#372bb4,#a03cdd);color:#fff;font-size:13px;font-weight:950}.filmible-account-access-body{min-height:132px;padding:22px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:start;border-bottom:1px solid #e6e6e6}.filmible-account-access-body h2{margin:0;color:#111;font-size:22px;font-weight:950}.filmible-account-access-body p{max-width:660px;margin:8px 0 0;color:#333;font-size:16px;line-height:1.45}.filmible-account-mini-meta{margin-top:16px;display:flex;flex-wrap:wrap;gap:10px}.filmible-account-mini-meta span{padding:7px 9px;border-radius:4px;background:#f2f2f2;color:#333;font-size:12px;font-weight:750}.filmible-account-mini-meta strong{color:#111;font-weight:950}.filmible-account-card-link,.filmible-account-profile-summary a{min-height:72px;padding:0 22px;display:grid;grid-template-columns:1fr auto;align-items:center;color:#111;text-decoration:none}.filmible-account-card-link:hover,.filmible-account-profile-summary a:hover{background:#fafafa}.filmible-account-card-link strong{font-size:16px;font-weight:900}.filmible-account-card-link em,.filmible-account-profile-right em{font-style:normal;font-size:28px;line-height:1}.filmible-settings-section-label{margin:32px 0 14px;color:#111;font-size:18px;font-weight:850}.filmible-account-profile-summary{margin-top:10px;background:#fff;border:1px solid #cfcfcf;border-radius:8px;overflow:hidden}.filmible-account-profile-summary h2{margin:0;color:#111;font-size:18px;font-weight:950}.filmible-account-profile-summary p{margin:4px 0 0;color:#555;font-size:13px}.filmible-account-profile-right{display:inline-flex;align-items:center;gap:14px}@media (max-width:620px){.filmible-account-access-body{grid-template-columns:1fr}.filmible-account-ribbon{min-width:170px}}.filmible-account-hero{padding:0;margin-bottom:28px}.filmible-account-hero-content{margin-top:20px;display:flex;align-items:flex-start;justify-content:space-between;gap:22px}.filmible-account-hero-content h2{margin:0 0 12px;font-size:26px;line-height:1.2}.filmible-account-hero-content p{margin:0;font-size:16px;line-height:1.55;color:#161616;max-width:720px}.filmible-account-stat-row{margin-top:18px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.filmible-account-stat-row span{display:flex;flex-direction:column;gap:5px;padding:16px 18px;border:1px solid #dedede;border-radius:12px;background:#ffffff;color:#575757;font-size:13px;line-height:1.35}.filmible-account-stat-row strong{color:#111111;font-size:17px}.filmible-settings-card{padding:28px 30px;margin-bottom:26px}.filmible-settings-section-label{margin:0 0 20px;font-size:22px;line-height:1.25}.filmible-settings-detail-list{display:grid;gap:14px}.filmible-settings-detail-list>div{display:grid;grid-template-columns:minmax(160px,.7fr) minmax(220px,1.3fr);align-items:center;gap:18px;padding:15px 0;border-bottom:1px solid #eeeeee}.filmible-settings-detail-list>div:last-child{border-bottom:0}.filmible-settings-detail-list span{color:#606060;font-size:14px;line-height:1.35}.filmible-settings-detail-list strong{color:#111111;font-size:16px;line-height:1.35}.filmible-settings-note{margin:22px 0 0;padding:15px 16px;border-radius:12px;background:#f7f7f7;color:#333333;font-size:14px;line-height:1.55;text-align:left}@media (max-width:900px){.filmible-account-hero-content{flex-direction:column}.filmible-account-stat-row{grid-template-columns:1fr}.filmible-settings-detail-list>div{grid-template-columns:1fr;gap:6px}}.filmible-settings-nav-link{gap:12px}.filmible-settings-nav-icon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.filmible-settings-nav-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.filmible-settings-nav-link{display:flex;align-items:center;gap:14px}.filmible-settings-dropdown-end,.filmible-settings-dropdown-icon,.filmible-settings-nav-icon{width:18px;height:18px;flex:0 0 18px;display:inline-flex;align-items:center;justify-content:center;color:currentColor}.filmible-settings-dropdown-end svg,.filmible-settings-dropdown-icon svg,.filmible-settings-nav-icon svg{width:18px;height:18px;display:block;fill:none;stroke:currentColor;stroke-width:1.85;stroke-linecap:round;stroke-linejoin:round}.filmible-settings-heading h1{margin:0 0 10px}.filmible-settings-heading p{margin:0 0 28px}.filmible-settings-user-menu{position:relative;display:inline-flex;align-items:center;z-index:80}.filmible-settings-user{border:0;background:transparent;padding:0;display:inline-flex;align-items:center;gap:8px;cursor:pointer;color:#111111}.filmible-settings-avatar{width:34px;height:34px;border-radius:4px;background:#23204f;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;font-weight:900;line-height:1}.filmible-settings-caret{font-size:12px;transform:translateY(-1px)}.filmible-settings-dropdown-menu{position:absolute;top:calc(100% + 10px);right:0;width:218px;padding:0;border-radius:8px;background:#ffffff;border:1px solid #d6d6d6;box-shadow:0 8px 24px rgba(0,0,0,.18);opacity:0;transform:translateY(-6px);pointer-events:none;transition:opacity .14s ease,transform .14s ease;overflow:hidden}.filmible-settings-user-menu:focus-within .filmible-settings-dropdown-menu,.filmible-settings-user-menu:hover .filmible-settings-dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.filmible-settings-dropdown-row{min-height:50px;padding:0 16px;display:flex;align-items:center;gap:14px;color:#111111;text-decoration:none;font-size:14px;line-height:1;background:#ffffff}.filmible-settings-dropdown-row:hover{background:#f4f4f4}.filmible-settings-dropdown-row strong{font-size:14px;font-weight:800}.filmible-settings-dropdown-row.is-back{min-height:48px}.filmible-settings-dropdown-row.is-back strong{font-size:14px}.filmible-settings-dropdown-divider{height:1px;background:#e4e4e4}.filmible-settings-dropdown-end{margin-left:auto;opacity:.82}@media (max-width:760px){.filmible-settings-dropdown-menu{right:-8px;width:212px}}.filmible-settings-topbar-inner{display:flex;align-items:center;justify-content:space-between}.filmible-settings-back{display:none!important}.filmible-settings-user-menu .filmible-settings-dropdown-menu,.filmible-settings-user-menu:hover .filmible-settings-dropdown-menu{opacity:0;transform:translateY(-6px);pointer-events:none}.filmible-settings-user-menu.is-open .filmible-settings-dropdown-menu,.filmible-settings-user-menu.is-open:hover .filmible-settings-dropdown-menu{opacity:1;transform:translateY(0);pointer-events:auto}.filmible-settings-user:focus-visible{outline:2px solid #111111;outline-offset:3px}.filmible-settings-user{gap:10px;padding:4px 6px 4px 4px;border-radius:8px}.filmible-settings-user:hover{background:#f3f3f3}.filmible-settings-caret{width:22px;height:22px;border-radius:999px;background:#f2f2f2;border:1px solid #d7d7d7;color:#111111;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:900;line-height:1;transform:none}.filmible-settings-user-menu.is-open .filmible-settings-caret,.filmible-settings-user:hover .filmible-settings-caret{background:#111111;border-color:#111111;color:#ffffff}.filmible-footer-brand{width:44px;height:44px;margin-bottom:26px;text-decoration:none}.filmible-footer-brand,.filmible-footer-brand-icon{display:inline-flex;align-items:center;justify-content:center}.filmible-footer-brand-icon{width:34px;height:34px;border-radius:8px;background:#e50914;color:#ffffff;font-size:22px;font-weight:950;letter-spacing:-.05em;line-height:1}.filmible-static-page{min-height:68vh;padding:110px 6vw 70px;background:radial-gradient(circle at top left,rgba(229,9,20,.18),transparent 28rem),#080808;color:#ffffff}.filmible-static-hero{max-width:860px;margin:0 auto 34px}.filmible-static-hero span{color:#e50914;display:inline-flex;margin-bottom:14px;font-size:13px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.filmible-static-hero h1{margin:0 0 14px;font-size:clamp(42px,6vw,78px);line-height:.95;letter-spacing:-.06em}.filmible-static-hero p{margin:0;max-width:760px;color:#d8d8d8;font-size:18px;line-height:1.55}.filmible-static-card-list{max-width:860px;margin:0 auto;display:grid;gap:16px}.filmible-static-card,.filmible-static-content-card{border:1px solid rgba(255,255,255,.13);border-radius:18px;background:rgba(255,255,255,.055);box-shadow:0 24px 70px rgba(0,0,0,.28)}.filmible-static-card{padding:24px 26px}.filmible-static-card h2,.filmible-static-content-card h2{margin:0 0 10px;color:#ffffff;font-size:24px;line-height:1.2}.filmible-static-card p,.filmible-static-content-card p{margin:0;color:#d5d5d5;font-size:16px;line-height:1.65}.filmible-static-content-card{max-width:860px;margin:0 auto;padding:30px}.filmible-static-content-card h2{margin-top:28px}.filmible-static-content-card h2:first-child{margin-top:0}.filmible-contact-preview-box{margin-top:28px;padding:20px;border-radius:14px;background:rgba(229,9,20,.14);border:1px solid rgba(229,9,20,.35);display:grid;gap:7px}.filmible-contact-preview-box strong{color:#ffffff;font-size:18px}.filmible-contact-preview-box span{color:#e5e5e5;line-height:1.55}@media (max-width:760px){.filmible-static-page{padding:90px 22px 56px}.filmible-static-card,.filmible-static-content-card{padding:22px}}.filmible-footer{padding:54px 6vw 34px;background:#000000;color:#a9a9a9}.filmible-footer-inner{max-width:980px;margin:0 auto}.filmible-footer-brand{margin-bottom:28px}.filmible-footer-grid{display:grid!important;grid-template-columns:repeat(3,minmax(150px,1fr));gap:18px 70px;margin:0 0 28px;align-items:start}.filmible-footer-column{display:flex!important;flex-direction:column;align-items:flex-start;gap:13px;min-width:0}.filmible-footer-column a{display:inline-flex;color:#bdbdbd;text-decoration:none;font-size:14px;line-height:1.3;white-space:nowrap}.filmible-footer-column a:hover{color:#ffffff;text-decoration:underline}.filmible-footer-copy{margin:0;color:#8f8f8f;font-size:13px;line-height:1.4}@media (max-width:760px){.filmible-footer-grid{grid-template-columns:repeat(2,minmax(130px,1fr));gap:16px 34px}}@media (max-width:520px){.filmible-footer-grid{grid-template-columns:1fr}}.filmible-settings-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(229,9,20,.18),transparent 30rem),radial-gradient(circle at 85% 18%,rgba(126,34,206,.16),transparent 26rem),#080808!important;color:#ffffff!important}.filmible-settings-topbar{background:rgba(8,8,8,.92)!important;border-bottom:1px solid rgba(255,255,255,.1)!important;backdrop-filter:blur(16px)}.filmible-settings-logo{color:#e50914!important;text-shadow:0 0 22px rgba(229,9,20,.22)}.filmible-settings-shell{background:transparent!important}.filmible-settings-sidebar{background:rgba(255,255,255,.035)!important;border:1px solid rgba(255,255,255,.09)!important;border-radius:18px!important;padding:14px!important;height:fit-content;box-shadow:0 24px 70px rgba(0,0,0,.28)}.filmible-settings-nav-link{color:#d7d7d7!important;border-radius:12px!important;background:transparent!important}.filmible-settings-nav-link:hover{color:#ffffff!important;background:rgba(255,255,255,.075)!important}.filmible-settings-nav-link.is-active{color:#ffffff!important;background:linear-gradient(135deg,rgba(229,9,20,.88),rgba(126,34,206,.78))!important;box-shadow:0 14px 34px rgba(229,9,20,.22)}.filmible-settings-nav-icon{color:currentColor!important}.filmible-settings-main{color:#ffffff!important}.filmible-settings-heading h1{color:#ffffff!important;text-shadow:0 18px 55px rgba(0,0,0,.45)}.filmible-settings-heading p{color:#d8d8d8!important}.filmible-account-hero{padding:0!important;color:#ffffff!important}.filmible-account-ribbon{background:linear-gradient(135deg,#e50914,#7e22ce)!important;color:#ffffff!important;box-shadow:0 18px 45px rgba(229,9,20,.22)}.filmible-account-hero-content h2{color:#ffffff!important}.filmible-account-hero-content p{color:#d8d8d8!important}.filmible-settings-pill,.filmible-settings-pill.blue{background:rgba(229,9,20,.16)!important;border:1px solid rgba(229,9,20,.35)!important;color:#ffffff!important}.filmible-account-stat-row span{background:rgba(255,255,255,.06)!important;border:1px solid rgba(255,255,255,.13)!important;color:#bdbdbd!important;box-shadow:0 20px 55px rgba(0,0,0,.24)}.filmible-account-stat-row strong{color:#ffffff!important}.filmible-settings-card{background:rgba(255,255,255,.055)!important;border:1px solid rgba(255,255,255,.13)!important;color:#ffffff!important;box-shadow:0 24px 70px rgba(0,0,0,.28)}.filmible-settings-section-label{color:#ffffff!important}.filmible-settings-detail-list>div{border-bottom:1px solid rgba(255,255,255,.11)!important}.filmible-settings-detail-list span{color:#bdbdbd!important}.filmible-settings-detail-list strong{color:#ffffff!important}.filmible-settings-note{background:rgba(229,9,20,.12)!important;border:1px solid rgba(229,9,20,.28)!important;color:#e6e6e6!important}.filmible-settings-footer{border-top:1px solid rgba(255,255,255,.1)!important}.filmible-settings-footer a{color:#bdbdbd!important}.filmible-settings-footer a:hover{color:#ffffff!important}.filmible-settings-caret,.filmible-settings-user:hover{background:rgba(255,255,255,.08)!important}.filmible-settings-caret{border-color:rgba(255,255,255,.18)!important;color:#ffffff!important}.filmible-settings-user-menu.is-open .filmible-settings-caret,.filmible-settings-user:hover .filmible-settings-caret{background:#e50914!important;border-color:#e50914!important;color:#ffffff!important}.filmible-settings-dropdown-menu{border-color:rgba(255,255,255,.18)!important}.filmible-settings-dropdown-menu,.filmible-settings-dropdown-row{background:#ffffff!important;color:#111111!important}.filmible-settings-dropdown-row:hover{background:#f4f4f4!important}.filmible-settings-dropdown-divider{background:#e4e4e4!important}.filmible-settings-page .filmible-settings-main{max-width:920px}.filmible-settings-page .filmible-settings-main,.filmible-settings-page .filmible-settings-main h1,.filmible-settings-page .filmible-settings-main h2,.filmible-settings-page .filmible-settings-main h3,.filmible-settings-page .filmible-settings-main h4,.filmible-settings-page .filmible-settings-main strong{color:#ffffff!important}.filmible-settings-page .filmible-settings-main p,.filmible-settings-page .filmible-settings-main small,.filmible-settings-page .filmible-settings-main span{color:#d4d4d4!important}.filmible-settings-page .filmible-settings-main [class*=box],.filmible-settings-page .filmible-settings-main [class*=card],.filmible-settings-page .filmible-settings-main [class*=panel],.filmible-settings-page .filmible-settings-main [class*=summary],.filmible-settings-page .filmible-settings-main article{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.14)!important;color:#ffffff!important;box-shadow:0 24px 70px rgba(0,0,0,.28)!important}.filmible-settings-page .filmible-settings-main [class*=grid]>div,.filmible-settings-page .filmible-settings-main [class*=item],.filmible-settings-page .filmible-settings-main [class*=row],.filmible-settings-page .filmible-settings-main [class*=stat] span,.filmible-settings-page .filmible-settings-main [class*=stat]>div,.filmible-settings-page .filmible-settings-main [class*=tile]{background-color:rgba(255,255,255,.045)!important;border-color:rgba(255,255,255,.13)!important;color:#ffffff!important}.filmible-settings-page .filmible-settings-main [class*=row]{border-bottom-color:rgba(255,255,255,.12)!important}.filmible-settings-page .filmible-settings-main [class*=description],.filmible-settings-page .filmible-settings-main [class*=eyebrow],.filmible-settings-page .filmible-settings-main [class*=hint],.filmible-settings-page .filmible-settings-main [class*=label],.filmible-settings-page .filmible-settings-main [class*=meta]{color:#bdbdbd!important}.filmible-settings-page .filmible-settings-main input,.filmible-settings-page .filmible-settings-main select,.filmible-settings-page .filmible-settings-main textarea{background:rgba(255,255,255,.07)!important;border:1px solid rgba(255,255,255,.16)!important;color:#ffffff!important}.filmible-settings-page .filmible-settings-main input::placeholder,.filmible-settings-page .filmible-settings-main textarea::placeholder{color:#a8a8a8!important}.filmible-settings-page .filmible-settings-main [class*=button],.filmible-settings-page .filmible-settings-main a[class*=button],.filmible-settings-page .filmible-settings-main button{border-color:rgba(229,9,20,.45)!important;background:linear-gradient(135deg,#e50914,#7e22ce)!important;color:#ffffff!important;box-shadow:0 14px 34px rgba(229,9,20,.18)!important}.filmible-settings-page .filmible-settings-main [class*=badge],.filmible-settings-page .filmible-settings-main [class*=pill],.filmible-settings-page .filmible-settings-main [class*=status]{background:rgba(229,9,20,.16)!important;border:1px solid rgba(229,9,20,.4)!important;color:#ffffff!important}.filmible-settings-page .filmible-settings-footer{margin-top:38px!important;padding:26px 0 0!important;background:transparent!important;border-top:1px solid rgba(255,255,255,.11)!important}.filmible-settings-page .filmible-settings-footer-links{display:grid!important;grid-template-columns:repeat(3,minmax(140px,1fr))!important;gap:12px 42px!important;background:transparent!important;padding:0!important}.filmible-settings-page .filmible-settings-footer a{color:#9f9f9f!important;font-size:13px!important;text-decoration:none!important}.filmible-settings-page .filmible-settings-footer a:hover{color:#ffffff!important;text-decoration:underline!important}.filmible-settings-page .filmible-settings-main hr{border-color:rgba(255,255,255,.12)!important}@media (max-width:760px){.filmible-settings-page .filmible-settings-footer-links{grid-template-columns:1fr 1fr!important}}.filmible-catalog-page{min-height:100vh;background:radial-gradient(circle at top left,rgba(229,9,20,.18),transparent 30rem),radial-gradient(circle at 85% 16%,rgba(126,34,206,.17),transparent 28rem),#050505;color:#ffffff}.filmible-catalog-hero{min-height:58vh;padding:130px 5vw 70px;background-size:cover;background-position:50%;position:relative}.filmible-catalog-hero:after{content:"";position:absolute;inset:auto 0 0;height:42%;background:linear-gradient(180deg,transparent,#050505);pointer-events:none}.filmible-catalog-hero-inner{position:relative;z-index:1;max-width:850px}.filmible-catalog-hero-inner>span{color:#e50914;display:inline-flex;margin-bottom:14px;font-size:13px;font-weight:950;letter-spacing:.18em}.filmible-catalog-hero h1{margin:0 0 14px;font-size:clamp(52px,7vw,96px);line-height:.92;letter-spacing:-.065em;text-shadow:0 22px 70px rgba(0,0,0,.65)}.filmible-catalog-hero p{max-width:740px;margin:0;color:#e2e2e2;font-size:19px;line-height:1.55}.filmible-catalog-hero-actions{margin-top:28px;display:flex;align-items:center;gap:18px;flex-wrap:wrap}.filmible-catalog-hero-actions a{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 22px;border-radius:999px;background:#ffffff;color:#111111;text-decoration:none;font-weight:900}.filmible-catalog-hero-actions small{color:#d7d7d7;font-size:14px}.filmible-catalog-content{position:relative;z-index:2;padding:0 5vw 60px;margin-top:-50px}.filmible-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:22px}.filmible-catalog-grid.compact{grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.filmible-catalog-card{min-width:0;overflow:hidden;border-radius:18px;background:rgba(255,255,255,.062);border:1px solid rgba(255,255,255,.13);text-decoration:none;color:#ffffff;box-shadow:0 24px 70px rgba(0,0,0,.28);transition:transform .16s ease,border-color .16s ease,background .16s ease}.filmible-catalog-card:hover{transform:translateY(-6px);border-color:rgba(229,9,20,.52);background:rgba(255,255,255,.085)}.filmible-catalog-poster-wrap{position:relative;aspect-ratio:16/9;overflow:hidden;background:#151515}.filmible-catalog-poster{width:100%;height:100%;display:block;object-fit:cover;transform:scale(1.01);transition:transform .18s ease}.filmible-catalog-card:hover .filmible-catalog-poster{transform:scale(1.06)}.filmible-catalog-card-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.02),rgba(0,0,0,.74))}.filmible-catalog-card-badges{position:absolute;left:12px;right:12px;bottom:12px;display:flex;flex-wrap:wrap;gap:7px}.filmible-catalog-card-badges span{border-radius:999px;padding:6px 9px;background:rgba(229,9,20,.9);color:#ffffff;font-size:11px;font-weight:900}.filmible-catalog-progress{position:absolute;left:12px;right:12px;bottom:0;height:4px;background:rgba(255,255,255,.24)}.filmible-catalog-progress span{display:block;height:100%;background:#e50914}.filmible-catalog-card-copy{padding:17px;display:grid;gap:9px}.filmible-catalog-card-copy strong{color:#ffffff;font-size:18px;line-height:1.15}.filmible-catalog-card-copy>span{color:#bcbcbc;font-size:13px;line-height:1.35}.filmible-catalog-card-copy p{margin:0;min-height:58px;color:#d5d5d5;font-size:13px;line-height:1.48}.filmible-catalog-card-bottom{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:4px}.filmible-catalog-card-bottom em{color:#46d369;font-style:normal;font-size:12px;font-weight:900}.filmible-catalog-card-bottom b{color:#ffffff;font-size:12px;font-weight:900}.filmible-catalog-empty{max-width:720px;border-radius:18px;padding:34px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}.filmible-catalog-empty h2{margin:0 0 10px;color:#ffffff;font-size:28px}.filmible-catalog-empty p{margin:0;color:#d4d4d4;line-height:1.6}.filmible-language-wrap{display:grid;gap:42px}.filmible-language-heading{display:flex;align-items:end;justify-content:space-between;margin-bottom:16px;gap:16px}.filmible-language-heading h2{margin:0;color:#ffffff;font-size:32px;letter-spacing:-.04em}.filmible-language-heading span{color:#a8a8a8;font-size:14px}@media (max-width:760px){.filmible-catalog-hero{min-height:48vh;padding:110px 22px 64px}.filmible-catalog-content{padding:0 22px 46px}.filmible-catalog-grid,.filmible-catalog-grid.compact{grid-template-columns:1fr}.filmible-language-heading{align-items:flex-start;flex-direction:column}}.filmible-category-row-page .filmible-catalog-hero{min-height:56vh;padding-bottom:130px}.filmible-category-rows-wrap{position:relative;z-index:3;margin-top:-110px;padding-top:0;padding-bottom:60px}.filmible-category-rows-wrap .row-section:first-child{margin-top:0}.filmible-category-page-heading{margin:34px 0 10px;max-width:840px}.filmible-category-page-heading span{color:#e50914;display:inline-flex;margin-bottom:9px;font-size:12px;font-weight:950;letter-spacing:.18em}.filmible-category-page-heading h2{margin:0 0 8px;color:#ffffff;font-size:clamp(30px,4vw,54px);line-height:.98;letter-spacing:-.055em}.filmible-category-page-heading p{margin:0;max-width:760px;color:#d8d8d8;font-size:16px;line-height:1.55}.filmible-category-empty{margin-top:18px;max-width:720px;border-radius:18px;padding:32px;background:rgba(255,255,255,.06);border:1px solid rgba(255,255,255,.13)}.filmible-category-empty h2{margin:0 0 10px;color:#ffffff}.filmible-category-empty p{margin:0;color:#d4d4d4}@media (max-width:760px){.filmible-category-row-page .filmible-catalog-hero{min-height:48vh;padding-bottom:100px}.filmible-category-rows-wrap{margin-top:-84px}}.filmible-nav-link{color:rgba(255,255,255,.72)!important;font-weight:700}.filmible-nav-link:hover{color:#ffffff!important}.filmible-nav-link.is-active{color:#ffffff!important;font-weight:950}.filmible-category-rows-wrap{padding-left:0!important;padding-right:0!important}.filmible-category-grid-row{margin:48px 0 28px;padding-left:clamp(36px,5vw,86px);padding-right:clamp(36px,5vw,86px);position:relative;overflow:visible;box-sizing:border-box}.filmible-category-grid-row h2{margin:0 0 18px;color:#ffffff;font-size:26px;line-height:1.1;letter-spacing:-.035em}.filmible-category-fixed-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:38px 14px;align-items:start;overflow:visible}.filmible-category-grid-card{color:#ffffff;text-decoration:none;display:block;position:relative;z-index:1;outline:none}.filmible-category-grid-card:hover{z-index:60}.filmible-category-grid-thumb{position:relative;aspect-ratio:16/9;overflow:visible;border-radius:7px;background:#151515;transition:transform .17s ease}.filmible-category-grid-thumb img{width:100%;height:100%;display:block;object-fit:cover;border-radius:7px;box-shadow:0 18px 46px rgba(0,0,0,.34);transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}.filmible-category-grid-card:hover .filmible-category-grid-thumb{transform:translateY(-6px) scale(1.12)}.filmible-category-grid-card:hover .filmible-category-grid-thumb img{filter:brightness(.88);box-shadow:0 30px 90px rgba(0,0,0,.62)}.filmible-category-grid-base-shade{position:absolute;inset:0;border-radius:7px;background:linear-gradient(180deg,transparent 42%,rgba(0,0,0,.58));opacity:.72;pointer-events:none}.filmible-category-grid-badges{position:absolute;left:10px;right:10px;bottom:10px;display:flex;flex-wrap:wrap;gap:6px;z-index:2;transition:opacity .12s ease}.filmible-category-grid-card:hover .filmible-category-grid-badges{opacity:0}.filmible-category-grid-badges span{padding:5px 8px;border-radius:3px;background:#e50914;color:#ffffff;font-size:11px;font-weight:950;line-height:1}.filmible-category-grid-copy,.filmible-category-grid-progress{display:none!important}.filmible-category-grid-hover-panel{position:absolute;left:0;right:0;top:calc(100% - 1px);min-height:142px;padding:14px;border-radius:0 0 8px 8px;background:#181818;border:1px solid rgba(255,255,255,.12);border-top:0;box-shadow:0 28px 90px rgba(0,0,0,.66);opacity:0;pointer-events:none;transform:translateY(-8px);transition:opacity .14s ease,transform .14s ease;z-index:10}.filmible-category-grid-card:hover .filmible-category-grid-hover-panel{opacity:1;pointer-events:auto;transform:translateY(0)}.filmible-category-grid-hover-actions{display:flex;align-items:center;gap:8px;margin-bottom:10px}.filmible-category-grid-hover-actions span{width:31px;height:31px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;font-size:13px;font-weight:950;line-height:1}.filmible-category-grid-play{background:#ffffff;color:#111111}.filmible-category-grid-more,.filmible-category-grid-plus{border:1px solid rgba(255,255,255,.46);color:#ffffff;background:rgba(255,255,255,.08)}.filmible-category-grid-hover-panel strong{display:block;color:#ffffff;font-size:15px;line-height:1.15;margin-bottom:5px}.filmible-category-grid-hover-panel em{display:inline-flex;color:#46d369;font-style:normal;font-size:12px;font-weight:900;margin-bottom:5px}.filmible-category-grid-hover-panel small{display:block;color:#d7d7d7;font-size:11px;line-height:1.35;margin-bottom:6px}.filmible-category-grid-hover-panel p{margin:0 0 8px;color:#e2e2e2;font-size:11px;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.filmible-category-grid-hover-panel b{color:#ffffff;font-size:12px;font-weight:950}.filmible-category-lazy-sentinel{min-height:48px;margin-top:20px;color:#9f9f9f;font-size:13px;display:flex;align-items:center}.filmible-category-lazy-sentinel.is-complete{min-height:1px;margin:0;font-size:0}@media (max-width:1400px){.filmible-category-fixed-grid{grid-template-columns:repeat(5,minmax(0,1fr))}}@media (max-width:1100px){.filmible-category-fixed-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (max-width:820px){.filmible-category-fixed-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:620px){.filmible-category-grid-row{padding-left:22px;padding-right:22px}.filmible-category-fixed-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:420px){.filmible-category-fixed-grid{grid-template-columns:1fr}}.filmible-catalog-hero-control{margin-top:24px}.filmible-language-filter{width:min(420px,100%);display:grid;gap:9px}.filmible-language-filter label{color:#ffffff;font-size:13px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.filmible-language-select-wrap{position:relative}.filmible-language-select-wrap:after{content:"⌄";position:absolute;right:16px;top:50%;transform:translateY(-54%);color:#ffffff;font-size:18px;font-weight:900;pointer-events:none}.filmible-language-select-wrap select{width:100%;min-height:48px;appearance:none;border:1px solid rgba(255,255,255,.18);border-radius:12px;background:linear-gradient(135deg,rgba(229,9,20,.86),rgba(126,34,206,.78)),#181818;color:#ffffff;padding:0 48px 0 16px;font-size:15px;font-weight:900;outline:none;box-shadow:0 18px 45px rgba(229,9,20,.22)}.filmible-language-select-wrap select:focus{border-color:rgba(255,255,255,.56)}.filmible-language-select-wrap option{background:#181818;color:#ffffff}.filmible-language-filter>span{color:#d5d5d5;font-size:13px;line-height:1.4}.filmible-hero-shell{overflow:hidden!important;background:#050505}.filmible-hero-track{position:absolute;inset:0;z-index:1;width:100%;will-change:transform}.filmible-hero-slide,.filmible-hero-track{display:flex;min-height:inherit;backface-visibility:hidden}.filmible-hero-slide{position:relative;align-items:center;flex:0 0 100%;min-width:100%;padding:inherit;box-sizing:border-box;background-position:50%;background-size:cover}@media (max-width:720px){.filmible-hero-slide{background-image:var(
        --filmible-hero-mobile-background
      )!important}}.nf-slider>.nf-card.is-loop-clone{scroll-snap-align:start}.nf-row.is-top10-row .nf-card:before{content:attr(data-rank)!important}.filmible-hero-shell .filmible-hero-slide{padding-left:4vw!important;padding-right:4vw!important}.filmible-hero-title-two-lines>span{display:block}.filmible-support-message-lines{display:grid;gap:8px;width:100%}.filmible-support-message-line{display:grid;gap:4px;padding:10px 12px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(255,255,255,.035)}.filmible-support-message-line span{color:#9fb0c9;font-size:10px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.filmible-support-message-line strong{color:#ffffff;font-size:13px;font-weight:800;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.filmible-admin-readable-message-v2{display:grid;gap:8px;width:100%}.filmible-admin-readable-message-row-v2{display:grid;gap:4px;padding:9px 11px;border:1px solid rgba(255,255,255,.1);border-radius:6px;background:rgba(255,255,255,.035)}.filmible-admin-readable-message-row-v2 span{color:#9fb0c9;font-size:10px;font-weight:950;letter-spacing:.12em;text-transform:uppercase}.filmible-admin-readable-message-row-v2 strong{color:#ffffff;font-size:13px;font-weight:850;line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.filmible-admin-readable-message-v2,.filmible-support-message-lines,[class*=Detail] strong,[class*=Modal] [class*=field] strong,[class*=detail] strong,[class*=modal] [class*=field] strong{white-space:pre-wrap!important;overflow-wrap:anywhere!important}body:has([class*=UserRequest]),body:has([class*=user-request]){overflow-y:auto}[class*=Modal],[class*=modal]{overscroll-behavior:contain}[aria-modal=true],[class*=Modal]>div,[class*=modal]>div,[role=dialog]{max-height:calc(100vh - 48px)!important;overflow-y:auto!important;scrollbar-gutter:stable!important}.filmible-admin-readable-message-v2{display:grid!important;gap:8px!important}.filmible-admin-readable-message-row-v2{padding:9px 11px!important;border:1px solid rgba(255,255,255,.1)!important;border-radius:6px!important;background:rgba(255,255,255,.035)!important}.filmible-admin-readable-message-row-v2 span{display:block!important;margin-bottom:4px!important;color:#9fb0c9!important;font-size:10px!important;font-weight:950!important;letter-spacing:.12em!important;text-transform:uppercase!important}.filmible-admin-readable-message-row-v2 strong{display:block!important;color:#fff!important;font-size:13px!important;font-weight:850!important;line-height:1.45!important;white-space:pre-wrap!important;overflow-wrap:anywhere!important}