.cs-catalog{max-width:var(--codex-max-width);margin:0 auto;padding:var(--codex-space-16) var(--codex-page-padding) var(--codex-space-24)}.cs-catalog__toolbar{display:flex;align-items:center;gap:var(--codex-space-6);margin-bottom:var(--codex-space-8);flex-wrap:wrap}@media(max-width:600px){.cs-catalog__toolbar{flex-direction:column;align-items:stretch}}.cs-catalog__industries{display:flex;gap:var(--codex-space-2);flex-wrap:wrap}.cs-catalog__pill{padding:6px 16px;border:1px solid var(--codex-color-border);border-radius:100px;background:transparent;cursor:pointer;font-size:var(--codex-text-sm);font-family:inherit;transition:background var(--codex-transition-fast),color var(--codex-transition-fast),border-color var(--codex-transition-fast)}.cs-catalog__pill:hover,.cs-catalog__pill--active{background:#000;color:#fff;border-color:#000}.cs-catalog__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--codex-space-8)}@media(max-width:900px){.cs-catalog__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.cs-catalog__grid{grid-template-columns:1fr}}.cs-catalog__empty{color:var(--codex-color-muted);font-size:var(--codex-text-lg);padding:var(--codex-space-12) 0;margin:0}
