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

/* Round badge (circular, single letter) */
.round-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  margin-right: 6px;
}

.round-badge.series-seed { background: #6b7280; }
.round-badge.series-a { background: #C41230; }
.round-badge.series-b { background: #3b82f6; }
.round-badge.series-c { background: #10b981; }
.round-badge.series-d { background: #8b5cf6; }
.round-badge.series-e { background: #f59e0b; }
.round-badge.series-combined { background: #374151; width: auto; border-radius: 11px; padding: 0 8px; font-size: 10px; }
