:root{--bg:#141414;--bg-elevated:#1f1f1f;--red:#e50914;--red-dark:#b0060f;--text:#fff;--text-muted:#b3b3b3;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--bg);color:var(--text);margin:0;font-family:Helvetica Neue,Helvetica,Arial,system-ui,sans-serif}a{color:inherit;text-decoration:none}button{cursor:pointer;font-family:inherit}img{max-width:100%;display:block}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:#444;border-radius:6px}.btn{border:none;border-radius:4px;padding:.6rem 1.4rem;font-size:.95rem;font-weight:600}.btn-primary{background:var(--red);color:#fff}.btn-primary:hover{background:var(--red-dark)}.btn-secondary{color:#fff;background:#6d6d6eb3}.btn-secondary:hover{background:#6d6d6e66}.rows-container{z-index:1;margin-top:-4rem;padding-bottom:4rem;position:relative}.full-page-loader{height:100vh;color:var(--red);letter-spacing:2px;justify-content:center;align-items:center;font-size:2rem;font-weight:800;display:flex}.login-page{flex-direction:column;min-height:100vh;display:flex;position:relative}.login-backdrop{z-index:0;background:linear-gradient(#000000b3 0%,#141414e6 60%,#141414 100%),radial-gradient(circle at 20% 20%,#e5091440,#0000 40%),radial-gradient(circle at 80% 30%,#e5091426,#0000 45%),#000;position:absolute;inset:0}.login-header{z-index:1;padding:1.5rem 3rem;position:relative}.brand{color:var(--red);letter-spacing:1px;font-size:1.8rem;font-weight:800}.login-card{z-index:1;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem;display:flex;position:relative}.login-card h1{margin-bottom:.5rem;font-size:2.2rem}.login-sub{color:var(--text-muted);max-width:420px;margin-bottom:2rem}.google-btn-wrap{background:var(--bg-elevated);border-radius:8px;padding:2rem}.login-config-warning{background:var(--bg-elevated);max-width:460px;color:var(--text-muted);border:1px solid #333;border-radius:8px;padding:1.25rem;font-size:.9rem;line-height:1.6}.login-config-warning code{color:#fff;background:#333;border-radius:3px;padding:.1rem .4rem}.login-error{color:var(--red);margin-top:1rem}.navbar{z-index:50;background:linear-gradient(#000000b3 0%,#0000 100%);justify-content:space-between;align-items:center;padding:1rem 3rem;transition:background .3s;display:flex;position:fixed;top:0;left:0;right:0}.navbar-scrolled{background:var(--bg)}.navbar-left{align-items:center;gap:2.5rem;display:flex}.navbar .brand{color:var(--red);letter-spacing:1px;font-size:1.6rem;font-weight:800}.nav-links{gap:1.25rem;display:flex}.nav-links a{color:var(--text-muted);font-size:.95rem}.nav-links a.active,.nav-links a:hover{color:var(--text)}.profile-menu{cursor:pointer;position:relative}.avatar{object-fit:cover;border-radius:4px;width:34px;height:34px}.avatar-fallback{background:var(--red);justify-content:center;align-items:center;font-weight:700;display:flex}.profile-dropdown{background:#000000e6;border:1px solid #333;border-radius:4px;flex-direction:column;gap:.5rem;width:160px;padding:.75rem;display:flex;position:absolute;top:calc(100% + 12px);right:0}.profile-name{color:var(--text-muted);border-bottom:1px solid #333;padding-bottom:.5rem;font-size:.85rem}.profile-dropdown button{color:var(--text);text-align:left;background:0 0;border:none;padding:.25rem 0;font-size:.9rem}.profile-dropdown button:hover{text-decoration:underline}.hero{color:#fff;background-position:top;background-size:cover;align-items:flex-end;height:78vh;min-height:420px;display:flex;position:relative}.hero-gradient{background:linear-gradient(180deg, #14141433 0%, #1414141a 40%, var(--bg) 100%), linear-gradient(90deg, #141414e6 0%, #14141433 60%);position:absolute;inset:0}.hero-content{z-index:1;max-width:640px;padding:0 3rem 5rem;position:relative}.hero-content h1{margin:0 0 .75rem;font-size:3rem}.hero-meta{color:var(--text-muted);margin-bottom:.75rem;font-size:.95rem}.hero-desc{-webkit-line-clamp:3;-webkit-box-orient:vertical;margin-bottom:1.5rem;font-size:1.05rem;line-height:1.5;display:-webkit-box;overflow:hidden}.hero-actions{gap:1rem;display:flex}.hero-actions .btn{font-size:1.05rem}.hero-empty{background:radial-gradient(circle at 50% 30%,#1f1f1f 0%,#141414 70%);justify-content:center;align-items:center;height:60vh;min-height:380px;display:flex}.hero-empty-content{text-align:center;max-width:560px;padding:0 1.5rem}.hero-brand{color:var(--red);letter-spacing:2px;margin-bottom:1rem;font-weight:800}.hero-empty-content h1{margin:0 0 .75rem;font-size:2.2rem}.hero-empty-content p{color:var(--text-muted);line-height:1.6}.content-card{aspect-ratio:2/3;background:var(--bg-elevated);border:none;border-radius:6px;flex:none;width:200px;padding:0;transition:transform .25s,box-shadow .25s;position:relative;overflow:hidden}.content-card:hover{z-index:2;transform:scale(1.06);box-shadow:0 10px 25px #0009}.content-card img{object-fit:cover;width:100%;height:100%}.content-card-fallback{text-align:center;width:100%;height:100%;color:var(--text-muted);background:linear-gradient(135deg,#262626,#1a1a1a);justify-content:center;align-items:center;padding:1rem;font-size:.9rem;display:flex}.content-card-overlay{opacity:0;background:linear-gradient(#0000,#000000d9);padding:.5rem;transition:opacity .2s;position:absolute;bottom:0;left:0;right:0}.content-card:hover .content-card-overlay{opacity:1}.content-card-title{font-size:.8rem;font-weight:600}.row{margin:2rem 0;padding-left:3rem}.row-title{margin-bottom:.75rem;font-size:1.2rem}.row-wrap{position:relative}.row-track{scroll-behavior:smooth;scrollbar-width:none;gap:.6rem;padding:.5rem 3rem 1rem 0;display:flex;overflow-x:auto}.row-track::-webkit-scrollbar{display:none}.row-arrow{color:#fff;z-index:3;opacity:0;background:#14141499;border:none;justify-content:center;align-items:center;width:48px;font-size:2rem;transition:opacity .2s;display:flex;position:absolute;top:0;bottom:1rem}.row-wrap:hover .row-arrow{opacity:1}.row-arrow-left{left:0}.row-arrow-right{right:0}.modal-backdrop{z-index:100;background:#000c;justify-content:center;align-items:center;padding:2rem;display:flex;position:fixed;inset:0}.modal{background:var(--bg-elevated);border-radius:8px;width:100%;max-width:780px;max-height:90vh;position:relative;overflow-y:auto}.modal-close{z-index:2;color:#fff;background:#141414b3;border:none;border-radius:50%;width:36px;height:36px;font-size:1rem;position:absolute;top:1rem;right:1rem}.modal-banner{background-color:#000;background-position:50%;background-size:cover;height:340px;position:relative}.modal-banner-gradient{background:linear-gradient(0deg, var(--bg-elevated) 0%, transparent 50%);position:absolute;inset:0}.modal-video{background:#000;width:100%;height:100%}.modal-body{padding:1.5rem 2rem 2rem}.modal-body h2{margin:0 0 .4rem;font-size:1.6rem}.modal-meta{color:var(--text-muted);margin-bottom:.25rem;font-size:.9rem}.modal-genres{color:var(--text-muted);margin-bottom:1rem;font-size:.85rem}.modal-desc{margin-bottom:1.5rem;line-height:1.6}.modal-actions{gap:1rem;margin-bottom:1.5rem;display:flex}.modal-episodes h3{border-top:1px solid #333;margin-bottom:.75rem;padding-top:1rem;font-size:1.1rem}.episode-row{width:100%;color:inherit;text-align:left;background:0 0;border:none;border-bottom:1px solid #2a2a2a;border-radius:4px;justify-content:space-between;align-items:center;gap:1rem;padding:.75rem .5rem;display:flex}.episode-row:not(:disabled){cursor:pointer}.episode-row:not(:disabled):hover{background:#ffffff0f}.episode-row:disabled{opacity:.5}.episode-row-active{background:#e509141f}.episode-play-icon{color:var(--text-muted);flex:none;font-size:.9rem}.episode-row-main{flex:1}.episode-title{font-size:.95rem;font-weight:600}.episode-desc{color:var(--text-muted);margin-top:.25rem;font-size:.85rem}.episode-duration{color:var(--text-muted);white-space:nowrap;font-size:.85rem}.empty-state{text-align:center;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.empty-state h2{color:var(--text);margin-bottom:.5rem;font-size:1.4rem}.empty-state p{max-width:420px;font-size:.95rem;line-height:1.6}.my-list-page{min-height:100vh;padding:6.5rem 3rem 3rem}.my-list-page h1{margin-bottom:1.5rem}.my-list-grid{flex-wrap:wrap;gap:1rem;display:flex}
