.category-pills{display:flex;flex-wrap:wrap;gap:10px}.category-pill{padding:8px 16px;border-radius:10px;border:1px solid rgba(0,0,0,.25);background:#fff;cursor:pointer;font-family:var(--codex-font-sans);font-size:14px;font-weight:400;color:var(--codex-color-text);white-space:nowrap;transition:background var(--codex-transition-fast) ease-out,color var(--codex-transition-fast) ease-out,border-color var(--codex-transition-fast) ease-out}.category-pill:hover{background:#0000000f}.category-pill.active{background:var(--codex-color-primary);color:var(--codex-color-primary-inverse);border-color:var(--codex-color-primary)}.category-pill.active:hover{background:var(--codex-color-primary)}
