/* =============================================================================
   Role Badge Component
   Shared visual role indicators used across all content surfaces.
   Requirement: 2.6, 2.11 — consistent badge rendering platform-wide.
   Regression: 3.5 — artist colour #e94560 matches existing bi-patch-check-fill
   ============================================================================= */

.role-badge {
  display: inline-flex;
  align-items: center;
  font-size: 0.72rem;
  line-height: 1;
  margin-left: 3px;
  vertical-align: middle;
}

.role-badge--artist   { color: #e94560; }
.role-badge--admin    { color: #f59e0b; }
.role-badge--investor { color: #10b981; }
.role-badge--fan      { color: #6366f1; }
