body{margin:0;font-family:'Manrope',sans-serif;color:#1a1b23;}
  .home-wrap{max-width:1200px;margin:0 auto;padding:40px 20px 80px;}
  .home-section{margin-bottom:40px;}
  .home-section-head{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:16px;}
  .home-section-title{font-size:22px;font-weight:800;margin:0;}
  .home-section-more{font-size:14px;font-weight:600;color:#ff5722;text-decoration:none;}
  .home-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px;}
  .home-card{text-decoration:none;color:inherit;display:block;}
  .home-card img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:10px;background:#eee;}
  .home-card-kanal{font-size:12px;font-weight:700;color:#ff5722;text-transform:uppercase;letter-spacing:.03em;margin-top:10px;}
  .home-card-title{font-size:16px;font-weight:700;margin:4px 0;line-height:1.35;}
  .home-card-meta{font-size:13px;color:#6b6d7a;}
  .home-empty,.home-loading{color:#6b6d7a;padding:20px 0;}
