@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;600;800&display=swap";:root{--netflix-red:#e50914;--netflix-red-dark:#b20710;--bg-dark:#0f0f0f;--bg-card:#ffffff08;--text-white:#fff;--text-gray:#b3b3b3;--sidebar-width:260px;--glass:#141414b3;--accent:#00df9a;--border:#ffffff14;--shadow:0 8px 32px 0 #00000080}[data-contrast=high]{--accent:#ff4d4d;--accent-glow:#ff4d4d66}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-dark);color:var(--text-white);-webkit-font-smoothing:antialiased;font-family:Outfit,sans-serif;overflow-x:hidden}#root{display:flex}.sidebar{width:var(--sidebar-width);-webkit-backdrop-filter:blur(20px);z-index:1000;background:#141414cc;border-right:1px solid #ffffff0d;flex-direction:column;height:100vh;padding:2.5rem 1.5rem;transition:transform .3s ease-in-out;display:flex;position:fixed;top:0;left:0}.logo{color:var(--netflix-red);letter-spacing:-1.5px;cursor:pointer;margin-bottom:3.5rem;font-size:2rem;font-weight:800}.nav-group{margin-bottom:2rem}.nav-label{color:#ffffff4d;text-transform:uppercase;margin-bottom:1rem;padding-left:1rem;font-size:.75rem;font-weight:600}.nav-item{color:var(--text-gray);border-radius:12px;align-items:center;gap:1rem;margin-bottom:.6rem;padding:.9rem 1.2rem;font-size:1rem;text-decoration:none;transition:all .3s;display:flex}.nav-item:hover,.nav-item.active{color:var(--text-white);background:#e5091426;box-shadow:0 4px 15px #e509141a}.nav-item svg{width:20px;height:20px}.main-content{margin-left:var(--sidebar-width);width:calc(100% - var(--sidebar-width));min-height:100vh}.hero-banner{background-position:50%;background-size:cover;align-items:center;width:100%;height:85vh;padding:0 6%;display:flex;position:relative}.hero-overlay{background:linear-gradient(#0000 20%,#141414 90%),linear-gradient(90deg,#141414 5%,#0000 60%);width:100%;height:100%;position:absolute;top:0;left:0}.hero-info{z-index:10;max-width:650px;position:relative}.hero-badge{color:#00df9a;background:#00df9a1a;border-radius:20px;margin-bottom:1.5rem;padding:.3rem .8rem;font-size:.8rem;font-weight:600;display:inline-block}.hero-title{letter-spacing:-2px;margin-bottom:1.5rem;font-size:4.5rem;font-weight:800;line-height:1.1}.hero-desc{color:var(--text-gray);margin-bottom:2.5rem;font-size:1.25rem;line-height:1.5}.hero-btns{gap:1.2rem;display:flex}.btn{cursor:pointer;border:none;border-radius:8px;align-items:center;gap:.8rem;padding:.9rem 2.5rem;font-size:1rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.btn-play{color:#000;background:#fff}.btn-play:hover{background:#ffffffd9;transform:translateY(-2px)}.btn-info{color:#fff;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#6d6d6eb3}.btn-info:hover{background:#6d6d6e80;transform:translateY(-2px)}.category-row{padding:3rem 6%}.row-title{margin-bottom:1.5rem;font-size:1.8rem;font-weight:700}.movie-grid{scrollbar-width:none;gap:15px;padding:1rem 0;display:flex;overflow-x:auto}.movie-grid::-webkit-scrollbar{display:none}.poster{cursor:pointer;background:#222;border:1px solid #ffffff0d;border-radius:12px;min-width:280px;height:160px;transition:all .4s cubic-bezier(.165,.84,.44,1);position:relative;overflow:hidden}.poster:hover{z-index:30;border-color:#fff3;transform:scale(1.08)}.poster img{object-fit:cover;width:100%;height:100%}.admin-view{padding:3rem 6%}.admin-header{justify-content:space-between;align-items:center;margin-bottom:4rem;display:flex}.user-pill{background:#ffffff0d;border:1px solid #ffffff1a;border-radius:30px;align-items:center;gap:10px;padding:.5rem 1rem;display:flex}.stats-container{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2rem;margin-bottom:4rem;display:grid}.stat-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:20px;padding:2rem;transition:transform .3s}.stat-card:hover{background:#ffffff0a;transform:translateY(-5px)}.stat-icon{width:48px;height:48px;color:var(--netflix-red);background:#e509141a;border-radius:12px;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.stat-val{margin-bottom:.3rem;font-size:2.2rem;font-weight:800}.stat-name{color:var(--text-gray);font-weight:500}.tabs-nav{border-bottom:1px solid #ffffff0d;gap:3rem;margin-bottom:3rem;display:flex}.tab-btn{cursor:pointer;color:var(--text-gray);border-bottom:3px solid #0000;padding:1.2rem 0;font-size:1.1rem;font-weight:600;transition:all .3s}.tab-btn.active{color:var(--netflix-red);border-bottom-color:var(--netflix-red)}.upload-card{background:#ffffff05;border:1px solid #ffffff0d;border-radius:24px;max-width:900px;padding:3.5rem}.form-row{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}.input-box{margin-bottom:2rem}.input-box label{color:var(--text-gray);margin-bottom:.8rem;font-size:.95rem;font-weight:600;display:block}.custom-input{color:#fff;background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;outline:none;width:100%;padding:1.2rem;font-size:1rem;transition:all .3s}.custom-input:focus{border-color:var(--netflix-red);background:#ffffff0d}.file-drop{text-align:center;cursor:pointer;background:#ffffff03;border:2px dashed #ffffff1a;border-radius:15px;padding:2.5rem;transition:all .3s}.file-drop:hover{border-color:var(--netflix-red);background:#ffffff08}.empty-hero{text-align:center;flex-direction:column;justify-content:center;align-items:center;height:90vh;animation:1s fadeIn;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.empty-title{margin-bottom:1.5rem;font-size:3.5rem;font-weight:800}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--bg-dark)}::-webkit-scrollbar-thumb{background:#333;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#444}@keyframes pulse{0%{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}to{opacity:.8;transform:scale(1)}}.live-indicator{animation:2s ease-in-out infinite pulse}tbody tr:hover{background:#ffffff05;transition:all .2s}.custom-input::placeholder{color:#fff3}@media (width<=768px){:root{--sidebar-width:0px}.sidebar{z-index:2000;transform:translate(-100%);width:280px!important;display:flex!important}.sidebar.open{transform:translate(0);box-shadow:20px 0 50px #000c}.main-content{margin-left:0;padding-bottom:20px}.hero-title{font-size:2.8rem!important}.hero-desc{font-size:1rem!important}.admin-header{flex-direction:column;align-items:flex-start;gap:1.5rem}.empty-state-title{font-size:2rem!important}.empty-state-subtitle{font-size:.9rem!important}.hamburger{display:flex!important}}.hamburger{z-index:3000;color:#fff;cursor:pointer;background:#e50914e6;border:none;border-radius:12px;padding:12px;display:none;position:fixed;top:20px;left:20px;box-shadow:0 4px 15px #e5091466}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1500;background:#0009;width:100vw;height:100vh;position:fixed;top:0;left:0}.mobile-nav{display:none!important}.empty-state-container{color:#fff;text-align:center;background:radial-gradient(circle,#1a1a1a 0%,#000 100%);flex-direction:column;justify-content:center;align-items:center;height:100vh;padding:0 2rem;display:flex;position:relative;overflow:hidden}.empty-state-bg-glow{background:var(--accent);filter:blur(150px);z-index:0;opacity:.1;border-radius:50%;width:600px;height:600px;position:absolute}.empty-state-content{z-index:1}.empty-state-title{text-shadow:0 0 20px #e509144d;margin-bottom:1rem;font-size:3.5rem;font-weight:900;line-height:1.1}.empty-state-subtitle{color:#ffffff80;letter-spacing:1px;text-transform:uppercase;font-size:1.2rem}.chat-feed{scrollbar-width:thin;scrollbar-color:var(--accent) transparent}.chat-feed::-webkit-scrollbar{width:4px}.chat-feed::-webkit-scrollbar-thumb{background:var(--accent);border-radius:10px}.poster button{transition:all .3s}.poster:hover button{box-shadow:0 4px 15px #e509144d;color:#fff!important;background:#e50914!important}.poster img{transition:transform .5s cubic-bezier(.4,0,.2,1)}.poster:hover img{transform:scale(1.05)}
