*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--bg:#000;--red:#e50914;--red-dark:#a00000;--red-mid:#c0070f;--surface:#111;--surface-2:#1a1a1a;--border:#2a2a2a;--muted:#ffffff73;--muted-2:#ffffff8c}html{scroll-behavior:smooth;background:var(--bg);min-height:100%}body{color:#fff;background:#000;min-height:100vh;font-family:Inter,Helvetica Neue,Helvetica,Arial,sans-serif;overflow-x:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#e5091480;border-radius:2px}.page-wrap{z-index:2;position:relative}a{color:var(--muted-2);text-decoration:none}a:hover{color:#fff;text-decoration:none}img{max-width:100%;display:block}button{cursor:pointer;color:inherit;background:0 0;border:none;font-family:inherit}button:focus-visible{outline-offset:2px;outline:2px solid #e50914}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.is-hidden{display:none!important}.navbar{z-index:50;background:linear-gradient(#0006 0%,#0000 100%);align-items:center;height:68px;padding:0 1.5rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar.scrolled{background:#000000f7}@media (width>=768px){.navbar{padding:0 3rem}}.navbar-inner{align-items:center;gap:1rem;width:100%;display:flex}.navbar-brand{flex-shrink:0;align-items:center;margin-right:1rem;display:flex}.navbar-brand img{width:auto;height:36px;display:block}@media (width>=768px){.navbar-brand{margin-right:2rem}.navbar-brand img{height:42px}}.navbar-links{flex:1;align-items:center;gap:1.25rem;display:none}@media (width>=768px){.navbar-links{display:flex}}.navbar-links button{color:#fff;white-space:nowrap;font-size:.875rem;font-weight:500;transition:color .2s}.navbar-links button:hover{color:#fecaca}.navbar-right{align-items:center;gap:.5rem;margin-left:auto;display:flex}@media (width>=768px){.navbar-right{gap:.75rem}}.nav-icon-btn{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex;position:relative}.nav-icon-btn:hover{background:#ffffff14}.nav-bell-dot{background:var(--red);border-radius:50%;width:8px;height:8px;position:absolute;top:6px;right:6px}.nav-profile{background:var(--red);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:800;display:inline-flex}.nav-search-wrap{align-items:center;display:flex;position:relative}.nav-search-input{opacity:0;color:#fff;background:#000000d9;border:none;border-radius:4px;width:0;padding:0;font-size:.875rem;transition:width .25s,opacity .25s,padding .25s,border .25s}.nav-search-wrap.open .nav-search-input{opacity:1;border:1px solid #ffffff40;width:180px;margin-right:.35rem;padding:.5rem .75rem}@media (width>=768px){.nav-search-wrap.open .nav-search-input{width:220px}}.nav-search-dropdown,.nav-bell-dropdown{z-index:60;background:#1a1a1a;border:1px solid #ffffff1a;border-radius:8px;width:min(320px,90vw);display:none;position:absolute;top:calc(100% + 8px);right:0;overflow:hidden;box-shadow:0 16px 40px #0009}.nav-search-dropdown.open,.nav-bell-dropdown.open{display:block}.nav-search-item{text-align:left;color:#fff;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;display:flex}.nav-search-item:hover{background:#ffffff0f}.nav-search-item img{object-fit:cover;border-radius:4px;flex-shrink:0;width:48px;height:28px}.nav-search-empty{color:var(--muted);padding:1rem;font-size:.8rem}.nav-bell-item{color:#fffc;border-bottom:1px solid #ffffff0f;padding:.75rem 1rem;font-size:.8rem}.nav-bell-item:last-child{border-bottom:none}.nav-bell-time{color:var(--muted);margin-top:.25rem;font-size:.7rem;display:block}.nav-bell-badge{background:var(--red);border-radius:4px;margin:.75rem 1rem .25rem;padding:.15rem .5rem;font-size:.65rem;font-weight:700;display:inline-block}.navbar-hamburger{flex-direction:column;gap:5px;padding:8px;display:flex}@media (width>=768px){.navbar-hamburger{display:none}}.navbar-hamburger span{background:#fff;width:22px;height:2px;transition:transform .3s,opacity .3s;display:block}.navbar-hamburger.open span:first-child{transform:translateY(7px)rotate(45deg)}.navbar-hamburger.open span:nth-child(2){opacity:0}.navbar-hamburger.open span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.mobile-menu-overlay{z-index:40;background:#00000080;display:none;position:fixed;inset:0}.mobile-menu-overlay.open{display:block}.mobile-menu{z-index:45;border-left:3px solid var(--red);background:#111;width:288px;height:100%;transition:transform .3s;position:fixed;top:0;right:0;overflow-y:auto;transform:translate(100%)}.mobile-menu.open{transform:translate(0)}.mobile-menu-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;height:68px;padding:0 1.25rem;font-weight:700;display:flex}.mobile-menu-tagline{color:var(--muted);padding:1rem 1.25rem .5rem;font-size:.75rem}.mobile-menu nav{flex-direction:column;gap:4px;padding:.5rem 1rem 1.5rem;display:flex}.mobile-menu nav a,.mobile-menu nav button{text-align:left;color:#ffffffd9;border-radius:8px;width:100%;padding:.75rem 1rem;font-size:.875rem;font-weight:500;display:block}.mobile-menu nav a:hover,.mobile-menu nav button:hover{color:#fff;background:#ffffff0d}.hero{touch-action:pan-y;background:#0a0000;width:100%;height:100vh;min-height:640px;position:relative;overflow:hidden}.hero-bg{pointer-events:none;position:absolute;inset:0}.hero-bg-1{background:radial-gradient(70% 60% at 50% 40%,#e5091426 0%,#78000014 40%,#0000 70%)}.hero-bg-2{background:radial-gradient(40% 30% at 20% 60%,#b4000012 0%,#0000 60%)}.hero-bg-3{background:radial-gradient(40% 30% at 80% 55%,#a0140012 0%,#0000 60%)}.hero-orbit{width:700px;height:700px;margin-top:54px;animation:28s linear infinite orbitRing;display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (width>=1024px){.hero-orbit{display:block}}@keyframes orbitRing{0%{transform:translate(-50%,-50%)rotate(0)}to{transform:translate(-50%,-50%)rotate(360deg)}}@keyframes counterSpin{0%{transform:rotate(0)}to{transform:rotate(-360deg)}}.hero-orbit-item{border:1px solid #e5091440;border-radius:14px;width:110px;height:70px;margin-top:-35px;margin-left:-55px;position:absolute;top:50%;left:50%;overflow:hidden;box-shadow:0 6px 30px #000000b3,0 0 16px #e5091433}.hero-orbit-item>div{width:100%;height:100%;animation:28s linear infinite counterSpin}.hero-orbit-item img{object-fit:cover;filter:brightness(.82)saturate(1.15);width:100%;height:100%}.hero-orbit-item:after{content:"";pointer-events:none;background:linear-gradient(135deg,#e509141f 0%,#0000 60%);position:absolute;inset:0}.hero-center{z-index:2;flex-direction:column;justify-content:center;align-items:center;padding-top:68px;display:flex;position:absolute;inset:0}.hero-headline{text-align:center;margin-bottom:.75rem;padding:0 1rem}.hero-headline h1{text-shadow:0 0 40px #e5091466;margin-bottom:.5rem;font-size:clamp(1.5rem,3.5vw,2.6rem);font-weight:900;line-height:1.15}.hero-headline .accent{color:#ff8a8a}.hero-headline p{color:#94a3b8;font-size:.75rem}@media (width>=768px){.hero-headline p{font-size:.875rem}}.letter{cursor:default;transition:transform .25s cubic-bezier(.22,1,.36,1),filter .25s;display:inline-block}.letter:hover{filter:drop-shadow(0 0 8px #ffffffb3);transform:translateY(-6px)scale(1.12)}.hero-star-particle{z-index:10000;pointer-events:none;color:#fff;text-shadow:0 0 6px #ffffffe6,0 0 14px #ffdcb4b3,0 0 22px #e5091459;animation:hero-star-fly var(--dur,.8s) cubic-bezier(.15, .85, .35, 1) forwards;line-height:1;position:fixed;transform:translate(-50%,-50%)}@keyframes hero-star-fly{0%{opacity:1;transform:translate(-50%,-50%)translate(0)rotate(0)scale(.4)}40%{opacity:1;transform:translate(-50%, -50%) translate(calc(var(--tx) * .55), calc(var(--ty) * .55)) rotate(calc(var(--rot) * .5)) scale(1.15)}to{opacity:0;transform:translate(-50%, -50%) translate(var(--tx), var(--ty)) rotate(var(--rot)) scale(.2)}}.hero-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#140505e0;border:1px solid #e5091433;border-radius:20px;width:min(420px,92vw);overflow:hidden;box-shadow:0 8px 60px #0009,0 0 40px #e509141a}.hero-card-row{padding:12px 16px 10px}.hero-card-label{color:#64748b;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.4rem;font-size:.7rem}.hero-card-media{align-items:center;gap:.5rem;display:flex}.hero-card-media img{object-fit:cover;border:1px solid #e509144d;border-radius:8px;flex-shrink:0;width:36px;height:36px}.hero-card-media strong{font-size:.875rem;font-weight:600;line-height:1.2;display:block}.hero-card-media span{color:#94a3b8;margin-top:2px;font-size:.7rem;display:block}.hero-card-swap{align-items:center;margin:0 16px;display:flex}.hero-card-swap:before,.hero-card-swap:after{content:"";background:#ffffff0f;flex:1;height:1px}.hero-swap-btn{width:34px;height:34px;color:var(--red);background:#e5091426;border:1px solid #e5091459;border-radius:50%;justify-content:center;align-items:center;margin:0 10px;font-size:.9rem;display:flex}.hero-watch{color:#fff;letter-spacing:.02em;background:linear-gradient(90deg,#e50914 0%,#a00000 100%);border:1px solid #e5091466;border-radius:10px;justify-content:center;align-items:center;gap:.5rem;width:calc(100% - 32px);margin:0 16px 14px;padding:11px 0;font-size:1rem;font-weight:700;transition:transform .15s;display:flex}.hero-watch:hover{transform:scale(1.02)}.hero-dots{gap:8px;margin-top:1.25rem;display:flex}.hero-dot{background:#fff3;border-radius:3px;width:6px;height:6px;transition:all .3s}.hero-dot.active{background:var(--red);width:20px}.hero-browse{color:#64748b;letter-spacing:.05em;margin-top:1rem;font-size:.75rem}.hero-browse:hover{color:#cbd5e1}.ztv-hero{--ztv-ink:#0a0406;--ztv-gold:#e8b86d;background:var(--ztv-ink);justify-content:center;align-items:flex-end;width:100%;height:100svh;min-height:620px;padding-bottom:11vh;display:flex;position:relative;overflow:hidden}@media (width>=640px){.ztv-hero{align-items:center;min-height:640px;padding-bottom:0}}.ztv-hero-bg{z-index:1;position:absolute;inset:0;overflow:hidden}.ztv-hero-bg-slide{opacity:0;transition:opacity .7s;position:absolute;inset:0}.ztv-hero-bg-slide.is-on{opacity:1}.ztv-hero-bg-slide img{object-fit:cover;object-position:center 18%;width:100%;height:100%;transform:scale(1.1)}.ztv-hero-bg-slide.is-on img{animation:8s ease-out forwards ztv-ken}@keyframes ztv-ken{0%{transform:scale(1.1)}to{transform:scale(1.18)}}@media (width>=768px){.ztv-hero-bg{display:none}}.ztv-hero-veil{z-index:2;pointer-events:none;background:linear-gradient(to bottom, #000000b3 0%, #0006 35%, var(--ztv-ink) 100%), radial-gradient(ellipse 85% 55% at 50% 28%, #e5091447, transparent 60%), linear-gradient(to right, #00000080, transparent, #00000080);position:absolute;inset:0}@media (width>=768px){.ztv-hero-veil{background:radial-gradient(70% 65% at 50% 45%,#0000 20%,#0000008c 100%),linear-gradient(#0000008c,#0000,#000000bf),linear-gradient(90deg,#000000a6,#0000,#000000a6),radial-gradient(80% 60% at 50% 40%,#e509142e,#0000 55%)}}.ztv-hero-shine{z-index:3;pointer-events:none;opacity:.35;background:linear-gradient(105deg,#0000 40%,#ffffff14 50%,#0000 60%) 0 0/200% 100%;animation:7s ease-in-out infinite ztv-shine;position:absolute;inset:0}@keyframes ztv-shine{0%,to{background-position:100% 0}50%{background-position:0 0}}.ztv-hero-ring{z-index:5;pointer-events:none;border:1px solid #e5091433;border-radius:50%;width:min(92vw,680px);height:min(92vw,680px);margin:0;animation:48s linear infinite ztv-spin;position:absolute;top:38%;left:50%;transform:translate(-50%,-50%)}.ztv-hero-ring--rev{border-style:dashed;border-color:#e8b86d26;width:min(74vw,520px);height:min(74vw,520px);animation-duration:36s;animation-direction:reverse}@media (width>=640px){.ztv-hero-ring{top:50%}}@keyframes ztv-spin{to{transform:translate(-50%,-50%)rotate(360deg)}}.ztv-poster{aspect-ratio:2/3;background:#111;border:1px solid #fff3;border-radius:12px;position:relative;overflow:hidden;box-shadow:0 18px 40px #0000008c,0 0 24px #e509141f}.ztv-poster img{object-fit:cover;width:100%;height:100%}.ztv-poster:after{content:"";pointer-events:none;background:linear-gradient(#ffffff0d,#0000 45%,#000c);position:absolute;inset:0;box-shadow:inset 0 0 0 1px #ffffff1a}.ztv-hero-floats{z-index:8;pointer-events:none;justify-content:center;display:flex;position:absolute;top:7vh;left:0;right:0}@media (width>=768px){.ztv-hero-floats{display:none}}.ztv-hero-floats-inner{width:100%;max-width:28rem;height:34vh;position:relative}.ztv-float{width:26vw;max-width:108px;animation:4.5s ease-in-out infinite ztv-float-bob;position:absolute;bottom:0;left:50%}@keyframes ztv-float-bob{0%,to{filter:brightness(.95)}50%{filter:brightness(1.05)}}.ztv-hero-fan{z-index:8;pointer-events:none;perspective:1200px;justify-content:center;align-items:center;display:none;position:absolute;inset:0}@media (width>=768px){.ztv-hero-fan{display:flex}}.ztv-hero-fan-stage{width:100%;max-width:64rem;height:55vh;transform-style:preserve-3d;justify-content:center;align-items:flex-end;padding-bottom:18vh;display:flex;position:relative}.ztv-fan-card{width:72px;transform-style:preserve-3d;position:absolute;bottom:0}@media (width>=640px){.ztv-fan-card{width:88px}}@media (width>=768px){.ztv-fan-card{width:108px}}.ztv-hero-rail{z-index:9;opacity:.7;pointer-events:none;width:52px;position:absolute;top:14vh;bottom:20vh;overflow:hidden}.ztv-hero-rail--left{left:-5px}.ztv-hero-rail--right{right:-5px}@media (width>=640px){.ztv-hero-rail{opacity:1;width:80px}.ztv-hero-rail--left{left:12px}.ztv-hero-rail--right{right:12px}}@media (width>=768px){.ztv-hero-rail{width:92px}.ztv-hero-rail--left{left:24px}.ztv-hero-rail--right{right:24px}}.ztv-hero-rail-fade{z-index:2;background:linear-gradient(to bottom, var(--ztv-ink), transparent 20%, transparent 80%, var(--ztv-ink));pointer-events:none;position:absolute;inset:0}.ztv-hero-col{flex-direction:column;gap:10px;display:flex}.ztv-hero-col .ztv-poster{flex-shrink:0;width:100%}.ztv-hero-col--up{animation:42s linear infinite ztv-col-up}.ztv-hero-col--down{animation:42s linear infinite ztv-col-down}@keyframes ztv-col-up{0%{transform:translateY(0)}to{transform:translateY(-50%)}}@keyframes ztv-col-down{0%{transform:translateY(-50%)}to{transform:translateY(0)}}.ztv-hero-copy{z-index:30;width:100%;max-width:42rem;margin:0 auto;padding:0 .9rem;position:relative}.ztv-hero-panel{text-align:center;-webkit-backdrop-filter:blur(18px);background:#00000073;border:1px solid #ffffff1a;border-radius:1.25rem;padding:1.35rem 1.25rem 1.5rem;position:relative;box-shadow:0 0 80px #e5091438}.ztv-hero-panel:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#e5091426,#0000 45%,#e8b86d1a);position:absolute;inset:0}.ztv-hero-panel:after{content:"";background:linear-gradient(90deg,#0000,#e8b86d80,#0000);height:1px;position:absolute;top:0;left:2rem;right:2rem}@media (width>=640px){.ztv-hero-panel{background:#00000059;border-radius:1.5rem;padding:2.25rem 2.5rem 2rem}}.ztv-hero-brand{justify-content:center;align-items:center;gap:.75rem;margin-bottom:1rem;display:flex;position:relative}.ztv-hero-logo{object-fit:contain;filter:drop-shadow(0 4px 18px #e5091459);width:auto;height:2.35rem}@media (width>=640px){.ztv-hero-logo{height:3rem}}.ztv-hero-live{letter-spacing:.3em;text-transform:uppercase;color:#fecaca;background:#e5091426;border:1px solid #e5091473;align-items:center;gap:.4rem;padding:.25rem .7rem;font-size:8px;font-weight:700;display:inline-flex}@media (width>=640px){.ztv-hero-live{font-size:9px}}.ztv-hero-live-dot{background:var(--red);border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite ztv-pulse}@keyframes ztv-pulse{0%,to{opacity:1}50%{opacity:.35}}.ztv-hero-title{color:#0000;letter-spacing:.04em;background:linear-gradient(135deg, #fff 0%, #fde68a 45%, var(--ztv-gold) 100%);-webkit-background-clip:text;background-clip:text;font-family:Bebas Neue,Impact,sans-serif;font-size:clamp(2.35rem,11vw,5rem);font-weight:400;line-height:.92;position:relative}.ztv-hero-rule{background:linear-gradient(to right, var(--red), var(--ztv-gold), #e5091466);border-radius:999px;width:55%;height:2px;margin:.65rem auto 0}.ztv-hero-sub{letter-spacing:.4em;text-transform:uppercase;color:#e8b86dcc;margin-top:.65rem;font-size:10px;font-weight:600}@media (width>=640px){.ztv-hero-sub{font-size:12px}}.ztv-hero-tagline{color:#ffffffb3;max-width:22rem;margin:1rem auto 1.25rem;font-size:13px;line-height:1.55;position:relative}@media (width>=640px){.ztv-hero-tagline{margin-bottom:1.5rem;font-size:1rem}}.ztv-hero-tagline span{background:linear-gradient(90deg,#fde68a,#fca5a5);color:#0000;-webkit-background-clip:text;background-clip:text;font-weight:600}.ztv-hero-actions{flex-direction:column;justify-content:center;align-items:center;gap:.65rem;display:flex;position:relative}@media (width>=640px){.ztv-hero-actions{flex-direction:row;gap:.75rem}}.ztv-hero-cta,.ztv-hero-ghost{letter-spacing:.12em;text-transform:uppercase;border-radius:1rem;justify-content:center;align-items:center;gap:.55rem;width:100%;min-height:48px;font-size:.8rem;font-weight:700;display:inline-flex}@media (width>=640px){.ztv-hero-cta,.ztv-hero-ghost{width:auto}}.ztv-hero-cta{background:var(--red);color:#fff;border:1px solid #fff3;padding:.85rem 2rem;transition:transform .2s,box-shadow .2s;box-shadow:0 0 28px #e5091473}.ztv-hero-cta:hover{transform:translateY(-1px);box-shadow:0 0 36px #e5091499}.ztv-hero-ghost{color:#ffffffe6;letter-spacing:.16em;background:#ffffff0d;border:1px solid #fff3;padding:.85rem 1.5rem;font-size:.7rem;transition:background .2s,border-color .2s}.ztv-hero-ghost:hover{background:#ffffff1a;border-color:#e8b86d66}.ztv-hero-dots{justify-content:center;gap:.45rem;margin-top:1.15rem;display:flex;position:relative}.ztv-hero-dot{background:#ffffff40;border:none;border-radius:999px;width:12px;height:6px;padding:0;transition:width .25s,background .25s}.ztv-hero-dot.is-on{background:var(--ztv-gold);width:32px}.ztv-hero-strip{z-index:12;pointer-events:none;position:absolute;bottom:4.5vh;left:0;right:0;overflow:hidden}@media (width>=640px){.ztv-hero-strip{bottom:6.5vh}}.ztv-hero-strip-fade{z-index:2;background:linear-gradient(to right, var(--ztv-ink), transparent 18%, transparent 82%, var(--ztv-ink));position:absolute;inset:0}.ztv-hero-marquee{opacity:.72;gap:.75rem;width:max-content;padding:0 .75rem;animation:55s linear infinite ztv-marquee;display:flex}.ztv-hero-marquee .ztv-poster{flex-shrink:0;width:44px}@media (width>=640px){.ztv-hero-marquee .ztv-poster{width:56px}}@media (width>=768px){.ztv-hero-marquee .ztv-poster{width:64px}}@keyframes ztv-marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.ztv-hero-shine,.ztv-hero-ring,.ztv-hero-col--up,.ztv-hero-col--down,.ztv-hero-marquee,.ztv-float,.ztv-hero-bg-slide.is-on img,.ztv-hero-live-dot{animation:none}}#premium-collection{background:#000}.content-section{background:#000;padding:1rem 0;scroll-margin-top:5rem}@media (width>=768px){.content-section{padding:1.5rem 0}}.section-header{align-items:center;gap:.75rem;margin-bottom:.5rem;padding:0 1.5rem;display:flex}@media (width>=768px){.section-header{padding:0 3rem}}.section-bar{background:var(--red);border-radius:9999px;flex-shrink:0;width:4px;height:1.75rem}.section-title{text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(90deg,#fff 0%,#e50914 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.25rem;font-weight:900}@media (width>=768px){.section-title{font-size:1.5rem}}.section-explore{color:var(--muted-2);opacity:0;margin-left:.25rem;font-size:.75rem;font-weight:600;transition:opacity .2s,transform .2s,color .2s;transform:translate(-6px)}.content-section:hover .section-explore{opacity:1;transform:translate(0)}.section-explore:hover{color:#fff}.row-wrap{position:relative}.video-row{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:.5rem;padding:.75rem 1.5rem 1.25rem;display:flex;overflow-x:auto}.video-grid-2x4{grid-template-columns:repeat(2,1fr);gap:.65rem;padding:.75rem 1.5rem 1.5rem;display:grid}@media (width>=768px){.video-grid-2x4{grid-template-columns:repeat(4,1fr);gap:.85rem;padding:.75rem 3rem 1.75rem}}.video-grid-2x4 .video-card{flex-shrink:0;width:100%}@media (width>=768px){.video-row{gap:.65rem;padding:.75rem 3rem 1.5rem}}.row-arrow{z-index:5;color:#fff;opacity:0;background:linear-gradient(90deg,#000000d9,#0000);justify-content:center;align-items:center;width:2.5rem;font-size:1.5rem;transition:opacity .2s;display:none;position:absolute;top:0;bottom:1.25rem}.row-arrow.right{background:linear-gradient(270deg,#000000d9,#0000);right:0}.row-arrow.left{left:0}.row-wrap:hover .row-arrow.show{opacity:1;display:flex}@media (width>=768px){.row-wrap:hover .row-arrow.show{opacity:1}}.video-card{scroll-snap-align:start;cursor:pointer;text-align:left;color:inherit;background:0 0;border-radius:4px;flex-direction:column;flex-shrink:0;align-items:stretch;gap:.45rem;padding:0;display:flex;position:relative;overflow:visible}.card-landscape{width:240px}@media (width>=640px){.card-landscape{width:280px}}@media (width>=768px){.card-landscape{width:300px}}@media (width>=1024px){.card-landscape{width:320px}}.card-portrait{width:140px}@media (width>=640px){.card-portrait{width:160px}}@media (width>=768px){.card-portrait{width:180px}}@media (width>=1024px){.card-portrait{width:200px}}.card-landscape .video-card-inner{aspect-ratio:1350/760}.card-portrait .video-card-inner{aspect-ratio:1080/1350}.video-card-inner{background:#1a1a1a;border-radius:4px;width:100%;position:relative;overflow:hidden}.video-card img{object-fit:cover;object-position:center center;width:100%;height:100%;transition:transform .3s;display:block}.video-card:hover img{transform:scale(1.05)}.video-card-gradient{pointer-events:none;background:linear-gradient(#0000 55%,#00000059 100%);position:absolute;inset:0}.video-card-play{opacity:0;pointer-events:none;z-index:4;background:#00000047;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.video-card:hover .video-card-play,.video-card:focus-visible .video-card-play{opacity:1}.video-card-play span,.thumb-play span{background:var(--red);border-radius:50%;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .2s;display:flex;transform:scale(.92);box-shadow:0 4px 20px #0000008c}.video-card:hover .video-card-play span,.video-card:focus-visible .video-card-play span,.coming-card:hover .thumb-play span,.hero-360-card:hover .thumb-play span,.c3d-card:hover .thumb-play span{transform:scale(1)}.thumb-play{opacity:0;pointer-events:none;z-index:4;background:#00000047;justify-content:center;align-items:center;transition:opacity .2s;display:flex;position:absolute;inset:0}.coming-card:hover .thumb-play,.hero-360-card:hover .thumb-play,.hero-360-card.is-front:hover .thumb-play,.c3d-card:hover .thumb-play{opacity:1}.video-card-below{min-width:0;padding:0 .1rem}.video-card-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.78rem;font-weight:700;line-height:1.25;display:-webkit-box;overflow:hidden}.video-card-meta{letter-spacing:.01em;color:#a3a3a3;margin:.2rem 0 0;font-size:.72rem;font-weight:600}.video-card-rating{color:#46d369}.video-card-sep{color:#777}.video-card-dur{color:#a3a3a3}.video-card-info,.video-card-cat{display:none}.explore-modal{z-index:180;background:#000000f2;padding:1.5rem;display:none;position:fixed;inset:0;overflow-y:auto}.explore-modal.open{display:block}.explore-modal-header{justify-content:space-between;align-items:center;max-width:80rem;margin-bottom:1.5rem;margin-left:auto;margin-right:auto;display:flex}.explore-modal-header h3{text-transform:uppercase;font-size:1.5rem;font-weight:900}.explore-grid{grid-template-columns:repeat(2,1fr);gap:.75rem;max-width:80rem;margin:0 auto;display:grid}@media (width>=640px){.explore-grid{grid-template-columns:repeat(3,1fr)}}@media (width>=768px){.explore-grid{grid-template-columns:repeat(4,1fr)}}@media (width>=1024px){.explore-grid{grid-template-columns:repeat(5,1fr)}}.explore-grid .video-card{width:100%}.device-section{background:#000;padding:4rem 0;position:relative;overflow:hidden}.device-section:before{content:"";pointer-events:none;background:radial-gradient(80% 60%,#e509141f 0%,#0000 70%);position:absolute;inset:0}.device-heading{z-index:1;text-align:center;margin-bottom:3rem;padding:0 1.5rem;position:relative}.device-heading .eyebrow{text-transform:uppercase;letter-spacing:.15em;color:var(--red);margin-bottom:.5rem;font-size:.7rem;font-weight:700}.device-heading h2{text-transform:uppercase;letter-spacing:.04em;background:linear-gradient(90deg,#fff 0%,#e50914 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:clamp(1.75rem,4vw,3rem);font-weight:900}.device-heading p{color:#ffffff80;max-width:28rem;margin-top:.5rem;margin-left:auto;margin-right:auto;font-size:.875rem}.device-row{z-index:1;justify-content:center;align-items:flex-end;gap:1.5rem;padding:0 1.5rem;display:flex;position:relative}.device-row-desktop{margin-bottom:2.5rem}.device-row-desktop .device-tv{width:min(560px,88vw)}.device-row-mobile{align-items:center;margin-bottom:.5rem}.device-row-mobile .device-phone{width:min(180px,42vw);margin-bottom:0}@media (width>=768px){.device-row{gap:2.5rem}.device-row-mobile .device-phone{width:min(200px,22vw)}}.device-tv{flex-shrink:0;width:min(520px,58vw);position:relative}.device-tv-frame{background:#1a1a1a;border:6px solid #2a2a2a;border-radius:12px;overflow:hidden;box-shadow:0 30px 80px #000c,0 0 40px #e5091426}.device-tv-screen{aspect-ratio:16/9;background:#111;position:relative}.device-tv-screen>img{object-fit:cover;filter:brightness(.75);width:100%;height:100%}.device-tv-overlay{background:linear-gradient(90deg,#000000b3 0%,#0000 60%);display:flex;position:absolute;inset:0}.device-tv-sidebar{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0009;flex-direction:column;gap:.75rem;width:28%;height:100%;padding:1rem .75rem;display:flex}.device-tv-sidebar .brand{color:var(--red);margin-bottom:.5rem;font-size:.8rem;font-weight:900}.device-tv-nav{color:#fff6;align-items:center;gap:.5rem;font-size:.7rem;display:flex}.device-tv-nav.active{color:var(--red)}.device-tv-nav i{border:1px solid #fff3;border-radius:50%;flex-shrink:0;width:6px;height:6px}.device-tv-nav.active i{background:var(--red);border:none}.device-tv-stand{justify-content:center;display:flex}.device-tv-stand span:first-child{background:#2a2a2a;border-radius:0 0 4px 4px;width:18%;height:18px}.device-tv-base{justify-content:center;display:flex}.device-tv-base span{background:#222;border-radius:4px;width:32%;height:6px}.device-badge{color:#fff;background:var(--red);border-radius:9999px;align-items:center;gap:6px;padding:.35rem .75rem;font-size:.7rem;font-weight:700;display:flex;position:absolute;top:-12px;box-shadow:0 4px 16px #0006}.device-badge.left{left:-12px}.device-badge.right{right:-12px}.device-row-mobile .device-badge{top:-14px;left:50%;right:auto;transform:translate(-50%)}.device-phone{flex-shrink:0;width:min(160px,18vw);margin-bottom:1rem;position:relative}.device-phone-frame{background:#1a1a1a;border:5px solid #2a2a2a;border-radius:1.5rem;overflow:hidden;box-shadow:0 30px 60px #000c,0 0 30px #e5091426}.device-phone-notch{background:#1a1a1a;justify-content:center;padding:.5rem 0 .25rem;display:flex}.device-phone-notch span{background:#333;border-radius:9999px;width:40px;height:6px}.device-phone-screen{aspect-ratio:1080/1350;background:#111}.device-phone-screen img{object-fit:contain;object-position:center center;filter:brightness(.85);width:100%;height:100%}.device-pills{z-index:1;flex-wrap:wrap;justify-content:center;gap:.75rem;margin-top:2.5rem;padding:0 1.5rem;display:flex;position:relative}.device-pills span{border:1px solid var(--red);color:var(--red);background:#e509141f;border-radius:9999px;padding:.4rem 1rem;font-size:.7rem;font-weight:600}.c3d-section{background:#000;padding:2.5rem 0}.c3d-scene{perspective:35em;width:100%;height:280px;display:grid;overflow:hidden;-webkit-mask:linear-gradient(90deg,#0000,red 18% 82%,#0000);mask:linear-gradient(90deg,#0000,red 18% 82%,#0000)}.c3d-ring{transform-style:preserve-3d;place-self:center;animation:32s linear infinite c3d-ry;display:grid}@keyframes c3d-ry{to{rotate:y 1turn}}.c3d-card{--w:17em;--gap:.35em;--ba:calc(1turn / 12);width:var(--w);aspect-ratio:1350/760;grid-area:1/1}.c3d-card img{object-fit:cover;width:100%;height:100%;display:block}.c3d-card:hover .thumb-play{opacity:1}@media (width<=767px){.c3d-section{padding:1rem 0 .5rem}.c3d-section .section-header{margin-bottom:.25rem;padding:0 1rem}.c3d-scene{perspective:42em;height:200px;-webkit-mask:linear-gradient(90deg,#0000,red 12% 88%,#0000);mask:linear-gradient(90deg,#0000,red 12% 88%,#0000)}.c3d-card{--w:11.5em;--gap:.55em;border-radius:.65em}}@media (prefers-reduced-motion:reduce){.c3d-ring{animation-duration:128s}.hero-orbit,.hero-orbit-item>div{animation-duration:90s}}.coming-section{background:#000;padding:2.5rem 0}.coming-row{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;gap:1rem;padding:.75rem 1.5rem 1.5rem;display:flex;overflow:auto hidden}@media (width>=768px){.coming-row{padding:.75rem 3rem 1.5rem}}.coming-card{text-align:left;width:min(200px,58vw);color:inherit;cursor:pointer;appearance:none;background:#111;border:1px solid #ffffff14;border-radius:8px;flex-direction:column;flex:none;margin:0;padding:0;transition:transform .2s,border-color .2s;display:flex;overflow:hidden}.coming-card:hover{border-color:#e5091466;transform:translateY(-4px)}@media (width>=768px){.coming-card{width:220px}}.coming-card-img{aspect-ratio:16/9;background:#1a1a1a;flex-shrink:0;width:100%;position:relative;overflow:hidden}.coming-card-img img{object-fit:cover;width:100%;max-width:none;height:100%;display:block;position:absolute;inset:0}.coming-badge{z-index:2;letter-spacing:.02em;background:var(--red);color:#fff;pointer-events:none;border-radius:3px;padding:.15rem .4rem;font-size:.58rem;font-weight:800;line-height:1.2;position:absolute;top:.4rem;left:.4rem}.coming-card-body{background:#111;padding:.65rem .75rem .75rem}.coming-card-body h3{color:#fff;margin:0 0 .2rem;font-size:.8rem;font-weight:800;line-height:1.25}.coming-meta{color:var(--muted);margin:0 0 .35rem;font-size:.65rem}.coming-date{color:var(--red);align-items:center;gap:.3rem;font-size:.65rem;font-weight:600;display:inline-flex}.coming-detail{z-index:190;background:#000c;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.coming-detail.open{display:flex}.coming-detail-box{border:1px solid var(--red);background:#111;border-radius:12px;width:min(480px,100%);position:relative;overflow:hidden}.coming-detail-box img{aspect-ratio:1350/760;object-fit:cover;width:100%}.coming-detail-body{padding:1.25rem}.coming-detail-body h3{margin-bottom:.35rem;font-size:1.25rem;font-weight:900}.coming-detail-body p{color:var(--muted-2);margin-top:.75rem;font-size:.875rem;line-height:1.5}.title-detail{z-index:400;-webkit-overflow-scrolling:touch;background:#000000c7;justify-content:center;align-items:flex-start;padding:4vh 1rem 2rem;display:none;position:fixed;inset:0;overflow-y:auto}.title-detail.open{display:flex}.title-detail-box{background:#181818;border-radius:10px;width:min(860px,100%);margin:auto;position:relative;overflow:hidden;box-shadow:0 20px 60px #000000a6}.title-detail-close{z-index:8;color:#fff;cursor:pointer;background:#181818eb;border:none;border-radius:50%;width:40px;height:40px;font-size:1.5rem;line-height:1;position:absolute;top:.75rem;right:.75rem;box-shadow:0 2px 10px #00000073}.title-detail-hero{background:#141414;flex-direction:column;display:flex;position:relative}.title-detail-hero-media{aspect-ratio:16/9;background:#111;width:100%;position:relative;overflow:hidden}.title-detail-hero.is-portrait .title-detail-hero-media{aspect-ratio:1080/1350;max-height:70vh}.title-detail-hero-media img{object-fit:contain;object-position:center center;width:100%;height:100%;display:block}.title-detail-hero-fade{display:none}.title-detail-hero-content{z-index:1;background:#181818;padding:1rem 1.5rem .35rem;position:relative;bottom:auto;left:auto;right:auto}.td-uhd-badge{letter-spacing:.04em;color:#1a1200;background:linear-gradient(#f5d76e,#c9a227);border-radius:3px;margin-bottom:.65rem;padding:.2rem .45rem;font-size:.65rem;font-weight:800;display:inline-block}.td-display{display:none}.td-title{color:#fff;margin:0 0 .2rem;font-size:clamp(1.15rem,2.4vw,1.55rem);font-weight:800}.td-tagline{color:#b3b3b3;margin:0 0 .85rem;font-size:.9rem}.td-progress-row{align-items:center;gap:.65rem;max-width:420px;margin-bottom:1rem;display:flex}.td-progress{background:#ffffff40;border-radius:2px;flex:1;height:3px;overflow:hidden}.td-progress span{background:#e50914;width:62%;height:100%;display:block}.td-runtime{color:#d2d2d2;white-space:nowrap;font-size:.8rem}.td-actions{flex-wrap:wrap;align-items:center;gap:.65rem;display:flex}.td-play{color:#000;cursor:pointer;background:#fff;border:none;border-radius:4px;align-items:center;gap:.45rem;padding:.55rem 1.4rem;font-size:1rem;font-weight:800;display:inline-flex}.td-play:hover{background:#e6e6e6}.td-icon-btn{color:#fff;cursor:pointer;background:#2a2a2a8c;border:2px solid #ffffff8c;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.35rem;font-weight:600;display:inline-flex}.td-icon-btn:hover{background:#3c3c3ccc;border-color:#fff}.td-icon-btn.active{color:#fff;background:#ffffff2e;border-color:#fff}.td-icon-btn.active svg{fill:#fff;stroke:#fff}.td-toast{left:50%;bottom:max(1.5rem, env(safe-area-inset-bottom));z-index:10100;color:#fff;pointer-events:none;opacity:0;white-space:nowrap;text-align:center;background:#e50914f2;border-radius:6px;max-width:calc(100vw - 2rem);padding:.7rem 1.15rem;font-size:.88rem;font-weight:600;transition:transform .25s,opacity .25s;position:fixed;transform:translate(-50%)translateY(120%)}.td-toast.show{opacity:1;transform:translate(-50%)translateY(0)}.title-detail-meta{grid-template-columns:1.4fr 1fr;gap:1.25rem 1.75rem;padding:.25rem 1.5rem 1.75rem;display:grid}.td-stats{color:#fff;flex-wrap:wrap;align-items:center;gap:.55rem .75rem;margin-bottom:.85rem;font-size:.9rem;display:flex}.td-match{color:#46d369;font-weight:800}.td-chip{color:#d2d2d2;border:1px solid #fff6;border-radius:3px;padding:.05rem .35rem;font-size:.75rem;display:inline-block}.td-desc{color:#d2d2d2;margin:0;font-size:.92rem;line-height:1.55}.td-meta-right p{color:#fff;margin:0 0 .55rem;font-size:.88rem;line-height:1.4}.td-label{color:#777}body.title-detail-open .page-wrap{opacity:0;pointer-events:none}body.title-detail-open .title-detail{z-index:10050}@media (width<=768px){.title-detail{z-index:10050;background:#141414;justify-content:stretch;align-items:stretch;padding:0;overflow:hidden}.title-detail-box{width:100%;max-width:none;height:100dvh;min-height:100%;box-shadow:none;-webkit-overflow-scrolling:touch;background:#141414;border-radius:0;flex-direction:column;margin:0;display:flex;overflow-y:auto}.title-detail-close{top:max(.65rem, env(safe-area-inset-top));z-index:10060;background:#141414eb;border:1px solid #fff3;width:44px;height:44px;position:fixed;right:.65rem}.title-detail-hero{aspect-ratio:auto;background:#141414;flex:none;width:100%;height:auto;min-height:0;max-height:none;position:relative;overflow:visible}.title-detail-hero-media{aspect-ratio:1350/760;background:#141414}.title-detail-hero.is-portrait .title-detail-hero-media{aspect-ratio:1080/1350;max-height:62dvh}.title-detail-hero-media img{object-fit:contain;object-position:center center}.title-detail-hero:after{content:"";pointer-events:none;z-index:3;background:radial-gradient(circle at 100% 0,#141414bf 0%,#0000 70%);width:5.5rem;height:5.5rem;position:absolute;top:0;right:0}.title-detail-hero-content{background:#141414;padding:.9rem 1rem .25rem}.td-display{display:none!important}.td-title{max-width:100%;margin-bottom:.25rem;font-size:1.35rem}.td-tagline{margin-bottom:.75rem;font-size:.85rem}.td-progress-row{max-width:none;margin-bottom:.9rem}.td-actions{gap:.7rem;width:100%}.td-play{flex:1;justify-content:center;min-height:48px;font-size:1rem}.td-icon-btn{width:48px;height:48px}.title-detail-meta{padding:.85rem 1.1rem 2.25rem;padding-bottom:max(2.25rem, env(safe-area-inset-bottom));background:#141414;flex:1;grid-template-columns:1fr;gap:1.15rem}.td-stats{gap:.45rem .65rem;margin-bottom:.9rem;font-size:.88rem}.td-desc{margin-bottom:.5rem;font-size:.92rem;line-height:1.5}}@media (width>=769px){.title-detail-meta{grid-template-columns:1.4fr 1fr}}.footer{border-top:2px solid var(--red);background:#000;margin-top:2rem;padding:2.5rem 1.5rem}.footer-inner{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;display:flex}.footer-brand img{width:auto;height:44px;margin:0 auto}.footer-links{flex-wrap:wrap;justify-content:center;gap:1rem;display:flex}.footer-links a{color:#ffffff8c;font-size:.875rem}.footer-links a:hover{color:#fff}.footer-copy{color:#fff6;font-size:.75rem}.modal-backdrop{z-index:200;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.modal-backdrop.open{display:flex}.modal-box{background:#111;border:1px solid #e5091466;border-radius:14px;width:100%;max-width:22rem;max-height:90vh;padding:1rem .875rem .875rem;position:relative;overflow:hidden auto}.modal-close-btn{width:30px;height:30px;color:var(--muted);background:#ffffff0f;border-radius:8px;justify-content:center;align-items:center;font-size:1.25rem;line-height:1;display:flex;position:absolute;top:.65rem;right:.65rem}.modal-close-btn:hover{color:#fff}.modal-title{margin-bottom:.35rem;padding-right:2rem;font-size:1.2rem;font-weight:900}.modal-sub{color:var(--muted);margin-bottom:.75rem;font-size:.8125rem;line-height:1.35}.unlock-plans-note{text-align:center;color:#fff6;margin:.5rem 0 0;font-size:.6875rem;line-height:1.35}.phone-field{gap:.5rem;margin-bottom:1.25rem;display:flex}.phone-prefix{background:#1a1a1a;border:1px solid #ffffff1f;border-radius:10px;flex-shrink:0;align-items:center;gap:.5rem;padding:.75rem;font-size:.875rem;display:flex}.phone-input{color:#fff;background:#1a1a1a;border:1px solid #ffffff1f;border-radius:10px;outline:none;flex:1;padding:.75rem 1rem;font-size:.875rem}.phone-input:focus,.phone-input.valid{border-color:var(--red)}.phone-input.is-invalid,.phone-field.is-invalid .phone-prefix{border-color:#f87171}.form-label{color:var(--muted);margin-bottom:.5rem;font-size:.75rem;display:block}.btn-continue,.btn-subscribe{color:#fff;background:linear-gradient(90deg,#e50914 0%,#a00000 100%);border-radius:10px;width:100%;padding:.875rem;font-weight:700;transition:transform .15s,opacity .2s}.btn-continue:hover,.btn-subscribe:hover{transform:scale(1.02)}.btn-continue:disabled{opacity:.4;cursor:not-allowed;transform:none}.btn-back{color:var(--muted);margin-bottom:.65rem;font-size:.8125rem;display:block}.btn-back:hover{color:#fff}.plan-option{text-align:left;color:#fff;background:#1a1a1a;border:2px solid #ffffff1a;border-radius:12px;justify-content:space-between;align-items:center;width:100%;margin-bottom:.75rem;padding:1rem;transition:border-color .2s,background .2s;display:flex}.plan-option.active{border-color:var(--red);background:#e509141f}.plan-name{font-size:.9375rem;font-weight:700}.plan-period{color:var(--muted);margin-top:1px;font-size:.6875rem}.plan-price{margin-top:2px;font-size:1.0625rem;font-weight:900}.plan-price-wrap{align-items:center;gap:.75rem;display:flex}.plan-check{background:var(--red);border-radius:9999px;justify-content:center;align-items:center;width:20px;height:20px;font-size:.75rem;display:flex}.plan-card{background:#1a1a1a;border:1px solid #ffffff1a;border-radius:10px;margin-bottom:.5rem;padding:.65rem .75rem}.plan-card-head{margin-bottom:.5rem}.plan-card-actions{flex-direction:column;gap:.4rem;display:flex}.plan-pay-btn{color:#fff;cursor:pointer;text-align:left;border:1px solid #0000;border-radius:8px;width:100%;padding:.55rem .7rem;font-size:.8125rem;font-weight:700;line-height:1.35;transition:background .2s,border-color .2s}.plan-pay-sub{opacity:.85;margin-top:1px;font-size:.6875rem;font-weight:500;display:block}.plan-pay-once{background:var(--red)}.plan-pay-once:hover{background:#b20710}.plan-pay-auto{color:#fecaca;background:#e509141f;border-color:#e5091473}.plan-pay-auto:hover{border-color:var(--red);background:#e5091438}@media (width<=767px){.modal-backdrop{padding:.5rem .65rem}.modal-box{max-width:20.5rem;max-height:92dvh;padding:.875rem .75rem .75rem}.modal-title{font-size:1.125rem}.modal-close-btn{width:28px;height:28px;font-size:1.1rem;top:.55rem;right:.55rem}.btn-back{margin-bottom:.5rem;font-size:.75rem}.plan-card{margin-bottom:.45rem;padding:.6rem .65rem}.plan-card-head{margin-bottom:.45rem}.plan-name{font-size:.875rem}.plan-price{font-size:1rem}.plan-card-actions{gap:.35rem}.plan-pay-btn{padding:.5rem .65rem}}.account-header{align-items:center;gap:.75rem;margin-bottom:1.5rem;display:flex}.account-icon{background:linear-gradient(135deg,#e50914,#a00000);border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.25rem;display:flex}.account-badge{text-transform:uppercase;letter-spacing:.1em;color:#fecaca;background:#e509141f;border:1px solid #e5091459;border-radius:12px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.75rem;font-weight:600}.account-row{background:#1a1a1a;border:1px solid #ffffff14;border-radius:12px;flex-direction:column;gap:4px;margin-bottom:.75rem;padding:1rem;display:flex}.account-label{color:var(--muted);font-size:.75rem}.account-value{font-weight:600}.account-empty{color:var(--muted);text-align:center;margin-bottom:1rem;font-size:.875rem}.account-logout{color:#f87171;background:#ef44441a;border:1px solid #ef44444d;border-radius:12px;width:100%;margin-top:.5rem;padding:.75rem;font-weight:600}.account-logout:hover{color:#fca5a5}.player-modal{z-index:100;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#000000d9;justify-content:center;align-items:center;padding:1rem;display:none;position:fixed;inset:0}.player-modal.open{display:flex}.player-shell{background:#000;border:1px solid #e5091459;border-radius:16px;width:100%;max-width:48rem;position:relative;overflow:hidden}.player-stage{aspect-ratio:16/9;background:#000;position:relative}.player-video{object-fit:contain;background:#000;width:100%;height:100%;display:block}.player-top,.player-bottom{z-index:3;opacity:0;pointer-events:none;transition:opacity .3s;position:absolute;left:0;right:0}.player-modal.show-ctrl .player-top,.player-modal.show-ctrl .player-bottom,.player-modal:not(.is-playing) .player-top,.player-modal:not(.is-playing) .player-bottom{opacity:1;pointer-events:auto}.player-top{background:linear-gradient(#000000b3,#0000);justify-content:space-between;align-items:center;padding:.75rem 1rem;display:flex;top:0}.player-title-text{white-space:nowrap;text-overflow:ellipsis;max-width:70%;font-weight:600;overflow:hidden}.player-close{color:#fff;cursor:pointer;border-radius:8px;padding:.25rem .5rem;font-size:1.5rem;line-height:1}.player-close:hover{background:#ffffff1a}.player-center-play{z-index:2;pointer-events:none;justify-content:center;align-items:center;display:none;position:absolute;inset:0}.player-center-play svg{background:#e50914e6;border-radius:9999px;padding:16px;box-shadow:0 4px 24px #0006}.player-bottom{background:linear-gradient(#0000,#000000e6);padding:.75rem 1rem 1rem;bottom:0}.player-progress{appearance:none;cursor:pointer;width:100%;height:4px;accent-color:var(--red);border-radius:9999px;margin-bottom:.75rem}.player-controls{justify-content:space-between;align-items:center;gap:.5rem;display:flex}.player-controls-left,.player-controls-right{align-items:center;gap:.35rem;display:flex}.player-btn{color:#fff;cursor:pointer;border-radius:8px;justify-content:center;align-items:center;gap:2px;min-width:36px;min-height:36px;padding:.5rem;font-size:.875rem;line-height:1;display:inline-flex}.player-btn:hover{background:#ffffff1a}.player-time{color:#ffffffb3;font-variant-numeric:tabular-nums;min-width:5.5rem;font-size:.75rem}.legal-page{background:#000;min-height:100vh}.legal-header{z-index:20;background:#000000f2;border-bottom:1px solid #ffffff14;position:sticky;top:0}.legal-header-inner{justify-content:space-between;align-items:center;max-width:48rem;margin:0 auto;padding:1rem 1.5rem;display:flex}.legal-brand{align-items:center;display:flex}.legal-brand img{width:auto;height:40px}.legal-back{color:var(--muted-2);font-size:.875rem}.legal-back:hover{color:#fff}.legal-main{max-width:48rem;margin:0 auto;padding:2.5rem 1.5rem 4rem}.legal-main h1{margin-bottom:1rem;font-size:2rem;font-weight:900}.legal-main h2{color:#fecaca;margin:2rem 0 .75rem;font-size:1.25rem;font-weight:800}.legal-main p,.legal-main li{color:#ffffffb3;margin-bottom:.85rem;font-size:.95rem;line-height:1.7}.legal-main .lead{color:#ffffffd9;margin-bottom:1.5rem;font-size:1.1rem}.legal-main ul{margin-bottom:1rem;padding-left:1.25rem}.about-grid{grid-template-columns:1fr 1fr;gap:.75rem;margin-top:2rem;display:grid}@media (width>=640px){.about-grid{grid-template-columns:repeat(4,1fr)}}.about-card{background:#111;border:1px solid #e5091440;border-radius:12px;flex-direction:column;gap:.35rem;padding:1rem;display:flex}.about-card strong{font-size:.85rem}.about-card span{color:var(--muted);font-size:.75rem}.contact-cards{flex-direction:column;gap:1rem;margin-top:1.5rem;display:flex}.contact-card{background:#111;border:1px solid #e5091440;border-radius:12px;align-items:flex-start;gap:1rem;padding:1rem;display:flex}.contact-icon{flex-shrink:0;font-size:1.5rem}.contact-label{color:var(--muted);margin:0 0 .25rem;font-size:.75rem}.contact-value{color:#fff;margin:0;font-size:.95rem}.contact-value a{color:#fecaca}.phone-error{color:#f87171;margin:-.75rem 0 1rem;font-size:.75rem;display:none}.phone-error.is-visible{display:block}.rss-section{background:#000;padding:1.5rem 0 3rem}.rss-section-header{flex-wrap:wrap;align-items:center;gap:.75rem 1rem;display:flex}.rss-badge{background:var(--red);color:#fff;letter-spacing:.08em;text-transform:uppercase;border-radius:3px;padding:.2rem .5rem;font-size:.65rem;font-weight:800}.rss-hint{color:#666;font-size:.75rem}.rss-live-badge-wrap{margin:0;padding:0 1.5rem .75rem}@media (width>=768px){.rss-live-badge-wrap{padding:0 3rem .75rem}}.rss-live-badge{color:#fff;letter-spacing:.06em;align-items:center;gap:.35rem;font-size:.7rem;font-weight:800;display:inline-flex}.rss-live-badge-dot{color:var(--red);animation:1.4s ease-in-out infinite rss-pulse}@keyframes rss-pulse{0%,to{opacity:1}50%{opacity:.35}}.rss-disclaimer{color:#fff;opacity:.85;margin-top:.5rem;font-size:.7rem;display:block}.rss-status{color:#555;margin:0;padding:.5rem 1.5rem 1rem;font-size:.85rem}@media (width>=768px){.rss-status{padding:.5rem 3rem 1rem}}.rss-status.error{color:#ff8a8a}.rss-frame-shell{background:#0a0a0a;border:1px solid #ffffff1a;border-radius:12px;margin:0 1rem .5rem;overflow:hidden;box-shadow:0 12px 40px #00000073}@media (width>=768px){.rss-frame-shell{margin:0 1.5rem .5rem}}.rss-scroll-frame{background:#0a0a0a;border:0;width:100%;height:min(78vh,720px);display:block}.rss-scroll-panel{background:#0a0a0a;width:100%;max-height:min(78vh,720px);padding:16px 18px 40px;overflow-y:auto}.rss-feed-title{letter-spacing:.12em;text-transform:uppercase;color:#ff8a8a;margin:0 0 18px;font-size:13px;font-weight:800}.rss-article-list{flex-direction:column;display:flex}.rss-post{border-bottom:1px solid #ffffff14;align-items:flex-start;gap:16px;padding:18px 0;display:flex}.rss-post-thumb{aspect-ratio:3/2;background:#111;border-radius:8px;flex-shrink:0;width:min(200px,32vw);overflow:hidden}.rss-post-thumb img{object-fit:cover;width:100%;height:100%;display:block}.rss-post-body{flex:1;min-width:0}.rss-post-title{color:#fff;margin:0 0 8px;font-size:clamp(15px,2.4vw,18px);font-weight:700;line-height:1.35}.rss-post-meta{color:#ffffff73;margin:0 0 8px;font-size:12px}.rss-post-author{color:#ff8a8af2}.rss-post-excerpt{color:#ffffff9e;margin:0 0 12px;font-size:13px;line-height:1.5}.rss-read-more{color:#fff;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;background:linear-gradient(90deg,#e50914 0%,#a00000 100%);border:1px solid #e509148c;border-radius:4px;padding:8px 16px;font-size:12px;font-weight:700;display:inline-block}.rss-read-more:hover{filter:brightness(1.08)}.rss-article-view-title{color:#fff;margin:0 0 14px;font-size:clamp(20px,3.2vw,28px);font-weight:800;line-height:1.3}.rss-article-hero{aspect-ratio:16/9;background:#111;border-radius:10px;margin:0 0 18px;overflow:hidden}.rss-article-hero img{object-fit:cover;width:100%;height:100%;display:block}.rss-article-view-text,.rss-article-view-content{color:#ffffffd1;margin:0 0 20px;font-size:15px;line-height:1.65}.rss-article-view-content p{margin:0 0 14px}.rss-article-view-content img{border-radius:8px;max-width:100%;height:auto;margin:12px 0}.rss-article-loading{color:#ff8a8a;margin:0 0 16px;font-size:13px}.rss-article-overlay{z-index:350;background:#000000e0;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0;overflow-y:auto}.rss-article-overlay-box{background:#111;border:1px solid #e5091473;border-radius:12px;width:min(720px,100%);max-height:min(90vh,900px);padding:1.25rem 1.25rem 1.5rem;position:relative;overflow-y:auto;box-shadow:0 20px 60px #000000a6}.rss-article-close{float:right;z-index:2;color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:8px;width:36px;height:36px;margin-bottom:.5rem;font-size:1.5rem;line-height:1;position:sticky;top:0}.rss-article-close:hover{background:#ffffff26}.rss-article-view-content h1,.rss-article-view-content h2,.rss-article-view-content h3,.rss-article-view-content h4{display:none}.rss-retry-btn{color:#fecaca;cursor:pointer;background:#e5091426;border:1px solid #e509148c;border-radius:4px;margin-left:.75rem;padding:.35rem .75rem;font-size:.75rem;font-weight:700}@media (width<=560px){.rss-post{flex-direction:column}.rss-post-thumb{width:100%}}.rss-back-bar{background:#111;border-bottom:1px solid #ffffff1f;align-items:center;gap:.65rem;padding:.65rem .85rem;display:flex}.rss-back-bar[hidden]{display:none!important}.rss-back-btn{color:#fff;cursor:pointer;background:linear-gradient(90deg,#e50914 0%,#a00000 100%);border:1px solid #e509148c;border-radius:4px;align-items:center;gap:.35rem;padding:.5rem .85rem;font-size:.75rem;font-weight:700;display:inline-flex}.rss-back-btn:hover{filter:brightness(1.08)}.rss-back-label{color:#ffffff73;font-size:.7rem}
