.avatar {
  width: 36px;
  height: 36px;
  border-radius: var(--radius-circle);
  background-color: var(--color-bg-elevated);
  color: var(--color-text-base);
  object-fit: cover;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-ui);
  font-weight: 700;
  font-size: 0.875rem;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  user-select: none;
  flex-shrink: 0;
  overflow: hidden;
}

.avatar--initials {
  background: linear-gradient(135deg, #2a2a2a, #3a3a3a);
  color: var(--color-text-base);
}

.avatar--lg {
  width: 56px;
  height: 56px;
  font-size: 1.125rem;
}

.avatar--xl {
  width: 96px;
  height: 96px;
  font-size: 1.75rem;
}
