:root{--red:#ff334f;--bg:#0c0c0e;--panel:#18181b;--line:#2b2b30;--muted:#9999a2}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:#f7f7f8;font-family:Arial,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}.topbar{position:fixed;z-index:20;inset:0 0 auto;height:72px;display:flex;align-items:center;gap:20px;padding:0 28px;background:#0c0c0eed;border-bottom:1px solid var(--line);backdrop-filter:blur(15px)}.menu{border:0;background:none;color:#fff;font-size:24px;cursor:pointer}.logo{display:flex;align-items:center;gap:9px;font-size:21px;font-weight:800;white-space:nowrap}.logo strong{color:var(--red)}.logo i{width:34px;height:24px;display:grid;place-items:center;border-radius:8px;background:linear-gradient(135deg,var(--red),#ff743c)}.logo i b{border-block:5px solid transparent;border-left:8px solid white;margin-left:2px}.search{margin:auto;width:min(550px,48vw);display:flex;border:1px solid #3b3b41;border-radius:30px;overflow:hidden;background:#151518}.search input{width:100%;padding:11px 18px;border:0;outline:0;background:none;color:white}.search span{width:55px;display:grid;place-items:center;background:#222226;font-size:22px}.subscribe{display:inline-flex;justify-content:center;padding:12px 20px;border-radius:30px;background:white;color:#111;font-weight:800;white-space:nowrap}.subscribe:hover{background:var(--red);color:white}.sidebar{position:fixed;z-index:15;top:72px;bottom:0;width:238px;padding:24px 14px;background:#101012;border-right:1px solid var(--line)}nav{display:grid;gap:5px}nav a{display:flex;align-items:center;gap:17px;padding:11px 14px;border-radius:11px;color:#d3d3d8;font-size:14px;font-weight:700}nav a:hover,nav a.active{background:#252529;color:white}nav span{width:20px;text-align:center;font-size:19px}hr{margin:19px 5px;border:0;border-top:1px solid var(--line)}.sidebar>small{display:block;margin:0 14px 10px;color:#787881;font-size:10px;font-weight:800;letter-spacing:.13em}.side-card{margin:25px 4px;padding:17px;border:1px solid #303036;border-radius:15px;color:#aaaab2;font-size:12px;line-height:1.55}.side-card a{display:block;margin-top:12px;color:#ff637a;font-weight:800}main{min-height:100vh;margin-left:238px;padding:104px clamp(20px,3vw,50px) 70px}.channel{display:flex;align-items:center;gap:24px;padding:32px clamp(22px,4vw,52px);border:1px solid var(--line);border-radius:24px;background:radial-gradient(circle at 75% -30%,#ff334f48,transparent 42%),linear-gradient(135deg,#202025,#121214)}.avatar{flex:none;width:98px;height:98px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff7a45,var(--red),#96132c);font-size:30px;font-weight:900}.channel>div:nth-child(2){flex:1}.channel small,.section-head small{color:#ff6e84;font-weight:900;letter-spacing:.15em}.channel h1{margin:6px 0;font-size:clamp(30px,4vw,46px)}.channel p{max-width:650px;margin:0;color:#aaaab2;font-size:14px;line-height:1.55}.featured{display:grid;grid-template-columns:1.55fr .65fr;margin:34px 0;border:1px solid var(--line);border-radius:22px;overflow:hidden;background:var(--panel)}.player{aspect-ratio:16/9;background:#000}.player iframe{width:100%;height:100%;border:0}.featured-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:35px}.featured-copy small{padding:6px 9px;border-radius:6px;background:#ff334f1f;color:#ff6a80;font-weight:900}.featured-copy h2{font-size:clamp(20px,2.3vw,30px);line-height:1.25}.featured-copy p{color:var(--muted);font-size:13px;line-height:1.6}.featured-copy a{padding:10px 13px;border:1px solid #3c3c42;border-radius:9px;background:#242428;font-size:12px;font-weight:800}.filters{display:flex;gap:9px;padding:8px 0 30px;overflow:auto}.filters button{padding:9px 16px;border:1px solid #34343a;border-radius:9px;background:#202024;color:#ddd;cursor:pointer;white-space:nowrap}.filters button.active,.filters button:hover{background:white;color:#111}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:20px}.section-head h2{margin:7px 0 0;font-size:clamp(24px,3vw,34px)}.section-head>a{color:#aaa;font-size:12px}.grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px 17px}.thumb{position:relative;width:100%;padding:0;border:0;border-radius:13px;overflow:hidden;aspect-ratio:16/9;background:#222;cursor:pointer}.thumb img{width:100%;height:100%;object-fit:cover;transition:.3s}.thumb i{position:absolute;left:50%;top:50%;width:48px;height:48px;display:grid;place-items:center;border-radius:50%;background:#ff334fee;opacity:0;transform:translate(-50%,-42%);transition:.25s;font-style:normal;color:white}.thumb:hover img{transform:scale(1.04);filter:brightness(.7)}.thumb:hover i{opacity:1;transform:translate(-50%,-50%)}.info{display:flex;gap:11px;padding-top:12px}.info>span{flex:none;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#ff7747,var(--red));font-size:10px;font-weight:900}.info h3{min-height:38px;margin:0 0 6px;font-size:14px;line-height:1.4}.info h3 button{padding:0;border:0;background:none;color:white;text-align:left;font-weight:750;cursor:pointer}.info p{margin:2px 0;color:#85858e;font-size:11px}.loading,.empty{grid-column:1/-1;padding:70px 20px;border:1px dashed #343439;border-radius:18px;color:#8d8d95;text-align:center}.empty b,.empty span{display:block}.empty b{margin-bottom:8px;color:white}footer{margin-left:238px;padding:38px clamp(20px,3vw,50px);display:flex;align-items:center;gap:25px;border-top:1px solid var(--line);color:#777780;font-size:11px}footer p:nth-child(2){margin-right:auto}@media(max-width:1100px){.grid{grid-template-columns:repeat(3,1fr)}.featured{grid-template-columns:1.3fr .7fr}.featured-copy{padding:24px}}@media(max-width:850px){.sidebar{transform:translateX(-100%);transition:.25s;box-shadow:20px 0 50px #000}.sidebar.open{transform:none}main,footer{margin-left:0}.grid{grid-template-columns:repeat(2,1fr)}.featured{grid-template-columns:1fr}.channel>.subscribe{display:none}}@media(max-width:570px){.topbar{height:62px;padding:0 13px;gap:11px}.sidebar{top:62px}.logo{font-size:17px}.logo i{width:30px;height:21px}.search{width:auto;flex:1}.search input{padding:9px 11px;font-size:12px}.search span{width:38px}.top-subscribe{font-size:0;padding:10px}.top-subscribe:after{content:"Join";font-size:12px}main{padding:82px 13px 50px}.channel{padding:20px 17px;border-radius:17px;gap:14px}.avatar{width:58px;height:58px;font-size:18px}.channel h1{font-size:25px}.channel p{font-size:11px}.featured{margin:20px 0;border-radius:15px}.featured-copy{padding:18px}.grid{grid-template-columns:1fr;gap:28px}.section-head>a{display:none}footer{padding:30px 16px;display:grid;gap:12px}footer p{margin:0!important}}@media(pointer:coarse){.thumb i{opacity:.9;transform:translate(-50%,-50%)}}
