/* Dashboard Velocity — page-specific styles only */

/* Transition badge (pill, variable width) */
.transition-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 22px;
  padding: 0 8px;
  border-radius: 11px;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  white-space: nowrap;
}

.transition-badge.seed-a { background: #C41230; }
.transition-badge.a-b { background: #3b82f6; }
.transition-badge.b-c { background: #10b981; }
.transition-badge.c-d { background: #8b5cf6; }
.transition-badge.d-e { background: #f59e0b; }
.transition-badge.all-combined { background: #6b7280; }
