.navbar{z-index:90;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:linear-gradient(#050508f5,#050508d1);border-bottom:1px solid #ffffff0d;flex-direction:column;gap:18px;width:100%;padding:16px 28px;display:flex;position:sticky;top:0;overflow:hidden;box-shadow:0 10px 30px #00000047}.row{align-items:center;width:100%;display:flex}.navbar-top{justify-content:space-between;gap:18px}.navbar-search{align-items:center;gap:14px;display:flex}.menu-button{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:linear-gradient(#ffffff14,#ffffff08);border:1px solid #ffffff0f;border-radius:16px;justify-content:center;align-items:center;width:48px;height:48px;transition:transform .25s,background .25s,border-color .25s,box-shadow .25s;display:flex;box-shadow:inset 0 1px #ffffff0f,0 6px 20px #00000038}.menu-button:hover{background:linear-gradient(#ffffff1f,#ffffff0f);border-color:#ff007747;transform:translateY(-2px);box-shadow:0 10px 28px #ff007724}.logo-wrapper{justify-content:center;align-items:center;gap:12px;min-width:0;padding:6px 10px;display:flex;position:relative}.logo-wrapper:before{content:"";filter:blur(10px);pointer-events:none;background:radial-gradient(circle,#ff00771f,#0000 70%);border-radius:999px;width:120px;height:120px;animation:5s ease-in-out infinite pulseGlow;position:absolute}.MiqFace{z-index:2;object-fit:contain;filter:drop-shadow(0 4px 12px #ff00774d);width:38px;height:38px;animation:6s ease-in-out infinite butterflyFly;position:relative}.logo{z-index:2;color:#fff;letter-spacing:-.6px;white-space:nowrap;background:linear-gradient(90deg,#fff,#ff4da6);-webkit-text-fill-color:transparent;-webkit-background-clip:text;font-size:1.55rem;font-weight:800;animation:4s ease-in-out infinite logoFloat;position:relative}@keyframes butterflyFly{0%{transform:translate(0)rotate(0)scale(1)}20%{transform:translate(4px,-6px)rotate(3deg)scale(1.03)}40%{transform:translate(-3px,-10px)rotate(-2deg)scale(1.05)}60%{transform:translate(-6px,-4px)rotate(-4deg)scale(1.02)}80%{transform:translate(3px,-8px)rotate(2deg)scale(1.04)}to{transform:translate(0)rotate(0)scale(1)}}@keyframes logoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}@keyframes pulseGlow{0%,to{opacity:.6;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.genre-select{color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);appearance:none;background:linear-gradient(#ffffff14,#ffffff08);border:1px solid #ffffff14;border-radius:18px;outline:none;min-width:190px;height:52px;padding:0 18px;font-size:.95rem;font-weight:600;transition:all .25s;box-shadow:inset 0 1px #ffffff14,0 4px 18px #00000038}.genre-select:hover{background:linear-gradient(#ffffff1f,#ffffff0d);border-color:#ff007747;transform:translateY(-1px)}.genre-select:focus{border-color:#ff007773;box-shadow:0 0 0 4px #ff00771f}.genre-select option{color:#fff;background:#121212}.search-box{-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:linear-gradient(#ffffff14,#ffffff08);border:1px solid #ffffff0f;border-radius:18px;align-items:center;gap:12px;width:100%;height:52px;padding:0 18px;transition:border-color .25s,background .25s,box-shadow .25s,transform .25s;display:flex;box-shadow:inset 0 1px #ffffff14,0 4px 18px #00000038}.search-box:hover{transform:translateY(-1px)}.search-box:focus-within{background:linear-gradient(#ffffff1f,#ffffff0d);border-color:#ff007773;box-shadow:0 0 0 4px #ff00771f,0 10px 28px #ff00771f}.search-box svg{color:#ffffffa6;flex-shrink:0}.search-box input{color:#fff;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:.96rem;font-weight:500}.search-box input::placeholder{color:#ffffff73}@media (width<=768px){.navbar{gap:14px;padding:14px 16px}.navbar-search{flex-direction:column;align-items:stretch}.menu-button{width:44px;height:44px}.genre-select{width:100%;min-width:unset}.search-box{height:50px}.logo{font-size:1.2rem}.MiqFace{width:32px;height:32px}}@media (width<=480px){.navbar-top{gap:12px}.logo-wrapper{gap:8px;padding:4px 6px}.search-box,.genre-select{padding:0 14px}}.sidebar-overlay{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998;background:#000000a6;animation:.2s fadeIn;position:fixed;inset:0}.sidebar{z-index:999;background:linear-gradient(#0f0f13 0%,#070707 100%);border-right:1px solid #ffffff0f;flex-direction:column;width:280px;max-width:85vw;height:100vh;padding:24px 18px;transition:transform .28s;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%)}.sidebar.open{transform:translate(0)}.sidebar-header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.sidebar-header h2{color:#fff;font-size:1.4rem;font-weight:700}.sidebar-header button{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;transition:background .2s,transform .2s;display:flex}.sidebar-header button:hover{background:#ffffff1f;transform:scale(1.05)}.sidebar nav{flex-direction:column;gap:10px;display:flex}.sidebar-link{color:#ffffffd1;border-radius:14px;align-items:center;gap:14px;width:100%;padding:14px 16px;font-size:.98rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s,transform .2s;display:flex}.sidebar-link:hover{color:#fff;background:linear-gradient(135deg,#ff00772e,#ff007714);transform:translate(4px)}.sidebar-link svg{flex-shrink:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@media (width<=768px){.sidebar{width:250px;padding:20px 16px}.sidebar-link{padding:13px 14px}}.container{color:#fff;background:#0b0b0f;width:100%;min-height:100vh;padding-top:1rem;padding-bottom:4rem;overflow-x:hidden}.container>h1{letter-spacing:-.04em;color:#fff;padding:1.5rem clamp(1rem,4vw,3rem) 0;font-size:clamp(1.8rem,4vw,3rem);font-weight:800}.home-content{flex-direction:column;gap:2rem;display:flex}.movies-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1.4rem;padding:0 clamp(1rem,4vw,3rem);display:grid}.load-more-wrapper{justify-content:center;padding:2.5rem 1rem;display:flex}.load-more-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff003c,#ff4d6d);border:none;border-radius:18px;justify-content:center;align-items:center;min-width:220px;min-height:56px;padding:0 1.6rem;font-size:1rem;font-weight:700;transition:transform .25s,opacity .25s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 30px #ff003c47}.load-more-button:hover{transform:translateY(-3px);box-shadow:0 16px 40px #ff003c59}.load-more-button:disabled{opacity:.65;cursor:not-allowed;transform:none}.home-empty{text-align:center;color:#ffffffb8;justify-content:center;align-items:center;min-height:320px;padding:2rem;font-size:1.05rem;display:flex}.home-loading{justify-content:center;padding:3rem 0;display:flex}.home-loader{border:4px solid #ffffff14;border-top-color:#ff003c;border-radius:50%;width:52px;height:52px;animation:.8s linear infinite home-spin}@keyframes home-spin{to{transform:rotate(360deg)}}.movie-row+.movie-row{margin-top:.8rem}@media (width<=992px){.movies-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.load-more-button{width:100%;max-width:320px}}@media (width<=768px){.container>h1{padding-top:1rem}.movies-grid{gap:1rem;padding:0 1rem}.load-more-wrapper{padding-top:2rem}}@media (width<=480px){.container>h1{font-size:2rem}.movies-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.load-more-button{min-height:52px;font-size:.95rem}}.movie-row{flex-direction:column;gap:22px;width:100%;margin:0;display:flex;position:relative}.movie-row-header{padding:0 6vw}.movie-row-header h2{color:#fff;letter-spacing:-.6px;font-size:1.9rem;font-weight:800}.movie-row-wrapper{position:relative}.movie-row-scroll{scroll-behavior:smooth;scrollbar-width:none;-webkit-overflow-scrolling:touch;gap:20px;padding:10px 6vw 14px;display:flex;overflow:auto hidden}.movie-row-scroll::-webkit-scrollbar{display:none}.movie-row-arrow{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#fff;cursor:pointer;z-index:20;opacity:0;background:#0f0f0fb8;border:none;border-radius:999px;justify-content:center;align-items:center;width:62px;height:62px;transition:opacity .25s,transform .25s,background .25s,box-shadow .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.movie-row-wrapper:hover .movie-row-arrow{opacity:1}.movie-row-arrow:hover{background:#ffffff24;transform:translateY(-50%)scale(1.06);box-shadow:0 12px 30px #00000073}.movie-row-arrow:active{transform:translateY(-50%)scale(.96)}.movie-row-arrow.left{left:18px}.movie-row-arrow.right{right:18px}.movie-row-wrapper:before,.movie-row-wrapper:after{content:"";pointer-events:none;z-index:10;width:140px;position:absolute;top:0;bottom:0}.movie-row-wrapper:before{background:linear-gradient(90deg,#0f0f0f 0%,#0f0f0feb 20%,#0000 100%);left:0}.movie-row-wrapper:after{background:linear-gradient(270deg,#0f0f0f 0%,#0f0f0feb 20%,#0000 100%);right:0}@media (width>=1600px){.movie-row-arrow.left{left:32px}.movie-row-arrow.right{right:32px}}@media (width<=1024px){.movie-row-header h2{font-size:1.6rem}.movie-row-scroll{gap:18px}.movie-row-arrow{width:54px;height:54px}.movie-row-wrapper:before,.movie-row-wrapper:after{width:90px}}@media (width<=768px){.movie-row{gap:18px}.movie-row-header{padding:0 24px}.movie-row-header h2{font-size:1.3rem}.movie-row-scroll{gap:16px;padding:6px 24px 10px}.movie-row-arrow,.movie-row-wrapper:before,.movie-row-wrapper:after{display:none}}@media (width<=480px){.movie-row-header{padding:0 18px}.movie-row-header h2{font-size:1.15rem}.movie-row-scroll{gap:14px;padding:4px 18px 10px}}.movie-card{color:#fff;isolation:isolate;background:#121218;border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;width:100%;min-width:190px;max-width:240px;text-decoration:none;transition:transform .28s,border-color .28s,box-shadow .28s;display:flex;position:relative;overflow:hidden}.movie-card:hover{border-color:#ffffff1f;transform:translateY(-6px)scale(1.015);box-shadow:0 24px 50px #00000073}.movie-card-poster{aspect-ratio:2/3;background:#0f0f14;width:100%;position:relative;overflow:hidden}.movie-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s}.movie-card:hover .movie-card-poster img{filter:brightness(.78)saturate(1.08);transform:scale(1.08)}.movie-card-overlay{opacity:0;background:linear-gradient(#0000002e,#000000b8);justify-content:center;align-items:center;transition:opacity .28s;display:flex;position:absolute;inset:0}.movie-card:hover .movie-card-overlay{opacity:1}.movie-play-button{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .25s,background .25s;display:inline-flex}.movie-play-button:hover{background:#ffffff2e;transform:scale(1.08)}.movie-card-content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.movie-title{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:44px;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.movie-card-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.movie-year{color:#ffffff9e;font-size:.92rem;font-weight:500}.favorite-button{color:#fffc;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;transition:transform .25s,background .25s,color .25s;display:inline-flex}.favorite-button.active{color:#ff2d62;background:#ff004c24}@media (width<=768px){.movie-card{border-radius:18px;min-width:165px;max-width:190px}.movie-card-content{padding:.9rem}.movie-title{font-size:.95rem}.movie-play-button{width:54px;height:54px}}@media (width<=480px){.movie-card{min-width:150px;max-width:170px}.movie-card-content{gap:.8rem}.movie-title{min-height:40px;font-size:.9rem}.favorite-button{width:38px;height:38px}}.hero{background:#000;width:100%;height:82vh;min-height:620px;position:relative;overflow:hidden}.hero-slide{opacity:0;visibility:hidden;transition:opacity .8s,visibility .8s;position:absolute;inset:0}.hero-slide.active{opacity:1;visibility:visible;z-index:2}.hero-backdrop{object-fit:cover;width:100%;height:100%;animation:10s ease-in-out infinite alternate heroZoom;position:absolute;inset:0}.hero-overlay{background:linear-gradient(#00000026 0%,#0000004d 38%,#000000b3 64%,#000000f5 95%);position:absolute;inset:0}.hero-content{z-index:3;flex-direction:column;justify-content:flex-end;gap:18px;width:100%;max-width:760px;height:100%;padding:120px 64px 84px;display:flex;position:relative}.hero-top{flex-direction:column;gap:14px;display:flex}.hero-badge{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;text-transform:uppercase;letter-spacing:.5px;background:#ff007729;border:1px solid #ff007738;border-radius:999px;align-items:center;gap:8px;width:fit-content;padding:8px 14px;font-size:.82rem;font-weight:700;display:inline-flex}.hero-meta{flex-wrap:wrap;align-items:center;gap:10px;min-height:32px;display:flex}.hero-meta span{color:#ffffffeb;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff14;border:1px solid #ffffff0f;border-radius:999px;padding:7px 12px;font-size:.82rem;font-weight:600}.hero-content h1{letter-spacing:-2px;color:#fff;text-shadow:0 12px 30px #00000073;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:clamp(2.5rem,5vw,5rem);font-weight:900;line-height:1.02;display:-webkit-box;overflow:hidden}.hero-content p{color:#ffffffd1;text-shadow:0 4px 16px #0006;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-width:680px;margin:0;font-size:1.02rem;line-height:1.75;display:-webkit-box;overflow:hidden}.hero-actions{flex-wrap:wrap;align-items:center;gap:14px;margin-top:8px;display:flex}.hero-button{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:54px;padding:0 24px;font-size:.95rem;font-weight:700;text-decoration:none;transition:transform .25s,opacity .25s,background .25s,box-shadow .25s;display:inline-flex}.hero-button:hover{transform:translateY(-2px)}.hero-button.primary{color:#fff;background:linear-gradient(135deg,#ff006e,#ff4da6);box-shadow:0 14px 32px #ff006e52}.hero-button.primary:hover{box-shadow:0 18px 40px #ff006e6b}.hero-button.secondary{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;background:#ffffff14;border:1px solid #ffffff14}.hero-nav{z-index:10;color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;background:#00000061;border:none;border-radius:50%;justify-content:center;align-items:center;width:54px;height:54px;transition:transform .25s,background .25s,opacity .25s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.hero-nav:hover{background:#ff0077b3;transform:translateY(-50%)scale(1.08)}.hero-nav.left{left:24px}.hero-nav.right{right:24px}.hero-indicators{z-index:10;align-items:center;gap:10px;display:flex;position:absolute;bottom:28px;left:50%;transform:translate(-50%)}.hero-dot{cursor:pointer;background:#ffffff52;border:none;border-radius:999px;width:10px;height:10px;transition:width .25s,background .25s,transform .25s}.hero-dot.active{background:linear-gradient(90deg,#ff006e,#ff4da6);width:34px}@keyframes heroZoom{0%{transform:scale(1.02)}to{transform:scale(1.08)}}@media (width<=992px){.hero{height:74vh}.hero-content{max-width:680px;padding:110px 40px 76px}.hero-content h1{font-size:clamp(2rem,7vw,4rem)}}@media (width<=768px){.hero{height:84vh;min-height:680px}.hero-content{gap:14px;padding:100px 20px 84px}.hero-content h1{letter-spacing:-1px}.hero-content p{-webkit-line-clamp:4;font-size:.94rem;line-height:1.65}.hero-actions{width:100%}.hero-button{border-radius:16px;flex:1;min-width:140px;height:50px}.hero-nav{width:42px;height:42px}.hero-nav.left{left:10px}.hero-nav.right{right:10px}}@media (width<=480px){.hero{min-height:720px}.hero-content{padding:90px 16px 80px}.hero-meta{gap:8px}.hero-meta span{padding:6px 10px;font-size:.74rem}.hero-indicators{bottom:20px}}.player-page{color:#fff;isolation:isolate;background:#0b0b0f;min-height:100vh;position:relative;overflow:hidden}.player-backdrop{z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:hidden}.player-backdrop img{object-fit:cover;object-position:center;filter:brightness(.28)saturate(1.1)blur(2px);will-change:transform;width:100%;height:100%;position:absolute;inset:0;transform:scale(1.08)}.player-gradient{z-index:1;background:linear-gradient(#0000008c 0%,#000000a6 30%,#0b0b0feb 75%,#0b0b0f 100%);position:absolute;inset:0}.player-topbar{z-index:5;align-items:center;padding:clamp(1rem,2vw,1.5rem) clamp(1rem,4vw,3rem);display:flex;position:relative}.player-back-button{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.7rem;padding:.85rem 1.2rem;text-decoration:none;transition:transform .25s,background .25s,border-color .25s;display:inline-flex}.player-back-button:hover{background:#ffffff24;border-color:#ffffff24;transform:translateY(-2px)}.player-content{z-index:3;grid-template-columns:1.4fr .8fr;gap:2rem;width:100%;max-width:1600px;margin:0 auto;padding:clamp(1rem,3vw,2rem) clamp(1rem,4vw,3rem) 4rem;display:grid;position:relative}.player-video-section{flex-direction:column;gap:1rem;display:flex}.video-shell{background:#000;border:1px solid #ffffff0f;border-radius:28px;width:100%;position:relative;overflow:hidden;box-shadow:0 20px 60px #00000073}.modern-video{aspect-ratio:16/9;background:#000;outline:none;width:100%;display:block}.player-progress-wrapper{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0d;border:1px solid #ffffff0d;border-radius:20px;flex-direction:column;gap:.75rem;padding:1rem 1.1rem;display:flex}.player-progress-labels{color:#ffffffd1;justify-content:space-between;align-items:center;gap:1rem;font-size:.95rem;font-weight:500;display:flex}.player-progress-bar{background:#ffffff14;border-radius:999px;width:100%;height:8px;position:relative;overflow:hidden}.player-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#ff003c,#ff4d6d);height:100%;transition:width .35s}.player-info-card{-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px);background:#0f0f14c7;border:1px solid #ffffff0f;border-radius:30px;flex-direction:column;gap:1.6rem;height:fit-content;padding:clamp(1.3rem,2vw,2rem);display:flex;box-shadow:0 20px 50px #00000059}.player-title-row h1{margin-bottom:1rem;font-size:clamp(2rem,4vw,3.4rem);font-weight:800;line-height:1.05}.player-meta{flex-wrap:wrap;align-items:center;gap:.9rem;display:flex}.player-meta span{color:#ffffffd9;background:#ffffff0f;border-radius:999px;align-items:center;gap:.45rem;padding:.6rem .95rem;font-size:.92rem;font-weight:500;display:inline-flex}.player-meta svg{opacity:.85}.favorite-button{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:50%;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .25s,background .25s;display:inline-flex}.favorite-button:hover{background:#ffffff24;transform:scale(1.08)}.favorite-button:disabled{opacity:.6;cursor:not-allowed}.player-description{color:#ffffffc7;font-size:clamp(.98rem,1vw,1.05rem);line-height:1.8}.player-actions{flex-wrap:wrap;gap:1rem;display:flex}.watch-button,.secondary-button{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:.75rem;min-height:56px;padding:0 1.6rem;font-size:1rem;font-weight:700;transition:transform .25s,opacity .25s,background .25s;display:inline-flex}.watch-button{color:#fff;background:linear-gradient(135deg,#ff003c,#ff4d6d);box-shadow:0 10px 30px #ff003c59}.watch-button:hover{transform:translateY(-3px)}.player-loading,.player-error{color:#fff;background:#0b0b0f;justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.loader{border:4px solid #ffffff1a;border-top-color:#ff003c;border-radius:50%;width:54px;height:54px;animation:1s linear infinite player-spin}.youtube-shell{padding-top:56.25%;position:relative}.youtube-iframe{border-radius:inherit;border:none;width:100%;height:100%;position:absolute;inset:0}@keyframes player-spin{to{transform:rotate(360deg)}}@media (width<=1200px){.player-content{grid-template-columns:1fr}.player-info-card{width:100%}}@media (width<=768px){.player-content{padding:1rem 1rem 3rem}.player-topbar{padding:1rem}.player-title-row h1{font-size:2rem}.player-actions{flex-direction:column}.watch-button,.secondary-button{width:100%}.player-meta{gap:.6rem}.player-meta span{font-size:.85rem}.video-shell{border-radius:22px}.player-info-card{border-radius:24px}}@media (width<=480px){.player-back-button{justify-content:center;width:100%}.player-meta{flex-direction:column;align-items:flex-start}.favorite-button{width:42px;height:42px}}.admin-page{color:#fff;flex-direction:column;gap:2rem;width:100%;min-height:100vh;padding:clamp(1rem,3vw,2rem) clamp(1rem,4vw,3rem) 4rem;display:flex}.admin-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:2rem;display:flex}.admin-badge{color:#fffc;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;margin-bottom:1rem;padding:.5rem .9rem;font-size:.85rem;font-weight:600;display:inline-flex}.admin-header h1{letter-spacing:-.03em;margin-bottom:.8rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:800;line-height:1.05}.admin-header p{color:#ffffffb3;max-width:650px;font-size:clamp(.95rem,1vw,1.05rem);line-height:1.7}.admin-stats{gap:1rem;display:flex}.admin-stat-card{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0d;border:1px solid #ffffff0f;border-radius:24px;align-items:center;gap:1rem;min-width:180px;padding:1rem 1.2rem;display:flex}.admin-stat-card strong{font-size:1.4rem;font-weight:800;display:block}.admin-stat-card span{color:#ffffffa6;font-size:.92rem}.admin-form-wrapper{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:30px;width:100%;padding:clamp(1rem,2vw,1.5rem)}.admin-list-wrapper{width:100%}.admin-empty{text-align:center;background:#ffffff0a;border:1px solid #ffffff0d;border-radius:32px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;padding:5rem 2rem;display:flex}.admin-empty h2{font-size:1.6rem;font-weight:700}.admin-empty p{color:#ffffffa6}.admin-load-more{justify-content:center;margin-top:1rem;display:flex}.admin-load-more button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff003c,#ff4d6d);border:none;border-radius:18px;justify-content:center;align-items:center;gap:.8rem;min-width:220px;min-height:56px;padding:0 2rem;font-size:1rem;font-weight:700;transition:transform .25s,opacity .25s,box-shadow .25s;display:inline-flex;box-shadow:0 12px 30px #ff003c4d}.admin-load-more button:hover{transform:translateY(-3px);box-shadow:0 18px 40px #ff003c66}.admin-load-more button:disabled{opacity:.7;cursor:not-allowed}.admin-loading{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:100vh;display:flex}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.admin-page,.admin-page *{min-width:0}@media (width<=1024px){.admin-header{flex-direction:column}.admin-stats,.admin-stat-card{width:100%}}@media (width<=768px){.admin-page{padding:1rem 1rem 3rem}.admin-header h1{font-size:2.4rem}.admin-form-wrapper,.admin-empty{border-radius:24px}.admin-load-more button{width:100%}}@media (width<=480px){.admin-header h1{font-size:2rem}.admin-empty{padding:4rem 1.2rem}.admin-load-more button{border-radius:16px;min-height:52px;font-size:.95rem}}.search-movie{flex-direction:column;gap:28px;width:100%;display:flex}.search-toolbar{align-items:center;gap:16px;width:100%;display:flex}.search-input-group{background:#111;border:1px solid #ffffff14;border-radius:18px;flex:1;align-items:center;gap:12px;height:56px;padding:0 18px;transition:border-color .25s,box-shadow .25s,background .25s;display:flex}.search-input-group:focus-within{background:#151515;border-color:#e5091499;box-shadow:0 0 0 4px #e5091414}.search-input-group svg{color:#ffffff8c;flex-shrink:0}.search-input-group input{color:#fff;background:0 0;border:none;outline:none;width:100%;height:100%;font-size:.96rem}.search-input-group input::placeholder{color:#ffffff73}.search-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#e50914,#b20710);border:none;border-radius:18px;justify-content:center;align-items:center;gap:10px;height:56px;padding:0 24px;font-size:.95rem;font-weight:700;transition:transform .2s,opacity .2s,box-shadow .25s;display:flex}.search-submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 12px 30px #e509144d}.search-submit-button:disabled{opacity:.7;cursor:not-allowed}.search-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px;display:grid}.search-card{cursor:pointer;background:#111;border:1px solid #ffffff0f;border-radius:22px;flex-direction:column;text-decoration:none;transition:transform .25s,border-color .25s,box-shadow .25s;display:flex;position:relative;overflow:hidden}.search-card:hover{border-color:#ffffff1f;transform:translateY(-6px);box-shadow:0 20px 40px #00000073}.search-card-poster{aspect-ratio:2/3;background:#1a1a1a;position:relative;overflow:hidden}.search-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s,filter .3s}.search-card:hover .search-card-poster img{filter:brightness(.75);transform:scale(1.05)}.search-card-poster:after{content:"";opacity:0;background:linear-gradient(#0000 0%,#0000002e 55%,#000000eb 100%);transition:opacity .3s;position:absolute;inset:0}.search-card:hover .search-card-poster:after{opacity:1}.play-overlay{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;opacity:0;z-index:5;background:#ffffff26;border:none;border-radius:50%;justify-content:center;align-items:center;width:72px;height:72px;margin:auto;transition:opacity .25s,transform .25s,background .25s;display:flex;position:absolute;inset:0;transform:scale(.8)}.search-card:hover .play-overlay{opacity:1;transform:scale(1)}.play-overlay:hover{background:#e50914e6;transform:scale(1.08)}.search-card-content{padding:16px}.search-card-content h2{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:46px;margin:0 0 12px;font-size:1rem;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.movie-meta{color:#ffffffb3;justify-content:space-between;align-items:center;gap:12px;font-size:.85rem;display:flex}.movie-meta span{align-items:center;gap:6px;display:flex}.movie-meta svg{opacity:.8}.search-card-footer{justify-content:flex-end;align-items:center;margin-top:18px;display:flex}.search-card-actions{align-items:center;gap:10px;display:flex}.icon-button:hover{background:#ffffff1f;transform:translateY(-2px)}.icon-button.danger:hover{color:#f87171;background:#ef444426}.search-card.added{border-color:#22c55e33}.existing-badge{z-index:10;color:#4ade80;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#22c55e24;border:1px solid #22c55e4d;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-size:.75rem;font-weight:700;display:flex;position:absolute;top:12px;left:12px}.search-empty{color:#ffffff80;text-align:center;background:#ffffff05;border:1px dashed #ffffff14;border-radius:24px;flex-direction:column;justify-content:center;align-items:center;gap:18px;min-height:320px;display:flex}.search-empty svg{opacity:.5}.search-empty p{margin:0;font-size:1rem}.search-pagination{justify-content:center;align-items:center;gap:16px;margin-top:8px;display:flex}.search-pagination span{color:#ffffffbf;font-size:.92rem}.search-pagination button{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:14px;height:44px;padding:0 18px;transition:background .2s,transform .2s}.search-pagination button:hover:not(:disabled){background:#ffffff1f;transform:translateY(-1px)}.search-pagination button:disabled{opacity:.4;cursor:not-allowed}.modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b3;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.search-modal{background:#111;border:1px solid #ffffff14;border-radius:26px;width:100%;max-width:480px;padding:28px;animation:.25s modalShow;position:relative;box-shadow:0 30px 80px #0000008c}@keyframes modalShow{0%{opacity:0;transform:translateY(10px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.modal-close{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex;position:absolute;top:18px;right:18px}.modal-close:hover{background:#ffffff1f;transform:rotate(90deg)}.search-modal h2{color:#fff;margin:0 0 8px;font-size:1.4rem}.search-modal p{color:#ffffffa6;margin:0 0 20px;line-height:1.5}.search-modal input{color:#fff;background:#181818;border:1px solid #ffffff14;border-radius:16px;outline:none;width:100%;height:54px;padding:0 16px;transition:border-color .25s,box-shadow .25s}.search-modal input:focus{border-color:#e509148c;box-shadow:0 0 0 4px #e5091414}.modal-actions{justify-content:flex-end;gap:12px;margin-top:24px;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:8px;height:48px;padding:0 18px;font-weight:700;transition:transform .2s,opacity .2s;display:flex}.modal-actions button:first-child{color:#fff;background:#ffffff14}.modal-actions button:last-child{color:#fff;background:linear-gradient(135deg,#e50914,#b20710)}.modal-actions button:hover:not(:disabled){transform:translateY(-2px)}.modal-actions button:disabled{opacity:.6;cursor:not-allowed}@media (width<=768px){.search-toolbar{flex-direction:column}.search-submit-button{width:100%}.search-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:18px}.play-overlay{width:60px;height:60px}.search-modal{padding:22px}}@media (width<=520px){.search-grid{grid-template-columns:repeat(2,1fr)}.search-card-content{padding:14px}.search-card-content h2{font-size:.92rem}.movie-meta{font-size:.78rem}.search-pagination{flex-wrap:wrap}}.movie-form-overlay{z-index:9999;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#05050ad1;justify-content:center;align-items:center;padding:2rem;animation:.25s overlayFade;display:flex;position:fixed;inset:0}.movie-form-modal{background:linear-gradient(#16161ef5 0%,#0c0c12fa 100%);border:1px solid #ffffff0f;border-radius:32px;width:100%;max-width:860px;max-height:92vh;animation:.28s modalEnter;overflow-y:auto;box-shadow:0 30px 80px #00000073}.movie-form-modal::-webkit-scrollbar{width:8px}.movie-form-modal::-webkit-scrollbar-thumb{background:#ffffff24;border-radius:999px}.movie-form-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;gap:1rem;padding:2rem 2rem 1.4rem;display:flex}.movie-form-header h2{color:#fff;margin-top:.7rem;font-size:clamp(1.8rem,3vw,2.5rem);font-weight:800;line-height:1.1}.movie-form-badge{color:#ff4d79;text-transform:uppercase;letter-spacing:.04em;background:#ff004c1f;border:1px solid #ff004c3d;border-radius:999px;justify-content:center;align-items:center;padding:.45rem .85rem;font-size:.82rem;font-weight:700;display:inline-flex}.movie-form-actions-header{align-items:center;gap:.75rem;display:flex}.icon-button{color:#fff;cursor:pointer;background:#ffffff0f;border:1px solid #ffffff0f;border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;transition:transform .25s,background .25s,border-color .25s,opacity .25s;display:inline-flex}.icon-button:hover{background:#ffffff1f;border-color:#ffffff1f;transform:translateY(-2px)}.icon-button:disabled{opacity:.6;cursor:not-allowed}.movie-form{padding:2rem}.movie-form-grid{grid-template-columns:repeat(2,1fr);gap:1.4rem;display:grid}.form-field{flex-direction:column;gap:.7rem;display:flex}.form-field.full{grid-column:1/-1}.form-field label{color:#ffffffd1;font-size:.92rem;font-weight:600}.form-field input,.form-field textarea{color:#fff;background:#ffffff0d;border:1px solid #ffffff0f;border-radius:18px;outline:none;width:100%;padding:1rem 1.1rem;font-size:.96rem;transition:border-color .25s,background .25s,box-shadow .25s}.form-field textarea{resize:vertical;min-height:130px}.form-field input::placeholder,.form-field textarea::placeholder{color:#ffffff57}.form-field input:focus,.form-field textarea:focus{background:#ffffff12;border-color:#ff004c73;box-shadow:0 0 0 4px #ff004c1f}.input-wrapper{align-items:center;gap:.8rem;display:flex}.input-wrapper input{flex:1}.input-wrapper button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#ff003c,#ff4d6d);border:none;border-radius:16px;justify-content:center;align-items:center;width:50px;min-width:50px;height:50px;transition:transform .25s,opacity .25s;display:inline-flex}.input-wrapper button:hover{transform:scale(1.05)}.genre-list{flex-wrap:wrap;gap:.8rem;margin-top:1rem;display:flex}.genre-chip{color:#fff;background:#ffffff0f;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:.55rem;padding:.7rem .9rem;font-size:.88rem;font-weight:600;display:inline-flex}.genre-chip button{color:#fff;cursor:pointer;background:#ffffff1a;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;transition:background .25s,transform .25s;display:inline-flex}.genre-chip button:hover{background:#ffffff2e;transform:scale(1.08)}.movie-form-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:18px;justify-content:center;align-items:center;gap:.7rem;min-width:150px;height:54px;padding:0 1.4rem;font-size:.96rem;font-weight:700;transition:transform .25s,opacity .25s,background .25s;display:inline-flex}.primary-button{color:#fff;background:linear-gradient(135deg,#ff003c,#ff4d6d);box-shadow:0 12px 30px #ff004c47}.primary-button:hover{transform:translateY(-2px)}.secondary-button{color:#fff;background:#ffffff0f;border:1px solid #ffffff14}.secondary-button:hover{background:#ffffff1f;transform:translateY(-2px)}@keyframes overlayFade{0%{opacity:0}to{opacity:1}}@keyframes modalEnter{0%{opacity:0;transform:translateY(30px)scale(.96)}to{opacity:1;transform:translateY(0)scale(1)}}@media (width<=768px){.movie-form-overlay{padding:1rem}.movie-form-modal{border-radius:24px}.movie-form-header{padding:1.4rem 1.4rem 1rem}.movie-form{padding:1.4rem}.movie-form-grid{grid-template-columns:1fr}.movie-form-actions{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%}.movie-form-header h2{font-size:1.8rem}}@media (width<=480px){.movie-form-header{flex-direction:column;align-items:flex-start}.movie-form-actions-header{justify-content:flex-end;width:100%}.input-wrapper{flex-direction:column}.input-wrapper button{width:100%}.genre-list{gap:.6rem}}.movie-list{width:100%}.movie-list-empty{text-align:center;background:linear-gradient(#ffffff0a,#ffffff05);border:1px solid #ffffff0f;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:420px;padding:3rem 1.5rem;display:flex}.movie-list-empty h2{color:#fff;margin-bottom:.8rem;font-size:2rem;font-weight:800}.movie-list-empty p{color:#fff9;max-width:420px;font-size:1rem;line-height:1.7}.movie-list-grid{grid-template-columns:repeat(auto-fill,minmax(270px,1fr));align-items:stretch;gap:1.4rem;display:grid}.movie-list-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:linear-gradient(#ffffff0d,#ffffff05);border:1px solid #ffffff0f;border-radius:26px;flex-direction:column;height:100%;transition:transform .28s,border-color .28s,box-shadow .28s;display:flex;position:relative;overflow:hidden}.movie-list-card:hover{border-color:#ff007747;transform:translateY(-6px);box-shadow:0 18px 38px #0000006b,0 0 0 1px #ff007714}.movie-list-poster{aspect-ratio:2/3;background:#ffffff08;flex-shrink:0;width:100%;position:relative;overflow:hidden}.movie-list-poster:after{content:"";pointer-events:none;background:linear-gradient(#0000 55%,#00000073);position:absolute;inset:0}.movie-list-poster img{object-fit:cover;width:100%;height:100%;transition:transform .45s,filter .45s}.movie-list-card:hover .movie-list-poster img{filter:brightness(1.04);transform:scale(1.05)}.movie-list-content{flex-direction:column;flex:1;gap:1rem;padding:1.1rem;display:flex}.movie-list-header{flex-direction:column;gap:.7rem;min-height:82px;display:flex}.movie-list-header h2{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:2.9em;font-size:1.05rem;font-weight:700;line-height:1.45;display:-webkit-box;overflow:hidden}.movie-list-year{color:#ffffffb8;background:#ffffff0f;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;padding:.42rem .75rem;font-size:.8rem;font-weight:600;display:flex}.movie-list-year svg{opacity:.8}.movie-list-actions{flex-wrap:wrap;gap:.7rem;margin-top:auto;display:flex}.movie-list-button{cursor:pointer;border:none;border-radius:14px;flex:1;justify-content:center;align-items:center;gap:.5rem;min-width:110px;height:44px;font-size:.9rem;font-weight:700;text-decoration:none;transition:transform .2s,opacity .2s,background .2s,border-color .2s;display:flex}.movie-list-button:hover{transform:translateY(-2px)}.movie-list-button span{white-space:nowrap}.movie-list-button.play{color:#fff;background:linear-gradient(135deg,#ff006e,#ff3d8d);box-shadow:0 10px 24px #ff006e38}.movie-list-button.edit{color:#fff;background:#ffffff0f;border:1px solid #ffffff14}.movie-list-button.edit:hover{background:#ffffff1a}.movie-list-button.delete{color:#ff6b81;background:#ff3b5c1a;border:1px solid #ff3b5c2e}.movie-list-button.delete:hover{background:#ff3b5c29}@media (width<=768px){.movie-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.movie-list-card{border-radius:22px}.movie-list-content{gap:.85rem;padding:.85rem}.movie-list-header{gap:.55rem;min-height:74px}.movie-list-header h2{min-height:2.7em;font-size:.9rem;line-height:1.35}.movie-list-year{padding:.32rem .6rem;font-size:.7rem}.movie-list-actions{flex-direction:column;gap:.5rem}.movie-list-button{border-radius:12px;width:100%;min-width:100%;height:38px;padding:.5rem .65rem;font-size:.76rem}.movie-list-button svg{width:14px;height:14px}}@media (width<=480px){.movie-list{padding-bottom:1rem}.movie-list-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.movie-list-card{border-radius:18px}.movie-list-content{gap:.7rem;padding:.7rem}.movie-list-header{min-height:68px}.movie-list-header h2{min-height:2.6em;font-size:.82rem;line-height:1.3}.movie-list-year{padding:.28rem .55rem;font-size:.66rem}.movie-list-button{height:36px;padding:.5rem .65rem;font-size:.72rem}.movie-list-empty{min-height:300px;padding:2rem 1rem}.movie-list-empty h2{font-size:1.4rem}.movie-list-empty p{font-size:.9rem}}.favorites-page{padding-bottom:80px}.favorites-grid{grid-template-columns:repeat(auto-fill,minmax(190px,1fr));gap:22px;display:grid}.series-manager-page{background:radial-gradient(circle at top,#e5091414,#0000 30%),linear-gradient(#0a0a0a,#050505);flex-direction:column;gap:40px;min-height:100vh;padding:120px 48px 60px;display:flex}.series-manager-top{justify-content:space-between;align-items:center;gap:20px;display:flex}.series-manager-top h1{color:#fff;letter-spacing:-1px;font-size:3rem;font-weight:800;position:relative}.series-manager-top h1:after{content:"";background:#e50914;border-radius:999px;width:70px;height:5px;position:absolute;bottom:-10px;left:0}.new-series-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#e50914,#ff3040);border:none;border-radius:18px;align-items:center;gap:12px;height:56px;padding:0 22px;font-size:.95rem;font-weight:700;transition:transform .25s,box-shadow .25s,opacity .25s;display:flex;box-shadow:0 16px 40px #e5091459}.new-series-button:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 22px 50px #e5091473}.new-series-button:active{transform:scale(.98)}.series-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:28px;display:grid}.series-empty{text-align:center;background:#ffffff08;border:1px dashed #ffffff14;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:18px;width:100%;padding:80px 30px;display:flex}.series-empty h2{color:#fff;font-size:1.5rem;font-weight:700}.series-empty p{color:#ffffff94;max-width:520px;line-height:1.7}.series-loading{justify-content:center;align-items:center;width:100%;padding:80px 20px;display:flex}.series-manager-top{z-index:30;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#0a0a0ab8;border:1px solid #ffffff0f;border-radius:28px;padding:24px 28px;position:sticky;top:84px;box-shadow:0 18px 50px #00000040}.series-grid>*{transition:transform .25s,opacity .25s}.series-grid:hover>*{opacity:.75}.series-grid>:hover{opacity:1;transform:translateY(-4px)}@media (width<=1024px){.series-manager-page{padding:110px 28px 50px}.series-manager-top h1{font-size:2.4rem}.series-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}}@media (width<=768px){.series-manager-page{gap:28px;padding:100px 18px 40px}.series-manager-top{flex-direction:column;align-items:stretch;padding:22px}.series-manager-top h1{font-size:2rem}.new-series-button{justify-content:center;width:100%}.series-grid{grid-template-columns:1fr 1fr;gap:18px}}@media (width<=540px){.series-grid{grid-template-columns:1fr}.series-manager-top h1{font-size:1.7rem}.series-manager-top{top:72px}}.series-card{cursor:pointer;background:#111;border:1px solid #ffffff0a;border-radius:18px;flex-direction:column;width:100%;transition:transform .25s,box-shadow .25s;display:flex;overflow:hidden}.series-card:hover{transform:translateY(-6px);box-shadow:0 20px 40px #00000073}.series-card-poster{aspect-ratio:2/3;background:#000;width:100%;position:relative;overflow:hidden}.series-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s,filter .4s;display:block}.series-card:hover .series-card-poster img{filter:brightness(.7);transform:scale(1.06)}.series-card-overlay{opacity:0;z-index:10;background:linear-gradient(#00000026,#000000bf);justify-content:center;align-items:center;transition:all .25s;display:flex;position:absolute;inset:0}.series-card:hover .series-card-overlay{opacity:1}.series-card-play{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#fff;cursor:pointer;background:#ffffff2e;border:none;border-radius:50%;justify-content:center;align-items:center;width:62px;height:62px;transition:transform .2s,background .2s;display:flex}.series-card-play:hover{background:#ffffff47;transform:scale(1.08)}.series-card-actions{z-index:20;gap:8px;display:flex;position:absolute;top:12px;right:12px}.series-card-action{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;cursor:pointer;background:#000000b8;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:transform .2s,background .2s;display:flex}.series-card-action:hover{transform:scale(1.08)}.series-card-action.edit:hover{background:#0ea5e9}.series-card-action.manage:hover{background:#8b5cf6}.series-card-action.delete:hover{background:#ef4444}.series-card-content{flex-direction:column;gap:12px;padding:14px;display:flex}.series-card-top{justify-content:space-between;align-items:center;gap:12px;display:flex}.series-card-top h3{color:#fff;-webkit-line-clamp:1;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.3;display:-webkit-box;overflow:hidden}.series-card-meta{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.series-card-meta span{color:#ffffffb8;align-items:center;gap:6px;font-size:.82rem;display:flex}.series-card-content p{color:#ffffffb8;-webkit-line-clamp:4;-webkit-box-orient:vertical;font-size:.88rem;line-height:1.55;display:-webkit-box;overflow:hidden}.series-card-genres{flex-wrap:wrap;gap:8px;display:flex}.series-card-genres span{color:#ffffffe0;background:#ffffff14;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:600}.series-card-footer{color:#ffffff8c;justify-content:space-between;align-items:center;margin-top:auto;font-size:.78rem;display:flex}@media (width<=768px){.series-card-content{padding:12px}.series-card-content p{-webkit-line-clamp:3}.series-card-play{width:54px;height:54px}.series-card-action{width:34px;height:34px}}.series-modal-overlay{z-index:9999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000d1;justify-content:center;align-items:center;padding:24px;animation:.25s fadeIn;display:flex;position:fixed;inset:0}.series-modal{background:linear-gradient(#121212fa,#0a0a0afa);border:1px solid #ffffff0f;border-radius:28px;flex-direction:column;width:100%;max-width:1200px;max-height:95vh;animation:.35s modalEnter;display:flex;overflow:hidden;box-shadow:0 40px 120px #000000b3}.series-modal-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;padding:24px 28px;display:flex}.series-modal-header h2{color:#fff;font-size:1.5rem;font-weight:700}.series-modal-close{cursor:pointer;color:#fff;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:42px;height:42px;transition:background .25s,transform .25s;display:flex}.series-modal-close:hover{background:#ffffff1f;transform:rotate(90deg)}.series-modal-content{flex-direction:column;flex:1;gap:28px;padding:28px;display:flex;overflow-y:auto}.series-modal-content::-webkit-scrollbar{width:8px}.series-modal-content::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.series-preview{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:22px;gap:22px;padding:20px;display:flex}.series-preview img{object-fit:cover;border-radius:18px;flex-shrink:0;width:180px;height:260px}.series-preview-info{flex-direction:column;gap:14px;display:flex}.series-preview-info h3{color:#fff;font-size:1.5rem;font-weight:700}.series-preview-info span{color:#fff9;font-size:.95rem}.series-preview-info p{color:#ffffffb8;line-height:1.7}.series-form-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;display:grid}.series-modal input,.series-modal textarea{color:#fff;background:#ffffff0d;border:1px solid #0000;border-radius:16px;outline:none;width:100%;padding:16px 18px;font-size:.95rem;transition:border-color .25s,background .25s}.series-modal textarea{resize:vertical;min-height:130px}.series-modal input:focus,.series-modal textarea:focus{background:#ffffff12;border-color:#e50914b3}.series-modal input::placeholder,.series-modal textarea::placeholder{color:#ffffff59}.series-genres{flex-direction:column;gap:16px;display:flex}.series-genres-input{gap:12px;display:flex}.series-genres-input button{cursor:pointer;color:#fff;background:#e50914;border:none;border-radius:16px;justify-content:center;align-items:center;width:52px;transition:transform .25s,background .25s;display:flex}.series-genres-input button:hover{background:#ff1f2d;transform:scale(1.05)}.series-genres-list{flex-wrap:wrap;gap:10px;display:flex}.genre-chip{color:#fff;background:#ffffff14;border-radius:999px;align-items:center;gap:8px;padding:10px 14px;font-size:.85rem;font-weight:600;display:flex}.genre-chip button{cursor:pointer;color:#fff;background:#ffffff1f;border:none;border-radius:50%;justify-content:center;align-items:center;width:22px;height:22px;display:flex}.series-section-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.series-section-header h3,.series-section-header h5{color:#fff;font-weight:700}.series-section-header button{cursor:pointer;color:#fff;background:#ffffff14;border:none;border-radius:14px;align-items:center;gap:8px;padding:10px 16px;transition:background .25s,transform .25s;display:flex}.series-section-header button:hover{background:#ffffff24;transform:translateY(-2px)}.series-seasons{flex-direction:column;gap:24px;display:flex}.season-card{background:#ffffff0a;border:1px solid #ffffff0d;border-radius:22px;flex-direction:column;gap:18px;padding:22px;display:flex}.season-header{justify-content:space-between;align-items:center;display:flex}.season-header h4{color:#fff;font-size:1.1rem}.episodes-list{flex-direction:column;gap:18px;display:flex}.episode-card{background:#00000038;border:1px solid #ffffff0d;border-radius:18px;flex-direction:column;gap:14px;padding:18px;display:flex}.episode-header{justify-content:space-between;align-items:center;display:flex}.episode-header strong{color:#fff}.danger-button{cursor:pointer;color:#ff335f;background:#ff003c1f;border:none;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;transition:transform .25s,background .25s;display:flex}.danger-button:hover{background:#ff003c33;transform:scale(1.08)}.series-modal-footer{border-top:1px solid #ffffff0f;justify-content:flex-end;align-items:center;gap:14px;padding:22px 28px;display:flex}.series-cancel-button,.series-save-button{cursor:pointer;border:none;border-radius:16px;align-items:center;gap:10px;height:52px;padding:0 22px;font-weight:600;transition:transform .25s,opacity .25s;display:flex}.series-cancel-button{color:#fff;background:#ffffff14}.series-save-button{color:#fff;background:#e50914}.series-cancel-button:hover,.series-save-button:hover{transform:translateY(-2px)}.series-save-button:hover{background:#ff1f2d}@media (width<=900px){.series-preview{flex-direction:column}.series-preview img{width:100%;height:340px}}@media (width<=768px){.series-modal{border-radius:0;max-height:100vh}.series-modal-content{padding:20px}.series-modal-header,.series-modal-footer{padding:18px 20px}.series-form-grid{grid-template-columns:1fr}.series-modal-footer{flex-direction:column}.series-cancel-button,.series-save-button{justify-content:center;width:100%}}@media (width<=480px){.series-preview img{height:280px}.series-preview-info h3{font-size:1.2rem}.season-card,.episode-card{padding:16px}}.series-search{flex-direction:column;gap:18px;display:flex;position:relative}.series-search-input{background:#ffffff0d;border:1px solid #ffffff0f;border-radius:18px;align-items:center;gap:12px;width:100%;height:58px;padding:0 18px;transition:border-color .25s,background .25s,transform .25s;display:flex;position:relative}.series-search-input:focus-within{background:#ffffff12;border-color:#e50914b3;transform:translateY(-1px)}.series-search-input svg{color:#ffffff8c;flex-shrink:0}.series-search-input input{color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;font-size:.96rem}.series-search-input input::placeholder{color:#ffffff59}.spin{animation:.8s linear infinite spin}.series-search-results{flex-direction:column;gap:14px;max-height:420px;padding-right:6px;display:flex;overflow-y:auto}.series-search-results::-webkit-scrollbar{width:6px}.series-search-results::-webkit-scrollbar-thumb{background:#ffffff1f;border-radius:999px}.series-search-item{cursor:pointer;text-align:left;background:#ffffff0a;border:1px solid #0000;border-radius:22px;gap:18px;width:100%;padding:14px;transition:transform .25s,border-color .25s,background .25s;display:flex}.series-search-item:hover{background:#ffffff0f;border-color:#ffffff14;transform:translateY(-2px)}.series-search-item.active{background:#e5091414;border-color:#e50914cc}.series-search-poster{background:#ffffff0a;border-radius:16px;flex-shrink:0;width:92px;height:130px;overflow:hidden}.series-search-poster img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.series-search-item:hover .series-search-poster img{transform:scale(1.05)}.series-search-no-image{color:#fff6;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.series-search-info{flex-direction:column;flex:1;gap:12px;min-width:0;display:flex}.series-search-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.series-search-title-row h4{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1.05rem;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.series-search-title-row svg{color:#39d353;flex-shrink:0}.series-search-meta{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.series-search-meta span{color:#fff9;font-size:.85rem;font-weight:500}.already-added{background:#39d3531f;border:1px solid #39d35333;border-radius:999px;padding:6px 10px;color:#39d353!important;font-size:.72rem!important;font-weight:700!important}.series-search-info p{color:#ffffffb8;-webkit-line-clamp:3;-webkit-box-orient:vertical;font-size:.9rem;line-height:1.6;display:-webkit-box;overflow:hidden}.series-search-empty{text-align:center;color:#ffffff8c;background:#ffffff0a;border:1px dashed #ffffff14;border-radius:18px;padding:22px}@media (width<=768px){.series-search-item{gap:14px}.series-search-poster{width:76px;height:112px}.series-search-title-row h4{font-size:.96rem}.series-search-info p{-webkit-line-clamp:2;font-size:.84rem}}@media (width<=480px){.series-search-item{flex-direction:column}.series-search-poster{width:100%;height:220px}.series-search-title-row{align-items:center}.series-search-results{max-height:520px}}.series-details-page{color:#fff;background:linear-gradient(#050505,#0a0a0a);min-height:100vh;position:relative;overflow-x:hidden}.series-details-backdrop{z-index:0;height:780px;position:absolute;inset:0;overflow:hidden}.series-details-backdrop img{object-fit:cover;filter:brightness(.4)blur(1px);width:100%;height:100%;transform:scale(1.05)}.series-details-overlay{z-index:1;background:linear-gradient(#05050599 0%,#0505054d 40%,#050505bf 65%,#050505 95%);height:820px;position:absolute;inset:0}.series-details-topbar{z-index:5;padding:100px 48px 0;position:relative}.series-back-button{color:#fff;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffff14;border:1px solid #ffffff14;border-radius:16px;align-items:center;gap:10px;width:fit-content;padding:14px 18px;font-weight:600;text-decoration:none;transition:transform .25s,background .25s;display:flex}.series-back-button:hover{background:#ffffff24;transform:translateY(-2px)}.series-hero{z-index:5;grid-template-columns:320px 1fr;align-items:flex-end;gap:42px;padding:40px 48px 60px;display:grid;position:relative}.series-hero-poster img{object-fit:cover;border-radius:28px;width:100%;height:480px;box-shadow:0 35px 90px #0000008c}.series-hero-content{flex-direction:column;gap:22px;display:flex}.series-hero-content h1{letter-spacing:-2px;font-size:4rem;font-weight:800;line-height:1}.series-meta{flex-wrap:wrap;gap:18px;display:flex}.series-meta span{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ffffffe6;background:#ffffff14;border:1px solid #ffffff14;border-radius:999px;align-items:center;gap:8px;padding:12px 16px;font-size:.92rem;font-weight:600;display:flex}.series-overview{color:#ffffffc7;max-width:900px;font-size:1.05rem;line-height:1.9}.series-genres{flex-wrap:wrap;gap:12px;display:flex}.series-genres span{color:#fff;background:#e5091424;border:1px solid #e5091440;border-radius:999px;padding:10px 16px;font-size:.84rem;font-weight:700}.watch-series-button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#e50914,#ff3040);border:none;border-radius:18px;align-items:center;gap:12px;width:fit-content;height:58px;padding:0 28px;font-size:1rem;font-weight:700;transition:transform .25s,box-shadow .25s;display:flex;box-shadow:0 18px 50px #e5091459}.watch-series-button:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 24px 60px #e5091480}.series-player-section{z-index:5;flex-direction:column;gap:24px;padding:0 48px 60px;display:flex;position:relative}.series-player-header{justify-content:space-between;align-items:center;gap:18px;display:flex}.series-player-header span{color:#ffffff8c;font-size:.92rem}.series-player-header h2{margin-top:8px;font-size:2rem;font-weight:800}.episode-duration{background:#ffffff14;border-radius:999px;align-items:center;gap:8px;padding:12px 18px;font-weight:600;display:flex}.series-video-wrapper{background:#000;border-radius:30px;overflow:hidden;box-shadow:0 40px 120px #0009}.series-video{aspect-ratio:16/9;background:#000;width:100%}.episode-overview{color:#ffffffbf;font-size:1rem;line-height:1.8}.series-seasons-section{z-index:5;flex-direction:column;gap:28px;padding:0 48px 80px;display:flex;position:relative}.section-title h2{font-size:2.2rem;font-weight:800}.season-list{flex-direction:column;gap:20px;display:flex}.season-block{-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffff0a;border:1px solid #ffffff0f;border-radius:28px;overflow:hidden}.season-toggle{cursor:pointer;color:#fff;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:26px 28px;transition:background .25s;display:flex}.season-toggle:hover{background:#ffffff08}.season-toggle h3{font-size:1.25rem;font-weight:700}.season-toggle span{color:#ffffff8c;margin-top:8px;font-size:.9rem;display:block}.episode-list{flex-direction:column;display:flex}.episode-item{cursor:pointer;text-align:left;background:0 0;border:none;border-top:1px solid #ffffff0d;grid-template-columns:240px 1fr;gap:24px;width:100%;padding:22px 28px;transition:background .25s;display:grid}.episode-item:hover{background:#ffffff08}.episode-item.active{background:#e5091414}.episode-thumb{background:#ffffff0a;border-radius:18px;width:100%;height:135px;overflow:hidden}.episode-thumb img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.episode-item:hover .episode-thumb img{transform:scale(1.05)}.episode-no-thumb{color:#ffffff80;justify-content:center;align-items:center;width:100%;height:100%;display:flex}.episode-info{flex-direction:column;gap:14px;min-width:0;display:flex}.episode-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.episode-title-row h4{font-size:1.1rem;font-weight:700;line-height:1.4}.episode-title-row span{color:#ffffff8c;align-items:center;gap:6px;font-size:.82rem;display:flex}.episode-info p{color:#ffffffad;-webkit-line-clamp:3;-webkit-box-orient:vertical;line-height:1.7;display:-webkit-box;overflow:hidden}.series-details-loading,.series-details-error{color:#fff;background:linear-gradient(#050505,#0a0a0a);justify-content:center;align-items:center;min-height:100vh;font-size:1.2rem;display:flex}.series-loader{border:4px solid #ffffff14;border-top-color:#e50914;border-radius:50%;width:70px;height:70px;animation:.9s linear infinite spin}@media (width<=1024px){.series-hero{grid-template-columns:260px 1fr}.series-hero-content h1{font-size:3rem}}@media (width<=768px){.series-details-topbar,.series-hero,.series-player-section,.series-seasons-section{padding-left:20px;padding-right:20px}.series-hero{grid-template-columns:1fr;align-items:flex-start}.series-hero-poster img{height:420px}.series-hero-content h1{font-size:2.4rem}.series-player-header{flex-direction:column;align-items:flex-start}.episode-item{grid-template-columns:1fr;gap:18px}.episode-thumb{height:200px}}@media (width<=540px){.series-hero-content h1{font-size:2rem}.series-meta{gap:10px}.series-meta span{font-size:.8rem}.section-title h2{font-size:1.7rem}.series-player-header h2{font-size:1.5rem}.episode-thumb{height:170px}}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{min-height:100%}body{-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}button,input,textarea{font:inherit}a{color:inherit;text-decoration:none}:root{--bg:#050505;--bg-soft:#0d0d0d;--surface:#111;--surface-2:#181818;--surface-3:#202020;--primary:#ff4fa3;--primary-hover:#ff3b95;--text:#fff;--text-soft:#b3b3b3;--text-muted:#7a7a7a;--border:#ffffff14;--radius-sm:12px;--radius-md:18px;--radius-lg:28px;--shadow:0 10px 30px #00000059;--container:1400px;--navbar-height:72px;--transition:.18s ease}body{background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;overflow-x:hidden}img,video{max-width:100%;display:block}button{cursor:pointer;transition:transform var(--transition), background var(--transition), opacity var(--transition);border:none;outline:none}button:hover{transform:translateY(-2px)}.container{width:100%;max-width:100%;margin:0;padding-inline:24px}.page{width:100%;min-height:100vh}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:999px}.main-layout{width:100%;min-height:100vh;padding-bottom:1rem}.container{padding:0}@media (width<=1024px){.container{padding-inline:18px}}@media (width<=768px){.container{padding-inline:14px}}
