.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)}.secondary-button{color:#fff;background:#ffffff14;border:1px solid #ffffff14}.secondary-button:hover{background:#ffffff1f;transform:translateY(-2px)}.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}@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{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:2rem;width:100%;display:flex}.search-toolbar{align-items:center;gap:1rem;width:100%;display:flex}.search-input-group{background:#ffffff0d;border:1px solid #ffffff14;border-radius:18px;flex:1;align-items:center;gap:.8rem;height:58px;padding:0 1.1rem;transition:border-color .25s,background .25s,box-shadow .25s;display:flex}.search-input-group:focus-within{background:#ffffff12;border-color:#ff00558c;box-shadow:0 0 0 4px #ff00551f}.search-input-group svg{color:#ffffffa6;flex-shrink:0}.search-input-group input{color:#fff;background:0 0;border:none;outline:none;flex:1;height:100%;font-size:1rem}.search-input-group input::placeholder{color:#ffffff73}.search-submit-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#f05,#ff3d7f);border:none;border-radius:18px;justify-content:center;align-items:center;gap:.7rem;height:58px;padding:0 1.5rem;font-size:.95rem;font-weight:700;transition:transform .25s,opacity .25s;display:inline-flex}.search-submit-button:hover{transform:translateY(-2px)}.search-submit-button:disabled{opacity:.65;cursor:not-allowed}.search-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:1.5rem;display:grid}.search-card{color:inherit;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:24px;flex-direction:column;text-decoration:none;transition:transform .3s,border-color .3s,background .3s;display:flex;overflow:hidden}.search-card:hover{background:#ffffff0f;border-color:#ffffff1f;transform:translateY(-6px)}.search-card-poster{aspect-ratio:2/3;background:#111;width:100%;overflow:hidden}.search-card-poster img{object-fit:cover;width:100%;height:100%;transition:transform .4s}.search-card:hover .search-card-poster img{transform:scale(1.04)}.search-card-content{flex-direction:column;gap:1rem;padding:1rem;display:flex}.search-card-content h2{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:1rem;font-weight:700;line-height:1.4;display:-webkit-box;overflow:hidden}.search-card-footer{justify-content:space-between;align-items:center;gap:1rem;display:flex}.search-card-footer span{color:#ffffffa6;font-size:.9rem}.search-card-actions{align-items:center;gap:.5rem;display:flex}.icon-button:hover{background:#ffffff24;transform:translateY(-2px)}.icon-button.play{background:linear-gradient(135deg,#f05,#ff3d7f)}.icon-button.danger:hover{background:#ff005538}.existing-badge{color:#7dffbb;background:#00ff8c1f;border:1px solid #00ff8c33;border-radius:999px;align-items:center;gap:.45rem;width:fit-content;padding:.45rem .75rem;font-size:.82rem;font-weight:600;display:inline-flex}.search-empty{color:#ffffffa6;text-align:center;background:#ffffff08;border:1px dashed #ffffff14;border-radius:28px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:260px;display:flex}.search-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1rem;display:flex}.search-pagination button{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:14px;min-width:120px;height:48px;padding:0 1rem;font-weight:600;transition:background .25s,transform .25s}.search-pagination button:hover{background:#ffffff24;transform:translateY(-2px)}.search-pagination button:disabled{opacity:.45;cursor:not-allowed}.search-pagination span{color:#ffffffbf;font-size:.95rem}.modal-overlay{z-index:999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000b8;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.search-modal{background:#141418;border:1px solid #ffffff14;border-radius:28px;flex-direction:column;gap:1.4rem;width:100%;max-width:460px;padding:2rem;display:flex;position:relative;box-shadow:0 25px 60px #00000073}.modal-close{color:#fff;cursor:pointer;background:#ffffff14;border:none;border-radius:12px;justify-content:center;align-items:center;width:38px;height:38px;display:inline-flex;position:absolute;top:1rem;right:1rem}.search-modal h2{color:#fff;font-size:1.5rem;font-weight:800}.search-modal p{color:#ffffffb3;line-height:1.6}.search-modal input{color:#fff;background:#ffffff0f;border:none;border-radius:16px;outline:none;width:100%;height:54px;padding:0 1rem}.modal-actions{justify-content:flex-end;gap:1rem;display:flex}.modal-actions button{cursor:pointer;border:none;border-radius:14px;justify-content:center;align-items:center;gap:.6rem;height:50px;padding:0 1.3rem;font-weight:700;transition:transform .25s,opacity .25s;display:inline-flex}.modal-actions button:first-child{color:#fff;background:#ffffff14}.modal-actions button:last-child{color:#fff;background:linear-gradient(135deg,#f05,#ff3d7f)}.modal-actions button:hover{transform:translateY(-2px)}@media (width<=768px){.search-toolbar{flex-direction:column}.search-submit-button{width:100%}.search-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr))}.search-modal{padding:1.5rem}.modal-actions{flex-direction:column}.modal-actions button{width:100%}}@media (width<=480px){.search-grid{grid-template-columns:1fr}.search-card-content{padding:.9rem}.search-card-actions{gap:.4rem}.icon-button{width:34px;height:34px}}.movie-form-overlay{z-index:99999;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000c7;justify-content:center;align-items:center;padding:1.5rem;animation:.2s fadeIn;display:flex;position:fixed;inset:0}.movie-form-modal{background:linear-gradient(#17171f,#101014);border:1px solid #ffffff0f;border-radius:28px;width:100%;max-width:820px;max-height:92vh;animation:.25s modalUp;overflow-y:auto;box-shadow:0 30px 80px #0009}.movie-form-header{border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:flex-start;padding:1.6rem;display:flex}.movie-form-badge{color:#ffffffb3;text-transform:uppercase;background:#ffffff0f;border-radius:999px;padding:.4rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.movie-form-header h2{color:#fff;margin:.5rem 0 0;font-size:clamp(1.4rem,2vw,2rem)}.icon-button{color:#fff;cursor:pointer;background:#ffffff0f;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex}.icon-button:hover{background:#ffffff1f}.movie-form{padding:1.6rem}.movie-form-grid{grid-template-columns:1fr 1fr;gap:1.2rem;display:grid}.form-field{flex-direction:column;gap:.5rem;display:flex}.form-field.full{grid-column:1/-1}label{color:#ffffffb3;font-size:.9rem}input,textarea{color:#fff;background:#ffffff0a;border:1px solid #ffffff0f;border-radius:16px;outline:none;width:100%;padding:.9rem 1rem}input:focus,textarea:focus{border-color:#ffffff26}.genre-list{flex-wrap:wrap;gap:.5rem;margin-top:.8rem;display:flex}.genre-chip{color:#fff;background:#ffffff14;border-radius:999px;align-items:center;gap:.4rem;padding:.4rem .7rem;font-size:.85rem;display:flex}.genre-chip button{color:#fff;cursor:pointer;background:0 0;border:none}.movie-form-actions{justify-content:flex-end;gap:1rem;margin-top:2rem;display:flex}.primary-button,.secondary-button{cursor:pointer;border:none;border-radius:14px;padding:.9rem 1.4rem;font-weight:600}.primary-button{color:#fff;background:linear-gradient(135deg,#ff004c,#ff4f72)}.secondary-button{color:#fff;background:#ffffff0f}@keyframes modalUp{0%{opacity:0;transform:translateY(15px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.spin{animation:1s linear infinite spin}@media (width<=768px){.movie-form-grid{grid-template-columns:1fr}.movie-form-actions{flex-direction:column-reverse}.primary-button,.secondary-button{width:100%}}.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}*,: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}}
