.category-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-top:36px}
.category-card{padding:0;background:#fff;border:1px solid #dce4ef;border-radius:18px;overflow:hidden;text-align:left;color:var(--n);cursor:pointer;transition:.2s ease;box-shadow:0 8px 24px rgba(10,36,104,.06)}
.category-card:hover,.category-card.active{transform:translateY(-3px);border-color:var(--b);box-shadow:0 14px 34px rgba(0,102,255,.14)}
.category-card img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}
.category-card span{display:flex;justify-content:space-between;align-items:end;gap:8px;padding:15px}
.category-card strong{font-family:Sora,sans-serif;font-size:15px}.category-card small{white-space:nowrap;color:#667085}
.catalog-toolbar{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:42px 0 20px;padding-bottom:16px;border-bottom:1px solid #dce4ef}
.catalog-toolbar h3{margin:4px 0 0;font-size:26px}.catalog-all,.button-link{border:0;background:none;cursor:pointer}
.product-grid{grid-template-columns:repeat(3,1fr)}
.product-card{min-height:205px;display:flex;flex-direction:column}.product-card h3{font-size:23px;margin:12px 0 8px}.product-card p{flex:1}
.product-type{color:var(--b);font-weight:700;font-size:12px;text-transform:uppercase;letter-spacing:.08em}
.product-link{display:inline-block;margin-top:18px;color:var(--b);font-weight:700;text-decoration:none}
.source-note{margin:28px 0 0;color:#667085;font-size:13px;line-height:1.6}
.catalog-empty{grid-column:1/-1;text-align:center;color:#667085;font-size:16px;padding:48px 20px;margin:0}
@media(max-width:1000px){.category-grid{grid-template-columns:repeat(2,1fr)}.product-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:620px){.category-grid,.product-grid{grid-template-columns:1fr}.catalog-toolbar{align-items:flex-start;flex-direction:column}.category-card span{align-items:center}}
