.step { display: none; }
.step.active { display: flex; }

.profile-option.selected {
  background: #f5f2ed;
  border-color: #f5f2ed;
}

.profile-option.selected,
.profile-option.selected .text-cream,
.profile-option.selected .text-silver {
  color: #0a0a0a;
}

.profile-option.selected .text-silver {
  opacity: 0.65;
}

.loading-spinner {
  width: 64px;
  height: 64px;
  border: 2px solid #1a1a1a;
  border-top: 2px solid #c0c0c0;
  border-radius: 50%;
  animation: spin 1.2s linear infinite;
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

@media (max-width: 768px) {
  .font-display { letter-spacing: -0.01em; }
}
