.categories-page .container{padding-top:16px}.categories-header{align-items:flex-end}.categories-count{color:#6b7280;font-size:13px;font-weight:600}.categories-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;display:grid}.category-card{background:#fff;border:1px solid #eceef2;border-radius:14px;transition:transform .2s,box-shadow .2s;display:block;overflow:hidden;box-shadow:0 2px 8px #0000000f}.category-card:active{transform:translateY(-2px);box-shadow:0 6px 16px #0000001a}.category-image-wrap{aspect-ratio:1;background:#f5f6f8;width:100%}.category-image-wrap img{object-fit:cover;width:100%;height:100%}.category-body{padding:10px 12px 12px}.category-title{color:#111827;-webkit-line-clamp:2;-webkit-box-orient:vertical;margin-bottom:4px;font-size:14px;font-weight:700;line-height:1.35;display:-webkit-box;overflow:hidden}.category-meta{color:#6b7280;font-size:12px;line-height:1.3}@media (min-width:768px){.categories-grid{flex-wrap:wrap;gap:12px;display:flex}.category-card{flex:0 0 calc(25% - 9px);max-width:calc(25% - 9px)}}@media (min-width:1200px){.category-card{flex:0 0 calc(16.6667% - 10px);max-width:calc(16.6667% - 10px)}}
