:root{color-scheme:dark;--bg:#0b0d0d;--panel:#111313;--card:#151717;--border:#242727;--red:#e50914;--red2:#ff2525;--text:#f4f4f4;--muted:#929797;--star:#ffd700;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}.container{width:min(100% - 28px,1320px);margin-inline:auto}.section{padding:34px 0}.section-title{display:flex;align-items:center;justify-content:space-between;gap:16px;margin:0 0 20px}.section-title h2{font-size:clamp(1.35rem,3vw,2rem);font-weight:500;margin:0;padding-left:16px;border-left:4px solid var(--red)}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--border);background:#202323;color:var(--text);padding:.72rem 1rem;cursor:pointer}.btn-primary{background:var(--red);border-color:var(--red)}.grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 12px}.card{min-width:0}.poster{position:relative;aspect-ratio:2/3;overflow:hidden;background:linear-gradient(145deg,#242727,#111)}.poster img{width:100%;height:100%;object-fit:cover}.badge{position:absolute;top:8px;left:8px;background:#e50914eb;padding:5px 8px;font-size:.72rem}.rating{position:absolute;right:6px;bottom:6px;background:#000000bd;padding:3px 6px}.rating span,.star{color:var(--star)}.card h3{font-size:.92rem;font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:10px 0 4px}.muted{color:var(--muted);font-size:.84rem}.alphabet{display:flex;overflow:auto;border-bottom:1px solid var(--border);scrollbar-width:none}.alphabet a{flex:0 0 52px;text-align:center;padding:18px 0;color:var(--muted)}.alphabet a:hover{color:var(--text);border-bottom:2px solid var(--red)}.site-header{position:sticky;top:0;z-index:50;background:#0c0e0e;border-bottom:1px solid var(--border)}.header-row{height:78px;display:grid;grid-template-columns:72px 1fr 72px;align-items:center}.icon-btn{height:100%;display:grid;place-items:center;border:0;border-inline:1px solid var(--border);background:transparent;color:var(--text);font-size:1.6rem}.brand{text-align:center;font-size:1.8rem;font-weight:800;letter-spacing:.03em}.brand b{color:var(--red)}.footer{border-top:1px solid var(--border);padding:44px 0;color:var(--muted)}.footer-brand{text-align:left}.hero-carousel{position:relative;min-height:360px;background:#070808;overflow:hidden}.hero-track{position:relative;min-height:360px}.hero-slide,.hero-empty{position:absolute;inset:0;min-height:360px;background:linear-gradient(90deg,#000000f0,#00000047),var(--hero) center/cover no-repeat;display:flex;align-items:flex-end;opacity:0;visibility:hidden;transform:translate(8%);transition:opacity .75s ease,transform .75s ease,visibility .75s}.hero-slide[aria-hidden=false]{opacity:1;visibility:visible;transform:translate(0);z-index:2}.hero-empty{position:relative;opacity:1;visibility:visible;transform:none;background:linear-gradient(120deg,#090a0a,#151818)}.hero-content{padding:48px 0;max-width:720px;min-width:0}.hero-content h1{font-size:clamp(2rem,6vw,4.7rem);line-height:1.02;margin:10px 0 12px;overflow-wrap:anywhere;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-content>p{font-size:clamp(1rem,2.6vw,1.25rem);line-height:1.5;max-width:650px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero-badge{position:static;display:inline-block}.update-card{display:grid;grid-template-columns:86px 1fr;gap:16px;padding:12px;background:var(--panel);margin-bottom:10px}.update-card img{width:86px;height:120px;object-fit:cover;background:var(--card)}.empty-state{padding:48px 20px;text-align:center;border:1px solid var(--border);background:var(--panel)}.empty-state h2{margin-top:0}@media(min-width:700px){.grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:30px 18px}.card h3{font-size:1rem}}@media(min-width:1000px){.grid{grid-template-columns:repeat(6,minmax(0,1fr))}.hero-carousel,.hero-track,.hero-slide,.hero-empty{min-height:500px}.header-row{grid-template-columns:82px 1fr 82px}}@media(max-width:699px){.hero-carousel,.hero-track,.hero-slide,.hero-empty{min-height:390px}.hero-content{padding:34px 0;max-width:92%}.hero-content h1{font-size:clamp(1.65rem,8vw,2.6rem);line-height:1.08;-webkit-line-clamp:3}.hero-content>p{font-size:.92rem;-webkit-line-clamp:3}.brand{font-size:clamp(1.35rem,7vw,1.8rem);white-space:nowrap}}@media(max-width:360px){.container{width:min(100% - 18px,1320px)}.grid{gap:20px 8px}.badge{font-size:.62rem;padding:4px 5px}.hero-content h1{font-size:1.55rem}.hero-carousel,.hero-track,.hero-slide,.hero-empty{min-height:360px}}
