/*
 * Production-only visual hotfix:
 * lighten the Roman architecture behind “VIP资产中心”.
 * No layout, typography, balance, icon, or action-button changes.
 */
html:root body #root .profile-page > section.profile-wallet-card {
  background-image:
    linear-gradient(
      90deg,
      rgba(255, 252, 246, 0) 0%,
      rgba(255, 252, 246, 0.12) 38%,
      rgba(255, 252, 246, 0.28) 100%
    ),
    linear-gradient(
      104deg,
      rgba(226, 232, 220, 0.98) 0%,
      rgba(226, 232, 220, 0.98) 52.8%,
      rgba(185, 158, 95, 0.92) 52.9%,
      rgba(185, 158, 95, 0.92) 53.12%,
      rgba(226, 232, 220, 0) 53.22%
    ),
    url("/assets/profile-wallet-classical-architecture-v2.png") !important;
  background-position:
    right top,
    center,
    center !important;
  background-size:
    48% 50%,
    100% 100%,
    100% 100% !important;
  background-repeat: no-repeat, no-repeat, no-repeat !important;
}
