:root{--color-ink: #2D2D2B;--color-muted: #65716b;--color-line: #dfe5df;--color-brand: #101814;--color-logo-bg: #0b1511;--status-success: #00c853;--status-failed: #ff5f38;--color-success: var(--status-success);--color-warning: #9a6b08;--color-danger: var(--status-failed);--color-info: #22658d;--surface-page: #f9f9f7;--surface-soft: #ffffff;--shadow-soft: 0 14px 36px rgb(24 34 29 / 8%);--radius-mark: 999px;color:var(--color-ink);background:var(--surface-page);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{min-width:320px;min-height:100vh;margin:0;background:var(--surface-page)}button,input,textarea,select{font:inherit}.page-shell{min-height:100vh;min-height:100dvh;padding:max(18px,env(safe-area-inset-top)) 22px max(22px,env(safe-area-inset-bottom));background:var(--surface-page)}.withdraw-page{display:flex;min-height:calc(100vh - 40px);min-height:calc(100dvh - 40px);width:min(100%,440px);margin:0 auto;flex-direction:column}.brand-header{display:flex;align-items:center;gap:12px;min-height:56px;padding-top:4px}.brand-logo{width:44px;height:44px;flex:0 0 auto;border-radius:50%;background:var(--color-logo-bg);box-shadow:var(--shadow-soft)}.brand-name,.brand-service{margin:0}.brand-name{color:var(--color-brand);font-size:18px;font-weight:800;line-height:1.22}.brand-service{margin-top:3px;color:var(--color-muted);font-size:13px;line-height:1.35}.withdraw-content{display:flex;flex:1;flex-direction:column;justify-content:center;padding:42px 0 86px}.status-icon{align-self:center;width:68px;height:68px;margin-bottom:20px}.status-icon--processing{width:44px;height:44px}h1{align-self:center;max-width:12em;margin:0;color:var(--color-ink);font-size:28px;font-weight:800;line-height:1.34;letter-spacing:0;text-align:center}@media(max-width:360px){.page-shell{padding-right:18px;padding-left:18px}.withdraw-page{min-height:calc(100vh - 36px);min-height:calc(100dvh - 36px)}.brand-logo{width:40px;height:40px}.brand-name{font-size:17px}.withdraw-content{padding-bottom:72px}.status-icon{width:54px;height:54px;margin-bottom:18px}h1{font-size:25px}}
