/* MineBrush catalogue cards — compact category-specific decision data. */
[data-mb-design="v4"] .mbds-catalog-grid{align-items:stretch;gap:16px}
[data-mb-design="v4"] .mbds-catalog-card{overflow:hidden;border-radius:14px;background:var(--mbds-surface);box-shadow:0 7px 20px rgb(5 43 96/.055);transform:none}
[data-mb-design="v4"] .mbds-catalog-card:hover{box-shadow:0 11px 28px rgb(5 43 96/.09);transform:none}
[data-mb-design="v4"] .mbds-catalog-card__visual{border:0;background:color-mix(in srgb,var(--mbds-card-accent) 7%,var(--mbds-surface-raised))}
[data-mb-design="v4"] .mbds-catalog-card__visual img{width:100%;height:100%;object-fit:cover}
[data-mb-design="v4"] .mbds-catalog-card__copy{display:flex;min-width:0;padding:16px}
[data-mb-design="v4"] .mbds-catalog-card .mbds-eyebrow{margin:0 0 6px;color:var(--mbds-card-accent);font-size:10px;line-height:1.2;letter-spacing:.06em}
[data-mb-design="v4"] .mbds-catalog-card h2{margin:0;font-size:19px;line-height:1.12}
[data-mb-design="v4"] .mbds-catalog-card h2 a{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3}
[data-mb-design="v4"] .mbds-catalog-card__summary{display:-webkit-box!important;overflow:hidden;margin-top:8px;color:var(--mbds-ink-muted);font-size:12px;line-height:1.42;-webkit-box-orient:vertical;-webkit-line-clamp:2}
[data-mb-design="v4"] .mbds-catalog-card dl{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px;margin:12px 0 0}
[data-mb-design="v4"] .mbds-catalog-card dl:not(:has(>div)){display:none}
[data-mb-design="v4"] .mbds-catalog-card dl>div{display:block;min-width:0;min-height:50px;padding:7px 8px;border:1px solid color-mix(in srgb,var(--mbds-card-accent) 18%,var(--mbds-line));border-radius:8px;background:color-mix(in srgb,var(--mbds-card-accent) 4%,var(--mbds-surface-raised))}
[data-mb-design="v4"] .mbds-catalog-card dt,[data-mb-design="v4"] .mbds-catalog-card dd{display:block;min-width:0;margin:0;white-space:normal}
[data-mb-design="v4"] .mbds-catalog-card dt{color:var(--mbds-card-accent);font-size:9px;line-height:1.15;font-weight:850;letter-spacing:.04em;text-transform:uppercase}
[data-mb-design="v4"] .mbds-catalog-card dd{display:-webkit-box;overflow:hidden;max-width:none;margin-top:3px;color:var(--mbds-ink);font-size:11px;line-height:1.25;font-weight:750;-webkit-box-orient:vertical;-webkit-line-clamp:2}
[data-mb-design="v4"] .mbds-catalog-card footer{display:grid;grid-template-columns:minmax(0,1fr) auto auto;align-items:end;gap:8px;margin-top:auto;padding-top:13px}
[data-mb-design="v4"] .mbds-catalog-card footer p{display:flex;min-width:0;flex-direction:column;gap:3px;margin:0;color:var(--mbds-ink-muted);font-size:10px;line-height:1.25;white-space:normal}
[data-mb-design="v4"] .mbds-catalog-card footer p span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
[data-mb-design="v4"] .mbds-catalog-card footer time{white-space:nowrap}
[data-mb-design="v4"] .mbds-card-save{display:grid;place-items:center;width:40px;height:40px;border:1px solid var(--mbds-line);border-radius:9px;color:var(--mbds-card-accent);background:var(--mbds-surface-raised);font-size:20px;line-height:1}
[data-mb-design="v4"] .mbds-card-save.is-saved{color:#fff;background:var(--mbds-card-accent)}
[data-mb-design="v4"] .mbds-catalog-card .mbds-button{display:inline-flex;width:auto;min-width:105px;min-height:40px;padding:0 11px;border:1px solid var(--mbds-card-accent);border-radius:9px;color:var(--mbds-card-accent);background:transparent;font-size:11px;white-space:nowrap}
[data-mb-design="v4"] .mbds-catalog-card .mbds-button:hover{color:#fff;background:var(--mbds-card-accent)}
[data-mb-design="v4"] .mbds-catalog-card .mbds-button:focus-visible,[data-mb-design="v4"] .mbds-card-save:focus-visible{outline:3px solid color-mix(in srgb,var(--mbds-card-accent) 35%,transparent);outline-offset:3px}
[data-mb-design="v4"] .mbds-catalog-card--technical,[data-mb-design="v4"] .mbds-catalog-card--technical:first-child,[data-mb-design="v4"] .mbds-catalog-card--service,[data-mb-design="v4"] .mbds-catalog-card--editorial{grid-template-columns:minmax(170px,35%) minmax(0,1fr);min-height:250px}
[data-mb-design="v4"] .mbds-catalog-card--world,[data-mb-design="v4"] .mbds-catalog-card--world:first-child,[data-mb-design="v4"] .mbds-catalog-card--visual{grid-template-columns:1fr;grid-template-rows:190px minmax(0,1fr);min-height:0}
[data-mb-design="v4"] .mbds-hub-project-strip .mbds-catalog-card dl,[data-mb-design="v4"] .mbds-project-strip .mbds-catalog-card dl{display:none}

@media (max-width:1180px){
  [data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--world),[data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--visual){grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (max-width:760px){
  [data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--world),[data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--visual),[data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--service),[data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--editorial),[data-mb-design="v4"] .mbds-catalog-grid:has(>.mbds-catalog-card--technical){grid-template-columns:1fr}
  [data-mb-design="v4"] .mbds-catalog-card--technical,[data-mb-design="v4"] .mbds-catalog-card--technical:first-child,[data-mb-design="v4"] .mbds-catalog-card--service,[data-mb-design="v4"] .mbds-catalog-card--editorial,[data-mb-design="v4"] .mbds-catalog-card--world,[data-mb-design="v4"] .mbds-catalog-card--world:first-child,[data-mb-design="v4"] .mbds-catalog-card--visual{grid-template-columns:1fr;grid-template-rows:180px minmax(0,1fr);min-height:0}
}
@media (max-width:430px){
  [data-mb-design="v4"] .mbds-catalog-card dl{grid-template-columns:repeat(2,minmax(0,1fr))}
  [data-mb-design="v4"] .mbds-catalog-card footer{grid-template-columns:minmax(0,1fr) 40px}
  [data-mb-design="v4"] .mbds-catalog-card .mbds-button{grid-column:1/-1;justify-self:stretch}
}
