/* badges.css */
.badge { display:inline-flex; gap:.35rem; align-items:center; padding:.2rem .5rem; border-radius:9999px; background:#222; color:#eee; font: 500 12px/1.2 system-ui; }
.badge-success { background:#123b1d; color:#b7f5c7; }
.badge-accent { background:#262036; color:#d8caff; }
.badge-neutral { background:#555; color:#000; }
.badge-muted { background:#2b2525; color:#d8c0c0; }
.tp-badges { display:flex; flex-wrap:wrap; gap:.4rem; }
.badge small { opacity:.8; margin-left:.25rem; }
.icon-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  width: 20px;
  height: 20px;
  border-radius: 9999px;
  background: #000;
}
.icon-chip .icon {
  width: 14px;
  height: 14px;
  vertical-align: top;
}
.tag-icon {
  vertical-align: baseline;
}
