:root {
  --ec-radius-pill: 999px;
  --ec-color-ink: #1f1d2b;
  --ec-color-muted: #6b7280;
}

.ec-stack {
  display: flex;
  gap: var(--ec-stack-gap, 1rem);
}

.ec-stack--center {
  align-items: center;
}

.ec-pill {
  display: inline-flex;
  align-items: center;
  border-radius: var(--ec-radius-pill);
  padding: 0.15rem 0.6rem;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--ec-color-muted);
  background: rgba(15, 23, 42, 0.08);
}
