
.live-category-group{margin:28px 0 34px}
.live-category-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:14px}
.live-category-head h3{margin:0;font-size:22px}
.live-category-head span{display:block;margin-top:3px;color:var(--muted);font-size:13px}
.live-category-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}
.live-category-card{padding:0;overflow:hidden}
.live-category-image{height:145px;background:#edf3ff;overflow:hidden}
.live-category-image img{width:100%;height:100%;object-fit:cover}
.category-image-placeholder{height:100%;display:grid;place-items:center;font-size:46px;background:linear-gradient(135deg,#eef4ff,#fff8d9)}
.live-category-body{padding:17px}
.live-category-body h4{margin:8px 0 10px;font-size:18px;line-height:1.35}
.category-stats{display:flex;gap:10px;flex-wrap:wrap;color:var(--muted);font-size:13px;margin-bottom:14px}
.api-error,.api-empty{padding:18px;border:1px solid var(--line);border-radius:15px;background:#fff}
.api-error{background:#fff3f3;border-color:#ffd3d3;color:#8d2d2d}
.api-error-text{color:#b33939!important}
@media(max-width:900px){.live-category-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.live-category-grid{grid-template-columns:1fr}.live-category-head{align-items:flex-start}}
