/* BSC Poker X v14.0.0 — Reown native account engine */
#v1211Identity [data-v1211-pane="connect"],
#v1211Identity [data-v1211-pane="verify"],
#v1211Identity .v1211-progress{display:none!important}
#v1211Identity .v1211-card{max-width:920px}
.v1400-member-wallet,.v1400-shop-wallet{
  margin-top:18px;border:1px solid rgba(244,201,72,.26);border-radius:22px;
  background:linear-gradient(180deg,rgba(22,26,31,.96),rgba(8,12,17,.98));
  padding:20px;box-shadow:0 18px 46px rgba(0,0,0,.24)
}
.v1400-wallet-head{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:16px}
.v1400-wallet-head span{font-size:11px;letter-spacing:.16em;color:#f3c84d;font-weight:800}
.v1400-wallet-head h3{margin:5px 0 0;font-size:24px}
.v1400-wallet-head>b{padding:8px 12px;border-radius:999px;background:rgba(244,201,72,.1);color:#f6d56b;font-size:12px}
.v1400-wallet-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
.v1400-wallet-grid article{padding:14px;border-radius:16px;background:rgba(255,255,255,.035);border:1px solid rgba(255,255,255,.07)}
.v1400-wallet-grid span{display:block;color:#91a0af;font-size:12px;margin-bottom:6px}
.v1400-wallet-grid strong{font-size:14px;word-break:break-word}
.v1400-member-wallet p,.v1400-shop-wallet p{color:#aeb9c4;line-height:1.55}
.v1400-wallet-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:14px}
#balances .wallet-actions,#balances #switchWallet,#balances #disconnectWallet{display:none!important}
@media(max-width:720px){
  .v1400-wallet-grid{grid-template-columns:1fr}
  .v1400-wallet-head{align-items:flex-start;flex-direction:column}
  .v1400-wallet-actions>*{flex:1 1 100%}
}
