body.pwdu-withdraw-active{overflow:hidden!important}
body.pwdu-withdraw-active #app{visibility:hidden!important}
.pwdu-withdraw-overlay{position:fixed;inset:0;z-index:2147482800;background:#005a52;color:#fff;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;overflow:auto}
.pwdu-withdraw-shell{max-width:486px;min-height:100vh;margin:0 auto;background:#004d46;box-shadow:0 0 0 1px rgba(255,255,255,.04)}
.pwdu-top{height:60px;background:#075d55;display:flex;align-items:center;padding:0 16px;position:sticky;top:0;z-index:2;border-bottom:1px solid rgba(255,255,255,.08)}
.pwdu-title{font-size:24px;font-weight:900;color:#fff}.pwdu-close{margin-left:auto;color:#fff;text-decoration:none;font-size:42px;line-height:1;font-weight:400}.pwdu-help{padding:16px 16px 28px;background:#075d55;font-size:15px;line-height:1.35;font-weight:700;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.pwdu-help b{color:#ffcf22}.pwdu-content{padding:18px 14px 22px}.pwdu-section{margin-bottom:18px}.pwdu-label{font-size:16px;font-weight:900;margin:0 0 10px;color:#fff}.pwdu-methods{display:flex;flex-wrap:wrap;gap:12px}.pwdu-method{min-width:86px;height:38px;border:1px solid rgba(31,232,221,.42);background:#06443f;border-radius:7px;color:#b9d9d6;font-weight:900;display:flex;align-items:center;justify-content:center;gap:7px;cursor:pointer;padding:0 14px}.pwdu-method.active{background:#16b9b3;border-color:#22d7cf;color:#fff}.pwdu-method img{width:22px;height:22px;object-fit:contain;border-radius:5px}.pwdu-empty{padding:12px;color:#bcd8d5}.pwdu-balance{display:flex;align-items:baseline;gap:10px;font-size:18px;font-weight:900;margin:3px 0 8px}.pwdu-balance span{color:#fff}.pwdu-balance b{color:#ffb328}.pwdu-amount-input-wrap{height:58px;background:#012f2c;border:1px solid rgba(23,198,190,.6);border-radius:8px;display:flex;align-items:center;overflow:hidden}.pwdu-amount-input-wrap .pwdu-input{border:0;background:transparent;border-radius:0;height:58px}.pwdu-amount-input-wrap button{height:40px;margin-right:7px;border:0;border-radius:7px;background:#0b746d;color:#d8eeee;font-size:16px;font-weight:900;padding:0 13px;cursor:pointer}.pwdu-input{width:100%;height:58px;background:#012f2c;border:1px solid rgba(23,198,190,.6);border-radius:8px;color:#fff;font-size:18px;font-weight:800;padding:0 15px;outline:none}.pwdu-input::placeholder{color:#94aaa7}.pwdu-input:focus{border-color:#26d7cf}.pwdu-amount-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.pwdu-amount{height:48px;border:0;border-radius:8px;background:#08615b;color:#fff;font-size:18px;font-weight:900;cursor:pointer}.pwdu-amount.active{background:#15aaa3}.pwdu-submit{width:100%;height:58px;border:0;border-radius:8px;background:linear-gradient(90deg,#087f78,#18b4ac);color:#fff;font-size:17px;font-weight:900;cursor:pointer;margin-top:120px}.pwdu-submit:disabled{opacity:.55;cursor:not-allowed}.pwdu-msg{display:none;border-radius:10px;padding:10px 12px;font-weight:800;margin-bottom:12px}.pwdu-msg.show.ok{display:block;background:rgba(34,197,94,.18);border:1px solid rgba(34,197,94,.45)}.pwdu-msg.show.err{display:block;background:rgba(239,68,68,.16);border:1px solid rgba(239,68,68,.45)}
body.pwdu-deposit-page .pwdu-amount-prefix::before{content:attr(data-pwdu-symbol);margin-right:2px;font-weight:inherit}
@media(max-width:420px){.pwdu-withdraw-shell{max-width:100%}.pwdu-amount-grid{gap:10px}.pwdu-amount{font-size:16px}.pwdu-submit{margin-top:70px}}
@media(min-width:760px){.pwdu-withdraw-overlay{padding:0}.pwdu-withdraw-shell{min-height:100vh}}

/* Withdraw page smooth scroll/render stability fix */
body.pwdu-withdraw-active{height:100%;overscroll-behavior:none!important}
.pwdu-withdraw-overlay{overflow-y:auto!important;overflow-x:hidden!important;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;scrollbar-gutter:stable both-edges}
.pwdu-withdraw-shell{min-height:100dvh;overflow:visible!important}
.pwdu-amount-grid,.pwdu-methods{transform:translateZ(0);backface-visibility:hidden}
.pwdu-amount,.pwdu-method,.pwdu-input{transition:none!important;animation:none!important}
