.movie-module__dPsDIW__container{max-width:1200px;margin:0 auto;padding:48px 5%}.movie-module__dPsDIW__playerWrapper{aspect-ratio:16/9;border-radius:var(--radius);z-index:10;background:#000;border:1px solid #ffffff0f;width:100%;margin-top:24px;margin-bottom:60px;transition:box-shadow .3s;position:relative;overflow:hidden;box-shadow:0 30px 70px #000000b3,0 0 0 1px #e11d481a}.movie-module__dPsDIW__playerWrapper:hover{box-shadow:0 40px 90px #000c,0 0 0 1px #e11d4833}.movie-module__dPsDIW__player{border:none;width:100%;height:100%}.movie-module__dPsDIW__heroBg{z-index:-1;opacity:.12;filter:blur(2px);background-position:50%;background-size:cover;height:80vh;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:56px;display:flex;position:relative}.movie-module__dPsDIW__posterWrapper{width:300px;box-shadow:var(--shadow-xl),0 0 0 1px #ffffff0d;transition:var(--transition);flex-shrink:0;position:relative}.movie-module__dPsDIW__posterWrapper>img{border-radius:var(--radius)}.movie-module__dPsDIW__posterWrapper:hover{transform:translateY(-6px);box-shadow:0 40px 80px #000c,0 0 0 1px #e11d4833}.movie-module__dPsDIW__poster{width:100%;height:auto;transition:transform .5s;display:block}.movie-module__dPsDIW__posterWrapper:hover .movie-module__dPsDIW__poster{transform:scale(1.03)}.movie-module__dPsDIW__info{flex-grow:1}.movie-module__dPsDIW__title{letter-spacing:-.03em;background:linear-gradient(135deg,#fff 0%,var(--text-light)100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:12px;font-size:3.2rem;font-weight:900;line-height:1.05}.movie-module__dPsDIW__tagline{color:var(--text-muted);opacity:.8;margin-bottom:28px;font-size:1.1rem;font-style:italic}.movie-module__dPsDIW__meta{color:var(--text-muted);flex-wrap:wrap;gap:16px;margin-bottom:32px;font-size:.95rem;display:flex}.movie-module__dPsDIW__metaItem{background:var(--glass-bg);border:1px solid var(--glass-border);transition:var(--transition);border-radius:50px;align-items:center;gap:8px;padding:8px 16px;display:flex}.movie-module__dPsDIW__metaItem:hover{border-color:var(--glass-border-hover);background:#ffffff0f}.movie-module__dPsDIW__metaItem.movie-module__dPsDIW__rating{color:#facc15;background:#facc150d;border-color:#facc1533;font-weight:700}.movie-module__dPsDIW__overview{color:var(--text-light);margin-bottom:36px;font-size:1.15rem;line-height:1.8}.movie-module__dPsDIW__genres{flex-wrap:wrap;gap:10px;display:flex}.movie-module__dPsDIW__genre{background:var(--primary-light);color:var(--primary-hover);transition:var(--transition);cursor:default;border:1px solid #e11d4840;border-radius:50px;padding:8px 20px;font-size:.85rem;font-weight:600}.movie-module__dPsDIW__genre:hover{background:#e11d4826;border-color:#e11d4866;transform:translateY(-2px);box-shadow:0 4px 15px #e11d4826}.movie-module__dPsDIW__detailWatchlistBtn{z-index:5;position:absolute;top:10px;right:10px}@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{background:#ffffff08;border:1px solid #ffffff12;border-radius:12px;flex-wrap:wrap;align-items:center;gap:8px;margin-top:14px;padding:10px 14px;display:flex}.Player-module__Ea51PW__serverBtn{color:var(--text-light);cursor:pointer;transition:var(--transition);letter-spacing:.01em;background:#ffffff0d;border:1px solid #ffffff14;border-radius:50px;align-items:center;gap:6px;padding:6px 14px;font-size:.82rem;font-weight:600;display:flex}.Player-module__Ea51PW__serverBtn:hover{color:#fff;background:#ffffff1a;border-color:#ffffff26}.Player-module__Ea51PW__serverBtn.Player-module__Ea51PW__active{background:var(--primary);color:#fff;border-color:#0000;box-shadow:0 3px 12px #e11d4866}.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(--primary);background-color:#ffffff0d}.Player-module__Ea51PW__select option{color:#fff;background:#0f1014}.Player-module__Ea51PW__clickToPlayOverlay{z-index:30;cursor:pointer;color:#fffc;background-color:#00000073;background-position:50%;background-size:cover;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;font-size:1.1rem;font-weight:500;transition:background-color .3s;display:flex;position:absolute;top:0;left:0}.Player-module__Ea51PW__clickToPlayOverlay:hover{color:#fff;background-color:#00000040}.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 #e11d4873}.Player-module__Ea51PW__clickToPlayOverlay:hover .Player-module__Ea51PW__playButtonWrapper{transform:scale(1.1)}
.TelegramPopup-module__0Klyca__banner{border-radius:var(--radius);cursor:pointer;color:inherit;background:linear-gradient(135deg,#1e96c81f 0%,#37aee20f 50%,#e11d480f 100%);border:1px solid #37aee24d;outline:2px solid #0000;align-items:center;gap:16px;margin-bottom:48px;padding:18px 24px;text-decoration:none;transition:all .35s cubic-bezier(.4,0,.2,1);animation:.6s cubic-bezier(.22,1,.36,1) forwards TelegramPopup-module__0Klyca__bannerEntry;display:flex;position:relative;overflow:hidden}.TelegramPopup-module__0Klyca__banner:before{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000 0%,#ffffff12 50%,#0000 100%);width:60%;height:100%;animation:2.8s ease-in-out infinite TelegramPopup-module__0Klyca__shimmer;position:absolute;top:0;left:-100%}.TelegramPopup-module__0Klyca__banner:after{content:"";background:linear-gradient(90deg,#0000,#37aee2cc,#e11d4899,#0000);height:2px;animation:3s ease-in-out infinite TelegramPopup-module__0Klyca__glowLine;position:absolute;top:0;left:0;right:0}.TelegramPopup-module__0Klyca__banner:hover{background:linear-gradient(135deg,#1e96c833 0%,#37aee21f 50%,#e11d481a 100%);border-color:#37aee28c;transform:translateY(-3px);box-shadow:0 0 0 1px #37aee233,0 8px 40px #37aee22e,0 0 80px #37aee214}.TelegramPopup-module__0Klyca__glowBg{pointer-events:none;z-index:0;background:radial-gradient(circle,#37aee226 0%,#0000 65%);border-radius:50%;width:200px;height:200px;animation:3s ease-in-out infinite TelegramPopup-module__0Klyca__blobPulse;position:absolute;top:-40px;right:-40px}.TelegramPopup-module__0Klyca__iconWrap{z-index:2;border-radius:50%;flex-shrink:0;width:48px;height:48px;position:relative;overflow:visible}.TelegramPopup-module__0Klyca__tgIcon{border-radius:50%;width:48px;height:48px;animation:3s ease-in-out infinite TelegramPopup-module__0Klyca__iconBounce;display:block;box-shadow:0 4px 20px #37aee280}.TelegramPopup-module__0Klyca__iconPulse{pointer-events:none;border:2px solid #37aee299;border-radius:50%;width:48px;height:48px;animation:2s ease-out infinite TelegramPopup-module__0Klyca__ringPulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.TelegramPopup-module__0Klyca__text{z-index:2;flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.TelegramPopup-module__0Klyca__title{color:#fff;white-space:nowrap;text-overflow:ellipsis;letter-spacing:-.01em;font-size:1rem;font-weight:700;overflow:hidden}.TelegramPopup-module__0Klyca__sub{color:#fff9;font-size:.82rem}.TelegramPopup-module__0Klyca__joinBtn{color:#fff;white-space:nowrap;letter-spacing:.02em;z-index:2;background:linear-gradient(135deg,#37aee2,#1e96c8);border-radius:50px;flex-shrink:0;align-items:center;padding:11px 22px;font-size:.88rem;font-weight:800;transition:all .3s cubic-bezier(.4,0,.2,1);animation:2.5s ease-in-out infinite TelegramPopup-module__0Klyca__btnPulse;display:inline-flex;box-shadow:0 4px 20px #37aee273}.TelegramPopup-module__0Klyca__banner:hover .TelegramPopup-module__0Klyca__joinBtn{background:linear-gradient(135deg,#45bdf0,#2aa5d8);animation:none;transform:translateY(-1px)scale(1.04);box-shadow:0 6px 28px #37aee2a6}@keyframes TelegramPopup-module__0Klyca__bannerEntry{0%{opacity:0;transform:translateY(-16px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes TelegramPopup-module__0Klyca__shimmer{0%{left:-100%}60%{left:130%}to{left:130%}}@keyframes TelegramPopup-module__0Klyca__glowLine{0%,to{opacity:.5}50%{opacity:1}}@keyframes TelegramPopup-module__0Klyca__blobPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:.4;transform:scale(1.3)}}@keyframes TelegramPopup-module__0Klyca__iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes TelegramPopup-module__0Klyca__ringPulse{0%{opacity:.8;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(2.2)}}@keyframes TelegramPopup-module__0Klyca__btnPulse{0%,to{box-shadow:0 4px 20px #37aee273}50%{box-shadow:0 4px 32px #37aee2bf}}@media (max-width:600px){.TelegramPopup-module__0Klyca__banner{flex-wrap:nowrap;align-items:center;gap:12px;padding:14px 16px}.TelegramPopup-module__0Klyca__title{white-space:nowrap;text-overflow:ellipsis;font-size:.82rem;overflow:hidden}.TelegramPopup-module__0Klyca__sub{display:none}.TelegramPopup-module__0Klyca__joinBtn{white-space:nowrap;flex-shrink:0;padding:9px 14px;font-size:.78rem}.TelegramPopup-module__0Klyca__tgIcon{width:36px;height:36px}.TelegramPopup-module__0Klyca__iconWrap{flex-shrink:0;width:36px;height:36px}.TelegramPopup-module__0Klyca__iconPulse{width:36px;height:36px}.TelegramPopup-module__0Klyca__glowBg{width:120px;height:120px}}@media (max-width:400px){.TelegramPopup-module__0Klyca__banner{gap:10px;padding:12px 14px}.TelegramPopup-module__0Klyca__title{font-size:.78rem}.TelegramPopup-module__0Klyca__joinBtn{padding:8px 12px;font-size:.75rem}.TelegramPopup-module__0Klyca__iconWrap,.TelegramPopup-module__0Klyca__tgIcon,.TelegramPopup-module__0Klyca__iconPulse{width:32px;height:32px}}
.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:90vh;min-height:700px;margin-top:-60px;padding-top:60px;display:flex;position:relative;overflow:hidden}.page-module___8aEwW__hero:before{content:"";z-index:1;background:linear-gradient(105deg,#08080bf0 0%,#08080b8c 50%,#08080b14 100%);position:absolute;inset:0}.page-module___8aEwW__hero:after{content:"";z-index:1;background:radial-gradient(at 80%,#e11d480f 0%,#0000 65%);position:absolute;inset:0}.page-module___8aEwW__heroOverlay{background:linear-gradient(to top,var(--background)0%,#0a0a0c0d 35%,transparent 60%);pointer-events:none;z-index:2;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{color:#fff;text-shadow:0 2px 32px #000000f2,0 1px 6px #000000b3;letter-spacing:-.035em;margin-bottom:18px;font-size:3.5rem;font-weight:900;line-height:1.05}.page-module___8aEwW__heroOverview{color:#ffffffd9;text-shadow:0 1px 8px #000c;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-width:560px;margin-bottom:36px;font-size:1rem;font-weight:400;line-height:1.65;display:-webkit-box;overflow:hidden}.page-module___8aEwW__heroActions{flex-wrap:wrap;gap:20px;display:flex}.page-module___8aEwW__section{padding:100px 0 40px;position:relative}.page-module___8aEwW__section:first-child{padding-top:100px}.page-module___8aEwW__moviesContainer{z-index:1;margin-top:-60px;position:relative}@media (max-width:768px){.page-module___8aEwW__moviesContainer{margin-top:0}.page-module___8aEwW__section:first-child{padding-top:40px}}@media (max-width:480px){.page-module___8aEwW__moviesContainer{margin-top:0}.page-module___8aEwW__section:first-child{padding-top:32px}}.page-module___8aEwW__sectionTitle{letter-spacing:-.02em;color:#fff;align-items:center;gap:12px;margin-bottom:28px;font-size:1.65rem;font-weight:700;display:flex;position:relative}.page-module___8aEwW__sectionTitle:before{content:"";background:linear-gradient(to bottom,var(--primary),var(--primary-hover));border-radius:4px;flex-shrink:0;width:4px;height:22px;box-shadow:0 0 12px #e11d4859}.page-module___8aEwW__sectionTitle:after{content:"";background:linear-gradient(90deg,#ffffff0f,#0000);flex:1;height:1px;margin-left:8px}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:22px;display:grid}@keyframes page-module___8aEwW__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1200px){.page-module___8aEwW__heroTitle{font-size:3rem}.page-module___8aEwW__sectionTitle{font-size:1.5rem}}@media (max-width:900px){.page-module___8aEwW__heroTitle{font-size:2.4rem}.page-module___8aEwW__sectionTitle{margin-bottom:20px;font-size:1.35rem}.page-module___8aEwW__sectionTitle:after{display:none}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}.page-module___8aEwW__section{padding:70px 0 24px}}@media (max-width:768px){.page-module___8aEwW__hero{align-items:flex-end;height:75vh;min-height:500px;padding-bottom:44px}.page-module___8aEwW__heroContent{max-width:100%}.page-module___8aEwW__heroTitle{margin-bottom:12px;font-size:2rem}.page-module___8aEwW__heroOverview{-webkit-line-clamp:2;line-clamp:2;max-width:100%;margin-bottom:22px;font-size:.88rem}.page-module___8aEwW__heroActions{gap:10px}.page-module___8aEwW__sectionTitle{margin-bottom:18px;font-size:1.2rem}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.page-module___8aEwW__section{padding:50px 0 16px}}@media (max-width:480px){.page-module___8aEwW__hero{height:68vh;min-height:460px;padding-bottom:36px}.page-module___8aEwW__heroTitle{font-size:1.7rem}.page-module___8aEwW__heroOverview{-webkit-line-clamp:2;line-clamp:2;font-size:.82rem}.page-module___8aEwW__heroActions{flex-wrap:wrap;gap:8px}.page-module___8aEwW__heroActions a{flex:1;justify-content:center;min-width:0;padding:11px 14px;font-size:.85rem}.page-module___8aEwW__sectionTitle{margin-bottom:16px;font-size:1.1rem}.page-module___8aEwW__grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.page-module___8aEwW__section{padding:36px 0 14px}}
.movies-module__cGxHsG__page{background:var(--background);min-height:100vh}.movies-module__cGxHsG__hero{background:linear-gradient(135deg,#e11d480d 0%,#0a0a0c 60%);padding:6rem 0 5rem;position:relative;overflow:hidden}.movies-module__cGxHsG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#e11d4814 0%,#0000 60%);width:700px;height:700px;position:absolute;top:-50%;left:-20%}.movies-module__cGxHsG__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#fb923c0d 0%,#0000 60%);width:500px;height:500px;position:absolute;bottom:-30%;right:-10%}.movies-module__cGxHsG__heroOverlay{background:linear-gradient(to top,var(--background),transparent);height:120px;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;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:900}.movies-module__cGxHsG__heroDescription{color:var(--text-muted);max-width:650px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.8}.movies-module__cGxHsG__heroStats{flex-wrap:wrap;justify-content:center;gap:3rem;display:flex}.movies-module__cGxHsG__stat{flex-direction:column;align-items:center;gap:4px;display:flex}.movies-module__cGxHsG__statNumber{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900}.movies-module__cGxHsG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:600}.movies-module__cGxHsG__section{padding:4rem 0}.movies-module__cGxHsG__sectionHeader{margin-bottom:2.5rem}.movies-module__cGxHsG__sectionTitle{color:#fff;letter-spacing:-.01em;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:flex}.movies-module__cGxHsG__icon{font-size:1.5rem}.movies-module__cGxHsG__sectionSubtitle{color:var(--text-muted);margin-left:2.25rem;font-size:1rem}.movies-module__cGxHsG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;display:grid}.movies-module__cGxHsG__seoSection{padding:5rem 0}.movies-module__cGxHsG__seoContent{background:var(--glass-bg);border-radius:var(--radius-lg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3.5rem}.movies-module__cGxHsG__seoContent h2{color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.movies-module__cGxHsG__seoContent h3{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:2.5rem 0 1rem;font-size:1.4rem;font-weight:700}.movies-module__cGxHsG__seoContent p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.9}.movies-module__cGxHsG__seoContent ul{margin:1rem 0;padding:0;list-style:none}.movies-module__cGxHsG__seoContent li{color:var(--text-muted);margin-bottom:.75rem;padding-left:1.75rem;font-size:1rem;line-height:1.8;position:relative}.movies-module__cGxHsG__seoContent li:before{content:"✓";background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;position:absolute;left:0}.movies-module__cGxHsG__seoContent li strong{color:var(--text-light)}.movies-module__cGxHsG__genreNav{padding:32px 0 4px}.movies-module__cGxHsG__genreNavTitle{color:var(--text-light);align-items:center;gap:8px;margin-bottom:14px;font-size:1.15rem;font-weight:700;display:flex}.movies-module__cGxHsG__genreNavTitle:before{content:"";background:linear-gradient(to bottom,var(--primary),var(--primary-hover));border-radius:2px;width:4px;height:18px;display:inline-block}.movies-module__cGxHsG__genreChips{flex-wrap:wrap;gap:9px;display:flex}.movies-module__cGxHsG__genreChip{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-light);transition:var(--transition);white-space:nowrap;border-radius:50px;align-items:center;gap:6px;padding:7px 16px;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-flex}.movies-module__cGxHsG__genreChip:hover{background:var(--primary-light);color:var(--primary-hover);border-color:#e11d4859;transform:translateY(-2px);box-shadow:0 6px 20px #e11d481f}@media (max-width:768px){.movies-module__cGxHsG__hero{padding:4rem 0 3rem}.movies-module__cGxHsG__heroTitle{font-size:2.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.5rem}.movies-module__cGxHsG__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.movies-module__cGxHsG__seoContent{padding:2rem}.movies-module__cGxHsG__seoContent h2{font-size:1.5rem}.movies-module__cGxHsG__seoContent h3{font-size:1.2rem}.movies-module__cGxHsG__genreChips{gap:7px}.movies-module__cGxHsG__genreChip{padding:6px 13px;font-size:.82rem}}@media (max-width:480px){.movies-module__cGxHsG__heroTitle{font-size:1.8rem}.movies-module__cGxHsG__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.movies-module__cGxHsG__seoContent{padding:1.5rem}.movies-module__cGxHsG__genreChip{padding:5px 11px;font-size:.79rem}}
.tv-shows-module__wce-qG__page{background:var(--background);min-height:100vh}.tv-shows-module__wce-qG__hero{background:linear-gradient(135deg,#fb923c0d 0%,#0a0a0c 60%);padding:6rem 0 5rem;position:relative;overflow:hidden}.tv-shows-module__wce-qG__hero:before{content:"";pointer-events:none;background:radial-gradient(circle,#fb923c12 0%,#0000 60%);width:700px;height:700px;position:absolute;top:-50%;right:-20%}.tv-shows-module__wce-qG__hero:after{content:"";pointer-events:none;background:radial-gradient(circle,#e11d480f 0%,#0000 60%);width:500px;height:500px;position:absolute;bottom:-30%;left:-10%}.tv-shows-module__wce-qG__heroOverlay{background:linear-gradient(to top,var(--background),transparent);height:120px;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;letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:900}.tv-shows-module__wce-qG__heroDescription{color:var(--text-muted);max-width:650px;margin:0 auto 2.5rem;font-size:1.2rem;line-height:1.8}.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;gap:4px;display:flex}.tv-shows-module__wce-qG__statNumber{background:linear-gradient(135deg,var(--accent),var(--primary));-webkit-text-fill-color:transparent;letter-spacing:-.02em;-webkit-background-clip:text;background-clip:text;font-size:2.5rem;font-weight:900}.tv-shows-module__wce-qG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:.9rem;font-weight:600}.tv-shows-module__wce-qG__section{padding:4rem 0}.tv-shows-module__wce-qG__sectionHeader{margin-bottom:2.5rem}.tv-shows-module__wce-qG__sectionTitle{color:#fff;letter-spacing:-.01em;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:2rem;font-weight:800;display:flex}.tv-shows-module__wce-qG__icon{font-size:1.5rem}.tv-shows-module__wce-qG__sectionSubtitle{color:var(--text-muted);margin-left:2.25rem;font-size:1rem}.tv-shows-module__wce-qG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;display:grid}.tv-shows-module__wce-qG__seoSection{padding:5rem 0}.tv-shows-module__wce-qG__seoContent{background:var(--glass-bg);border-radius:var(--radius-lg);border:1px solid var(--glass-border);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3.5rem}.tv-shows-module__wce-qG__seoContent h2{color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:2rem;font-weight:800}.tv-shows-module__wce-qG__seoContent h3{background:linear-gradient(135deg,var(--accent),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:2.5rem 0 1rem;font-size:1.4rem;font-weight:700}.tv-shows-module__wce-qG__seoContent p{color:var(--text-muted);margin-bottom:1rem;font-size:1rem;line-height:1.9}.tv-shows-module__wce-qG__seoContent ul{margin:1rem 0;padding:0;list-style:none}.tv-shows-module__wce-qG__seoContent li{color:var(--text-muted);margin-bottom:.75rem;padding-left:1.75rem;font-size:1rem;line-height:1.8;position:relative}.tv-shows-module__wce-qG__seoContent li:before{content:"✓";background:linear-gradient(135deg,var(--accent),var(--primary));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;position:absolute;left:0}.tv-shows-module__wce-qG__seoContent li strong{color:var(--text-light)}.tv-shows-module__wce-qG__genreNav{padding:32px 0 4px}.tv-shows-module__wce-qG__genreNavTitle{color:var(--text-light);align-items:center;gap:8px;margin-bottom:14px;font-size:1.15rem;font-weight:700;display:flex}.tv-shows-module__wce-qG__genreNavTitle:before{content:"";background:linear-gradient(to bottom,var(--accent),var(--primary));border-radius:2px;width:4px;height:18px;display:inline-block}.tv-shows-module__wce-qG__genreChips{flex-wrap:wrap;gap:9px;display:flex}.tv-shows-module__wce-qG__genreChip{background:var(--glass-bg);border:1px solid var(--glass-border);color:var(--text-light);transition:var(--transition);white-space:nowrap;border-radius:50px;align-items:center;gap:6px;padding:7px 16px;font-size:.86rem;font-weight:600;text-decoration:none;display:inline-flex}.tv-shows-module__wce-qG__genreChip:hover{color:var(--accent);background:#fb923c14;border-color:#fb923c59;transform:translateY(-2px);box-shadow:0 6px 20px #fb923c1f}@media (max-width:768px){.tv-shows-module__wce-qG__hero{padding:4rem 0 3rem}.tv-shows-module__wce-qG__heroTitle{font-size:2.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.5rem}.tv-shows-module__wce-qG__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}.tv-shows-module__wce-qG__seoContent{padding:2rem}.tv-shows-module__wce-qG__seoContent h2{font-size:1.5rem}.tv-shows-module__wce-qG__seoContent h3{font-size:1.2rem}.tv-shows-module__wce-qG__genreChips{gap:7px}.tv-shows-module__wce-qG__genreChip{padding:6px 13px;font-size:.82rem}}@media (max-width:480px){.tv-shows-module__wce-qG__heroTitle{font-size:1.8rem}.tv-shows-module__wce-qG__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.tv-shows-module__wce-qG__seoContent{padding:1.5rem}.tv-shows-module__wce-qG__genreChip{padding:5px 11px;font-size:.79rem}}
.ContinueWatching-module__o0oaVG__section{padding:60px 0 0}.ContinueWatching-module__o0oaVG__title{letter-spacing:-.02em;color:#fff;align-items:center;gap:12px;margin-bottom:28px;font-size:1.65rem;font-weight:700;display:flex;position:relative}.ContinueWatching-module__o0oaVG__title:before{content:"";background:linear-gradient(to bottom,var(--primary),var(--primary-hover));border-radius:4px;flex-shrink:0;width:4px;height:22px;box-shadow:0 0 12px #e11d4859}.ContinueWatching-module__o0oaVG__title:after{content:"";background:linear-gradient(90deg,#ffffff0f,#0000);flex:1;height:1px;margin-left:8px}.ContinueWatching-module__o0oaVG__grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:22px;display:grid}@media (max-width:900px){.ContinueWatching-module__o0oaVG__title{margin-bottom:20px;font-size:1.35rem}.ContinueWatching-module__o0oaVG__title:after{display:none}.ContinueWatching-module__o0oaVG__grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px}}@media (max-width:768px){.ContinueWatching-module__o0oaVG__title{margin-bottom:18px;font-size:1.2rem}.ContinueWatching-module__o0oaVG__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.ContinueWatching-module__o0oaVG__section{padding:40px 0 0}}@media (max-width:480px){.ContinueWatching-module__o0oaVG__title{margin-bottom:16px;font-size:1.1rem}.ContinueWatching-module__o0oaVG__grid{grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:10px}.ContinueWatching-module__o0oaVG__section{padding:28px 0 0}}
.WatchlistButton-module__1P2H5a__btn{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);background:#0000008c;border:1.5px solid #ffffff26;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.WatchlistButton-module__1P2H5a__btn:hover{background:#000000bf;border-color:#ffffff4d;transform:scale(1.05)}.WatchlistButton-module__1P2H5a__btn.WatchlistButton-module__1P2H5a__saved{background:var(--primary);border-color:var(--primary);color:#fff}.WatchlistButton-module__1P2H5a__btn.WatchlistButton-module__1P2H5a__saved:hover{background:var(--primary-hover);border-color:var(--primary-hover)}
.MovieCard-module__JyAwCa__card{flex-direction:column;display:flex;position:relative}.MovieCard-module__JyAwCa__cardLink{cursor:pointer;color:inherit;flex-direction:column;text-decoration:none;transition:transform .25s cubic-bezier(.4,0,.2,1);display:flex}.MovieCard-module__JyAwCa__cardLink:hover{transform:translateY(-6px)}.MovieCard-module__JyAwCa__imageWrapper{aspect-ratio:2/3;border-radius:var(--radius);background:var(--card-bg);width:100%;transition:box-shadow .25s;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000073}.MovieCard-module__JyAwCa__cardLink:hover .MovieCard-module__JyAwCa__imageWrapper{box-shadow:0 10px 30px #0009,0 0 0 1px #e11d481f}.MovieCard-module__JyAwCa__poster{object-fit:cover;width:100%;height:100%;transition:transform .4s cubic-bezier(.4,0,.2,1)}.MovieCard-module__JyAwCa__cardLink:hover .MovieCard-module__JyAwCa__poster{transform:scale(1.05)}.MovieCard-module__JyAwCa__overlay{opacity:0;z-index:2;background:linear-gradient(#0000 0%,#0000004d 55%,#000000e6 100%);justify-content:center;align-items:flex-end;padding:14px;transition:opacity .25s;display:flex;position:absolute;inset:0}.MovieCard-module__JyAwCa__cardLink:hover .MovieCard-module__JyAwCa__overlay{opacity:1}.MovieCard-module__JyAwCa__overlayContent{justify-content:center;width:100%;transition:transform .25s;display:flex;transform:translateY(10px)}.MovieCard-module__JyAwCa__cardLink:hover .MovieCard-module__JyAwCa__overlayContent{transform:translateY(0)}.MovieCard-module__JyAwCa__watchBtn{background:var(--primary);color:#fff;letter-spacing:.02em;border-radius:50px;padding:6px 16px;font-size:.78rem;font-weight:700}.MovieCard-module__JyAwCa__info{margin-top:10px;padding:0 2px}.MovieCard-module__JyAwCa__title{color:var(--text-light);white-space:nowrap;text-overflow:ellipsis;margin-bottom:5px;font-size:.9rem;font-weight:600;transition:color .2s;overflow:hidden}.MovieCard-module__JyAwCa__cardLink:hover .MovieCard-module__JyAwCa__title{color:#fff}.MovieCard-module__JyAwCa__meta{justify-content:space-between;align-items:center;font-size:.8rem;display:flex}.MovieCard-module__JyAwCa__rating,.MovieCard-module__JyAwCa__year{align-items:center;gap:3px;display:flex}.MovieCard-module__JyAwCa__rating{color:#facc15;font-weight:700}.MovieCard-module__JyAwCa__year{color:var(--text-muted)}.MovieCard-module__JyAwCa__watchlistBtnWrapper{z-index:5;position:absolute;top:8px;right:8px}.MovieCard-module__JyAwCa__watchlistBtnWrapper button{opacity:0;transition:all .25s;position:static;transform:scale(.85)}.MovieCard-module__JyAwCa__watchlistBtnWrapper button[data-saved=true],.MovieCard-module__JyAwCa__card:hover .MovieCard-module__JyAwCa__watchlistBtnWrapper button{opacity:1;transform:scale(1)}.MovieCard-module__JyAwCa__badge{background:var(--primary);color:#fff;z-index:3;letter-spacing:.04em;text-transform:uppercase;opacity:0;border-radius:20px;padding:3px 8px;font-size:.62rem;font-weight:800;transition:opacity .25s,transform .25s;position:absolute;top:8px;left:8px;transform:translateY(-3px);box-shadow:0 2px 6px #0006}.MovieCard-module__JyAwCa__cardLink:hover .MovieCard-module__JyAwCa__badge,.MovieCard-module__JyAwCa__card:hover .MovieCard-module__JyAwCa__badge{opacity:1;transform:translateY(0)}
.genre-module__GogtKG__page{background:var(--background);width:100vw;overflow-x:hidden}.genre-module__GogtKG__hero{background-position:top;background-repeat:no-repeat;background-size:cover;align-items:center;height:80vh;min-height:560px;margin-top:-60px;padding-top:60px;display:flex;position:relative;overflow:hidden}.genre-module__GogtKG__heroOverlay{background:linear-gradient(90deg,#0a0a0ced 0%,#0a0a0c8c 55%,#0a0a0c1f 100%),linear-gradient(to top,var(--background)0%,transparent 50%);z-index:1;position:absolute;inset:0}.genre-module__GogtKG__heroContent{z-index:10;max-width:700px;animation:.8s cubic-bezier(.2,.8,.2,1) forwards genre-module__GogtKG__slideUp;position:relative}.genre-module__GogtKG__badge{background:var(--primary-light);color:var(--primary-hover);text-transform:uppercase;letter-spacing:.08em;border:1px solid #e11d4859;border-radius:50px;align-items:center;gap:8px;margin-bottom:20px;padding:7px 18px;font-size:.82rem;font-weight:700;display:inline-flex}.genre-module__GogtKG__heroTitle{color:#fff;text-shadow:0 2px 24px #000000e6,0 4px 8px #0009;letter-spacing:-.03em;margin-bottom:16px;font-size:3.5rem;font-weight:900;line-height:1.05}.genre-module__GogtKG__heroSubtitle{color:#ffffffd1;text-shadow:0 1px 8px #000c;max-width:520px;margin-bottom:32px;font-size:1.05rem;line-height:1.7}.genre-module__GogtKG__heroStats{gap:36px;display:flex}.genre-module__GogtKG__stat{flex-direction:column;gap:4px;display:flex}.genre-module__GogtKG__statNum{color:var(--primary-hover);font-size:1.85rem;font-weight:800;line-height:1}.genre-module__GogtKG__statLabel{color:#ffffff8c;text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:600}.genre-module__GogtKG__section{padding:80px 0 40px}.genre-module__GogtKG__sectionTitle{letter-spacing:-.01em;color:#fff;align-items:center;gap:12px;margin-bottom:40px;font-size:2.2rem;font-weight:800;display:flex;position:relative}.genre-module__GogtKG__sectionTitle:before{content:"";background:linear-gradient(to bottom,var(--primary),var(--primary-hover));border-radius:3px;flex-shrink:0;width:6px;height:28px;box-shadow:0 0 16px #e11d4880}.genre-module__GogtKG__sectionTitle:after{content:"";background:linear-gradient(90deg,var(--glass-border),transparent);flex:1;height:1px;margin-left:12px}.genre-module__GogtKG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;display:grid}.genre-module__GogtKG__seoSection{padding:20px 0 60px}.genre-module__GogtKG__seoContent{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius-lg);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);max-width:920px;padding:48px}.genre-module__GogtKG__seoContent h2{color:#fff;letter-spacing:-.01em;margin-bottom:16px;font-size:1.65rem;font-weight:800}.genre-module__GogtKG__seoContent h3{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:28px 0 10px;font-size:1.2rem;font-weight:700}.genre-module__GogtKG__seoContent p{color:var(--text-muted);margin-bottom:8px;font-size:.97rem;line-height:1.85}.genre-module__GogtKG__seoContent ul{flex-direction:column;gap:10px;margin:8px 0;padding:0;list-style:none;display:flex}.genre-module__GogtKG__seoContent ul li{color:var(--text-muted);padding-left:22px;font-size:.97rem;line-height:1.65;position:relative}.genre-module__GogtKG__seoContent ul li:before{content:"✓";background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-weight:700;position:absolute;left:0}.genre-module__GogtKG__seoContent ul li strong{color:var(--text-light);font-weight:600}.genre-module__GogtKG__relatedSection{padding:10px 0 80px}.genre-module__GogtKG__genreGrid{grid-template-columns:repeat(auto-fill,minmax(155px,1fr));gap:14px;display:grid}.genre-module__GogtKG__genreCard{background:var(--glass-bg);border:1px solid var(--glass-border);border-radius:var(--radius);cursor:pointer;transition:var(--transition);flex-direction:column;align-items:center;gap:10px;padding:20px 16px;text-decoration:none;display:flex}.genre-module__GogtKG__genreCard:hover{background:var(--primary-light);border-color:#e11d4873;transform:translateY(-3px);box-shadow:0 12px 32px #e11d4826}.genre-module__GogtKG__genreEmoji{font-size:2rem;line-height:1}.genre-module__GogtKG__genreName{color:var(--text-light);text-align:center;font-size:.87rem;font-weight:600}@media (max-width:1200px){.genre-module__GogtKG__heroTitle{font-size:3rem}.genre-module__GogtKG__sectionTitle{font-size:1.9rem}}@media (max-width:900px){.genre-module__GogtKG__heroTitle{font-size:2.5rem}.genre-module__GogtKG__sectionTitle{font-size:1.65rem}.genre-module__GogtKG__sectionTitle:after{display:none}.genre-module__GogtKG__grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px}.genre-module__GogtKG__seoContent{padding:32px}}@media (max-width:768px){.genre-module__GogtKG__hero{align-items:flex-end;height:70vh;min-height:480px;padding-bottom:44px}.genre-module__GogtKG__heroTitle{margin-bottom:12px;font-size:2rem}.genre-module__GogtKG__heroSubtitle{margin-bottom:24px;font-size:.9rem}.genre-module__GogtKG__heroStats{gap:24px}.genre-module__GogtKG__statNum{font-size:1.45rem}.genre-module__GogtKG__sectionTitle{margin-bottom:24px;font-size:1.45rem}.genre-module__GogtKG__section{padding:60px 0 28px}.genre-module__GogtKG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}.genre-module__GogtKG__genreGrid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:12px}.genre-module__GogtKG__seoContent{padding:24px}.genre-module__GogtKG__seoContent h2{font-size:1.3rem}}@media (max-width:480px){.genre-module__GogtKG__hero{height:65vh;min-height:440px;padding-bottom:36px}.genre-module__GogtKG__heroTitle{font-size:1.7rem}.genre-module__GogtKG__heroStats{gap:18px}.genre-module__GogtKG__statNum,.genre-module__GogtKG__sectionTitle{font-size:1.25rem}.genre-module__GogtKG__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}.genre-module__GogtKG__genreGrid{grid-template-columns:repeat(3,1fr);gap:10px}.genre-module__GogtKG__genreEmoji{font-size:1.6rem}.genre-module__GogtKG__genreName{font-size:.78rem}.genre-module__GogtKG__seoContent{padding:18px 14px}.genre-module__GogtKG__relatedSection{padding:10px 0 56px}}
.person-module__vcBjHG__page{background:var(--background);width:100%;min-height:100vh}.person-module__vcBjHG__profileWrap{padding-top:100px;padding-bottom:20px}.person-module__vcBjHG__profile{grid-template-columns:260px 1fr;align-items:start;gap:52px;padding:48px 0 20px;display:grid}.person-module__vcBjHG__photoCol{position:sticky;top:100px}.person-module__vcBjHG__photoFrame{border-radius:var(--radius-lg);box-shadow:0 24px 64px #0000008c,0 0 0 1px var(--glass-border);aspect-ratio:2/3;background:var(--secondary);overflow:hidden}.person-module__vcBjHG__photo{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.person-module__vcBjHG__photoFrame:hover .person-module__vcBjHG__photo{transform:scale(1.03)}.person-module__vcBjHG__infoCol{flex-direction:column;gap:14px;padding-top:8px;display:flex}.person-module__vcBjHG__knownBadge{background:var(--primary-light);color:var(--primary-hover);text-transform:uppercase;letter-spacing:.09em;border:1px solid #e11d4859;border-radius:50px;align-items:center;width:fit-content;padding:6px 16px;font-size:.78rem;font-weight:700;display:inline-flex}.person-module__vcBjHG__name{letter-spacing:-.035em;color:#fff;font-size:3.8rem;font-weight:900;line-height:1.02}.person-module__vcBjHG__meta{color:var(--text-muted);font-size:.93rem;line-height:1.5}.person-module__vcBjHG__bio{color:var(--text-muted);max-width:660px;font-size:.96rem;line-height:1.8}.person-module__vcBjHG__stats{gap:36px;margin-top:6px;display:flex}.person-module__vcBjHG__stat{flex-direction:column;gap:4px;display:flex}.person-module__vcBjHG__statNum{color:var(--primary-hover);font-size:2rem;font-weight:800;line-height:1}.person-module__vcBjHG__statLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.07em;font-size:.72rem;font-weight:600}.person-module__vcBjHG__section{padding:20px 0 80px}.person-module__vcBjHG__sectionTitle{letter-spacing:-.01em;color:#fff;align-items:center;gap:12px;margin-bottom:36px;font-size:2rem;font-weight:800;display:flex;position:relative}.person-module__vcBjHG__sectionTitle:before{content:"";background:linear-gradient(to bottom,var(--primary),var(--primary-hover));border-radius:3px;flex-shrink:0;width:6px;height:28px;box-shadow:0 0 16px #e11d4880}.person-module__vcBjHG__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;display:grid}@media (max-width:1100px){.person-module__vcBjHG__profile{grid-template-columns:220px 1fr;gap:40px}.person-module__vcBjHG__name{font-size:3.2rem}}@media (max-width:900px){.person-module__vcBjHG__profile{grid-template-columns:190px 1fr;gap:28px}.person-module__vcBjHG__name{font-size:2.8rem}.person-module__vcBjHG__grid{grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:20px}}@media (max-width:768px){.person-module__vcBjHG__profileWrap{padding-top:80px}.person-module__vcBjHG__profile{grid-template-columns:1fr;gap:28px}.person-module__vcBjHG__photoCol{justify-content:center;display:flex;position:static}.person-module__vcBjHG__photoFrame{width:100%;max-width:200px}.person-module__vcBjHG__infoCol{text-align:center;align-items:center}.person-module__vcBjHG__bio{text-align:left}.person-module__vcBjHG__stats{justify-content:center}.person-module__vcBjHG__name{font-size:2.2rem}.person-module__vcBjHG__sectionTitle{font-size:1.6rem}.person-module__vcBjHG__grid{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:14px}.person-module__vcBjHG__section{padding:10px 0 60px}}@media (max-width:480px){.person-module__vcBjHG__name{font-size:1.85rem}.person-module__vcBjHG__stats{gap:24px}.person-module__vcBjHG__statNum{font-size:1.5rem}.person-module__vcBjHG__sectionTitle{font-size:1.3rem}.person-module__vcBjHG__grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px}}
.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}}
.watchlist-module__QJUc7W__page{background:var(--background);min-height:100vh}.watchlist-module__QJUc7W__loading{justify-content:center;align-items:center;height:60vh;display:flex}.watchlist-module__QJUc7W__spinner{border:3px solid #ffffff1a;border-top-color:var(--primary);border-radius:50%;width:40px;height:40px;animation:.8s linear infinite watchlist-module__QJUc7W__spin}@keyframes watchlist-module__QJUc7W__spin{to{transform:rotate(360deg)}}.watchlist-module__QJUc7W__hero{text-align:center;padding:5rem 0 3rem}.watchlist-module__QJUc7W__title{color:#fff;letter-spacing:-.02em;justify-content:center;align-items:center;gap:14px;margin-bottom:.75rem;font-size:2.8rem;font-weight:900;display:flex}.watchlist-module__QJUc7W__title svg{color:var(--primary)}.watchlist-module__QJUc7W__subtitle{color:var(--text-muted);font-size:1.1rem}.watchlist-module__QJUc7W__section{padding:2rem 0 5rem}.watchlist-module__QJUc7W__header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;margin-bottom:2rem;display:flex}.watchlist-module__QJUc7W__sectionTitle{color:#fff;font-size:1.5rem;font-weight:700}.watchlist-module__QJUc7W__clearBtn{color:#ef4444;cursor:pointer;background:#ef44441a;border:1px solid #ef444433;border-radius:50px;align-items:center;gap:6px;padding:8px 18px;font-size:.85rem;font-weight:600;transition:all .2s;display:inline-flex}.watchlist-module__QJUc7W__clearBtn:hover{background:#ef444433;border-color:#ef444466;transform:translateY(-1px)}.watchlist-module__QJUc7W__grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:28px;display:grid}.watchlist-module__QJUc7W__empty{justify-content:center;padding:6rem 0;display:flex}.watchlist-module__QJUc7W__emptyContent{text-align:center;max-width:450px}.watchlist-module__QJUc7W__emptyIcon{color:var(--text-muted);opacity:.4;margin-bottom:1.5rem}.watchlist-module__QJUc7W__emptyTitle{color:var(--text-light);margin-bottom:.75rem;font-size:1.5rem;font-weight:700}.watchlist-module__QJUc7W__emptyText{color:var(--text-muted);font-size:1rem;line-height:1.7}@media (max-width:768px){.watchlist-module__QJUc7W__title{font-size:2rem}.watchlist-module__QJUc7W__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:20px}}@media (max-width:480px){.watchlist-module__QJUc7W__title{font-size:1.6rem}.watchlist-module__QJUc7W__grid{grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:16px}.watchlist-module__QJUc7W__header{flex-direction:column;align-items:flex-start}}
