/* BridgeInvest — home.css (legacy compat + home-specific overrides) */

/* Kept minimal — most styles moved to base.css */
.signup_confirm {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: var(--text-inv);
  background: var(--navy);
  height: 92vh;
  overflow: hidden;
  gap: 2rem;
}