Design status badges with solid, subtle, and outline variants.
.badge { display: inline-flex; align-items: center; padding: 2px 8px; border-radius: 9999px; font-size: 14px; font-weight: 500; background: #10b981; color: #fff; }