.page-subtitle{margin:6px 0 0;color:var(--muted)}
.brand-groups{display:grid;gap:28px}
.brand-group{background:white;border:1px solid var(--line);border-radius:15px;overflow:hidden}
.brand-group-head{padding:18px 20px;background:#f8fafb;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between}
.brand-group-head>div{display:flex;align-items:center;gap:12px}
.brand-group-head h2{margin:0;font-size:21px}.brand-group-head p{margin:0;color:var(--muted);font-size:12px}
.brand-mark{width:42px;height:42px;display:grid;place-items:center;border-radius:10px;background:var(--brand-navy);color:var(--brand-lime);font-size:20px;font-weight:900}
.brand-total{background:var(--brand-pale-blue);color:var(--brand-dark-blue);border-radius:100px;padding:6px 11px;font-size:12px;font-weight:750}
.catalog-list-head,.catalog-row{display:grid;grid-template-columns:minmax(280px,2fr) 110px minmax(170px,1fr) 150px 30px;align-items:center;gap:16px}
.catalog-list-head{padding:9px 20px;color:var(--muted);text-transform:uppercase;font-size:10px;font-weight:800;letter-spacing:.06em;border-bottom:1px solid var(--line)}
.catalog-row{position:relative;padding:12px 20px;color:inherit;text-decoration:none;border-bottom:1px solid var(--line);transition:.15s}
.catalog-row:last-child{border-bottom:0}.catalog-row:hover{background:#f9fbfc}
.catalog-product-identity{display:flex;align-items:center;min-width:0}
.catalog-product-identity>div:last-child{min-width:0;display:grid}.catalog-product-identity strong{font-size:15px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-product-identity code{font-size:11px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.catalog-config,.catalog-price{display:grid}.catalog-config span,.catalog-price span{font-size:11px;color:var(--muted)}
.catalog-price>strong{color:var(--brand-orange)}.row-arrow{font-size:20px;color:var(--brand-dark-blue)}
.empty-state{text-align:center;padding:50px}
@media(max-width:950px){.catalog-list-head{display:none}.catalog-row{grid-template-columns:minmax(240px,2fr) minmax(150px,1fr) 130px 26px}.catalog-row>div:nth-child(2){position:absolute;margin:38px 0 0 0}.catalog-config{padding-left:5px}}
@media(max-width:650px){.page-head .search{width:100%}.brand-group-head{padding:14px}.brand-total{display:none}.catalog-row{position:relative;display:grid;grid-template-columns:1fr auto;gap:9px;padding:13px}.catalog-product-identity{grid-column:1/-1}.catalog-row>div:nth-child(2){position:absolute;right:13px;top:14px;margin:0}.catalog-config{padding-left:0}.catalog-price{text-align:right}.row-arrow{display:none}.catalog-product-identity strong{padding-right:75px}}
