.recharge-account-field{display:grid;gap:6px;margin:3px 0 13px;color:#d8bd8b;font:10px var(--sans)}
.recharge-account-field input{width:100%;box-sizing:border-box;border:1px solid rgba(223,179,100,.34);border-radius:10px;background:rgba(13,9,8,.7);color:#f0dfbd;padding:11px 12px;font:12px var(--sans);outline:none}
.recharge-account-field input:focus{border-color:#edc16f;box-shadow:0 0 0 3px rgba(227,177,94,.1)}
.recharge-wechat{cursor:zoom-in}
.recharge-wechat.expanded{grid-template-columns:1fr;justify-items:center;background:rgba(5,9,7,.46);border-color:rgba(69,207,123,.62);cursor:default}
.recharge-wechat.expanded img{width:min(100%,286px);height:auto;aspect-ratio:1;object-fit:cover;border-radius:12px;box-shadow:0 14px 35px rgba(0,0,0,.48)}
.recharge-wechat.expanded figcaption{max-width:286px;text-align:center;color:#cce8d1}
