:root{--color-primary: #0066FF;--color-accent: #E50914;--color-background: #0B0F1A;--color-navbar: #090B13;--color-surface: #171B2A;--color-surface-hover: #23283A;--color-border: #1F2435;--color-text: #FFFFFF;--color-text-secondary: #B0B3C0;--radius-small: 8px;--radius-medium: 12px;--radius-large: 16px;--transition-default: .3s ease}.logo{display:flex;align-items:center;font-size:1.8rem;font-weight:900;-webkit-user-select:none;user-select:none}.logo__atlas{color:var(--color-text)}.logo__stream{margin-left:.15rem;color:var(--color-accent)}.navbar{position:fixed;top:0;left:0;width:100%;height:78px;padding:0 48px;display:flex;justify-content:space-between;align-items:center;background:transparent;transition:background .35s ease,backdrop-filter .35s ease,box-shadow .35s ease,border-color .35s ease;z-index:1000}.navbar--scrolled{background:#0a0f19c7;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.08);box-shadow:0 10px 35px #00000059}.navbar__left{display:flex;align-items:center;gap:48px}.navbar__menu{display:flex;gap:28px}.navbar__menu li{color:#ffffffb8;font-weight:500;cursor:pointer;transition:.25s ease}.navbar__menu li:hover,.navbar__menu .active{color:#fff}.navbar__right{display:flex;align-items:center;gap:18px}.navbar__icon{position:relative;width:42px;height:42px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:.25s ease}.navbar__icon:hover{background:#ffffff1a}.notification__badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#e50914;color:#fff;font-size:.65rem;font-weight:700;display:flex;align-items:center;justify-content:center}.navbar__profile{width:42px;height:42px;border:none;border-radius:50%;background:linear-gradient(135deg,#e50914,#ff3848);color:#fff;font-weight:700;cursor:pointer;transition:.25s ease}.navbar__profile:hover{transform:scale(1.08);box-shadow:0 8px 22px #e5091473}.navbar__hamburger{display:none;width:42px;height:42px;border:none;border-radius:50%;background:transparent;color:#fff;cursor:pointer;transition:.25s ease}.navbar__hamburger:hover{background:#ffffff1a}@media(max-width:900px){.navbar{padding:0 20px}.navbar__menu{display:none}.navbar__hamburger{display:flex;align-items:center;justify-content:center}}@media(max-width:600px){.navbar{height:72px;padding:0 16px}.navbar__left{gap:20px}.navbar__right{gap:10px}.navbar__icon,.navbar__profile,.navbar__hamburger{width:38px;height:38px}}.mobile-overlay{position:fixed;inset:0;background:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);opacity:0;visibility:hidden;transition:.3s;z-index:998}.mobile-overlay.show{opacity:1;visibility:visible}.mobile-menu{position:fixed;top:0;left:-320px;width:320px;max-width:85vw;height:100vh;background:#0b0f1a;border-right:1px solid rgba(255,255,255,.08);box-shadow:0 25px 80px #0000008c;transition:left .35s ease;z-index:999;display:flex;flex-direction:column}.mobile-menu.open{left:0}.mobile-menu__header{display:flex;justify-content:space-between;align-items:center;padding:28px 24px;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu__header .logo{transform:scale(.82);transform-origin:left center}.mobile-menu__close{width:42px;height:42px;border:none;border-radius:50%;background:#ffffff14;color:#fff;cursor:pointer;transition:.25s}.mobile-menu__close:hover{background:#e50914}.mobile-menu__profile{display:flex;align-items:center;gap:18px;padding:24px;border-bottom:1px solid rgba(255,255,255,.08)}.mobile-menu__avatar{width:62px;height:62px;border-radius:50%;background:linear-gradient(135deg,#e50914,#ff4757);display:flex;justify-content:center;align-items:center;color:#fff;font-size:1.25rem;font-weight:700}.mobile-menu__profile h3{color:#fff;font-size:1.1rem;margin:0 0 4px}.mobile-menu__profile span{color:#fff9;font-size:.85rem}.mobile-menu__list{list-style:none;padding:14px 0;margin:0;flex:1}.mobile-menu__list li{padding:0}.mobile-menu__list li a{display:flex;align-items:center;gap:18px;width:100%;padding:16px 24px;color:#ffffffd1;text-decoration:none;transition:.25s;box-sizing:border-box}.mobile-menu__list li svg{min-width:24px;font-size:1.15rem;flex-shrink:0}.mobile-menu__list li:hover a{background:#e5091424;color:#fff;padding-left:30px}.mobile-menu__list li:hover svg{color:#e50914}@media(max-width:420px){.mobile-menu{width:100%;max-width:100%}}@media(min-width:901px){.mobile-menu,.mobile-overlay{display:none}}.hero{position:relative;display:flex;align-items:center;width:100%;min-height:100vh;padding:0 80px;background-position:center;background-repeat:no-repeat;background-size:cover;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#080a12f5,#080a12d1 28%,#080a126b 58%,#080a1214),linear-gradient(180deg,#080a121a 0% 60%,#080a12);z-index:1}.hero__overlay{position:relative;z-index:2;display:flex;align-items:center;width:100%;min-height:100vh;padding-top:90px}.hero__content{max-width:720px}.hero__badge{display:inline-flex;align-items:center;justify-content:center;padding:.6rem 1.4rem;margin-bottom:1.5rem;border-radius:999px;background:#e50914;color:#fff;font-size:.85rem;font-weight:700;letter-spacing:.08em}.hero__title{margin-bottom:1.5rem;color:#fff;font-size:clamp(3.8rem,7vw,6.5rem);font-weight:900;line-height:.95}.hero__meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.hero__meta span{padding:.45rem .9rem;border:1px solid rgba(255,255,255,.12);border-radius:999px;background:#ffffff14;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px);color:#fff;font-size:.85rem;font-weight:600}.hero__description{max-width:620px;margin-bottom:2rem;color:#ffffffc7;font-size:1.2rem;line-height:1.8}.hero__genres{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2.5rem}.hero__genres span{padding:.45rem 1rem;border-radius:999px;background:#ffffff0f;color:#ffffffeb;font-size:.9rem}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem}.hero__button{min-width:190px;padding:1rem 2rem;border-radius:14px;font-size:1rem;font-weight:700;cursor:pointer;transition:.3s ease}.hero__button--primary{background:#e50914;color:#fff;box-shadow:0 14px 40px #e5091459}.hero__button--primary:hover{transform:translateY(-3px);box-shadow:0 18px 48px #e5091473}.hero__button--secondary{background:#ffffff14;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);color:#fff}.hero__button--secondary:hover{transform:translateY(-3px);background:#ffffff24}@media(max-width:900px){.hero{min-height:92vh;padding:0 28px}.hero__overlay{padding-top:90px}.hero__title{font-size:4.2rem}.hero__description{font-size:1.05rem;line-height:1.7}.hero__button{flex:1;min-width:150px}}@media(max-width:600px){.hero{min-height:88vh;padding:0 22px}.hero__title{font-size:3.4rem}.hero__meta{gap:.5rem}.hero__meta span{font-size:.75rem}.hero__genres{gap:.5rem}.hero__genres span{font-size:.8rem}.hero__button{min-width:100%}}.hero__actions{display:flex;gap:1rem;align-items:center}.hero__button{display:inline-flex;align-items:center;justify-content:center;gap:.75rem}.hero__button svg{font-size:1rem}.hero__slider{display:flex;align-items:center;gap:.75rem;margin-top:3rem}.hero__dot{width:12px;height:12px;border:none;border-radius:50%;background:#ffffff59;cursor:pointer;transition:.35s ease}.hero__dot:hover{background:#ffffffb3;transform:scale(1.2)}.hero__dot--active{width:34px;border-radius:999px;background:#e50914}.hero__progress{margin-top:1.5rem;width:320px;height:4px;border-radius:999px;overflow:hidden;background:#ffffff26}.hero__progress-bar{height:100%;width:100%;background:#e50914;transform-origin:left;animation:heroProgress 7s linear forwards}@keyframes heroProgress{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.hero__badge,.hero__title,.hero__meta,.hero__description,.hero__genres,.hero__actions,.hero__slider,.hero__progress{animation:heroFade .8s ease}@keyframes heroFade{0%{opacity:0;transform:translateY(25px)}to{opacity:1;transform:translateY(0)}}.landing-hero{min-height:92vh;background:linear-gradient(#080a12bf,#080a12eb),url(https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:center;display:flex;align-items:center}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1fr 520px;align-items:center;padding:120px 80px;gap:80px;background:linear-gradient(#040812eb,#040812f2),url(/images/background.jpg);background-size:cover;background-position:center}.footer{margin-top:5rem;border-top:1px solid rgba(255,255,255,.08);background:#090b12}.footer__container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;max-width:1400px;margin:0 auto;padding:3rem 2rem;text-align:center}.footer__logo{color:#fff;font-size:2rem;font-weight:800;letter-spacing:.04em}.footer__description{color:#ffffffbf;font-size:1rem}.footer__author{margin-top:.5rem;color:#e50914;font-size:.95rem;font-weight:700}.footer__copyright{color:#ffffff73;font-size:.85rem}@media(max-width:768px){.footer__container{padding:2.5rem 1.5rem}.footer__logo{font-size:1.6rem}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{font-size:16px;scroll-behavior:smooth}body{min-width:320px;min-height:100vh;background:var(--color-background);color:var(--color-text);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button{font:inherit;border:none;outline:none}img{display:block;max-width:100%}ul,ol{list-style:none}:root{--landing-bg: #090b13;--landing-surface: #111827;--landing-primary: #e50914;--landing-primary-hover: #ff1f2d;--landing-text: #ffffff;--landing-text-secondary: #b3b3b3;--landing-border: rgba(255,255,255,.08)}.landing-navbar{width:100%;position:sticky;top:0;z-index:1000;background:#090b13f2;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid var(--landing-border)}.landing-navbar__container{max-width:1440px;margin:auto;padding:18px 40px;display:flex;justify-content:space-between;align-items:center}.landing-navbar__logo{display:flex;font-size:2rem;font-weight:800;cursor:pointer}.landing-navbar__atlas{color:#fff}.landing-navbar__stream{color:var(--landing-primary)}.landing-navbar__menu{display:flex;gap:35px}.landing-navbar__menu a{color:#fff;text-decoration:none;transition:.25s}.landing-navbar__menu a:hover{color:var(--landing-primary)}.landing-navbar__actions{display:flex;gap:15px}.landing-navbar__login{background:transparent;border:1px solid white;color:#fff;padding:10px 20px;border-radius:12px;cursor:pointer;transition:.25s}.landing-navbar__login:hover{background:#ffffff1a}.landing-navbar__register{background:var(--landing-primary);border:none;color:#fff;padding:10px 22px;border-radius:12px;cursor:pointer;font-weight:600;transition:.25s}.landing-navbar__register:hover{background:var(--landing-primary-hover);transform:translateY(-2px)}@media(max-width:992px){.landing-navbar__menu{display:none}}@media(max-width:768px){.landing-navbar__container{padding:18px 20px}.landing-navbar__logo{font-size:1.6rem}.landing-navbar__actions{gap:10px}.landing-navbar__login,.landing-navbar__register{padding:8px 14px;font-size:.9rem}}.landing-hero{min-height:92vh;background:linear-gradient(#080a12bf,#080a12eb),url(https://images.unsplash.com/photo-1489599849927-2ee91cede3ba?auto=format&fit=crop&w=1800&q=80);background-size:cover;background-position:center;display:flex;align-items:center}.landing-hero__overlay{width:100%}.landing-hero__content{max-width:700px;margin-left:8%;color:#fff}.landing-hero__badge{display:inline-block;background:#e50914;padding:10px 18px;border-radius:999px;font-size:.9rem;font-weight:700;margin-bottom:25px}.landing-hero h1{font-size:4rem;line-height:1.1;margin-bottom:25px}.landing-hero p{font-size:1.3rem;color:#d1d5db;line-height:1.8;max-width:650px;margin-bottom:40px}.landing-hero__buttons{display:flex;gap:20px;flex-wrap:wrap}.landing-btn{padding:16px 34px;border-radius:14px;border:none;cursor:pointer;font-size:1rem;font-weight:700;transition:.3s}.landing-btn--primary{background:#e50914;color:#fff}.landing-btn--primary:hover{transform:translateY(-3px)}.landing-btn--secondary{background:#ffffff1f;color:#fff;border:1px solid rgba(255,255,255,.25)}.landing-btn--secondary:hover{background:#fff3}@media(max-width:768px){.landing-hero{min-height:75vh;padding:70px 24px}.landing-hero__content{margin:0}.landing-hero h1{font-size:2.5rem}.landing-hero p{font-size:1.05rem}}.landing-trending{max-width:1400px;margin:auto;padding:90px 40px}.landing-trending h2{color:#fff;font-size:2.4rem;margin-bottom:10px}.landing-trending p{color:#a1a1aa;margin-bottom:45px}.landing-trending__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:30px}.landing-movie-card{background:#141824;border-radius:18px;overflow:hidden;transition:.35s;cursor:pointer}.landing-movie-card:hover{transform:translateY(-10px);box-shadow:0 25px 45px #00000073}.landing-movie-card img{width:100%;height:330px;object-fit:cover}.landing-movie-card__info{padding:18px}.landing-movie-card__info h3{color:#fff;margin-bottom:8px}.landing-movie-card__info span{color:#9ca3af}.landing-features{max-width:1400px;margin:auto;padding:90px 40px}.landing-features h2{text-align:center;color:#fff;font-size:2.4rem;margin-bottom:18px}.landing-features>p{text-align:center;color:#a1a1aa;max-width:760px;margin:auto auto 60px}.landing-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px}.landing-feature{background:#141824;border-radius:22px;padding:40px 28px;text-align:center;transition:.35s;border:1px solid rgba(255,255,255,.05)}.landing-feature:hover{transform:translateY(-8px);border-color:#e50914}.landing-feature__icon{font-size:52px;color:#e50914;margin-bottom:25px}.landing-feature h3{color:#fff;margin-bottom:15px}.landing-feature p{color:#b3b3b3;line-height:1.8}.landing-plans{max-width:1400px;margin:auto;padding:90px 40px}.landing-plans h2{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:15px}.landing-plans>p{text-align:center;color:#9ca3af;margin-bottom:60px}.landing-plans__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:35px}.landing-plan{background:#141824;border-radius:22px;padding:40px;border:1px solid rgba(255,255,255,.08);transition:.35s}.landing-plan:hover{transform:translateY(-10px)}.landing-plan--featured{border:2px solid #e50914;transform:scale(1.04)}.landing-plan h3{color:#fff;font-size:1.7rem;margin-bottom:18px}.landing-plan h4{color:#e50914;font-size:2.6rem;margin-bottom:25px}.landing-plan h4 span{color:#9ca3af;font-size:1rem}.landing-plan ul{list-style:none;padding:0;margin:0 0 35px}.landing-plan li{color:#d4d4d8;margin-bottom:16px}.landing-plan button{width:100%;padding:16px;border:none;border-radius:14px;background:#e50914;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.3s}.landing-plan button:hover{background:#ff2330}.landing-faq{max-width:1000px;margin:auto;padding:90px 40px}.landing-faq h2{text-align:center;color:#fff;font-size:2.5rem;margin-bottom:50px}.landing-faq__list{display:flex;flex-direction:column;gap:20px}.landing-faq__item{background:#141824;border-radius:18px;padding:28px;border:1px solid rgba(255,255,255,.08);transition:.3s}.landing-faq__item:hover{border-color:#e50914}.landing-faq__item h3{color:#fff;margin-bottom:12px}.landing-faq__item p{color:#b3b3b3;line-height:1.8}.landing-footer{background:#06080f;margin-top:100px;border-top:1px solid rgba(255,255,255,.08)}.landing-footer__container{max-width:1400px;margin:auto;padding:70px 40px;display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:50px}.landing-footer h2{color:#fff;font-size:2rem}.landing-footer h2 span{color:#e50914}.landing-footer h3{color:#fff;margin-bottom:20px}.landing-footer p{color:#9ca3af;margin-top:15px;line-height:1.8}.landing-footer a{display:block;color:#9ca3af;text-decoration:none;margin-bottom:12px;transition:.3s}.landing-footer a:hover{color:#fff}.landing-footer__social{display:flex;gap:18px;font-size:1.6rem;color:#fff;cursor:pointer}.landing-footer__social svg{transition:.3s}.landing-footer__social svg:hover{color:#e50914;transform:translateY(-4px)}.landing-footer__bottom{border-top:1px solid rgba(255,255,255,.08);padding:25px;text-align:center;color:#7b7b7b}@media(max-width:900px){.landing-footer__container{grid-template-columns:1fr;text-align:center}.landing-footer__social{justify-content:center}}body{margin:0;background:#06080f;font-family:Inter,sans-serif;color:#fff}.auth-header{position:absolute;top:0;left:0;width:100%;height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 60px;z-index:100;box-sizing:border-box}.auth-header__logo{display:flex;align-items:center;gap:4px;font-size:2rem;font-weight:800;-webkit-user-select:none;user-select:none}.auth-header__login{height:46px;padding:0 26px;border-radius:999px;border:1px solid rgba(255,255,255,.2);background:#ffffff0d;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;font-weight:600;cursor:pointer;transition:.25s ease}.auth-header__login:hover{background:#e50914;border-color:#e50914;transform:translateY(-2px)}.auth-header__login:active{transform:translateY(0)}@media(max-width:768px){.auth-header{padding:0 24px}.auth-header__logo{font-size:1.6rem}}.register-form__plan{background:linear-gradient(135deg,#e509142e,#ffffff0d);border:1px solid rgba(229,9,20,.35);border-radius:18px;padding:22px;text-align:center;margin-bottom:8px;box-shadow:0 12px 35px #00000047}.register-form__plan span{display:block;color:#ff7d86;font-size:.82rem;font-weight:700;text-transform:uppercase;letter-spacing:1px;margin-bottom:8px}.register-form__plan h3{color:#fff;font-size:1.6rem;margin:0}.register-form__plan p{margin:8px 0;color:#fff;font-size:1.1rem;font-weight:700}.register-form__plan small{color:#bfc7d7;font-size:.9rem}.subscription-page{width:100%}.subscription-page__header{margin-bottom:40px;text-align:center}.subscription-page__header h1{color:#fff;font-size:2.2rem;margin-bottom:12px}.subscription-page__header p{color:#aeb7ca;font-size:1rem}.subscription-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.plan-card{position:relative;background:#141923bf;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:32px;transition:.3s ease;overflow:hidden}.plan-card:hover{transform:translateY(-10px);border-color:#e50914;box-shadow:0 20px 45px #00000073}.plan-card__badge{display:inline-block;padding:6px 14px;border-radius:999px;background:#e50914;color:#fff;font-size:.75rem;font-weight:700;margin-bottom:20px;letter-spacing:.5px}.plan-card h2{color:#fff;font-size:2rem;margin-bottom:10px}.plan-card h3{color:#e50914;font-size:2.3rem;margin-bottom:24px}.plan-card h3 small{color:#b5bfd3;font-size:.9rem;font-weight:400}.plan-card ul{list-style:none;padding:0;margin:0 0 28px}.plan-card li{color:#d8ddea;margin-bottom:14px;font-size:.95rem}.plan-card button{width:100%;height:54px;border:none;border-radius:14px;background:#e50914;color:#fff;font-weight:700;cursor:pointer;transition:.25s}.plan-card button:hover{background:#ff2935}.plan-card--premium{border:2px solid #E50914;transform:scale(1.04)}.plan-card--premium:hover{transform:scale(1.07)}.plan-card--platino{border:2px solid #3b82f6}.plan-card--basic{opacity:.95}@media(max-width:1100px){.subscription-grid{grid-template-columns:1fr}.plan-card--premium{transform:none}.plan-card--premium:hover{transform:translateY(-8px)}}.payment-page{width:100%;display:flex;flex-direction:column;gap:36px}.payment-page__header{text-align:center}.payment-page__header h1{color:#fff;font-size:2.2rem;margin-bottom:12px}.payment-page__header p{color:#aeb7ca}.payment-summary{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.payment-summary__card{background:#141923bf;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border:1px solid rgba(255,255,255,.08);border-radius:18px;padding:22px;transition:.25s}.payment-summary__card:hover{border-color:#e50914;transform:translateY(-4px)}.payment-summary__card span{display:block;color:#9ea8bb;margin-bottom:8px;font-size:.9rem}.payment-summary__card strong{color:#fff;font-size:1.15rem}.payment-methods{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.payment-methods button{height:64px;border-radius:18px;border:1px solid rgba(255,255,255,.08);background:#141b29;color:#fff;font-size:1rem;font-weight:600;cursor:pointer;transition:.25s}.payment-methods button:hover{border-color:#e50914;background:#1b2333;transform:translateY(-3px)}.payment-footer{margin-top:10px}.payment-footer__button{width:100%;height:58px;border:none;border-radius:16px;background:#e50914;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.25s}.payment-footer__button:hover{background:#ff2935;transform:translateY(-2px)}@media(max-width:900px){.payment-summary,.payment-methods{grid-template-columns:1fr}}.profiles-page{width:100%}.profiles-page__header{text-align:center;margin-bottom:40px}.profiles-page__header h1{color:#fff;font-size:2.2rem;margin-bottom:12px}.profiles-page__header p{color:#aeb7ca;font-size:1rem}.profiles-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:28px}.profile-slot{background:#141923cc;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:28px;display:flex;flex-direction:column;gap:18px;transition:all .3s ease}.profile-slot:hover{transform:translateY(-6px);border-color:#e50914;box-shadow:0 20px 45px #00000059}.profile-slot__avatar{width:90px;height:90px;margin:auto;border-radius:50%;background:#e50914;display:flex;justify-content:center;align-items:center;font-size:2.4rem}.profile-slot input[type=text]{width:100%;height:54px;background:#141b29;border:1px solid transparent;border-radius:14px;color:#fff;padding:0 16px;outline:none;transition:.25s}.profile-slot input[type=text]:focus{border-color:#e50914;box-shadow:0 0 0 4px #e509141f}.profile-slot label{display:flex;align-items:center;gap:12px;color:#d4d9e6;cursor:pointer}.profile-slot label input[type=checkbox]{width:18px;height:18px;accent-color:#E50914;flex-shrink:0}.profile-slot.empty{justify-content:center;align-items:center;cursor:pointer}.profile-slot__add{width:90px;height:90px;border-radius:50%;background:#141b29;color:#e50914;display:flex;justify-content:center;align-items:center;font-size:3rem;transition:.3s}.profile-slot.empty:hover .profile-slot__add{background:#e50914;color:#fff;transform:rotate(90deg)}.profile-slot.empty span{color:#c9d0df;font-weight:600}.profiles-page__footer{margin-top:36px}.profiles-page__footer button{width:100%;height:58px;border:none;border-radius:16px;background:#e50914;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.25s}.profiles-page__footer button:hover{background:#ff2935;transform:translateY(-2px)}.profile-selection{min-height:100vh;padding:120px 60px;background:#06080f;display:flex;flex-direction:column;justify-content:center}.profile-selection__header{text-align:center;margin-bottom:60px}.profile-selection__header h1{color:#fff;font-size:3rem;margin-bottom:12px}.profile-selection__header p{color:#aeb7ca;font-size:1rem}.profile-selection__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;max-width:1100px;width:100%;margin:0 auto}.viewer-card{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:all .3s ease}.viewer-card:hover{transform:translateY(-8px) scale(1.03)}.viewer-card__avatar{width:150px;height:150px;border-radius:24px;background:linear-gradient(180deg,#20293b,#121824);border:2px solid transparent;display:flex;justify-content:center;align-items:center;font-size:4rem;transition:all .3s ease}.viewer-card:hover .viewer-card__avatar{border-color:#e50914;box-shadow:0 18px 40px #e5091440}.viewer-card h3{margin-top:18px;color:#fff;font-size:1.1rem;font-weight:600}.profile-selection__footer{margin-top:70px;text-align:center}.profile-selection__footer button{min-width:240px;height:54px;padding:0 28px;border-radius:14px;border:1px solid rgba(255,255,255,.18);background:transparent;color:#fff;font-weight:600;cursor:pointer;transition:.25s}.profile-selection__footer button:hover{background:#e50914;border-color:#e50914;transform:translateY(-2px)}@media(max-width:900px){.profiles-grid{grid-template-columns:1fr}.profile-selection{padding:120px 24px}.profile-selection__grid{grid-template-columns:repeat(2,1fr);gap:24px}.viewer-card__avatar{width:120px;height:120px;font-size:3rem}}@media(max-width:600px){.profile-selection{padding:100px 20px 40px}.profile-selection__header h1{font-size:2.2rem}.profile-selection__grid{grid-template-columns:1fr}.viewer-card__avatar{width:110px;height:110px;font-size:2.8rem}.profile-selection__footer button{width:100%}}.social-login{display:flex;flex-direction:column;gap:16px;margin-top:12px}.social-login__divider{display:flex;align-items:center;gap:16px;color:#9ca8bd;font-size:.92rem;font-weight:500}.social-login__divider:before,.social-login__divider:after{content:"";flex:1;height:1px;background:#ffffff1a}.social-login__button{width:100%;height:58px;display:flex;justify-content:center;align-items:center;gap:14px;background:#151d2b;border:1px solid rgba(255,255,255,.08);border-radius:16px;color:#fff;cursor:pointer;transition:all .3s ease;font-size:1rem;font-weight:600}.social-login__button svg{font-size:1.3rem;transition:.3s}.social-login__button:hover{background:#1c2637;border-color:#e50914;transform:translateY(-2px);box-shadow:0 12px 35px #00000059}.social-login__button:active{transform:translateY(0)}.social-login__button--google:hover svg{color:#ea4335}.social-login__button--apple:hover svg{color:#fff}.social-login__button span{letter-spacing:.2px}.social-login__button:disabled{opacity:.55;cursor:not-allowed}.progress-steps{margin-bottom:48px}.progress-steps__title{color:#fff;font-size:1.6rem;font-weight:700;margin-bottom:24px}.progress-steps__item{flex:1;height:10px;border-radius:999px;background:#232d40;overflow:hidden;position:relative;transition:.35s ease}.progress-steps__item.active{background:linear-gradient(90deg,#e50914,#ff3a46);box-shadow:0 0 18px #e5091459}.progress-steps__counter{margin-top:18px;color:#9ea8bb;font-size:.92rem;font-weight:500}.progress-steps__labels{display:flex;justify-content:space-between;margin-top:18px;gap:10px}.progress-steps__labels span{flex:1;text-align:center;font-size:.88rem;color:#77839b;transition:.25s}.progress-steps__labels span.active{color:#fff;font-weight:700}@media(max-width:768px){.progress-steps{margin-bottom:32px}.progress-steps__title{font-size:1.3rem}.progress-steps__labels{display:none}}body{margin:0;background:#06080f;font-family:Inter,sans-serif}.auth-header{height:80px;display:flex;justify-content:space-between;align-items:center;padding:0 60px;position:absolute;width:100%;z-index:10;box-sizing:border-box}.auth-header__logo{display:flex;align-items:center;gap:4px;font-size:2rem;font-weight:700}.auth-header__logo span:first-child{color:#fff}.auth-header__logo span:last-child{color:#e50914}.auth-header__login{background:transparent;border:1px solid rgba(255,255,255,.25);color:#fff;padding:12px 28px;border-radius:50px;cursor:pointer;transition:.25s}.auth-header__login:hover{background:#e50914;border-color:#e50914}.auth-layout{min-height:100vh;display:grid;grid-template-columns:1fr 520px;align-items:center;padding:120px 80px;gap:80px;background:linear-gradient(#040812eb,#040812f2),url(/images/background.jpg);background-size:cover;background-position:center}.auth-layout__left h1{color:#fff;font-size:3.8rem;line-height:1.1;margin-bottom:24px}.auth-layout__left p{color:#bfc7d7;font-size:1.15rem;line-height:1.8;margin-bottom:40px}.auth-layout__features{list-style:none;padding:0}.auth-layout__features li{color:#fff;font-size:1.05rem;margin-bottom:18px}.register-form{background:#141923b8;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:45px;display:flex;flex-direction:column;gap:18px}.register-form h2{color:#fff;font-size:2rem;margin:0}.register-form p{color:#b8c1d2;margin-bottom:10px}.register-form input,.register-form select{background:#141b29;border:none;border-radius:14px;color:#fff;padding:16px;font-size:1rem;outline:none}.register-form input::placeholder{color:#8c96a8}.register-form__checkbox{display:flex;gap:12px;align-items:flex-start;color:#c2cad8;font-size:.92rem}.register-form__button{margin-top:10px;height:56px;border:none;border-radius:14px;background:#e50914;color:#fff;font-size:1rem;font-weight:700;cursor:pointer;transition:.25s}.register-form__button:hover{background:#ff1f2b;transform:translateY(-2px)}@media(max-width:1000px){.auth-layout{grid-template-columns:1fr;padding:120px 24px 60px}.auth-layout__left{display:none}.auth-header{padding:0 24px}.register-form{padding:30px}}.progress-steps{margin-bottom:50px}.progress-steps__title{display:block;color:#fff;font-size:1.5rem;font-weight:700;margin-bottom:20px}.progress-steps__wrapper{display:flex;gap:12px}.progress-steps__item{flex:1;height:8px;border-radius:20px;background:#2b3244;transition:.35s}.progress-steps__item.active{background:#e50914}.progress-steps__counter{display:block;margin-top:14px;color:#aeb7ca}.progress-steps__labels{display:flex;justify-content:space-between;margin-top:18px;color:#aeb7ca;font-size:.9rem}.progress-steps__labels span{transition:.25s}.progress-steps__labels span.active{color:#e50914;font-weight:700}.home{display:flex;flex-direction:column;gap:3rem;padding-bottom:4rem}.content-section{position:relative;padding:0 48px}.content-section__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.content-row{width:100%;padding:.5rem 0 1.5rem}.content-row .swiper-wrapper{align-items:stretch}.content-row .swiper-slide{width:auto;height:auto}.content-row .swiper-button-prev,.content-row .swiper-button-next{width:46px;height:46px;border-radius:50%;background:#0c111cd1;backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);color:#fff;transition:.3s ease;box-shadow:0 8px 24px #00000059}.content-row .swiper-button-prev:hover,.content-row .swiper-button-next:hover{background:#e50914;transform:scale(1.08)}.content-row .swiper-button-prev:after,.content-row .swiper-button-next:after{font-size:16px;font-weight:700}section h2{color:var(--color-text);font-size:1.5rem;font-weight:700}@media(max-width:900px){.home{gap:2rem}.content-section{padding:0 20px}.content-row .swiper-button-prev,.content-row .swiper-button-next{display:none}section h2{font-size:1.2rem}}@font-face{font-family:swiper-icons;src:url(data:application/font-woff;charset=utf-8;base64,\ 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);font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size) / 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0px - (var(--swiper-navigation-size) / 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none!important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.content-card{width:180px;flex-shrink:0;cursor:pointer;position:relative;transition:.35s ease;z-index:1}.content-card:hover{transform:translateY(-12px) scale(1.08);z-index:50}.content-card__image{position:relative;overflow:hidden;border-radius:18px;box-shadow:0 18px 45px #00000073}.content-card__poster{width:180px;height:260px;object-fit:cover;display:block;transition:.45s ease}.content-card:hover .content-card__poster{transform:scale(1.12)}.content-card__overlay{position:absolute;left:0;right:0;bottom:0;padding:1rem;background:linear-gradient(to top,#060a14fa,#060a14eb,#060a1400);transform:translateY(100%);opacity:0;transition:.35s ease}.content-card:hover .content-card__overlay{transform:translateY(0);opacity:1}.content-card__buttons{display:flex;gap:.65rem;margin-bottom:1rem}.content-card__action{width:42px;height:42px;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;background:#ffffff1f;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transition:.25s ease}.content-card__action:hover{background:#e50914;transform:scale(1.08)}.content-card__action--play{width:52px;height:52px;background:#e50914}.content-card__details{display:flex;flex-direction:column;gap:.65rem}.content-card__title{color:#fff;font-size:1rem;font-weight:700}.content-card__meta{display:flex;gap:.75rem;flex-wrap:wrap;color:#ffffffc7;font-size:.82rem}.content-card__badges{display:flex;gap:.45rem;flex-wrap:wrap}.content-card__badges span{padding:.25rem .65rem;border-radius:999px;background:#ffffff1f;color:#fff;font-size:.72rem}.content-card__description{color:#ffffffc7;font-size:.8rem;line-height:1.45}.content-card__genres{display:flex;flex-wrap:wrap;gap:.4rem}.content-card__genres span{color:#e50914;font-size:.75rem;font-weight:600}@media(max-width:768px){.content-card{width:160px}.content-card__poster{width:160px;height:235px}}
