/* researcher/researcher.css */

/* Wallet Card */
.wallet-card {
  background: linear-gradient(135deg, #1D4ED8, #2563EB, #38BDF8);
  border-radius: var(--radius);
  padding: 32px;
  color: #fff;
  box-shadow: 0 16px 48px rgba(37,99,235,.35);
  max-width: 420px;
}
.wallet-amount {
  font-size: 3rem;
  font-weight: 900;
  margin-bottom: 6px;
  letter-spacing: -.02em;
}
