:root{--bg:#07090f;--panel:#10131c;--line:#252a38;--text:#f5f7fb;--muted:#9299aa;--red:#f2304f}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 75% -10%,#211322 0,transparent 32%),var(--bg);color:var(--text);font-family:"DM Sans",sans-serif;min-height:100vh}.shell{max-width:1500px;margin:auto;padding:0 42px}header{height:86px;display:flex;align-items:center;gap:30px;border-bottom:1px solid #ffffff0f;position:sticky;top:0;background:#07090fe8;backdrop-filter:blur(18px);z-index:10}.brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none;font:800 21px Manrope;white-space:nowrap}.brand b{width:34px;height:34px;border-radius:10px;background:var(--red);display:grid;place-items:center;font-size:13px;box-shadow:0 8px 24px #f2304f44}.brand i{font-style:normal;color:var(--red)}.search{height:45px;max-width:560px;flex:1;margin:auto;display:flex;align-items:center;gap:10px;padding:0 15px;background:#11141c;border:1px solid #232734;border-radius:12px;color:var(--muted)}.search:focus-within{border-color:#5d6375}.search input{width:100%;background:0;border:0;outline:0;color:#fff;font:500 14px "DM Sans"}.top-btn,.icon-btn,.filter,.more{font:600 14px "DM Sans";color:#dfe2ea;background:#141821;border:1px solid #292e3c;border-radius:10px;cursor:pointer}.top-btn{height:42px;padding:0 15px}.top-btn.active,.icon-btn.active{background:#3a1720;border-color:#792335;color:#fff}.watch{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(270px,1fr);gap:26px;padding:38px 0 30px}.player-card,aside{background:#0c0f16;border:1px solid #202431;border-radius:16px;overflow:hidden}.screen{aspect-ratio:16/9;background:#030406;position:relative;display:grid;place-items:center}.screen video{width:100%;height:100%;object-fit:contain;display:none}.screen.has-video video{display:block}.player-empty,.loading{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:radial-gradient(circle,#151923,#050608 70%)}.player-empty h1{font:700 clamp(20px,2vw,29px) Manrope;margin:18px 0 6px}.player-empty p,.muted{color:var(--muted)}.play{width:70px;height:70px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,var(--red),#a70d2d);box-shadow:0 0 0 12px #f2304f12,0 16px 35px #0008}.loading{display:none;background:#050608e8}.loading.show{display:flex}.loading span,.status span{width:28px;height:28px;border:3px solid #ffffff25;border-top-color:var(--red);border-radius:50%;animation:spin .8s linear infinite}.now{min-height:100px;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px}.identity{display:flex;align-items:center;gap:14px;min-width:0}.logo{background:#fff;color:#252834;border-radius:10px;display:grid;place-items:center;overflow:hidden;font:800 11px Manrope;flex:none}.logo img{width:100%;height:100%;object-fit:contain}.logo.big{width:62px;height:62px}.identity small,.heading small{color:#ff667d;font:700 10px Manrope;letter-spacing:1.4px}.identity h2{font:700 18px Manrope;margin:4px 0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.identity p{margin:0;color:var(--muted);font-size:13px}.icon-btn{width:42px;height:42px;font-size:20px}.error{display:none;margin:0;padding:10px 20px;background:#35131b;color:#ff9daf;font-size:13px}.error.show{display:block}aside{padding:24px}.heading h2{font:700 24px Manrope;margin:4px 0 15px}#recentList{display:flex;flex-direction:column;gap:8px}.recent{display:flex;align-items:center;gap:11px;padding:9px;border-radius:11px;cursor:pointer}.recent:hover{background:#181c26}.recent .logo{width:43px;height:43px}.copy{min-width:0;flex:1}.copy strong{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:13px}.copy span{color:var(--muted);font-size:11px}.catalog{padding:24px 0 58px}.catalog-head{display:flex;justify-content:space-between;align-items:end}.catalog-head p{color:var(--muted);font-size:13px}.filters{display:flex;gap:8px;overflow:auto;margin:0 0 18px;padding-bottom:8px;scrollbar-width:none}.filter{padding:9px 15px;white-space:nowrap}.filter.active,.filter:hover{background:var(--red);border-color:var(--red);color:white}.status{height:180px;display:flex;align-items:center;justify-content:center;gap:12px;color:var(--muted)}.status span{width:22px;height:22px}.grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.card{position:relative;min-width:0;padding:12px;background:#10141c;border:1px solid #212634;border-radius:13px;display:flex;align-items:center;gap:11px;cursor:pointer;transition:.18s}.card:hover{background:#181d28;border-color:#3b4254;transform:translateY(-2px)}.card.playing{border-color:var(--red)}.card .logo{width:48px;height:48px}.fav{position:absolute;right:6px;top:4px;border:0;background:0;color:#7d8495;font-size:17px;cursor:pointer}.fav.active{color:var(--red)}.more{display:block;margin:24px auto;padding:11px 22px}.empty-results{text-align:center;color:var(--muted);padding:60px 0}.empty-results b{font-size:35px}.empty-results h3{color:#fff;margin:10px}.empty-results p{margin:0}footer{border-top:1px solid #1d202b;min-height:95px;display:flex;align-items:center;justify-content:space-between;color:var(--muted);font-size:12px}.brand.mini{font-size:16px}.brand.mini b{width:28px;height:28px;font-size:10px}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:1100px){.grid{grid-template-columns:repeat(4,1fr)}.watch{grid-template-columns:1fr}aside{display:none}}@media(max-width:780px){.shell{padding:0 17px}header{height:72px;gap:12px}.top-btn span{display:none}.top-btn{width:42px}.brand{font-size:17px}.brand b{width:30px;height:30px}.grid{grid-template-columns:repeat(2,minmax(0,1fr))}.watch{padding-top:20px}.now{padding:14px}.logo.big{width:48px;height:48px}.catalog-head>p{display:none}}@media(max-width:480px){header{flex-wrap:wrap;height:auto;padding:13px 0}.search{order:3;flex-basis:100%;max-width:none}.grid{grid-template-columns:1fr}.player-empty p{display:none}.player-empty h1{font-size:18px}.icon-btn:last-child{display:none}}
