:root{--bg-color:#141414;--text-color:#fff;--text-secondary:#aaa;--primary-color:#e50914;--primary-hover:#f40612;--card-bg:#2b2b2b;--overlay-bg:#000000b3;--glass-bg:#141414d9;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--bg-color)}::-webkit-scrollbar-thumb{background:#333;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.app-container{flex-direction:column;min-height:100vh;display:flex}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.animate-fade-in{animation:.4s forwards fadeIn}.glass-header{background:var(--glass-bg);-webkit-backdrop-filter:blur(10px);z-index:100;justify-content:space-between;align-items:center;padding:1rem 4%;transition:background-color .3s;display:flex;position:sticky;top:0}.logo{color:var(--primary-color);letter-spacing:1px;cursor:pointer;text-transform:uppercase;text-shadow:0 2px 4px #00000080;font-size:1.8rem;font-weight:800}.search-bar{background:#00000080;border:1px solid #333;border-radius:4px;align-items:center;padding:.4rem .8rem;transition:border-color .3s,background .3s;display:flex}.search-bar:focus-within{background:#000c;border-color:#666}.search-bar input{color:#fff;background:0 0;border:none;outline:none;width:200px;margin-left:8px;font-size:.9rem}.nav-links{gap:1.5rem;display:flex}.nav-link{color:#e5e5e5;cursor:pointer;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .3s}.nav-link:hover,.nav-link.active{color:#fff}.hero{background-position:50%;background-size:cover;align-items:flex-end;height:60vh;min-height:400px;padding:0 4% 5%;display:flex;position:relative}.hero:after{content:"";background:linear-gradient(to top, var(--bg-color) 0%, transparent 60%), linear-gradient(to right, #141414cc 0%, transparent 50%);z-index:1;position:absolute;inset:0}.hero-content{z-index:2;max-width:600px;position:relative}.hero-title{text-shadow:2px 2px 4px #00000080;margin-bottom:.5rem;font-size:3rem;font-weight:800}.hero-meta{color:#a3a3a3;margin-bottom:1rem;font-size:1rem;font-weight:500}.hero-description{text-shadow:1px 1px 2px #00000080;color:#e5e5e5;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.5}.btn{cursor:pointer;border:none;border-radius:4px;align-items:center;gap:8px;padding:.6rem 1.5rem;font-size:1.1rem;font-weight:600;transition:transform .2s,background .2s;display:inline-flex}.btn-play{color:#000;background:#fff}.btn-play:hover{background:#ffffffb3;transform:scale(1.05)}.btn-secondary{color:#fff;background:#6d6d6eb3}.btn-secondary:hover{background:#6d6d6e66;transform:scale(1.05)}.category-row{margin:2rem 0;padding:0 4%}.category-title{color:#e5e5e5;margin-bottom:1rem;font-size:1.2rem;font-weight:600}.channels-container{scroll-behavior:smooth;scrollbar-width:none;gap:10px;padding-bottom:20px;display:flex;overflow-x:auto}.channels-container::-webkit-scrollbar{display:none}.channel-card{aspect-ratio:16/9;background:var(--card-bg);cursor:pointer;border-radius:4px;flex:0 0 calc(20% - 8px);min-width:200px;transition:transform .3s,z-index .3s,box-shadow .3s;position:relative;overflow:hidden}.channel-card:hover{z-index:10;transform:scale(1.08)translateY(-5px);box-shadow:0 10px 20px #00000080}.channel-logo{object-fit:cover;background-color:#000;width:100%;height:100%}.channel-overlay{opacity:0;background:linear-gradient(#0000,#000000e6);justify-content:space-between;align-items:flex-end;padding:20px 10px 10px;transition:opacity .3s;display:flex;position:absolute;bottom:0;left:0;right:0}.channel-card:hover .channel-overlay{opacity:1}.channel-name{white-space:nowrap;text-overflow:ellipsis;max-width:80%;font-size:.9rem;font-weight:600;overflow:hidden}.fav-btn{color:#fff;cursor:pointer;background:0 0;border:none;transition:color .2s,transform .2s}.fav-btn:hover{transform:scale(1.2)}.fav-btn.active{color:var(--primary-color)}.player-modal{z-index:1000;background:#000;flex-direction:column;display:flex;position:fixed;inset:0}.player-header{z-index:10;opacity:0;background:linear-gradient(#000c,#0000);align-items:center;gap:1rem;padding:1.5rem;transition:opacity .3s;display:flex;position:absolute;top:0;left:0;right:0}.player-modal:hover .player-header{opacity:1}.back-btn{color:#fff;cursor:pointer;background:0 0;border:none;align-items:center;display:flex}.player-title{font-size:1.2rem;font-weight:600}.video-container{background:#000;justify-content:center;align-items:center;width:100%;height:100%;display:flex}video{width:100%;height:100%;max-height:100vh}.loader-container{flex-direction:column;justify-content:center;align-items:center;gap:20px;height:100vh;display:flex}.spinner{border:4px solid #ffffff1a;border-left-color:var(--primary-color);border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}@media (width<=768px){.channel-card{flex:0 0 calc(33.333% - 8px);min-width:150px}.hero-title{font-size:2rem}.search-bar{display:none}}
