*{box-sizing:border-box}body{margin:0;background:#070916;color:#f6f7fb;font-family:system-ui,-apple-system,sans-serif}main{max-width:760px;margin:auto;padding:18px 16px 80px}header{display:flex;justify-content:space-between;align-items:center}.brand{display:flex;gap:10px;align-items:center}.brand img{width:46px;height:46px;border-radius:13px}.brand b{display:block;font-size:20px}.brand small{color:#9299ad;font-size:11px}header button{background:#11162a;color:white;border:1px solid #282e46;border-radius:12px;padding:10px}.hero{margin-top:18px;padding:24px 20px;border:1px solid #292f4b;border-radius:22px;background:radial-gradient(circle at 85% 15%,#522078,#0d1227 60%)}.hero span{font-size:10px;letter-spacing:2px;color:#bfc5ff}.hero h1{font-size:30px;margin:8px 0}.hero p{color:#b4b9c9}.search{margin:18px 0;padding:13px 15px;background:#11162a;border:1px solid #292f46;border-radius:15px}.search input{margin-left:8px;background:none;border:0;outline:0;color:white;width:85%;font-size:14px}.cats{display:flex;gap:8px;overflow:auto}.cats button{white-space:nowrap;background:#10152a;color:#d5d9e7;border:1px solid #2b3150;border-radius:12px;padding:10px}.cats button.active{background:#633bd0;color:#fff}.title{display:flex;justify-content:space-between;align-items:center}.title span{color:#7f879c;font-size:12px}h2{font-size:18px;margin:18px 0 11px}#grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.card{background:#0f1426;border:1px solid #252b43;border-radius:15px;overflow:hidden}.poster{height:180px;display:grid;place-items:center;color:#788099;background:linear-gradient(145deg,#242a45,#11152a)}.info{padding:10px}.info b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta{color:#81899e;font-size:11px;margin:5px 0 8px}.watch{width:100%;padding:9px;border:0;border-radius:9px;background:#633bd0;color:#fff;font-weight:700}nav{position:fixed;bottom:0;left:0;right:0;padding:13px;text-align:center;background:#090c1b;border-top:1px solid #252b43;color:#a8afc2}@media(min-width:620px){#grid{grid-template-columns:repeat(3,1fr)}}