@keyframes blink-deposit{0%,to{background:#0186d1}50%{background:#0a466a}}:root{--bg-fallback: #1a212df8;--input-bg-alpha: rgba(22, 27, 46, .95);--input-field-alpha: rgba(0, 0, 0, .587);--text-white: #ffffff;--text-muted: #9aa3bb;--btn-blue: #0095ff;--border-color: #373f58;--border-muted: rgba(255, 255, 255, .08);--active-bg-alpha: rgba(22, 28, 45, .75);--hover-menu-bg: #21273d;--nav-hover-color: var(--eth-color);--btc-color: #f7931a;--bnb-color: #f5c242;--eth-color: #ffffff;--usdt-color: #26a17b;--usdc-color: #2775CA;--xmr-color: #ff6600;--arb-color: #28a0f0;--bch-color: #8dc351;--sol-color: #9945ff;--matic-color: #8247e5;--ltc-color: #bfbbbb;--trx-color: #ef1c24}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}body{background:var(--bg-fallback);background-color:var(--bg-fallback);background-size:cover;color:var(--text-white);min-height:100vh;display:flex;flex-direction:column;-webkit-font-smoothing:antialiased}header{display:flex;justify-content:space-between;align-items:center;padding:20px 50px;background:transparent;width:100%;position:relative}header:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background:#2a2f42}.logo{font-size:26px;display:flex;align-items:center;cursor:pointer;text-transform:uppercase;letter-spacing:1px}.logo .fixed{color:var(--btc-color);font-weight:700}.logo .float{color:var(--text-white);font-weight:500}.logo-icon{margin:0 6px;display:flex;align-items:center}.header-right{display:flex;align-items:center;gap:40px}nav{display:flex;gap:30px}nav a{color:var(--text-white);text-decoration:none;font-size:14px;font-weight:600;transition:color .3s}nav a:hover{color:var(--nav-hover-color)}#nav-highlight{position:absolute;bottom:0;height:2px;background:var(--nav-hover-color);opacity:0;transition:left .2s ease,width .2s ease,opacity .2s ease,background .3s ease;pointer-events:none;z-index:2}.controls{display:flex;align-items:center;gap:20px}.lang-switch{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:14px;position:relative;-webkit-user-select:none;user-select:none}.lang-switch img{width:22px;height:22px;object-fit:cover;border-radius:50%}.lang-dropdown{display:none;position:absolute;top:calc(100% + 10px);right:0;left:auto;background:#2a315d;border-radius:10px;z-index:5000;min-width:180px;padding:8px 0;box-shadow:0 8px 32px #0006}.lang-dropdown.open{display:block}.lang-dropdown-item{display:flex;align-items:center;gap:12px;padding:10px 18px;cursor:pointer;font-size:14px;color:#b0b8c8;transition:background .15s;white-space:nowrap}.lang-dropdown-item:hover{background:#ffffff12}.lang-dropdown-item img{width:22px;height:22px;border-radius:50%;object-fit:cover;flex-shrink:0}.lang-dropdown-item.active{color:#0487d3}.theme-toggle{background:transparent;border:1px solid var(--btn-blue);border-radius:20px;width:56px;height:28px;display:flex;align-items:center;padding:2px;cursor:pointer;position:relative}.theme-toggle .circle{width:22px;height:22px;background:var(--btn-blue);border-radius:50%;position:absolute;left:2px;display:flex;align-items:center;justify-content:center;transition:left .25s ease}.theme-toggle.toggled .circle{left:32px}.theme-toggle .circle i{font-size:12px;color:#fff}.divider{width:1px;height:24px;background:var(--border-color)}.btn-sign-in{background:transparent;border:none;color:var(--text-white);cursor:pointer;font-size:14px;font-weight:600}.btn-sign-up{background:var(--btn-blue);border:none;color:var(--text-white);padding:10px 24px;border-radius:6px;cursor:pointer;font-size:14px;font-weight:600}main{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;max-width:820px;margin:0 auto;padding:20px}h1{font-size:42px;font-weight:600;margin-bottom:70px;margin-top:60px;text-align:center;letter-spacing:-.5px;background:linear-gradient(to bottom,#e0f1fe,#c4e3fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.exchange-box{width:100%}.inputs-row{display:flex;align-items:center;gap:20px;margin-bottom:25px}#send-wrapper{--theme-color: var(--btc-color)}#receive-wrapper{--theme-color: var(--eth-color)}.input-group{flex:1;display:flex;flex-direction:column;gap:5px;position:relative}.input-group .labels{display:flex;justify-content:space-between;font-size:14px;font-weight:500;color:var(--theme-color);transition:color .3s ease}.input-field{display:flex;justify-content:space-between;align-items:center;cursor:pointer;background:var(--input-field-alpha);padding:15px 20px;height:58px;border-radius:8px;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border:1px solid var(--theme-color);transition:border-color .3s ease}.input-field input{background:transparent;border:none;font-size:26px;font-weight:400;width:60%;outline:none;cursor:pointer;color:var(--theme-color);transition:color .3s ease}.coin-selector{display:flex;align-items:center;gap:12px;padding-left:15px;height:100%}.coin-selector img.selected-img,.currency-item img.main-coin-img{width:28px;height:28px;border-radius:50%}.network-icon-img{width:11px;height:11px;margin-left:4px;border-radius:2px}.badge-img{width:10px;height:10px;margin-right:4px;border-radius:2px}.coin-info{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;line-height:1.1;color:var(--theme-color);transition:color .3s ease}.coin-name{font-size:18px;font-weight:600}.caret-icon{font-size:14px;margin-left:5px;color:var(--theme-color);transition:color .3s ease}.minmax-hints{display:none;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-top:2px;padding:0 5px}.swap-icon{cursor:pointer;transition:transform .3s ease}.swap-icon:hover{transform:scale(1.1)}.rates-container{min-height:20px;margin-top:0;position:relative}.rates{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);padding:0 5px;height:100%;align-items:center}.minmax-hints{display:none;justify-content:space-between;padding:0 5px;height:100%;align-items:center}.minmax-hints.visible{display:flex}.minmax-badge{display:inline-flex;align-items:center;gap:3px;font-weight:600;font-size:13px;cursor:pointer;background:#0f131ee6;border-radius:5px;padding:3px 10px;white-space:nowrap}.dropdown-panel{position:absolute;top:20px;left:0;width:100%;background:#22284c;border-radius:8px;z-index:100;display:none;flex-direction:column;overflow:hidden;border:1px solid var(--border-muted)}.dropdown-panel.active{display:flex}.search-box{display:flex;align-items:center;padding:15px 20px;gap:15px;border-bottom:1px solid var(--border-muted)}.search-box i{color:var(--theme-color);font-size:18px;transition:color .3s ease}.search-box input{background:transparent;border:none;outline:none;color:var(--text-white);font-size:16px;width:100%;font-weight:500}.currency-list{max-height:480px;overflow-y:auto;display:flex;flex-direction:column}.list-header{padding:15px 20px 8px;font-size:12px;color:var(--text-muted);font-weight:500}.currency-item{display:flex;align-items:center;justify-content:space-between;padding:12px 20px;cursor:pointer;transition:background .2s;border-bottom:1px solid rgba(255,255,255,.06)}.currency-item:hover{background:#ffffff0d}.currency-item.selected{background:#2a315d}.currency-item-left{display:flex;align-items:center;gap:15px}.currency-item-right{display:flex;flex-direction:column;align-items:flex-end;line-height:1.1}.color-btc{color:var(--btc-color);font-weight:600}.color-bnb{color:var(--bnb-color);font-weight:600}.color-eth{color:var(--eth-color);font-weight:600}.color-usdt{color:var(--usdt-color);font-weight:600}.color-usdc{color:var(--usdc-color);font-weight:600}.color-xmr{color:var(--xmr-color);font-weight:600}.color-arb{color:var(--arb-color);font-weight:600}.color-bch{color:var(--bch-color);font-weight:600}.color-sol{color:var(--sol-color);font-weight:600}.color-matic{color:var(--matic-color);font-weight:600}.color-ltc{color:var(--ltc-color);font-weight:600}.color-trx{color:var(--trx-color);font-weight:600}.network-badge{display:inline-flex;align-items:center;justify-content:center;gap:3px;font-size:9px;font-weight:700;padding:3px 5px;border-radius:4px;margin-top:3px;color:#000;border:none}.badge-bsc{background:#000;color:var(--bnb-color)}.badge-bsc img{filter:none}.badge-eth{background:#fff}.badge-trx{background:#ef1c24}.badge-trx .badge-img{filter:brightness(0)}.badge-arb{background:#28a0f0}.badge-sol{background:#9945ff}.badge-matic{background:#8247e5}.badge-ltc{background:#bfbbbb}.badge-matic img,.badge-ltc img{filter:brightness(0) invert(1)}.currency-list::-webkit-scrollbar{width:6px}.currency-list::-webkit-scrollbar-track{background:transparent}.currency-list::-webkit-scrollbar-thumb{background:#4b5268;border-radius:10px}.destination-group{margin-bottom:35px}.destination-label{font-size:14px;color:var(--text-muted);margin-bottom:8px;display:block;padding-left:5px}.destination-input{display:flex;align-items:center;background:var(--input-field-alpha);border:1px solid var(--border-muted);border-radius:8px;padding:0 20px;height:58px;box-shadow:0 8px 32px #0003;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:border-color .3s ease}.destination-input.error{border-color:#a00e13}.destination-input-wrap{position:relative}.destination-error{display:none;align-items:center;gap:8px;background:#a00e13;color:#fff;font-size:13px;font-weight:600;padding:8px 14px;border-radius:6px;width:fit-content;position:absolute;top:100%;left:0;z-index:10}.destination-error:before{content:"";position:absolute;top:-6px;left:16px;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #a00e13}.destination-error.visible{display:flex}.destination-input input{flex:1;background:transparent;border:none;color:var(--text-white);font-size:16px;outline:none}.destination-icons{display:flex;gap:15px;color:var(--text-white);font-size:20px;cursor:pointer}.action-row{display:flex;justify-content:space-between;align-items:center}.order-type{display:flex;align-items:center;gap:15px}.order-type-label{font-size:15px;font-weight:700;color:var(--text-white)}.toggle-rates{display:flex}.toggle-btn{padding:14px 25px;background:var(--input-field-alpha);border:1px solid transparent;color:#5a6275;cursor:pointer;font-size:14px;font-weight:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.toggle-btn:first-child{border-radius:6px 0 0 6px}.toggle-btn:last-child{border-radius:0 6px 6px 0}.toggle-btn.active{border:1px solid var(--btn-blue);color:var(--btn-blue);background:var(--active-bg-alpha)}.help-icon{width:26px;height:26px;background:var(--input-field-alpha);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px;color:var(--text-muted);cursor:pointer;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.what-diff-row{display:none}.btn-exchange{background:var(--btn-blue);color:#fff;border:none;padding:16px 40px;font-size:16px;font-weight:700;border-radius:6px;cursor:pointer;transition:opacity .2s}.btn-exchange:hover{opacity:.85}.terms{text-align:center;margin-top:30px;font-size:12px;color:var(--text-muted)}.terms a{color:var(--btn-blue);text-decoration:none}.trusted-section{width:100%;padding:220px 50px 0 200px}.trusted-title{font-size:52px;font-weight:700;margin-bottom:20px;background:linear-gradient(to bottom,#e0f1fe,#c4e3fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.trusted-divider{width:100%;height:1px;background:#2a2f42}.fundo2-bg{background:url(/assets/fundo2.png) no-repeat center top;background-size:cover;width:100%}.trusted-cards-wrapper{width:100%}.trusted-cards{display:flex;gap:20px;width:100%;padding:40px 200px 60px}.trusted-card{flex:1;border-radius:16px;overflow:hidden;position:relative;min-height:420px;display:flex;flex-direction:column;justify-content:flex-end;padding:24px}.trusted-card:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center top;background-repeat:no-repeat;z-index:0}.trusted-card:nth-child(1):before{background-image:url(/assets/bot1.png)}.trusted-card:nth-child(2):before{background-image:url(/assets/bot2.png)}.trusted-card:nth-child(3):before{background-image:url(/assets/bot3.png)}.trusted-card-content{position:relative;z-index:1}.trusted-card h3{font-size:22px;font-weight:700;color:var(--btc-color);margin-bottom:8px}.trusted-card p{font-size:14px;color:var(--text-white);line-height:1.5;opacity:.85}.hero-bg{background:url(https://ff.io/assets/images/background/mainbg/theme_dark/planets.svg) no-repeat center bottom,url(https://ff.io/assets/images/background/mainbg/theme_dark/space.svg) no-repeat center bottom,#131820;background-size:cover,cover;width:100%}.transactions-section{width:100%;padding:60px 380px;background:transparent}.transactions-title{font-size:42px;font-weight:700;text-align:center;margin-bottom:30px;background:linear-gradient(to bottom,#e0f1fe,#c4e3fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.transactions-list{display:flex;flex-direction:column;gap:6px}.tx-row{display:flex;align-items:center;background:#22284c;border-radius:8px;padding:14px 24px;font-size:14px;font-weight:500;gap:0}.tx-time{color:#fff;min-width:170px;flex-shrink:0;font-size:13px}.tx-from{display:flex;align-items:center;gap:8px;flex:1;justify-content:flex-end;font-size:14px}.tx-from img,.tx-to img{width:26px;height:26px;border-radius:50%}.tx-arrow{color:#fff;padding:0 20px;flex-shrink:0;font-size:18px}.tx-to{display:flex;align-items:center;gap:8px;flex:1;font-size:14px}.tx-duration{color:#fff;min-width:80px;text-align:right;display:flex;align-items:center;gap:6px;justify-content:flex-end;flex-shrink:0;font-size:13px}.faq-section{width:100%;padding:60px 200px;background:transparent}.faq-title{font-size:52px;font-weight:700;margin-bottom:30px;background:linear-gradient(to bottom,#e0f1fe,#c4e3fe);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.faq-list{display:flex;flex-direction:column}.faq-item{display:flex;align-items:center;padding:22px 0;gap:30px}.faq-num{font-size:48px;font-weight:700;color:var(--text-white);min-width:60px;opacity:.9}.faq-question{flex:1;font-size:18px;font-weight:500;color:var(--text-white)}.faq-btn{width:44px;height:44px;border-radius:50%;background:#1a2a4a;border:2px solid var(--btn-blue);color:var(--btn-blue);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s}.faq-btn:hover{background:var(--btn-blue);color:#fff}.faq-divider{width:100%;height:1px;background:#2a2f42}.faq-answer{display:none;padding:0 0 20px 90px;font-size:15px;color:var(--text-white);line-height:1.7;opacity:.85}.faq-entry.open .faq-answer{display:block}.faq-entry.open .faq-btn{background:var(--btn-blue);border-color:var(--btn-blue);color:#fff}.faq-footer{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-top:30px}.faq-goto{font-size:15px;color:var(--btn-blue);font-weight:500}.faq-goto-btn{width:44px;height:44px;border-radius:50%;background:var(--btn-blue);border:none;color:#fff;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center}.site-footer{width:100%;background:transparent;padding:50px 150px 30px}#pp-email-input::placeholder{color:#fff6;opacity:1}.footer-divider{width:100%;height:1px;background:#2a2f42;margin-bottom:50px}.footer-inner{display:flex;align-items:flex-start;gap:0}.footer-brand{display:flex;flex-direction:column;gap:20px;width:260px;flex-shrink:0}.footer-socials{display:flex;gap:16px;flex-wrap:wrap}.footer-socials a{color:var(--text-white);font-size:18px;text-decoration:none;opacity:.85;transition:opacity .2s}.footer-socials a:hover{opacity:1}.footer-copy{font-size:12px;color:var(--text-muted);margin-top:20px;white-space:nowrap}.footer-cols{display:flex;flex:1;justify-content:space-around;padding-left:40px}.footer-col{display:flex;flex-direction:column;gap:14px}.footer-col h4{font-size:13px;font-weight:600;color:var(--text-muted);margin-bottom:2px;letter-spacing:.5px}.footer-col a{font-size:14px;color:var(--text-white);text-decoration:none;transition:color .2s}.footer-col a:hover{color:var(--btn-blue)}.qr-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000b3;z-index:999;align-items:center;justify-content:center}.qr-modal.active{display:flex}.qr-modal-box{background:#161b2e;border-radius:12px;padding:20px;width:340px;border:1px solid var(--border-muted)}.qr-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:16px;font-weight:600}.qr-close-btn{background:none;border:none;color:var(--text-white);font-size:18px;cursor:pointer}.qr-video-wrap{position:relative;width:100%;border-radius:8px;overflow:hidden;background:#000}.qr-video-wrap video{width:100%;display:block}.qr-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.qr-frame{width:180px;height:180px;border:2px solid var(--btn-blue);border-radius:12px;box-shadow:0 0 0 1000px #0006}.qr-hint{text-align:center;font-size:12px;color:var(--text-muted);margin-top:12px}.suspended-notice{display:none;position:absolute;top:100%;left:0;right:0;align-items:center;gap:10px;padding:10px 16px;background:#161c30f7;border-radius:0 0 10px 10px;z-index:50}.suspended-notice span{font-size:13px;color:#ffffffa6;flex:1;line-height:1.4}.suspended-notice i{font-size:14px;color:#fff6;flex-shrink:0}.suspended-notice.visible{display:flex}.currency-item[data-suspended=true]{opacity:.45;pointer-events:auto}.currency-item[data-suspended=true]:hover{opacity:.55}.input-field.suspended{opacity:.45}.input-field.suspended input{pointer-events:none}.chat-widget{position:fixed;bottom:30px;right:30px;width:55px;height:55px;background:#0077ba;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 15px #0000004d;z-index:10000}.chat-widget i{font-size:24px;color:#fff}.mob-hamburger{display:none;background:none;border:none;cursor:pointer;padding:4px;color:#fff;font-size:17px}.mob-flag{display:none;cursor:pointer}.mob-flag img{width:22px;height:22px;border-radius:50%;object-fit:cover}#mob-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:3000}#mob-drawer-overlay.open{display:block}#mob-lang-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:3000}#mob-lang-drawer-overlay.open{display:block}#mob-lang-drawer{position:fixed;top:0;right:-320px;width:300px;height:100dvh;background:#2a315d;z-index:3001;display:flex;flex-direction:column;transition:right .28s cubic-bezier(.4,0,.2,1);overflow-y:auto}#mob-lang-drawer.open{right:0}.mob-lang-item{display:flex;align-items:center;justify-content:flex-end;gap:10px;padding:13px 22px;font-size:15px;font-weight:500;color:#b0b8c8;cursor:pointer;transition:background .15s}.mob-lang-item:hover{background:#ffffff0f}.mob-lang-item img{width:26px;height:26px;border-radius:50%;object-fit:cover;flex-shrink:0}.mob-lang-item.active{color:#0487d3}.mob-lang-drawer-head{display:flex;align-items:center;justify-content:flex-end;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0;cursor:pointer}.mob-lang-drawer-head img{width:22px;height:22px;border-radius:50%;object-fit:cover}#mob-drawer{position:fixed;top:0;left:-320px;width:300px;height:100dvh;background:#2a315d;z-index:3001;display:flex;flex-direction:column;transition:left .28s cubic-bezier(.4,0,.2,1);overflow-y:auto}#mob-drawer.open{left:0}.mob-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:14px 20px;border-bottom:1px solid rgba(255,255,255,.08);flex-shrink:0}.mob-drawer-close{background:none;border:none;color:#fff;font-size:20px;cursor:pointer;padding:4px 8px}.mob-drawer-head-right{display:flex;align-items:center;gap:14px}.mob-section-label{font-size:11px;font-weight:600;letter-spacing:1.5px;color:#ffffff59;padding:20px 22px 8px;text-transform:uppercase}.mob-nav-item{display:block;padding:13px 22px;font-size:15px;font-weight:500;color:#ffffffe0;text-decoration:none;cursor:pointer;transition:background .15s}.mob-nav-item:hover{background:#ffffff0f}.mob-section-divider{border:none;border-top:1px solid rgba(255,255,255,.07);margin:6px 0}@media (max-width: 768px){header{padding:0 16px;height:56px}header .logo{flex:1;justify-content:center;font-size:18px}header .logo .logo-icon svg{width:34px;height:24px}header .header-right{display:none}.mob-hamburger,.mob-flag{display:flex;align-items:center}main{padding:0 16px 30px;max-width:100%}h1{font-size:26px;margin-top:32px;margin-bottom:32px;line-height:1.3}.inputs-row{flex-direction:column;gap:0;margin-bottom:0}.input-group{width:100%;gap:0}.input-field{height:46px;padding:10px 16px}.input-field input{font-size:19px}.destination-input{height:46px;padding:0 16px}.rates-container{margin:6px 0 0;min-height:0;line-height:1}.rates{font-size:11px;padding:1px 6px 1px 14px}.rates span:last-child{display:none!important}.network-label{display:none!important}.input-group .labels{font-size:12px;margin-bottom:1px;margin-top:0;padding-left:14px}#receive-wrapper{margin-top:-2px}.swap-icon{display:block!important;position:static!important;transform:rotate(90deg)!important;margin:0 14px 0 auto!important;width:18px!important;height:14px!important}.destination-group{margin-top:24px;margin-bottom:20px}.destination-label,.order-type-label{padding-left:14px;font-size:12px}.action-row{flex-direction:column;align-items:stretch;gap:16px}.order-type{flex-direction:column;align-items:flex-start;gap:10px;width:100%}.toggle-rates{width:100%}.toggle-btn{flex:1;text-align:center;padding:13px 8px;font-size:13px}.order-type .help-icon{display:none}.what-diff-row{display:flex;align-items:center;gap:8px;margin-top:2px}.what-diff-row .help-icon{display:flex;width:22px;height:22px;font-size:12px;flex-shrink:0}.what-diff-row span{font-size:13px;color:var(--text-muted);cursor:pointer}.btn-exchange{width:auto;padding:14px 40px;font-size:15px;border-radius:8px;display:block;margin:0 auto}.terms{margin-top:20px;font-size:11px;padding:0 8px}.trusted-section{padding:40px 20px 20px}.trusted-title{font-size:28px;margin-bottom:16px}.trusted-cards{flex-direction:column;padding:20px 16px 40px;gap:16px}.trusted-card{min-height:360px;flex:none;width:100%}#pp-send-amount-display,#pp-receive-amount-display{font-weight:300!important}#payment-page>header{padding:0 16px;height:56px}#payment-page>header .logo{flex:1;justify-content:center;font-size:18px}#payment-page>header .logo .logo-icon svg{width:34px;height:24px}#payment-page>header .header-right{display:none}#payment-page>div[style*=max-width]{padding:10px 12px!important;max-width:100%!important;width:100%!important;box-sizing:border-box!important}#pp-top-banner{padding:10px 12px!important;gap:4px!important;grid-template-columns:1fr auto 1fr!important;margin-bottom:10px!important}#pp-send-col,#pp-receive-col{gap:6px!important}#pp-send-coin-img,#pp-receive-coin-img{width:32px!important;height:32px!important}#pp-send-amount-display{font-size:13px!important;font-weight:300!important}#pp-receive-amount-display{font-size:13px!important;font-weight:300!important;color:#fff!important}#pp-send-text>div:first-child,#pp-receive-text>div:first-child{font-size:9px!important;letter-spacing:1px!important;margin-bottom:2px!important}#pp-send-address,#pp-receive-address{display:none!important}#pp-arrow-col svg{width:16px!important}#pp-middle-grid{display:grid!important;grid-template-columns:.75fr 1.25fr!important;grid-template-rows:auto auto!important;gap:8px!important}#pp-order-info-col{grid-column:1;grid-row:1;padding:8px!important;justify-content:space-evenly!important}#pp-order-info-col [style*="font-size:11px"]{font-size:9px!important;letter-spacing:.5px!important;margin-bottom:2px!important}#pp-order-info-col [style*="font-size:18px"]{font-size:13px!important}#pp-order-info-col [style*="font-size:22px"]{font-size:17px!important}#pp-order-info-col [style*="font-size:15px"]{font-size:12px!important}#pp-order-info-col [style*="font-size:13px"]{font-size:11px!important}#pp-order-info-col [style*=border-top]{padding-top:5px!important}#pp-order-id{font-size:13px!important}#pp-timer{font-size:18px!important}#pp-qr-col{grid-column:2;grid-row:1;padding:0!important;border-radius:8px!important;overflow:hidden!important}#pp-qrcode{width:100%!important;height:200px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:6px!important;box-sizing:border-box!important;overflow:hidden!important}#pp-qrcode canvas,#pp-qrcode img{width:188px!important;height:188px!important}#pp-send-info-col{grid-column:1 / span 2;grid-row:2;padding:10px 12px!important}#pp-send-info-col p{font-size:11px!important;margin-bottom:8px!important;line-height:1.4!important}#pp-send-info-col strong{font-size:12px!important}#pp-deposit-address{font-size:12px!important;font-weight:700!important;word-break:break-all!important;line-height:1.4!important}#pp-send-info-col [style*="font-size:13px"]{font-size:10px!important;line-height:1.4!important}#pp-send-info-col [style*="margin-bottom:20px"]{margin-bottom:8px!important}#pp-send-info-col [style*="padding-top:14px"]{padding-top:8px!important}#pp-send-info-col [style*="font-size:12px"]{font-size:10px!important}#pp-receiving-address{font-size:11px!important;font-weight:700!important;word-break:break-all!important;line-height:1.4!important}#pp-send-info-col [style*="gap:10px"]{gap:6px!important}#pp-steps{padding:20px 4px!important;gap:0!important;justify-content:center!important;flex-wrap:nowrap!important;overflow-x:hidden!important;width:100%!important;box-sizing:border-box!important}#pp-steps>div>div:first-child{width:54px!important;height:54px!important;min-width:54px!important;min-height:54px!important}#pp-steps>div>div:first-child img{width:36px!important;height:36px!important;object-fit:contain!important}#pp-steps>div>span{font-size:10px!important;text-align:center!important;max-width:60px!important;line-height:1.3!important;color:#fff9!important}#pp-steps>div:first-child>span{color:#fff!important;font-weight:700!important}#pp-steps{align-items:flex-start!important}#pp-steps>div:has(svg){padding:0 3px!important;margin-top:20px!important;margin-bottom:0!important;flex-shrink:1!important}#pp-steps>div:has(svg) svg{width:24px!important;height:14px!important;display:block!important}#pp-expired-panel{padding:16px!important}#pp-expired-panel h3{font-size:13px!important}#pp-expired-panel p{font-size:11px!important;margin-left:0!important}#pp-expired-panel label{font-size:12px!important}#pp-expired-panel [style*="margin-left:46px"]{margin-left:0!important}#pp-bottom-grid{grid-template-columns:1fr!important;gap:8px!important;margin-top:8px!important}#pp-bottom-grid>div{padding:16px!important}#pp-bottom-grid h2{font-size:16px!important;margin-bottom:14px!important}#pp-bottom-grid p{font-size:12px!important;line-height:1.5!important}#pp-bottom-grid>div>div>div>div:first-child{width:28px!important;height:28px!important;min-width:28px!important;min-height:28px!important;flex-shrink:0!important}#pp-bottom-grid>div>div>div>div:first-child i{font-size:13px!important}#pp-notify-col{background:url(assets/fundonotmobile.png) no-repeat center bottom / cover!important}.site-footer{padding:30px 20px}.footer-divider{margin-bottom:30px}.footer-inner{flex-direction:column;align-items:center;gap:0}.footer-brand{width:100%;align-items:center;gap:14px}.footer-brand .logo{justify-content:center}.footer-socials{justify-content:center;gap:20px}.footer-socials a{font-size:20px}.footer-copy{text-align:center;margin-top:14px;white-space:normal}.footer-cols{display:none}.faq-section{padding:40px 20px}.faq-title{font-size:26px;margin-bottom:10px}.faq-item{padding:18px 0;gap:16px}.faq-num{font-size:36px;min-width:40px}.faq-question{font-size:15px}.faq-answer{padding:0 0 16px 56px;font-size:14px}.faq-btn{width:38px;height:38px;font-size:16px;flex-shrink:0}.faq-footer{margin-top:20px}.transactions-section{padding:40px 16px 60px}.transactions-title{font-size:24px;margin-bottom:16px;text-align:center}.tx-row{flex-wrap:wrap;gap:6px;padding:12px 16px;border-radius:10px;font-weight:400;justify-content:center}.tx-time{min-width:100%;text-align:center;font-size:12px}.tx-duration{min-width:unset}.tx-from{flex:unset;justify-content:center}.tx-from img,.tx-to img{width:24px;height:24px}.tx-arrow{padding:0 8px}.tx-to{flex:unset}}.help-modal{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:999;align-items:center;justify-content:center}.help-modal.active{display:flex}.help-modal-box{background:#1a2236;border-radius:12px;padding:36px 40px;width:500px;max-width:95vw;max-height:90vh;overflow-y:auto;position:relative;color:var(--text-white);scrollbar-width:none}.help-modal-box::-webkit-scrollbar{display:none}.help-modal-close{position:absolute;top:16px;right:20px;background:none;border:none;color:var(--text-white);font-size:18px;cursor:pointer;opacity:.7}.help-modal-close:hover{opacity:1}.help-modal-box h2{font-size:20px;font-weight:700;margin-bottom:24px;text-align:center;line-height:1.4}.help-modal-box h3{font-size:15px;font-weight:700;margin-bottom:10px}.help-modal-box p{font-size:14px;line-height:1.7;color:#ffffffd9;text-align:justify;margin-bottom:10px}.help-modal-box ul{padding-left:20px;margin-bottom:10px}.help-modal-box ul li{font-size:14px;line-height:1.7;color:#ffffffd9;margin-bottom:4px}.help-modal-box .help-note{font-style:italic;font-size:13px;color:#ffffffbf;margin-bottom:20px;line-height:1.6}.help-modal-box .help-example{border-left:3px solid var(--btn-blue);padding-left:14px;font-style:italic;font-size:13px;color:#ffffffbf;line-height:1.6;margin-bottom:20px}.help-modal-ok{display:flex;justify-content:center;margin-top:10px}.help-modal-ok button{background:var(--btn-blue);color:#fff;border:none;padding:12px 50px;border-radius:6px;font-size:15px;font-weight:600;cursor:pointer}.help-modal-ok button:hover{opacity:.85}
