.actions{display:flex;flex-wrap:wrap;gap:7px}.button-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;background:#147d71;color:#fff;text-decoration:none;font-weight:700}.button-link.secondary{background:#e9eff5;color:#16243a}.text-link{color:#147d71;text-align:center}.badge.archived{background:#eef1f5;color:#596579}.amount-positive{color:#087443;font-weight:700}.amount-negative{color:#b42318;font-weight:700}.filter-grid{display:grid;grid-template-columns:repeat(4,minmax(130px,1fr));gap:12px;align-items:end;margin-bottom:22px}.edit-pop{min-width:260px;padding:14px;background:#f7fafc;border:1px solid #dce4ee;border-radius:12px;position:absolute;right:30px;z-index:2}.catalog-layout{display:grid;grid-template-columns:240px 1fr;gap:20px}.category-menu{display:flex;flex-direction:column;gap:7px;height:max-content}.category-menu a{padding:11px 13px;border-radius:10px;text-decoration:none;color:#16243a}.category-menu a.active{background:#147d71;color:#fff}.product-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.product-card{background:#fff;border:1px solid #dce4ee;border-radius:16px;padding:18px}.product-card img{width:100%;height:160px;object-fit:cover;border-radius:11px}.product-card strong,.product-card small{display:block}.product-card strong{font-size:20px;color:#147d71}@media(max-width:760px){.filter-grid,.catalog-layout,.product-cards{grid-template-columns:1fr}.edit-pop{position:static}.actions{min-width:210px}}
