*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--netflix-red:#e50914;--netflix-red-dark:#b20710;--netflix-black:#141414;--netflix-dark:#1a1a1a;--netflix-gray:#2f2f2f;--netflix-light-gray:gray;--netflix-text:#fff;--netflix-text-dim:#b3b3b3;--hero-height:56vw;--max-hero:680px;--header-h:68px;--transition:.3s ease}html{scroll-behavior:smooth}body{background:var(--netflix-black);color:var(--netflix-text);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;line-height:1.5;overflow-x:hidden}.hidden{display:none!important}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--netflix-black)}::-webkit-scrollbar-thumb{background:var(--netflix-gray);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#4a4a4a}.logo-text{letter-spacing:1px;color:var(--netflix-red);font-family:Bebas Neue,sans-serif;font-size:1.6rem;font-weight:700}.logo-accent{color:var(--netflix-text)}.profile-screen{background:var(--netflix-black);z-index:1000;background-image:radial-gradient(circle at 20% 30%,#e5091414,#0000 50%),radial-gradient(circle at 80% 70%,#e509140d,#0000 50%);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.profile-logo{position:absolute;top:30px;left:40px}.profile-logo .logo-text{font-size:2rem}.profile-title{color:var(--netflix-text);letter-spacing:-1px;margin-bottom:50px;font-size:3.5vw;font-weight:400}.profile-grid{flex-wrap:nowrap;justify-content:center;gap:30px;max-width:900px;display:flex}.profile-card{cursor:pointer;transition:transform var(--transition);flex-direction:column;align-items:center;animation:.6s both profileFadeIn;display:flex}.profile-card:first-child{animation-delay:.1s}.profile-card:nth-child(2){animation-delay:.2s}.profile-card:nth-child(3){animation-delay:.3s}.profile-card:nth-child(4){animation-delay:.4s}@keyframes profileFadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.profile-card:hover{transform:scale(1.05)}.profile-card:hover .profile-avatar{box-shadow:0 0 0 4px var(--netflix-text)}.profile-avatar{color:#fff;width:140px;height:140px;transition:box-shadow var(--transition);border-radius:8px;justify-content:center;align-items:center;margin-bottom:12px;font-size:3rem;font-weight:700;display:flex;position:relative;overflow:hidden}.profile-avatar:after{content:"";background:linear-gradient(135deg,#ffffff26,#0000);position:absolute;inset:0}.profile-name{color:var(--netflix-text-dim);transition:color var(--transition);font-size:1.3rem;font-weight:400}.profile-card:hover .profile-name{color:var(--netflix-text)}.add-profile-btn{color:var(--netflix-text-dim);cursor:pointer;transition:color var(--transition);background:0 0;border:none;margin-top:40px;font-family:inherit;font-size:1.1rem}.add-profile-btn:hover{color:var(--netflix-text)}.main-app{min-height:100vh;position:relative}.header{height:var(--header-h);z-index:100;transition:background var(--transition);background:linear-gradient(#000000d9 0%,#0000 100%);justify-content:space-between;align-items:center;padding:0 4vw;display:flex;position:fixed;top:0;left:0;right:0}.header.scrolled{background:var(--netflix-black);box-shadow:0 1px #ffffff0d}.header-left{align-items:center;gap:40px;display:flex}.header-logo .logo-text{font-size:1.8rem}.nav-links{gap:24px;display:flex}.nav-link{color:var(--netflix-text-dim);transition:color var(--transition);cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none;position:relative}.nav-link:hover,.nav-link.active{color:var(--netflix-text)}.nav-link.active:after{content:"";background:var(--netflix-red);border-radius:2px;height:2px;position:absolute;bottom:-6px;left:0;right:0}.header-right{align-items:center;gap:20px;display:flex}.search-container{transition:border-color var(--transition), width var(--transition);background:#0009;border:1px solid #ffffff1a;border-radius:4px;align-items:center;padding:0 10px;display:flex;overflow:hidden}.search-container:focus-within{border-color:#fff;width:260px}.search-icon{width:18px;height:18px;color:var(--netflix-text-dim);flex-shrink:0}.search-input{color:#fff;background:0 0;border:none;outline:none;width:100%;padding:8px;font-family:inherit;font-size:.9rem}.search-input::placeholder{color:var(--netflix-light-gray)}.header-notif{cursor:pointer;position:relative}.header-notif svg{color:#fff;width:22px;height:22px}.notif-dot{background:var(--netflix-red);border-radius:50%;width:8px;height:8px;position:absolute;top:-2px;right:-2px}.notif-dropdown{z-index:200;background:#000000f2;border:1px solid #ffffff26;border-radius:4px;width:320px;padding:12px 0;display:none;position:absolute;top:40px;right:-100px}.notif-dropdown.show{animation:.2s fadeInDown;display:block}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.notif-dropdown h3{border-bottom:1px solid #ffffff1a;margin-bottom:8px;padding:0 16px 8px;font-size:.95rem}.notif-item{color:var(--netflix-text-dim);cursor:pointer;transition:background var(--transition);padding:8px 16px;font-size:.85rem}.notif-item:hover{background:#ffffff1a}.header-profile{cursor:pointer;align-items:center;gap:8px;display:flex;position:relative}.header-avatar{color:#fff;border-radius:4px;justify-content:center;align-items:center;width:32px;height:32px;font-size:.85rem;font-weight:700;display:flex}.chevron{color:#fff;width:14px;height:14px;transition:transform var(--transition)}.header-profile.open .chevron{transform:rotate(180deg)}.profile-dropdown{z-index:200;background:#000000f2;border:1px solid #ffffff26;border-radius:4px;width:200px;padding:8px 0;display:none;position:absolute;top:45px;right:0}.profile-dropdown.show{animation:.2s fadeInDown;display:block}.dropdown-item{color:var(--netflix-text-dim);cursor:pointer;transition:all var(--transition);padding:10px 16px;font-size:.85rem}.dropdown-item:hover{color:#fff;background:#ffffff14}.dropdown-divider{background:#ffffff1a;height:1px;margin:4px 0}.hero{width:100%;height:var(--hero-height);max-height:var(--max-hero);align-items:flex-end;min-height:400px;display:flex;position:relative;overflow:hidden}.hero-bg{background-position:top;background-size:cover;transition:opacity 1s,background-image .8s;animation:20s ease-in-out infinite alternate heroKenBurns;position:absolute;inset:0}@keyframes heroKenBurns{0%{transform:scale(1)translate(0)}to{transform:scale(1.1)translate(-2%)}}.hero-overlay{background:linear-gradient(90deg,#141414e6 0%,#14141480 40%,#0000 70%);position:absolute;inset:0}.hero-fade{background:linear-gradient(180deg, transparent 0%, var(--netflix-black) 100%);z-index:2;height:150px;position:absolute;bottom:0;left:0;right:0}.hero-content{z-index:3;max-width:650px;padding:0 4vw 100px;animation:.8s both heroSlideUp;position:relative}@keyframes heroSlideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.hero-badge{letter-spacing:2px;color:var(--netflix-red);margin-bottom:10px;font-size:.8rem;font-weight:700}.hero-title{text-shadow:2px 2px 10px #00000080;margin-bottom:12px;font-size:clamp(2rem,5vw,4rem);font-weight:800;line-height:1.1}.hero-meta{color:var(--netflix-text-dim);margin-bottom:12px;font-size:.95rem}.hero-description{color:var(--netflix-text-dim);text-shadow:1px 1px 5px #00000080;margin-bottom:20px;font-size:1.05rem}.hero-buttons{gap:12px;display:flex}.btn-play,.btn-info{cursor:pointer;transition:all var(--transition);border:none;border-radius:4px;align-items:center;gap:8px;padding:10px 28px;font-family:inherit;font-size:1.1rem;font-weight:600;display:flex}.btn-play{color:#000;background:#fff}.btn-play:hover{background:#fffc}.btn-info{color:#fff;background:#6d6d6eb3}.btn-info:hover{background:#6d6d6e80}.btn-play svg,.btn-info svg{width:22px;height:22px}.hero-dots{z-index:5;gap:8px;display:flex;position:absolute;bottom:180px;right:4vw}.hero-dot{cursor:pointer;width:10px;height:10px;transition:background var(--transition), transform var(--transition);background:#ffffff4d;border-radius:50%}.hero-dot.active{background:#fff;transform:scale(1.3)}.hero-dot:hover{background:#ffffffb3}.galleries{z-index:5;margin-top:-40px;padding:0 0 40px;position:relative}.gallery{margin-bottom:35px}.gallery-title{cursor:pointer;align-items:center;gap:8px;margin-bottom:12px;padding-left:4vw;font-size:1.3rem;font-weight:700;display:flex}.gallery-title .explore-arrow{opacity:0;transition:opacity var(--transition);color:var(--netflix-red);font-size:.85rem}.gallery-title:hover .explore-arrow{opacity:1}.gallery-row{padding-left:4vw;padding-right:4vw;position:relative;overflow:hidden}.gallery-track{will-change:transform;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;overscroll-behavior-x:contain;-webkit-overflow-scrolling:touch;gap:6px;width:max-content;transition:transform .5s;display:flex;overflow:auto hidden}.gallery-track::-webkit-scrollbar{display:none}.movie-card{cursor:pointer;background:var(--netflix-dark);border-radius:4px;flex-shrink:0;width:240px;transition:transform .3s;position:relative;overflow:hidden}.movie-card:hover{z-index:10;transform:scale(1.08)}.movie-card.expanded{z-index:50}.movie-poster{aspect-ratio:16/9;object-fit:cover;background:var(--netflix-gray);width:100%;display:block}.movie-card-overlay{opacity:0;background:linear-gradient(#0000 30%,#000000f2 100%);flex-direction:column;justify-content:flex-end;padding:10px;transition:opacity .3s;display:flex;position:absolute;inset:0}.movie-card:hover .movie-card-overlay{opacity:1}.movie-card-title{margin-bottom:4px;font-size:.85rem;font-weight:600}.movie-card-meta{color:var(--netflix-text-dim);align-items:center;gap:6px;font-size:.75rem;display:flex}.match-badge{color:#46d369;font-weight:600}.movie-badge-top{background:var(--netflix-red);color:#fff;z-index:2;border-radius:3px;padding:3px 7px;font-size:.7rem;font-weight:700;position:absolute;top:8px;left:8px}.gallery-arrow{cursor:pointer;z-index:20;opacity:0;width:4vw;transition:opacity var(--transition);color:#fff;background:linear-gradient(90deg,#141414e6,#0000);border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:0;bottom:0}.gallery-row:hover .gallery-arrow{opacity:1}.gallery-arrow svg{filter:drop-shadow(0 0 4px #00000080);width:32px;height:32px;transition:transform var(--transition)}.gallery-arrow.left{left:0}.gallery-arrow.right{background:linear-gradient(90deg,#0000,#141414e6);right:0}.gallery-arrow:hover svg{transform:scale(1.2)}.top10-number{color:#000;-webkit-text-stroke:3px var(--netflix-text-dim);z-index:1;padding:0 8px;font-family:Bebas Neue,sans-serif;font-size:7rem;font-weight:900;line-height:.8;position:absolute;bottom:0;left:0}.movie-card.top10{align-items:flex-end;width:320px;display:flex}.movie-card.top10 .movie-poster-wrap{z-index:2;flex-shrink:0;width:200px;position:relative}.footer{background:var(--netflix-black);padding:40px 4vw}.footer-links{flex-wrap:wrap;gap:16px;margin-bottom:20px;display:flex}.footer-links a{color:var(--netflix-text-dim);transition:color var(--transition);font-size:.8rem;text-decoration:none}.footer-links a:hover{color:var(--netflix-text)}.footer-copy{color:var(--netflix-text-dim);font-size:.75rem}.player-modal{z-index:5000;justify-content:center;align-items:center;animation:.4s playerOpen;display:flex;position:fixed;inset:0}@keyframes playerOpen{0%{opacity:0}to{opacity:1}}.player-modal:before{content:"";background:#000000e6;position:absolute;inset:0}.player-container{aspect-ratio:16/9;z-index:1;background:#000;border-radius:8px;width:90vw;max-width:1200px;animation:.4s playerZoom;position:relative;overflow:hidden;box-shadow:0 0 60px #000c}@keyframes playerZoom{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.player-close{color:#fff;cursor:pointer;z-index:10;width:40px;height:40px;transition:background var(--transition);background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;display:flex;position:absolute;top:15px;right:15px}.player-close:hover{background:#e50914cc}.player-close svg{width:20px;height:20px}.player-video-area{width:100%;height:100%;position:relative;overflow:hidden}.player-video{object-fit:cover;width:100%;height:100%;display:block}.player-skeleton{z-index:3;background:#1a1a1a;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.skeleton-loader{background:linear-gradient(90deg,#1a1a1a 0%,#2a2a2a 50%,#1a1a1a 100%) 0 0/200% 100%;width:100%;height:100%;animation:1.5s infinite shimmer}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.player-skeleton.hidden{display:none}.player-overlay{z-index:4;pointer-events:none;background:linear-gradient(#0009 0%,#0000 30% 60%,#000c 100%);justify-content:flex-start;align-items:flex-start;padding:60px 40px;transition:opacity .3s;display:flex;position:absolute;inset:0}.player-details{max-width:500px}.player-details h1{text-shadow:2px 2px 10px #000c;margin-bottom:8px;font-size:2.5rem;font-weight:800}.player-meta{color:var(--netflix-text-dim);margin-bottom:10px;font-size:.9rem}.player-desc{color:var(--netflix-text-dim);text-shadow:1px 1px 5px #000c;font-size:.95rem;line-height:1.4}.player-controls{z-index:5;background:linear-gradient(#0000,#000c);align-items:center;gap:16px;padding:16px 30px;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.control-btn{color:#fff;cursor:pointer;transition:transform var(--transition), color var(--transition);background:0 0;border:none;justify-content:center;align-items:center;padding:5px;display:flex}.control-btn:hover{color:var(--netflix-text-dim);transform:scale(1.1)}.control-btn svg{width:24px;height:24px}.progress-bar-container{cursor:pointer;background:#fff3;border-radius:3px;flex:1;height:5px;transition:height .15s;position:relative}.progress-bar-container:hover{height:8px}.progress-bar{background:var(--netflix-red);border-radius:3px;width:0%;height:100%;transition:width .1s linear}.progress-thumb{background:var(--netflix-red);opacity:0;border-radius:50%;width:14px;height:14px;transition:opacity .15s;position:absolute;top:50%;left:0;transform:translate(-50%,-50%)}.progress-bar-container:hover .progress-thumb{opacity:1}.player-time{color:#fff;min-width:80px;font-size:.85rem;font-weight:500}.detail-modal{z-index:4000;justify-content:center;align-items:flex-start;padding:5vh 20px;animation:.3s playerOpen;display:flex;position:fixed;inset:0;overflow-y:auto}.detail-modal:before{content:"";z-index:-1;background:#000000d9;position:fixed;inset:0}.detail-container{background:var(--netflix-dark);border-radius:8px;width:100%;max-width:900px;margin-bottom:40px;animation:.4s playerZoom;position:relative;overflow:hidden}.detail-close{color:#fff;cursor:pointer;z-index:10;background:#0009;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:15px;right:15px}.detail-close svg{width:18px;height:18px}.detail-close:hover{background:#e50914cc}.detail-banner{aspect-ratio:16/9;background-position:50%;background-size:cover;position:relative}.detail-banner-overlay{background:linear-gradient(#0000 40%,#1a1a1a 100%);position:absolute;inset:0}.detail-banner-content{position:absolute;bottom:30px;left:40px;right:40px}.detail-banner-content h1{text-shadow:2px 2px 8px #00000080;margin-bottom:16px;font-size:2.5rem;font-weight:800}.detail-actions{gap:10px;display:flex}.btn-play-small,.btn-add,.btn-like{cursor:pointer;transition:all var(--transition);border:none;border-radius:4px;align-items:center;gap:6px;padding:8px 20px;font-family:inherit;font-size:.95rem;font-weight:600;display:flex}.btn-play-small{color:#000;background:#fff}.btn-play-small:hover{background:#fffc}.btn-add,.btn-like{color:#fff;background:#6d6d6e99;border:2px solid #fff6;justify-content:center;width:40px;height:40px;padding:0}.btn-add:hover,.btn-like:hover{border-color:#fff}.btn-add svg,.btn-like svg{width:18px;height:18px}.detail-body{gap:30px;padding:0 40px 30px;display:flex}.detail-main{flex:1.5}.detail-match{color:#46d369;margin-right:10px;font-size:1.1rem;font-weight:700}.detail-year,.detail-rating,.detail-seasons{color:var(--netflix-text-dim);margin-right:12px;font-size:.9rem}.detail-rating{border:1px solid var(--netflix-text-dim);border-radius:2px;padding:1px 6px}.detail-description{color:var(--netflix-text);margin-top:16px;font-size:1rem;line-height:1.6}.detail-sidebar{flex:1}.detail-meta-block{color:var(--netflix-text-dim);margin-bottom:16px;font-size:.85rem}.meta-label{color:var(--netflix-light-gray);margin-bottom:2px;display:block}.detail-similar{padding:0 40px 40px}.detail-similar h3{margin-bottom:16px;font-size:1.3rem}.similar-grid{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.similar-card{cursor:pointer;background:var(--netflix-gray);transition:transform var(--transition);border-radius:4px;overflow:hidden}.similar-card:hover{transform:scale(1.03)}.similar-card img{aspect-ratio:16/9;object-fit:cover;width:100%;display:block}.similar-card-info{padding:8px}.similar-card-title{justify-content:space-between;align-items:center;font-size:.8rem;font-weight:600;display:flex}.similar-card-match{color:#46d369;font-size:.75rem}.toast{color:#fff;z-index:9999;pointer-events:none;background:#e50914f2;border-radius:4px;padding:12px 28px;font-size:.9rem;font-weight:500;transition:transform .3s;position:fixed;bottom:30px;left:50%;transform:translate(-50%)translateY(100px)}.toast.show{transform:translate(-50%)translateY(0)}.mobile-menu-btn{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:none}.mobile-menu-btn svg{width:24px;height:24px}.mobile-nav-backdrop{z-index:150;opacity:0;visibility:hidden;background:#0009;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.mobile-nav-backdrop.show{opacity:1;visibility:visible}.mobile-nav{background:var(--netflix-black);z-index:160;flex-direction:column;width:75vw;max-width:300px;padding:20px 0;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:4px 0 30px #0009}.mobile-nav.show{transform:translate(0)}.mobile-nav-header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;margin-bottom:12px;padding:0 24px 20px;display:flex}.mobile-nav-close{color:#fff;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;display:flex}.mobile-nav-close svg{width:22px;height:22px}.mobile-nav-link{color:var(--netflix-text-dim);transition:color var(--transition), background var(--transition), padding-left var(--transition);border-left:3px solid #0000;padding:14px 24px;font-size:1rem;font-weight:500;text-decoration:none;display:block}.mobile-nav-link:hover,.mobile-nav-link.active{color:var(--netflix-text);border-left-color:var(--netflix-red);background:#ffffff0d;padding-left:28px}.gallery,.detail-container,.player-container,.footer,.profile-grid{container-type:inline-size}.gallery-track{--card-base:240px}@container (width<=1024px){.gallery-track{--card-base:200px}}@container (width<=768px){.gallery-track{--card-base:160px}.movie-card{width:var(--card-base)}.movie-card.top10{width:calc(var(--card-base) * 1.3)}.movie-card.top10 .movie-poster-wrap{width:calc(var(--card-base) * .83)}.top10-number{font-size:5.5rem}.gallery-arrow svg{width:26px;height:26px}}@container (width<=480px){.gallery-track{--card-base:130px;gap:4px}.movie-card{width:var(--card-base)}.movie-card.top10{width:calc(var(--card-base) * 1.3)}.movie-card.top10 .movie-poster-wrap{width:calc(var(--card-base) * .83)}.top10-number{-webkit-text-stroke:2px var(--netflix-text-dim);font-size:4.5rem}}@container (width<=768px){.detail-body{flex-direction:column;gap:20px;padding:0 20px 20px}.detail-similar{padding:0 20px 30px}.similar-grid{grid-template-columns:repeat(2,1fr)}.detail-banner-content{bottom:20px;left:20px;right:20px}.detail-banner-content h1{font-size:1.6rem}}@container (width<=480px){.detail-banner-content h1{font-size:1.3rem}.detail-actions{flex-wrap:wrap}.similar-grid{grid-template-columns:1fr}}@container (width<=768px){.player-overlay{padding:30px 20px}.player-details{max-width:100%}.player-details h1{font-size:1.5rem}.player-controls{gap:10px;padding:12px 16px}.control-btn svg{width:20px;height:20px}}@container (width<=480px){.player-overlay{padding:20px 14px}.player-details h1{font-size:1.2rem}.player-meta,.player-desc{font-size:.8rem}.player-controls{gap:8px;padding:10px 12px}.control-btn svg{width:18px;height:18px}.player-time{min-width:60px;font-size:.75rem}.footer-links{gap:12px}.footer-links a{font-size:.75rem}}@container (width<=600px){.profile-grid{gap:16px}.profile-avatar{width:90px;height:90px;font-size:2rem}.profile-name{font-size:1rem}}@container (width<=360px){.profile-avatar{width:72px;height:72px;font-size:1.5rem}.profile-name{font-size:.85rem}}@media (width<=1024px){:root{--header-h:60px}.header-left{gap:24px}.nav-links{gap:16px}.nav-link{font-size:.85rem}.header-right{gap:14px}.search-container:focus-within{width:220px}.hero-content{max-width:560px;padding-bottom:80px}.hero-dots{bottom:150px}.gallery-title{font-size:1.2rem}.movie-card{width:200px}.movie-card.top10{width:280px}.movie-card.top10 .movie-poster-wrap{width:180px}.top10-number{font-size:6rem}.profile-title{font-size:3vw}.detail-container{max-width:800px}.player-overlay{padding:50px 30px}.player-details h1{font-size:2rem}}@media (width<=768px){:root{--header-h:56px;--hero-height:70vw}.mobile-menu-btn{display:flex}.nav-links{display:none}.header{padding:0 4vw}.header-left{gap:16px}.header-right{gap:10px}.header-logo .logo-text{font-size:1.5rem}.search-container{padding:0 8px}.search-container:focus-within{width:160px}.search-input{padding:6px;font-size:.85rem}.hero{min-height:340px}.hero-content{max-width:100%;padding:0 4vw 60px}.hero-title{font-size:clamp(1.6rem,6vw,2.2rem)}.hero-meta{font-size:.85rem}.hero-description{-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;display:-webkit-box;overflow:hidden}.hero-buttons{gap:10px}.btn-play,.btn-info{padding:8px 18px;font-size:.95rem}.btn-play svg,.btn-info svg{width:18px;height:18px}.hero-dots{display:none}.hero-fade{height:100px}.galleries{margin-top:-30px}.gallery{margin-bottom:28px}.gallery-title{padding-left:4vw;font-size:1.1rem}.gallery-row{padding-left:4vw;padding-right:4vw}.gallery-track{gap:4px}.movie-card{width:160px}.movie-card.top10{width:220px}.movie-card.top10 .movie-poster-wrap{width:150px}.top10-number{-webkit-text-stroke:2px var(--netflix-text-dim);font-size:5rem}.gallery-arrow{opacity:1}.gallery-arrow svg{width:24px;height:24px}.profile-logo{top:20px;left:20px}.profile-logo .logo-text{font-size:1.6rem}.profile-title{margin-bottom:30px;font-size:1.8rem}.profile-avatar{width:100px;height:100px;margin-bottom:8px;font-size:2rem}.profile-name{font-size:1rem}.add-profile-btn{margin-top:30px;font-size:1rem}.player-container{border-radius:4px;width:95vw}.detail-modal{padding:3vh 10px}.detail-container{border-radius:4px}.footer{padding:30px 4vw}.movie-card:hover{transform:none}.movie-card:active{transform:scale(.98)}}@media (width<=480px){:root{--header-h:52px;--hero-height:80vw}.header{padding:0 16px}.header-right{gap:8px}.header-logo .logo-text{font-size:1.3rem}.header-notif,.header-profile .chevron{display:none}.header-avatar{width:28px;height:28px;font-size:.75rem}.search-container{background:0 0;border:none;padding:0}.search-container:focus-within{z-index:30;background:#000c;border:1px solid #fff3;width:60vw;height:36px;margin:auto;position:absolute;top:0;bottom:0;right:16px}.hero{min-height:280px}.hero-content{padding:0 16px 50px}.hero-badge{letter-spacing:1px;font-size:.7rem}.hero-title{margin-bottom:8px;font-size:1.6rem}.hero-meta{margin-bottom:8px;font-size:.8rem}.hero-description{display:none}.hero-buttons{flex-direction:row;gap:8px}.btn-play,.btn-info{flex:1;justify-content:center;padding:7px 14px;font-size:.85rem}.btn-play svg,.btn-info svg{width:16px;height:16px}.gallery-title{padding-left:16px;font-size:1rem}.gallery-row{padding-left:16px;padding-right:16px}.movie-card{width:130px}.movie-card.top10{width:180px}.movie-card.top10 .movie-poster-wrap{width:120px}.top10-number{font-size:4rem}.movie-card-overlay{padding:6px}.movie-card-title{font-size:.75rem}.movie-card-meta{font-size:.65rem}.profile-logo{top:16px;left:16px}.profile-title{margin-bottom:24px;font-size:1.4rem}.profile-grid{flex-wrap:wrap;gap:14px;padding:0 16px}.profile-avatar{border-radius:6px;width:80px;height:80px;font-size:1.5rem}.profile-name{font-size:.85rem}.add-profile-btn{margin-top:24px;font-size:.9rem}.detail-modal{padding:0}.detail-container{border-radius:0;min-height:100vh;margin-bottom:0}.detail-close{width:32px;height:32px;top:10px;right:10px}.detail-banner-content{bottom:16px;left:16px;right:16px}.detail-banner-content h1{margin-bottom:10px;font-size:1.3rem}.detail-body{gap:16px;padding:0 16px 20px}.detail-similar{padding:0 16px 24px}.detail-similar h3{font-size:1.1rem}.detail-description{font-size:.9rem}.player-controls{gap:8px;padding:10px 14px}.control-btn svg{width:18px;height:18px}.player-time{min-width:50px;font-size:.7rem}.progress-bar-container{height:4px}.progress-bar-container:hover{height:6px}.player-close{width:34px;height:34px;top:10px;right:10px}.player-close svg{width:16px;height:16px}.footer{padding:24px 16px}.footer-links{gap:10px}.footer-links a{font-size:.75rem}.footer-copy{font-size:.7rem}.toast{text-align:center;padding:10px 18px;font-size:.85rem;bottom:20px;left:16px;right:16px;transform:translateY(120px)}.toast{left:16px;right:16px;transform:translate(0)translateY(120px)}.toast.show{transform:translate(0)translateY(0)}}@media (width<=360px){:root{--hero-height:90vw}.header{padding:0 12px}.header-logo .logo-text{font-size:1.2rem}.hero-title{font-size:1.3rem}.btn-play,.btn-info{padding:6px 12px;font-size:.8rem}.movie-card{width:110px}.movie-card.top10{width:160px}.movie-card.top10 .movie-poster-wrap{width:110px}.top10-number{font-size:3.5rem}.gallery-title{font-size:.9rem}.profile-title{font-size:1.2rem}.profile-avatar{width:70px;height:70px;font-size:1.3rem}.profile-grid{gap:10px}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.hero-bg{animation:none}}@media (width<=900px) and (orientation:landscape){:root{--hero-height:100vh}.hero{min-height:320px}.hero-content{padding-bottom:40px}.hero-description{display:none}}
