*{box-sizing:border-box}body{margin:0;background:#0b0c0e;color:#eee;font:15px system-ui,-apple-system,sans-serif;line-height:1.55}.checkout{max-width:940px;margin:0 auto;padding:28px 24px 64px}.top{display:flex;justify-content:space-between;align-items:center;gap:20px}.top span{font-size:12px;color:#9ca3af;margin-inline-start:8px}.top select{width:auto}h1,h2,h3,p{margin:0}.demo-note{color:#aaa;font-size:12px;margin:16px 0 26px}.methods{display:flex;gap:12px;margin-bottom:22px;flex-wrap:wrap}.method{border:1px solid #484848;background:#222;color:#ddd;padding:12px 22px;border-radius:10px;cursor:pointer}.method.selected{border-color:#f59e0b;background:#362310;color:#ffcf8c}.instruction{background:linear-gradient(135deg,#33200f,#17120c);border:1px solid #835019;border-radius:22px;overflow:hidden}.instruction-header{padding:28px 32px;border-bottom:1px solid #674218}.instruction-header h1{font-size:24px;color:#ffe2b7}.instruction-header p{color:#c6bba9;margin-top:8px}.instruction-content{padding:28px 32px}.address{border:1px dashed #ac7030;background:#ff950008;padding:20px;border-radius:14px}.address label{display:block;color:#ffb85b;font-weight:650;margin-bottom:12px}.address-line{display:flex;align-items:center;gap:12px;background:#0f0e0a;padding:12px;border-radius:10px}.address-line code{flex:1;overflow-wrap:anywhere;min-width:0;color:#fff;direction:ltr;text-align:start}.copy{flex-shrink:0;background:#ffa338;color:#231400;border:0;border-radius:8px;padding:9px 15px;font-weight:700;cursor:pointer}.steps{list-style:none;margin:24px 0 0;padding:0;counter-reset:step}.steps li{counter-increment:step;display:flex;gap:18px;border-bottom:1px solid #ffffff0a;padding:20px 0}.steps li:before{content:counter(step);display:grid;place-items:center;width:34px;height:34px;flex:0 0 34px;border-radius:50%;background:#f79a2d;color:#2e1800;font-weight:800}.steps p{font-size:14px;color:#bbae98;margin-top:4px}.notice{margin-top:26px;padding:16px;border:1px solid #885336;background:#60291e33;color:#d9b8a2;border-radius:12px;font-size:13px}.deposit-form{margin-top:26px;display:grid;gap:18px}label.field{display:grid;gap:7px;color:#bdbdbd;font-size:13px}input,select,textarea{width:100%;background:#242528;color:#fff;border:1px solid #404145;border-radius:9px;padding:15px;font:inherit}input:focus,select:focus{outline:2px solid #dd8a1f;outline-offset:2px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:18px}.submit{background:#e29316;color:#1d1403;border:0;border-radius:9px;padding:15px 24px;font-weight:750;font-size:15px;cursor:pointer;width:100%}button:disabled{opacity:.55;cursor:wait}#checkout-status:not(:empty){border:1px solid #99652e;background:#332619;padding:14px;border-radius:10px;margin:20px 0;white-space:pre-wrap}.result{border:1px solid #36704c;background:#163020;padding:24px;border-radius:14px;margin-top:24px}.meta{margin-top:12px;font-size:12px;color:#9da29e;overflow-wrap:anywhere}.information{color:#c7c7c7;margin:4px 0} @media(max-width:600px){.checkout{padding:18px 14px}.top{align-items:flex-start}.top strong span{display:block;margin:0}.instruction-content,.instruction-header{padding:20px}.form-row{grid-template-columns:1fr}.address-line{align-items:flex-start}.instruction-header h1{font-size:21px}}

.payment-meta{display:flex;gap:28px;flex-wrap:wrap;background:#202123;padding:18px 24px;border-radius:10px;margin-bottom:24px}.payment-meta span{display:block;font-size:12px;color:#aaa}.payment-meta strong{font-size:14px}.support{margin-top:24px;text-align:center}.support a{color:#d7c3a3}
/* Deposit content follows the supplied payment screen; panel styles are untouched. */
body{background:#090909;font-family:Arial,Tahoma,sans-serif}.checkout{max-width:1260px;margin:28px auto;padding:0 24px 64px}.top{background:#202020;border-bottom:1px solid #353535;padding:18px 24px;margin:0 -24px}.top strong{font-size:18px}.top select{max-width:170px;padding:10px 14px}.methods{margin:24px 0}.method{border-radius:5px;min-width:140px;min-height:64px;font-weight:700;background:#262626}.method.selected{background:#393939;border-color:#8b704b;color:#fff}#checkout-content{background:#121212;padding:26px 28px 34px;border-radius:5px}.payment-meta{max-width:800px;display:grid;grid-template-columns:repeat(auto-fit,minmax(110px,1fr));gap:20px;padding:20px 24px;border-radius:5px;background:#202020}.payment-meta span{font-size:14px;margin-bottom:6px}.payment-meta strong{font-size:15px;font-weight:400}.instruction{max-width:800px;margin:28px 0 0;border:2px solid #68421d;border-radius:24px;background:linear-gradient(160deg,#382310 0%,#1b1207 48%,#140e05 100%)}.instruction-header{padding:30px 32px;border-bottom:1px solid #64411e}.instruction-header h1{font-size:26px;color:#e6dac8;line-height:1.4}.instruction-header p{font-size:15px;line-height:1.6;color:#b2a28c;margin-top:4px}.instruction-content{padding:30px 32px}.address{border:2px dashed #805925;background:#38241066;border-radius:17px;padding:20px}.address label{font-size:16px;color:#ffb354}.address-line{padding:13px 15px;background:#100b04;border-radius:13px;min-height:68px}.address-line code{font-size:16px;letter-spacing:1px}.copy{font-size:15px;padding:12px 20px;background:#fc9928;color:#241406}.steps{margin-top:22px}.steps li{gap:22px;padding:25px 0;border-bottom:1px solid #ffffff0b;align-items:flex-start}.steps li:last-child{border-bottom:0}.steps li:before{width:42px;height:42px;flex-basis:42px;font-size:22px;background:#f79422}.steps strong{font-size:17px;color:#f4eee5;line-height:1.6}.steps p{font-size:15px;line-height:1.6;color:#b9a88f}.notice{font-size:15px;line-height:1.6;background:#321b13;border:1px solid #9f4924;color:#dcc4ac;padding:18px;border-radius:16px}.support{font-size:16px}.deposit-form{max-width:800px;gap:18px;margin-top:24px}.field{background:#353535;border:1px solid transparent;padding:12px 17px;border-radius:6px}.field:focus-within{border-color:#e8a644}.field input,.field select{background:transparent;border:0;border-radius:0;padding:4px 0;font-size:17px;min-height:30px;outline:none;color:#f5f5f5}.field select option{background:#333;color:white}.field input::placeholder{color:#a5a5a5}.field small{color:#c6c6c6;line-height:1.5;font-size:12px}.field input[type=file]{font-size:14px;padding:6px 0}.field input::file-selector-button{background:#514536;color:#ffe0b7;border:1px solid #807058;border-radius:4px;padding:8px 12px;margin-inline-end:12px;cursor:pointer}.submit{width:min(100%,530px);min-height:52px;background:#bb7908;color:#fff;font-weight:600;border-radius:6px}.submit:hover{background:#dc8e0a}.form-row{grid-template-columns:minmax(0,2fr) minmax(120px,1fr)}.demo-note{margin:14px 0;color:#b3aaa0}.result{max-width:800px}[dir=rtl] .instruction,[dir=rtl] .deposit-form,[dir=rtl] .payment-meta{margin-inline-start:0;margin-inline-end:auto}
@media(max-width:600px){.checkout{margin:0;padding:0 14px 30px}.top{margin:0 -14px;padding:14px;gap:12px}.top strong{font-size:15px}.top select{max-width:115px}#checkout-content{padding:16px 12px}.payment-meta{grid-template-columns:repeat(2,minmax(0,1fr));padding:15px;gap:14px}.instruction{margin-top:18px;border-radius:18px}.instruction-header,.instruction-content{padding:20px 16px}.instruction-header h1{font-size:22px}.address{padding:12px}.address-line{padding:12px;flex-wrap:wrap}.address-line code{font-size:14px;flex-basis:100%}.steps li{gap:14px;padding:20px 0}.steps strong{font-size:16px}.steps p{font-size:14px}.steps li:before{flex-basis:34px;width:34px;height:34px;font-size:19px}.form-row{grid-template-columns:1fr}.submit{width:100%}}
.file-picker{position:relative;display:flex;align-items:center;gap:12px;min-height:42px;cursor:pointer}.file-caption{border:1px solid #867253;border-radius:5px;background:#57442d;color:#ffe2b8;padding:8px 12px;white-space:nowrap}.file-name{overflow-wrap:anywhere;font-size:13px}.file-picker input[type=file]{position:absolute;inset:0;opacity:0;cursor:pointer;width:100%;height:100%;padding:0}.file-picker:focus-within{outline:2px solid #e8a644;outline-offset:3px}html[dir=rtl] body{font-family:Tahoma,Arial,sans-serif}html[dir=rtl] .instruction-header p,html[dir=rtl] .steps p{font-size:17px}
.conversion{padding:16px 18px;background:#302314;border:1px solid #8e632c;border-radius:8px;color:#ffdda9;line-height:1.8}.conversion[hidden],.conversion:empty{display:none}
