Generate CSS chip/tag styles.
.chip {
display: inline-flex; align-items: center; gap: 6px;
background: #f1f5f9; color: #0f172a;
border: 1px solid #e2e8f0;
border-radius: 999px;
padding: 4px 12px; font-size: 13px;
}
.chip button { background: none; border: none; cursor: pointer; color: inherit; opacity: 0.6; }