/* v85 — Lottery wallet box: kill white walletbg blobs, use top_bg corner accents.
   Applies to WinGo / K3 / 5D / WinTrx / MotoRace (.Wallet__C-balance). */

body #app .Wallet__C-balance {
  background-color: #1a1a24 !important;
  /* Replace walletbg-f5c62a26.webp white blobs with small purple corner glows */
  background-image:
    url(/assets/png/lottery-wallet-top_bg.png),
    url(/assets/png/lottery-wallet-top_bg.png) !important;
  background-repeat: no-repeat, no-repeat !important;
  /* Small accents along top + bottom borders */
  background-size: 48% auto, 42% auto !important;
  background-position: left -8% top -20%, right -5% bottom -25% !important;
  overflow: hidden;
}

/* Keep balance / buttons above decorative layers */
body #app .Wallet__C-balance > * {
  position: relative;
  z-index: 1;
}
