.movie-module__dPsDIW__container{max-width:1200px;margin:0 auto;padding:40px 5%}.movie-module__dPsDIW__playerWrapper{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--glass-border);z-index:10;background:#000;width:100%;margin-top:20px;margin-bottom:50px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.movie-module__dPsDIW__player{border:none;width:100%;height:100%}.movie-module__dPsDIW__heroBg{z-index:-1;opacity:.15;background-position:50%;background-size:cover;height:70vh;position:absolute;top:0;left:0;right:0;-webkit-mask-image:linear-gradient(#000 0%,#0000 100%);mask-image:linear-gradient(#000 0%,#0000 100%)}.movie-module__dPsDIW__details{z-index:10;align-items:flex-start;gap:50px;display:flex;position:relative}.movie-module__dPsDIW__posterWrapper{border-radius:var(--radius);flex-shrink:0;width:300px;overflow:hidden;box-shadow:0 10px 40px #0009}.movie-module__dPsDIW__poster{width:100%;height:auto;display:block}.movie-module__dPsDIW__info{flex-grow:1}.movie-module__dPsDIW__title{letter-spacing:-1px;margin-bottom:16px;font-size:3rem;font-weight:800;line-height:1.1}.movie-module__dPsDIW__tagline{color:var(--text-muted);margin-bottom:24px;font-size:1.2rem;font-style:italic}.movie-module__dPsDIW__meta{color:var(--text-muted);flex-wrap:wrap;gap:20px;margin-bottom:30px;font-size:.95rem;display:flex}.movie-module__dPsDIW__metaItem{align-items:center;gap:8px;display:flex}.movie-module__dPsDIW__metaItem.movie-module__dPsDIW__rating{color:#f5c518;font-weight:600}.movie-module__dPsDIW__overview{color:#ddd;margin-bottom:30px;font-size:1.15rem;line-height:1.7}.movie-module__dPsDIW__genres{flex-wrap:wrap;gap:12px;display:flex}.movie-module__dPsDIW__genre{background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;transition:var(--transition);border-radius:30px;padding:8px 20px;font-size:.85rem;font-weight:500}.movie-module__dPsDIW__genre:hover{background:#ffffff1a;transform:translateY(-2px)}@media (max-width:900px){.movie-module__dPsDIW__details{text-align:center;flex-direction:column;align-items:center}.movie-module__dPsDIW__posterWrapper{width:240px}.movie-module__dPsDIW__meta,.movie-module__dPsDIW__genres{justify-content:center}.movie-module__dPsDIW__title{font-size:2.2rem}.movie-module__dPsDIW__playerWrapper{margin-bottom:30px}}@media (max-width:600px){.movie-module__dPsDIW__posterWrapper{width:200px}.movie-module__dPsDIW__title{font-size:1.8rem}.movie-module__dPsDIW__overview{font-size:1rem}}@media (max-width:480px){.movie-module__dPsDIW__posterWrapper{width:160px}.movie-module__dPsDIW__meta{flex-direction:column;gap:12px}.movie-module__dPsDIW__metaItem{justify-content:center}.movie-module__dPsDIW__title{font-size:1.5rem}.movie-module__dPsDIW__genre{padding:6px 14px;font-size:.8rem}}
.Player-module__Ea51PW__playerControls{flex-wrap:wrap;gap:12px;margin-top:16px;display:flex}.Player-module__Ea51PW__serverBtn{background:var(--glass-bg);border:1px solid var(--glass-border);color:#fff;cursor:pointer;transition:var(--transition);border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.9rem;font-weight:500;display:flex}.Player-module__Ea51PW__serverBtn:hover{background:#ffffff1a;transform:translateY(-2px)}.Player-module__Ea51PW__serverBtn.Player-module__Ea51PW__active{background:var(--primary);border-color:var(--primaryHover);box-shadow:0 4px 15px #5c3cdd4d}.Player-module__Ea51PW__playerWrapper{aspect-ratio:16/9;border-radius:var(--radius);border:1px solid var(--glass-border);z-index:10;background:#000;width:100%;margin-top:20px;margin-bottom:20px;position:relative;overflow:hidden;box-shadow:0 20px 50px #00000080}.Player-module__Ea51PW__loadingOverlay{z-index:20;background:#000000b3;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.Player-module__Ea51PW__loadingSpinner{border:4px solid #ffffff4d;border-top-color:var(--primary);border-radius:50%;width:50px;height:50px;animation:1s ease-in-out infinite Player-module__Ea51PW__spin}@keyframes Player-module__Ea51PW__spin{to{transform:rotate(360deg)}}.Player-module__Ea51PW__selectorGroup{align-items:center;gap:16px;margin-top:24px;display:flex}.Player-module__Ea51PW__select{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text);cursor:pointer;transition:var(--transition);appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;background-size:16px;border-radius:8px;outline:none;padding:10px 40px 10px 16px;font-family:inherit;font-size:.95rem;font-weight:500}.Player-module__Ea51PW__select:hover,.Player-module__Ea51PW__select:focus{border-color:var(--primaryHover);background-color:#ffffff0d}.Player-module__Ea51PW__select option{color:#fff;background:#0f1014}.Player-module__Ea51PW__clickToPlayOverlay{z-index:30;cursor:pointer;color:#fffc;background:#00000080;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:500;transition:background .3s;display:flex;position:absolute;top:0;left:0}.Player-module__Ea51PW__clickToPlayOverlay:hover{color:#fff;background:#0000004d}.Player-module__Ea51PW__playButtonWrapper{background:var(--primary);border-radius:50%;justify-content:center;align-items:center;width:80px;height:80px;margin-bottom:16px;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);display:flex;box-shadow:0 10px 30px #5c3cdd80}.Player-module__Ea51PW__clickToPlayOverlay:hover .Player-module__Ea51PW__playButtonWrapper{transform:scale(1.1)}
.TelegramPopup-module__0Klyca__banner{background:linear-gradient(135deg,#1e96c81f,#37aee20f);border:1px solid #37aee240;border-radius:14px;align-items:center;gap:14px;margin-bottom:32px;padding:14px 18px;animation:.5s cubic-bezier(.25,.8,.25,1) forwards TelegramPopup-module__0Klyca__fadeSlideIn;display:flex;position:relative}@keyframes TelegramPopup-module__0Klyca__fadeSlideIn{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.TelegramPopup-module__0Klyca__iconWrap{border-radius:50%;flex-shrink:0;width:38px;height:38px;overflow:hidden;box-shadow:0 2px 10px #37aee24d}.TelegramPopup-module__0Klyca__tgIcon{width:100%;height:100%;display:block}.TelegramPopup-module__0Klyca__text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.TelegramPopup-module__0Klyca__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:.9rem;font-weight:600;overflow:hidden}.TelegramPopup-module__0Klyca__sub{color:#8b8d9b;font-size:.78rem}.TelegramPopup-module__0Klyca__joinBtn{color:#fff;white-space:nowrap;background:linear-gradient(135deg,#37aee2,#1e96c8);border-radius:30px;flex-shrink:0;align-items:center;padding:8px 18px;font-size:.82rem;font-weight:700;text-decoration:none;transition:transform .2s,box-shadow .2s;display:inline-flex;box-shadow:0 3px 10px #37aee24d}.TelegramPopup-module__0Klyca__joinBtn:hover{transform:translateY(-1px);box-shadow:0 5px 16px #37aee280}.TelegramPopup-module__0Klyca__closeBtn{color:#8b8d9b;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff1a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:.65rem;line-height:1;transition:background .2s,color .2s;display:flex}.TelegramPopup-module__0Klyca__closeBtn:hover{color:#fff;background:#ffffff1f}@media (max-width:600px){.TelegramPopup-module__0Klyca__banner{flex-wrap:wrap;gap:10px;padding:12px 14px}.TelegramPopup-module__0Klyca__title{white-space:normal;font-size:.85rem}.TelegramPopup-module__0Klyca__sub{display:none}.TelegramPopup-module__0Klyca__joinBtn{padding:7px 14px;font-size:.8rem}}
.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}}
.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}}
