.MovieCard-module__JyAwCa__card{cursor:pointer;flex-direction:column;transition:transform .3s ease-out;display:flex;position:relative}.MovieCard-module__JyAwCa__card:hover{transform:translateY(-8px)}.MovieCard-module__JyAwCa__imageWrapper{aspect-ratio:2/3;border-radius:var(--radius);background:var(--card-bg);width:100%;position:relative;overflow:hidden;box-shadow:0 10px 30px #00000080}.MovieCard-module__JyAwCa__poster{object-fit:cover;width:100%;height:100%;transition:transform .5s}.MovieCard-module__JyAwCa__card:hover .MovieCard-module__JyAwCa__poster{transform:scale(1.05)}.MovieCard-module__JyAwCa__overlay{opacity:0;background:#0009;justify-content:center;align-items:center;transition:opacity .3s;display:flex;position:absolute;inset:0}.MovieCard-module__JyAwCa__card:hover .MovieCard-module__JyAwCa__overlay{opacity:1}.MovieCard-module__JyAwCa__info{margin-top:12px;padding:0 4px}.MovieCard-module__JyAwCa__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;margin-bottom:6px;font-size:1rem;font-weight:600;overflow:hidden}.MovieCard-module__JyAwCa__meta{color:var(--text-muted);justify-content:space-between;align-items:center;font-size:.85rem;display:flex}.MovieCard-module__JyAwCa__rating,.MovieCard-module__JyAwCa__year{align-items:center;gap:4px;display:flex}.MovieCard-module__JyAwCa__rating{color:#f5c518;font-weight:600}
.movies-module__cGxHsG__page{background:#0a0a0a;min-height:100vh}.movies-module__cGxHsG__hero{background:linear-gradient(135deg,#1a0000 0%,#300 50%,#1a0000 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.movies-module__cGxHsG__hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:20s linear infinite movies-module__cGxHsG__float;position:absolute;inset:0}@keyframes movies-module__cGxHsG__float{0%{transform:translateY(0)}to{transform:translateY(-60px)}}.movies-module__cGxHsG__heroOverlay{background:linear-gradient(#0000,#0a0a0a);height:150px;position:absolute;bottom:0;left:0;right:0}.movies-module__cGxHsG__heroContent{z-index:1;text-align:center;position:relative}.movies-module__cGxHsG__heroTitle{color:#fff;background:linear-gradient(135deg,#fff 0%,#e50914 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.movies-module__cGxHsG__heroDescription{color:#b0b0b0;max-width:700px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.7}.movies-module__cGxHsG__heroStats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.movies-module__cGxHsG__stat{flex-direction:column;align-items:center;display:flex}.movies-module__cGxHsG__statNumber{color:#e50914;font-size:2.5rem;font-weight:800}.movies-module__cGxHsG__statLabel{color:gray;text-transform:uppercase;letter-spacing:1px;font-size:1rem}.movies-module__cGxHsG__section{padding:3rem 0}.movies-module__cGxHsG__sectionHeader{margin-bottom:2rem}.movies-module__cGxHsG__sectionTitle{color:#fff;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.8rem;font-weight:700;display:flex}.movies-module__cGxHsG__icon{font-size:1.5rem}.movies-module__cGxHsG__sectionSubtitle{color:gray;font-size:1rem}.movies-module__cGxHsG__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.movies-module__cGxHsG__seoSection{padding:4rem 0}.movies-module__cGxHsG__seoContent{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:3rem}.movies-module__cGxHsG__seoContent h2{color:#fff;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.movies-module__cGxHsG__seoContent h3{color:#e50914;margin:2rem 0 1rem;font-size:1.4rem;font-weight:600}.movies-module__cGxHsG__seoContent p{color:#a0a0a0;margin-bottom:1rem;font-size:1rem;line-height:1.8}.movies-module__cGxHsG__seoContent ul{margin:1rem 0;padding:0;list-style:none}.movies-module__cGxHsG__seoContent li{color:#a0a0a0;margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;line-height:1.8;position:relative}.movies-module__cGxHsG__seoContent li:before{content:"✓";color:#e50914;font-weight:700;position:absolute;left:0}.movies-module__cGxHsG__seoContent li strong{color:#fff}@media (max-width:768px){.movies-module__cGxHsG__hero{padding:4rem 0 3rem}.movies-module__cGxHsG__heroTitle{font-size:2rem}.movies-module__cGxHsG__heroDescription{font-size:1rem}.movies-module__cGxHsG__heroStats{gap:2rem}.movies-module__cGxHsG__statNumber{font-size:2rem}.movies-module__cGxHsG__sectionTitle{font-size:1.4rem}.movies-module__cGxHsG__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.movies-module__cGxHsG__seoContent{padding:1.5rem}.movies-module__cGxHsG__seoContent h2{font-size:1.5rem}.movies-module__cGxHsG__seoContent h3{font-size:1.2rem}}
.page-module___8aEwW__main{width:100vw;overflow-x:hidden}.page-module___8aEwW__hero{background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;height:85vh;min-height:600px;margin-top:-80px;padding-top:80px;display:flex;position:relative}.page-module___8aEwW__heroOverlay{background:linear-gradient(to top,var(--background)0%,#0a0a0c66 50%,#0a0a0ccc 100%);pointer-events:none;position:absolute;inset:0}.page-module___8aEwW__heroContent{z-index:10;max-width:800px;animation:.8s cubic-bezier(.2,.8,.2,1) forwards page-module___8aEwW__slideUp;position:relative}.page-module___8aEwW__heroTitle{text-shadow:0 4px 12px #00000080;letter-spacing:-1.5px;margin-bottom:24px;font-size:4.5rem;font-weight:800;line-height:1.1}.page-module___8aEwW__heroOverview{color:#ddd;text-shadow:0 2px 8px #00000080;max-width:600px;margin-bottom:32px;font-size:1.15rem;line-height:1.6}.page-module___8aEwW__heroActions{gap:16px;display:flex}.page-module___8aEwW__section{padding:60px 0 20px}.page-module___8aEwW__sectionTitle{align-items:center;gap:12px;margin-bottom:32px;font-size:1.8rem;font-weight:700;display:flex;position:relative}.page-module___8aEwW__sectionTitle:before{content:"";background:var(--primary);border-radius:4px;width:6px;height:24px}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:24px;display:grid}@keyframes page-module___8aEwW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.page-module___8aEwW__heroTitle{font-size:3.5rem}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:20px}}@media (max-width:768px){.page-module___8aEwW__hero{min-height:500px}.page-module___8aEwW__heroTitle{margin-bottom:16px;font-size:2.8rem}.page-module___8aEwW__heroOverview{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;margin-bottom:24px;font-size:1rem;display:-webkit-box;overflow:hidden}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.page-module___8aEwW__sectionTitle{font-size:1.5rem}}@media (max-width:480px){.page-module___8aEwW__hero{min-height:480px}.page-module___8aEwW__heroTitle{font-size:2.2rem}.page-module___8aEwW__heroOverview{-webkit-line-clamp:4;line-clamp:4;font-size:.95rem}.page-module___8aEwW__heroActions{flex-direction:column;gap:12px}.page-module___8aEwW__heroActions a{justify-content:center;width:100%}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:12px}.page-module___8aEwW__section{padding:40px 0 10px}}
.trending-module__sASzna__page{background:#0a0a0a;min-height:100vh}.trending-module__sASzna__hero{background:linear-gradient(135deg,#1a1a2e 0%,#16213e 50%,#0f3460 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.trending-module__sASzna__hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:20s linear infinite trending-module__sASzna__float;position:absolute;inset:0}@keyframes trending-module__sASzna__float{0%{transform:translateY(0)}to{transform:translateY(-60px)}}.trending-module__sASzna__heroOverlay{background:linear-gradient(#0000,#0a0a0a);height:150px;position:absolute;bottom:0;left:0;right:0}.trending-module__sASzna__heroContent{z-index:1;text-align:center;position:relative}.trending-module__sASzna__heroTitle{color:#fff;background:linear-gradient(135deg,#fff 0%,#e50914 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.trending-module__sASzna__heroDescription{color:#b0b0b0;max-width:700px;margin:0 auto;font-size:1.2rem;line-height:1.7}.trending-module__sASzna__section{padding:3rem 0}.trending-module__sASzna__sectionHeader{margin-bottom:2rem}.trending-module__sASzna__sectionTitle{color:#fff;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.8rem;font-weight:700;display:flex}.trending-module__sASzna__icon{font-size:1.5rem}.trending-module__sASzna__sectionSubtitle{color:gray;font-size:1rem}.trending-module__sASzna__featuredGrid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.trending-module__sASzna__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.trending-module__sASzna__seoSection{padding:4rem 0}.trending-module__sASzna__seoContent{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:3rem}.trending-module__sASzna__seoContent h2{color:#fff;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.trending-module__sASzna__seoContent h3{color:#e50914;margin:2rem 0 1rem;font-size:1.4rem;font-weight:600}.trending-module__sASzna__seoContent p{color:#a0a0a0;margin-bottom:1rem;font-size:1rem;line-height:1.8}.trending-module__sASzna__seoContent ul{margin:1rem 0;padding:0;list-style:none}.trending-module__sASzna__seoContent li{color:#a0a0a0;margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;line-height:1.8;position:relative}.trending-module__sASzna__seoContent li:before{content:"✓";color:#e50914;font-weight:700;position:absolute;left:0}.trending-module__sASzna__seoContent li strong{color:#fff}@media (max-width:768px){.trending-module__sASzna__hero{padding:4rem 0 3rem}.trending-module__sASzna__heroTitle{font-size:2rem}.trending-module__sASzna__heroDescription{font-size:1rem}.trending-module__sASzna__sectionTitle{font-size:1.4rem}.trending-module__sASzna__featuredGrid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem}.trending-module__sASzna__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.trending-module__sASzna__seoContent{padding:1.5rem}.trending-module__sASzna__seoContent h2{font-size:1.5rem}.trending-module__sASzna__seoContent h3{font-size:1.2rem}}
.tv-shows-module__wce-qG__page{background:#0a0a0a;min-height:100vh}.tv-shows-module__wce-qG__hero{background:linear-gradient(135deg,#001a1a 0%,#033 50%,#001a1a 100%);padding:6rem 0 4rem;position:relative;overflow:hidden}.tv-shows-module__wce-qG__hero:before{content:"";background:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");animation:20s linear infinite tv-shows-module__wce-qG__float;position:absolute;inset:0}@keyframes tv-shows-module__wce-qG__float{0%{transform:translateY(0)}to{transform:translateY(-60px)}}.tv-shows-module__wce-qG__heroOverlay{background:linear-gradient(#0000,#0a0a0a);height:150px;position:absolute;bottom:0;left:0;right:0}.tv-shows-module__wce-qG__heroContent{z-index:1;text-align:center;position:relative}.tv-shows-module__wce-qG__heroTitle{color:#fff;background:linear-gradient(135deg,#fff 0%,#00d4aa 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:3.5rem;font-weight:800}.tv-shows-module__wce-qG__heroDescription{color:#b0b0b0;max-width:700px;margin:0 auto 2rem;font-size:1.2rem;line-height:1.7}.tv-shows-module__wce-qG__heroStats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.tv-shows-module__wce-qG__stat{flex-direction:column;align-items:center;display:flex}.tv-shows-module__wce-qG__statNumber{color:#00d4aa;font-size:2.5rem;font-weight:800}.tv-shows-module__wce-qG__statLabel{color:gray;text-transform:uppercase;letter-spacing:1px;font-size:1rem}.tv-shows-module__wce-qG__section{padding:3rem 0}.tv-shows-module__wce-qG__sectionHeader{margin-bottom:2rem}.tv-shows-module__wce-qG__sectionTitle{color:#fff;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:1.8rem;font-weight:700;display:flex}.tv-shows-module__wce-qG__icon{font-size:1.5rem}.tv-shows-module__wce-qG__sectionSubtitle{color:gray;font-size:1rem}.tv-shows-module__wce-qG__grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.25rem;display:grid}.tv-shows-module__wce-qG__seoSection{padding:4rem 0}.tv-shows-module__wce-qG__seoContent{background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;padding:3rem}.tv-shows-module__wce-qG__seoContent h2{color:#fff;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.tv-shows-module__wce-qG__seoContent h3{color:#00d4aa;margin:2rem 0 1rem;font-size:1.4rem;font-weight:600}.tv-shows-module__wce-qG__seoContent p{color:#a0a0a0;margin-bottom:1rem;font-size:1rem;line-height:1.8}.tv-shows-module__wce-qG__seoContent ul{margin:1rem 0;padding:0;list-style:none}.tv-shows-module__wce-qG__seoContent li{color:#a0a0a0;margin-bottom:.75rem;padding-left:1.5rem;font-size:1rem;line-height:1.8;position:relative}.tv-shows-module__wce-qG__seoContent li:before{content:"✓";color:#00d4aa;font-weight:700;position:absolute;left:0}.tv-shows-module__wce-qG__seoContent li strong{color:#fff}@media (max-width:768px){.tv-shows-module__wce-qG__hero{padding:4rem 0 3rem}.tv-shows-module__wce-qG__heroTitle{font-size:2rem}.tv-shows-module__wce-qG__heroDescription{font-size:1rem}.tv-shows-module__wce-qG__heroStats{gap:2rem}.tv-shows-module__wce-qG__statNumber{font-size:2rem}.tv-shows-module__wce-qG__sectionTitle{font-size:1.4rem}.tv-shows-module__wce-qG__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.tv-shows-module__wce-qG__seoContent{padding:1.5rem}.tv-shows-module__wce-qG__seoContent h2{font-size:1.5rem}.tv-shows-module__wce-qG__seoContent h3{font-size:1.2rem}}
