/* Shared utility styles */
.glass {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(6px);
}

.avatar {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 9999px;
}

.section-title {
  font-size: 1.25rem;
  font-weight: 600;
}
