/* ── Profile Modal ── */
.profile-modal-sub {
  font-size: 12px;
  color: var(--dim);
  line-height: 1.5;
  margin-bottom: 22px;
  margin-top: -8px;
}
.profile-row-two {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
@media (max-width: 480px) {
  .profile-row-two { grid-template-columns: 1fr; }
}
#profileModal textarea.neu-input { min-height: 64px; }

/* Profile setup nudge now renders as a card in the unified toast stack
   (see showUnifiedToast() in js/utils.js) - no dedicated CSS here anymore. */