:root{--bg:#0a0a0d;--panel:#17171e;--red:#ed2636;--red-light:#ff5060;--text:#f7f7f8;--muted:#a4a4af}*{box-sizing:border-box}html{scroll-behavior:smooth;color:var(--text)}body,html{background:var(--bg)}body{margin:0;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}.home{max-width:1280px;margin:0 auto;padding:0 28px}.nav{min-height:76px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #ffffff1a}.brand{font-size:25px;font-weight:800;letter-spacing:-1px}.brand span{color:var(--red)}nav{display:flex;gap:24px;color:var(--muted);font-size:14px}nav a:focus-visible,nav a:hover{color:var(--text)}.hero{padding:90px 0 82px}.eyebrow{color:var(--red-light);font-size:12px;font-weight:700;letter-spacing:2px;text-transform:uppercase}.hero h1{max-width:650px;margin:14px 0;font-size:clamp(42px,7vw,76px);line-height:.98;letter-spacing:-3px}.hero p:not(.eyebrow){max-width:480px;color:#c2c2ca;line-height:1.6}.button{display:inline-block;margin-top:18px;padding:14px 21px;border-radius:9px;background:var(--red);font-weight:700}.button:focus-visible,.button:hover{background:var(--red-light)}.catalog{padding:22px 0 48px}.catalog-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:22px}.catalog-head h2{margin:8px 0 0;font-size:30px}.tabs{display:flex;gap:8px;flex-wrap:wrap}.tab{border:1px solid #ffffff2a;border-radius:999px;padding:10px 17px;background:transparent;color:var(--muted);font:inherit;font-weight:700;cursor:pointer}.tab.active,.tab:focus-visible,.tab:hover{border-color:var(--red);background:var(--red);color:#fff}.grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));grid-gap:18px;gap:18px}.card{min-width:0}.poster{position:relative}.card img{display:block;width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:9px;background:#25252c}.play{position:absolute;right:9px;bottom:9px;width:28px;height:28px;display:grid;place-items:center;border-radius:50%;background:var(--red);font-size:11px;opacity:0;transition:opacity .2s}.card:focus-visible .play,.card:hover .play{opacity:1}.card span,.card strong{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card strong{margin-top:10px}.card span{margin-top:4px;color:var(--muted);font-size:12px}.card:focus-visible img{outline:3px solid var(--red-light);outline-offset:3px}.catalog-status{min-height:52px;display:flex;justify-content:center;align-items:center;gap:12px;color:var(--muted);font-size:13px}.retry{border:0;border-radius:6px;padding:8px 12px;background:var(--red);color:#fff;cursor:pointer}.back-top{position:fixed;right:24px;bottom:24px;z-index:3;width:46px;height:46px;display:grid;place-items:center;border-radius:50%;background:var(--red);color:#fff;font-size:24px;box-shadow:0 5px 20px #0008}.back-top:focus-visible,.back-top:hover{background:var(--red-light)}@media(max-width:800px){.home{padding:0 17px}.nav{align-items:flex-start;flex-wrap:wrap;padding:18px 0;gap:14px}.nav nav{width:100%;justify-content:space-between;order:3}.hero{padding:62px 0 48px}.grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:13px}.catalog-head{align-items:flex-start;flex-direction:column}.tabs{width:100%}.tab{flex:1 1}}@media(max-width:480px){.hero h1{font-size:45px}.hero{padding-top:50px}.back-top{right:16px;bottom:16px}}