.recharge-modal-base{font-family:Inter,PingFang SC,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.recharge-modal-backdrop{background:rgba(0,0,0,.5)}.recharge-modal-content{position:relative;width:min(420px,100%);background:#04060d!important;border-radius:10px;border:1px solid hsla(0,0%,100%,.08);box-shadow:0 32px 60px rgba(0,0,0,.55);padding:20px;color:#fff}.recharge-modal-close{position:absolute;top:12px;right:12px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease}.recharge-modal-title{margin:0 0 24px;font-size:24px;font-weight:600;color:#fff;text-align:center;line-height:1.2}.recharge-account-balance{width:100%;border-radius:12px;margin-bottom:30px;display:flex;align-items:center;justify-content:center}.recharge-account-balance .recharge-balance-label{font-size:14px;color:#949aa7}.recharge-account-balance .recharge-balance-value{font-size:14px;font-weight:600;color:#949aa7;margin-left:10px}.recharge-token-section{margin-bottom:20px}.recharge-token-info{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:16px}.recharge-token-info .recharge-token-name{font-size:18px;font-weight:600;color:#fff}.recharge-amount-input-wrapper{margin-bottom:12px}.recharge-amount-input-wrapper .recharge-input-wrapper{background:rgba(0,0,0,0)!important;border:none!important}.recharge-amount-input-wrapper .recharge-input{background:rgba(0,0,0,0)!important;text-align:center!important;text-align-last:center;color:#fff;font-size:24px;font-weight:700}.recharge-amount-input-wrapper .recharge-input::-webkit-inner-spin-button,.recharge-amount-input-wrapper .recharge-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.recharge-amount-input-wrapper .recharge-input{-moz-appearance:textfield;appearance:textfield}.recharge-amount-input-wrapper .recharge-input::placeholder{text-align:center;color:#fff}.recharge-amount-input-wrapper .recharge-input-base{width:100%}.recharge-wallet-balance{text-align:center;color:hsla(0,0%,100%,.6);font-size:14px}.recharge-wallet-balance .recharge-wallet-balance-label{margin-right:4px}.recharge-wallet-balance .recharge-wallet-balance-value{font-weight:500}.recharge-percent-buttons{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px}.recharge-percent-buttons .recharge-percent-btn{background:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.1);border-radius:30px;padding:6px 16px;font-size:12px;font-weight:500;color:hsla(0,0%,100%,.8);cursor:pointer;transition:all .2s ease}.recharge-percent-buttons .recharge-percent-btn.active{background:rgba(67,127,255,.2);border-color:#437fff;color:#fff}.recharge-confirm-btn{width:100%;background:#437fff;border:none;font-size:16px;font-weight:600;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.recharge-confirm-btn:active:not(:disabled){transform:translateY(1px)}.recharge-modal-loading-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(4,6,13,.85);display:flex;align-items:center;justify-content:center;z-index:100;border-radius:10px}