.tca-pill{display:inline-flex;align-items:center;gap:var(--space-2);height:26px;padding:0 var(--space-3);font-family:var(--font-body);font-size:var(--size-body-xs);font-weight:var(--weight-label);line-height:1;white-space:nowrap}.tca-pill,.tca-pill>i{border-radius:var(--radius-full)}.tca-pill>i{width:7px;height:7px;flex:none}.tca-pill [data-lucide],.tca-pill svg{width:14px;height:14px;flex:none}.tca-pill--success{background:var(--status-success-bg);color:var(--status-success-fg)}.tca-pill--success>i{background:var(--status-success-solid)}.tca-pill--warning{background:var(--status-warning-bg);color:var(--status-warning-fg)}.tca-pill--warning>i{background:var(--status-warning-solid)}.tca-pill--danger{background:var(--status-danger-bg);color:var(--status-danger-fg)}.tca-pill--danger>i{background:var(--status-danger-solid)}.tca-pill--info{background:var(--status-info-bg);color:var(--status-info-fg)}.tca-pill--info>i{background:var(--status-info-solid)}.tca-pill--neutral{background:var(--status-neutral-bg);color:var(--status-neutral-fg)}.tca-pill--neutral>i{background:var(--status-neutral-solid)}.tca-tag{display:inline-flex;align-items:center;gap:var(--space-1);height:24px;padding:0 var(--space-2);border-radius:var(--radius-xs);background:var(--alpha-ink-04);color:var(--text-secondary);font-family:var(--font-body);font-size:var(--size-body-xs);font-weight:var(--weight-label);line-height:1;white-space:nowrap}.tca-tag [data-lucide],.tca-tag svg{width:13px;height:13px;flex:none}.tca-tag--source{background:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-subtle)}.tca-tag--inherited{background:var(--status-info-bg);color:var(--status-info-fg)}.tca-tag--added{background:var(--status-success-bg);color:var(--status-success-fg)}.tca-tag--removed{background:var(--status-neutral-bg);color:var(--status-neutral-fg);text-decoration:line-through}.tca-chip{display:inline-flex;align-items:center;gap:var(--space-2);height:30px;padding:0 var(--space-3);border:0;border-radius:var(--radius-full);background:transparent;box-shadow:inset 0 0 0 var(--border-width) var(--border-default);color:var(--text-secondary);font-family:var(--font-body);font-size:var(--size-body-xs);font-weight:var(--weight-label);line-height:1;text-decoration:none;white-space:nowrap;cursor:pointer;transition:var(--transition-colors)}.tca-chip [data-lucide],.tca-chip svg{width:14px;height:14px;flex:none}.tca-chip:hover{background:var(--surface-hover);color:var(--text-primary)}.tca-chip[aria-pressed=true]{background:var(--surface-selected);box-shadow:inset 0 0 0 var(--border-width) var(--color-red);color:var(--text-emphasis-safe)}