:root{--dcx-card-bg: #ffffff;--dcx-text-strong: #111827;--dcx-text: #6b7280;--dcx-border: #e5e7eb}[data-theme=dark]{--dcx-card-bg: #1a1f2e;--dcx-text-strong: #f3f4f6;--dcx-text: #9ca3af;--dcx-border: #2d3748}.exchange-placeholder{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ecx-live-skeleton{padding:1.5rem;display:flex;flex-direction:column;gap:.85rem}.ecx-live-skeleton__bar{height:14px;background:linear-gradient(90deg,#0000000f,#0000001f,#0000000f);background-size:200% 100%;border-radius:6px;animation:ecx-shimmer 1.4s ease-in-out infinite}.ecx-live-skeleton__bar--short{width:60%}[data-theme=dark] .ecx-live-skeleton__bar{background:linear-gradient(90deg,#ffffff0d,#ffffff1a,#ffffff0d);background-size:200% 100%}@keyframes ecx-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.dcx-spinner{display:inline-block;width:16px;height:16px;border:2px solid currentColor;border-top-color:transparent;border-radius:50%;animation:dcx-spin .7s linear infinite;vertical-align:middle}.dcx-spinner--sm{width:13px;height:13px;border-width:2px}@keyframes dcx-spin{to{transform:rotate(360deg)}}.ecx-live-mount,.mp-hero .mp-widget.mp-widget--live{width:100%}.mp-hero .mp-widget.mp-widget--live .mp-tab-pane{margin-top:4px}.mp-widget--live .ecx-live-mount .dcx-widget,.mp-widget--live .ecx-live-mount .ecx-form-unified,.mp-widget--live .ecx-live-mount .ecx-form-compact{width:100%;max-width:none;margin-inline:0}.mp-widget--live .ecx-widget--compact .ecx-compact-columns{gap:18px;align-items:start}.mp-widget--live .ecx-widget--compact .ecx-compact-swap{align-self:center;min-height:0;height:auto}.mp-widget--live .ecx-widget--compact .ecx-compact-swap-icon{flex-shrink:0}.ecx-country-filter{display:flex;flex-direction:column;align-items:flex-end;gap:.28rem;flex:0 0 auto;max-width:160px}.ecx-country-filter-label{font-size:.68rem;font-weight:600;color:var(--dcx-muted, #6b7280);letter-spacing:.01em;line-height:1.2;text-align:right}.ecx-country-filter-hint{font-size:.62rem;color:var(--dcx-muted, #8fa896);line-height:1.2;text-align:right;opacity:.9}.ecx-stepper-country-row{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem;margin-bottom:14px;overflow:visible}.ecx-stepper-country-row .ecx-step-track{margin-bottom:0;flex:0 0 auto;max-width:calc(100% - 160px);flex-wrap:wrap}.ecx-country-trigger{display:inline-flex;align-items:center;gap:.38rem;padding:.38rem .85rem .38rem .6rem;border:none;border-radius:999px;background:#d4af37;color:#0a0a00;font:inherit;font-size:.73rem;font-weight:700;cursor:pointer;white-space:nowrap;transition:background .15s,box-shadow .15s,transform .1s;flex:0 0 auto;box-shadow:0 2px 8px #d4af3759}.ecx-country-trigger:hover{background:#e8c547;box-shadow:0 4px 14px #d4af3773;transform:translateY(-1px)}.ecx-country-trigger:active{transform:translateY(0);box-shadow:0 2px 6px #d4af374d}.ecx-country-trigger:focus-visible{outline:none;box-shadow:0 0 0 3px #d4af3773}.ecx-country-trigger-flag{flex-shrink:0;border-radius:2px}.ecx-country-trigger-label{max-width:120px;overflow:hidden;text-overflow:ellipsis}.ecx-country-trigger-arrow{font-size:.62rem;opacity:.75}.ecx-cpicker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:9999;background:#000000a6;display:flex;align-items:center;justify-content:center;padding:1rem;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:ecx-fade-in .18s ease}@keyframes ecx-fade-in{0%{opacity:0}to{opacity:1}}.ecx-cpicker-modal{background:var(--dcx-card-bg, #1a1f2e);border:1px solid var(--dcx-border, rgba(255, 255, 255, .1));border-radius:20px;width:100%;max-width:340px;max-height:80vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #00000080;animation:ecx-slide-up .22s cubic-bezier(.34,1.56,.64,1);overflow:hidden}@keyframes ecx-slide-up{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.ecx-cpicker-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.1rem .75rem;border-bottom:1px solid var(--dcx-border, rgba(255, 255, 255, .08));flex-shrink:0}.ecx-cpicker-title{font-size:.9rem;font-weight:700;color:var(--dcx-text-strong, #f3f4f6);letter-spacing:.01em}.ecx-cpicker-close{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:none;border-radius:50%;background:#ffffff12;color:var(--dcx-text, #9ca3af);font-size:.85rem;cursor:pointer;transition:background .15s,color .15s}.ecx-cpicker-close:hover{background:#ffffff24;color:#f3f4f6}.ecx-cpicker-list{list-style:none;margin:0;padding:.4rem 0;overflow-y:auto;scrollbar-width:thin}.ecx-cpicker-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.1rem;margin:0 .5rem;cursor:pointer;border-radius:12px;transition:background .12s;color:var(--dcx-text, #e8f0ea);font-size:.88rem}.ecx-cpicker-item:hover{background:#ffffff0d}.ecx-cpicker-item--active{background:#d4af371a;color:#e8c547}.ecx-cpicker-item--active:hover{background:#d4af3729}.ecx-cpicker-flag{flex-shrink:0;border-radius:3px;box-shadow:0 0 0 1px #ffffff1a}.ecx-cpicker-name{flex:1;font-weight:500}.ecx-cpicker-check{font-size:.8rem;color:#d4af37;flex-shrink:0}@media (max-width: 480px){.ecx-cpicker-modal{max-width:calc(100vw - 2rem);border-radius:14px;max-height:75vh}.ecx-cpicker-overlay{padding:1rem}}@media (max-width: 360px){.ecx-stepper-country-row{flex-direction:column;align-items:flex-start;gap:.45rem}.ecx-stepper-country-row .ecx-step-track{max-width:100%}.ecx-country-trigger{font-size:.68rem;align-self:flex-start}.ecx-country-filter{align-items:flex-start;max-width:100%}.ecx-country-filter-label,.ecx-country-filter-hint{text-align:left}}.ecx-widget--compact .ecx-section-hint{display:block;min-height:2.02rem}.ecx-asset-strip,.ecx-widget--compact .ecx-asset-strip{--ecx-strip-cols: 4;--ecx-strip-rows: 3;--ecx-chip-icon-size: 40px;--ecx-chip-pad-y: .25rem;--ecx-chip-inner-gap: .2rem;--ecx-chip-label-h: 1.05em;--ecx-strip-gap: .25rem;--ecx-strip-row-h: calc( (var(--ecx-chip-pad-y) * 2) + var(--ecx-chip-icon-size) + var(--ecx-chip-inner-gap) + var(--ecx-chip-label-h) );display:grid;grid-template-columns:repeat(var(--ecx-strip-cols),minmax(0,1fr));grid-auto-rows:minmax(var(--ecx-strip-row-h),auto);min-height:calc((var(--ecx-strip-row-h) * var(--ecx-strip-rows)) + (var(--ecx-strip-gap) * (var(--ecx-strip-rows) - 1)));width:100%;gap:var(--ecx-strip-gap);padding:.15rem 0 .35rem;margin-bottom:.35rem;align-content:start;overflow-x:visible;overflow-y:visible;flex-wrap:unset;-webkit-overflow-scrolling:unset;scrollbar-width:unset}.ecx-widget--compact .ecx-section-send,.ecx-widget--compact .ecx-section-receive{display:flex;flex-direction:column;min-width:0}.ecx-widget--compact .ecx-asset-strip{flex:0 0 auto;--ecx-chip-icon-size: 36px;--ecx-chip-label-h: 1.05em;--ecx-strip-gap: .2rem;--ecx-strip-rows: 3}@media (max-width: 991px){.mp-widget--live{padding:18px 16px}.mp-widget--live .ecx-widget--compact .ecx-compact-columns{grid-template-columns:1fr;gap:10px}.mp-widget--live .ecx-widget--compact .ecx-compact-swap{justify-content:center;padding:6px 0}.mp-widget--live .ecx-widget--compact .ecx-compact-swap-icon{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:50%;transform:none}.mp-widget--live .ecx-widget--compact .ecx-compact-swap-icon i{display:inline-block;transform:rotate(90deg)}.ecx-asset-strip,.ecx-widget--compact .ecx-asset-strip{--ecx-strip-cols: 3}}@media (max-width: 767px){.mp-widget--live .ecx-widget--compact .ecx-compact-columns{grid-template-columns:1fr;gap:12px}.mp-widget--live .ecx-widget--compact .ecx-compact-swap-icon{width:40px;height:40px;min-width:40px;min-height:40px;max-width:40px;max-height:40px;border-radius:50%;transform:none}.mp-widget--live .ecx-widget--compact .ecx-compact-swap-icon i{display:inline-block;transform:rotate(90deg)}.ecx-asset-strip,.ecx-widget--compact .ecx-asset-strip{--ecx-strip-cols: 4}}@media (max-width: 480px){.ecx-asset-strip,.ecx-widget--compact .ecx-asset-strip{--ecx-chip-icon-size: 30px;--ecx-chip-pad-y: .2rem;--ecx-strip-cols: 3}.ecx-asset-chip-name{font-size:.58rem}}@media (max-width: 360px){.ecx-asset-strip,.ecx-widget--compact .ecx-asset-strip{--ecx-strip-cols: 3;--ecx-chip-icon-size: 28px}}.ecx-asset-strip-empty{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;padding:.75rem;color:var(--dcx-muted, #6b7280);font-size:.85rem}.ecx-asset-chip{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-width:0;gap:var(--ecx-chip-inner-gap, .3rem);padding:var(--ecx-chip-pad-y, .35rem) .15rem;background:transparent;border:none;color:var(--dcx-text, #6b7280);cursor:pointer;font:inherit;transition:transform .12s;box-sizing:border-box}.ecx-asset-chip:hover{transform:translateY(-1px)}.ecx-asset-chip:focus-visible{outline:2px solid var(--dcx-green, #1b6b35);outline-offset:2px;border-radius:.5rem}.ecx-asset-chip-img{width:var(--ecx-chip-icon-size, 40px);height:var(--ecx-chip-icon-size, 40px);max-width:100%;border-radius:50%;object-fit:cover;border:2px solid var(--dcx-border, rgba(0, 0, 0, .1));background:var(--dcx-card-bg, #fff);padding:2px;transition:border-color .15s,box-shadow .15s,transform .15s;flex-shrink:0}.ecx-asset-chip:hover .ecx-asset-chip-img{border-color:var(--dcx-green, #1b6b35)}.ecx-asset-chip--active .ecx-asset-chip-img{border-color:#d4af37;animation:ecx-gold-glow 1.8s ease-in-out infinite;transform:scale(1.06)}@keyframes ecx-gold-glow{0%,to{box-shadow:0 0 0 2px #d4af378c,0 0 10px #d4af3759,0 4px 14px #c9a2274d}50%{box-shadow:0 0 0 3px #ffd700e6,0 0 22px #ffd7008c,0 0 32px #c9a22759}}.ecx-asset-chip--active{color:#e8c547;font-weight:600}.ecx-asset-chip-name{width:100%;font-size:.65rem;text-align:center;line-height:1.1;max-width:100%;white-space:normal;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.ecx-rate-fees{margin-bottom:10px;padding:10px 12px;border-radius:8px;background:#1b6b350f;border:1px solid rgba(143,168,150,.18)}.ecx-rate-fees-hint{margin:0;font-size:.76rem;color:var(--dcx-muted, #8fa896);display:flex;align-items:center;gap:8px}.ecx-rate-fees-line{display:flex;align-items:center;justify-content:space-between;gap:10px;font-size:.78rem;padding:2px 0}.ecx-rate-fees-line--rate strong{color:var(--dcx-text, #e8f5ec)}.ecx-rate-fees-line--fee strong{color:#f87171}.ecx-rate-fees-label{color:var(--dcx-muted, #8fa896);flex-shrink:0}.ecx-rate-fees-fees{margin-top:4px;padding-top:4px;border-top:1px solid rgba(143,168,150,.15)}.ecx-rate-fees-fees--informational{border-top-color:#8fa8961a}.ecx-rate-fees-line--info{opacity:.78;font-style:italic;font-size:.74rem}.ecx-rate-fees-line--info strong{color:var(--dcx-muted, #8fa896)}.ecx-rate-fees-line--total{margin-top:6px;padding-top:6px;border-top:1px dashed rgba(143,168,150,.25);font-weight:600}.ecx-rate-fees-line--total strong{color:var(--dcx-accent, #fbbf24)}.ecx-fee-details .dcx-fee-breakdown-list{list-style:none;margin:0;padding:0}.ecx-fee-details .dcx-fee-item{display:flex;align-items:center;gap:8px;font-size:.78rem;padding:4px 0}.ecx-fee-details .dcx-fee-label{flex:1;color:var(--dcx-muted, #8fa896)}.ecx-fee-details .dcx-fee-detail{font-size:.7rem;color:var(--dcx-muted, #8fa896);opacity:.85}.ecx-fee-details .dcx-fee-amount{font-weight:700;color:#f87171;white-space:nowrap}.ecx-subscriber-hint{display:flex;align-items:flex-start;gap:8px;margin-top:6px;padding:8px 10px;border-radius:8px;font-size:.76rem;line-height:1.35;background:#d4af3714;border:1px solid rgba(212,175,55,.22);color:var(--dcx-muted, #8fa896)}.ecx-subscriber-hint strong{color:#e8c547;font-weight:600}.ecx-subscriber-hint-icon{flex-shrink:0;font-size:1rem;line-height:1.2}.ecx-subscriber-hint-icon--ok{color:#4ade80}.ecx-subscriber-hint-icon--warn{color:#fbbf24}.ecx-subscriber-hint-icon--muted{color:var(--dcx-muted, #8fa896);opacity:.85}.dcx-apicker-backdrop{animation:ecx-fade-in .2s ease}.dcx-modal--asset-picker{--dcx-picker-bg: #ffffff;--dcx-picker-surface: #f4f7f5;--dcx-picker-border: rgba(15, 23, 42, .08);--dcx-picker-text: #0f172a;--dcx-picker-muted: #64748b;--dcx-picker-accent: #1b6b35;--dcx-picker-gold: #c9a227;--dcx-picker-shadow: 0 24px 48px rgba(15, 23, 42, .14), 0 8px 16px rgba(15, 23, 42, .06);width:100%;max-width:480px;max-height:min(88vh,720px);background:var(--dcx-picker-bg);border:1px solid var(--dcx-picker-border);border-radius:24px;box-shadow:var(--dcx-picker-shadow);animation:ecx-slide-up .28s cubic-bezier(.34,1.2,.64,1);overflow:hidden}[data-theme=dark] .dcx-modal--asset-picker,html[data-theme=dark] .dcx-modal--asset-picker{--dcx-picker-bg: #141c18;--dcx-picker-surface: rgba(255, 255, 255, .05);--dcx-picker-border: rgba(255, 255, 255, .1);--dcx-picker-text: #eef4f0;--dcx-picker-muted: #8fa896;--dcx-picker-shadow: 0 28px 64px rgba(0, 0, 0, .55)}.dcx-apicker-header{padding:1.15rem 1.25rem 1rem;border-bottom:1px solid var(--dcx-picker-border);background:linear-gradient(180deg,var(--dcx-picker-surface) 0%,var(--dcx-picker-bg) 100%)}.dcx-apicker-header-text{display:flex;align-items:center;gap:.65rem;min-width:0}.dcx-apicker-header-icon{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:12px;background:#1b6b351f;color:var(--dcx-picker-accent);font-size:1.15rem;flex-shrink:0}.dcx-modal--asset-picker .dcx-apicker-header h4{margin:0;font-size:1.05rem;font-weight:700;color:var(--dcx-picker-text);letter-spacing:-.01em}.dcx-apicker-close{width:2.25rem;height:2.25rem;border-radius:50%;background:var(--dcx-picker-surface);color:var(--dcx-picker-muted);border:1px solid var(--dcx-picker-border);transition:background .15s,color .15s,transform .15s}.dcx-apicker-close:hover{background:#1b6b351a;color:var(--dcx-picker-text);transform:scale(1.04)}.dcx-apicker-toolbar{padding:1rem 1.25rem;border-bottom:1px solid var(--dcx-picker-border);gap:.85rem;background:var(--dcx-picker-bg)}.dcx-apicker-search-wrap{position:relative}.dcx-apicker-search-icon{position:absolute;left:.95rem;top:50%;transform:translateY(-50%);color:var(--dcx-picker-muted);font-size:1rem;pointer-events:none}.dcx-apicker-search{width:100%;padding:.72rem 1rem .72rem 2.65rem;border-radius:14px;border:1px solid var(--dcx-picker-border);background:var(--dcx-picker-surface);color:var(--dcx-picker-text);font-size:.92rem;transition:border-color .15s,box-shadow .15s}.dcx-apicker-search::placeholder{color:var(--dcx-picker-muted)}.dcx-apicker-search:focus{outline:none;border-color:#1b6b3573;box-shadow:0 0 0 3px #1b6b351f}.dcx-apicker-tabs{display:flex;gap:.35rem;padding:.3rem;border-radius:16px;background:var(--dcx-picker-surface);border:1px solid var(--dcx-picker-border)}.dcx-apicker-tab{flex:1;min-width:0;padding:.55rem .5rem;border-radius:12px;border:none;background:transparent;color:var(--dcx-picker-muted);font-size:.78rem;font-weight:600;cursor:pointer;transition:background .18s,color .18s,box-shadow .18s;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dcx-apicker-tab:hover{color:var(--dcx-picker-text);background:#1b6b3514}.dcx-apicker-tab.active{background:var(--dcx-picker-bg);color:var(--dcx-picker-accent);box-shadow:0 2px 8px #0f172a14;font-weight:700}[data-theme=dark] .dcx-apicker-tab.active,html[data-theme=dark] .dcx-apicker-tab.active{box-shadow:0 2px 10px #00000040}.dcx-apicker-body{flex:1;min-height:0;display:flex;flex-direction:column;background:var(--dcx-picker-bg)}.dcx-apicker-list{list-style:none;margin:0;padding:.65rem;overflow-y:auto;flex:1;max-height:min(52vh,420px);scrollbar-width:thin;scrollbar-color:rgba(27,107,53,.35) transparent}.dcx-apicker-list::-webkit-scrollbar{width:6px}.dcx-apicker-list::-webkit-scrollbar-thumb{background:#1b6b3547;border-radius:999px}.dcx-apicker-list-item{margin-bottom:.45rem}.dcx-apicker-list-item:last-child{margin-bottom:0}.dcx-apicker-row{display:flex;align-items:center;gap:.85rem;width:100%;padding:.7rem .85rem;background:var(--dcx-picker-surface);border:1px solid var(--dcx-picker-border);border-radius:16px;color:var(--dcx-picker-text);cursor:pointer;font:inherit;text-align:left;transition:border-color .15s,background .15s,transform .12s,box-shadow .15s}.dcx-apicker-row:hover{border-color:#1b6b3547;background:#1b6b350d;transform:translateY(-1px);box-shadow:0 4px 12px #0f172a0f}.dcx-apicker-row--active{border-color:#1b6b3573;background:#1b6b3514;box-shadow:0 0 0 1px #1b6b351f}.dcx-apicker-row-icon-wrap{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:50%;padding:2px;background:var(--dcx-picker-bg);border:1px solid var(--dcx-picker-border);display:flex;align-items:center;justify-content:center}.dcx-apicker-row-icon{width:100%;height:100%;border-radius:50%;object-fit:cover}.dcx-apicker-row-info strong{font-size:.92rem;font-weight:600;color:var(--dcx-picker-text)}.dcx-apicker-row-info small{font-size:.76rem;font-weight:600;color:var(--dcx-picker-gold);letter-spacing:.02em}.dcx-apicker-row-check{margin-left:auto;font-size:1.25rem;color:var(--dcx-picker-accent);flex-shrink:0}.dcx-apicker-empty{display:flex;flex-direction:column;align-items:center;gap:.5rem;padding:2.5rem 1.5rem;color:var(--dcx-picker-muted);font-size:.9rem}.dcx-apicker-empty-icon{font-size:2rem;opacity:.45}@media (max-width: 575px){.dcx-modal--asset-picker{max-width:calc(100vw - 1.5rem);border-radius:20px;max-height:90vh}.dcx-apicker-header,.dcx-apicker-toolbar{padding-left:1rem;padding-right:1rem}.dcx-apicker-tab{font-size:.72rem;padding:.5rem .35rem}.dcx-apicker-list{max-height:50vh;padding:.5rem}.dcx-apicker-row{border-radius:14px}}.dcx-asset-row{display:flex;align-items:center;gap:.75rem;width:100%;padding:.65rem .85rem;background:transparent;border:none;border-radius:.5rem;color:var(--dcx-text, #111);cursor:pointer;font:inherit;text-align:left;transition:background .12s}.dcx-asset-row:hover{background:var(--dcx-card-bg, rgba(0, 0, 0, .03))}.dcx-asset-row--active{background:#1b6b3514}.dcx-asset-row-info{display:flex;flex-direction:column;gap:.1rem}.dcx-asset-row-info strong{font-size:.92rem;color:var(--dcx-text, #111)}.dcx-asset-row-info small{font-size:.78rem;color:var(--dcx-muted, #6b7280)}.dcx-kyc-gate{text-align:center;padding:2.5rem 1.75rem}.dcx-kyc-gate-icon{font-size:2.5rem;color:var(--dcx-gold, #c9a227);margin-bottom:.75rem}.dcx-kyc-gate-title{margin:0 0 .5rem;font-size:1.15rem;color:var(--dcx-text, #111827)}.dcx-kyc-gate-text{margin:0 0 1.5rem;color:var(--dcx-muted, #6b7280);font-size:.9rem;line-height:1.5}.ecx-status-tracker{margin-top:.85rem;padding:.85rem;border-radius:.6rem;background:var(--dcx-card-bg, rgba(0, 0, 0, .03));border:1px solid var(--dcx-border, #e5e7eb)}.ecx-status-tracker-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.65rem;font-size:.88rem}.ecx-status-tracker-ref{margin-left:auto;color:var(--dcx-muted, #6b7280);font-size:.75rem;font-family:ui-monospace,monospace}.ecx-status-tracker-msg{margin:.5rem 0 0;font-size:.82rem;color:var(--dcx-text, #374151);line-height:1.45}.dcx-amount-input--send{border-color:#e052528c!important}.dcx-amount-input--send:focus{border-color:var(--dcx-send, #e05252)!important;box-shadow:0 0 0 3px #e0525226!important;outline:none}.dcx-amount-input--recv{border-color:#2ecc7173!important}.dcx-amount-input--recv:focus{border-color:var(--dcx-receive, #2ecc71)!important;box-shadow:0 0 0 3px #2ecc7126!important;outline:none}.dcx-amount-hint{margin:4px 2px 0;font-size:.68rem;line-height:1.4;color:var(--dcx-text, #6b7280);opacity:.85}.dcx-amount-hint--error{color:var(--dcx-send, #e05252);opacity:1}.ecx-compact-swap-icon{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid var(--dcx-border, #e5e7eb);background:var(--dcx-card-bg, #fff);color:var(--dcx-text, #374151);cursor:pointer;transition:transform .2s,color .15s}.ecx-compact-swap-icon:hover{color:var(--dcx-green, #1b6b35);transform:rotate(180deg)}@media (max-width: 991px){.mp-widget--live .ecx-compact-swap-icon:hover{transform:scale(1.05)}.mp-widget--live .ecx-compact-swap-icon:hover i{transform:rotate(270deg)}}.dcx-payment-terminal{text-align:center;padding:.15rem 0 .5rem}.dcx-payment-terminal__icon{font-size:1.85rem;margin-bottom:.35rem;line-height:1}.dcx-payment-terminal__icon--success{color:#1b6b35}.dcx-payment-terminal__icon--warning{color:#c9a227}.dcx-payment-terminal__icon--error{color:#dc3545}.dcx-payment-terminal__ref{margin:.45rem 0 .65rem}.dcx-payment-terminal__actions{display:flex;flex-direction:column;gap:.5rem}.dcx-manual-btn--ghost{background:transparent;color:var(--dcx-text, #6b7280);border:1px solid var(--dcx-border, #e5e7eb)}.dcx-manual-btn--link{display:inline-block;text-decoration:none;text-align:center}.dcx-close-guard-overlay{z-index:10001}.dcx-close-guard-card{max-width:400px;margin:auto}.dcx-manual-btn--done{opacity:.85;cursor:default}.dcx-link-btn{background:none;border:none;padding:0;cursor:pointer;font:inherit;text-align:left}.dcx-link-btn:hover{text-decoration:underline}.dcx-paddr-backdrop{animation:ecx-fade-in .2s ease;z-index:10100!important}.dcx-modal--payment-address{--dcx-paddr-bg: #ffffff;--dcx-paddr-surface: #f4f7f5;--dcx-paddr-border: rgba(15, 23, 42, .12);--dcx-paddr-text: #0f172a;--dcx-paddr-muted: #475569;--dcx-paddr-accent: #1b6b35;--dcx-paddr-shadow: 0 24px 48px rgba(15, 23, 42, .14);width:100%;max-width:440px;max-height:min(90vh,680px);display:flex;flex-direction:column;background:var(--dcx-paddr-bg);color:var(--dcx-paddr-text);border:1px solid var(--dcx-paddr-border);border-radius:20px;box-shadow:var(--dcx-paddr-shadow);animation:ecx-slide-up .28s cubic-bezier(.34,1.2,.64,1);overflow:hidden;position:relative;z-index:1;pointer-events:auto}[data-theme=dark] .dcx-modal--payment-address,html[data-theme=dark] .dcx-modal--payment-address{--dcx-paddr-bg: #141c18;--dcx-paddr-surface: rgba(255, 255, 255, .06);--dcx-paddr-border: rgba(255, 255, 255, .18);--dcx-paddr-text: #eef4f0;--dcx-paddr-muted: #a8bfb0;--dcx-paddr-shadow: 0 28px 64px rgba(0, 0, 0, .55)}.dcx-paddr-header{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;padding:1.1rem 1.15rem .85rem;border-bottom:1px solid var(--dcx-paddr-border);background:linear-gradient(180deg,var(--dcx-paddr-surface) 0%,var(--dcx-paddr-bg) 100%);flex:0 0 auto}.dcx-paddr-header-text{display:flex;align-items:flex-start;gap:.75rem;min-width:0}.dcx-paddr-header-icon{flex-shrink:0;width:2.5rem;height:2.5rem;border-radius:12px;background:var(--dcx-paddr-surface);display:flex;align-items:center;justify-content:center;overflow:hidden}.dcx-paddr-asset-icon{width:1.75rem;height:1.75rem;object-fit:contain}.dcx-modal--payment-address h4{margin:0;font-size:1rem;font-weight:700;color:var(--dcx-paddr-text)}.dcx-paddr-subtitle{margin:.25rem 0 0;font-size:.82rem;color:var(--dcx-paddr-muted);line-height:1.35}.dcx-paddr-type-row{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin-top:.45rem}.dcx-paddr-type-badge{display:inline-flex;align-items:center;font-size:.72rem;font-weight:700;letter-spacing:.02em;text-transform:uppercase;padding:.2rem .5rem;border-radius:.35rem;line-height:1.2}.dcx-paddr-type-badge--deposit{color:#0b5cab;background:#0b5cab1f}.dcx-paddr-type-badge--withdraw{color:#b45309;background:#b453091f}.dcx-paddr-type-badge--both{color:var(--dcx-paddr-accent);background:#1b6b351f}.dcx-paddr-side-chip{display:inline-flex;align-items:center;font-size:.75rem;color:var(--dcx-paddr-muted);line-height:1.2}.dcx-paddr-type-banner{display:flex;align-items:flex-start;gap:.65rem;padding:.7rem .85rem;border-radius:.55rem;border:1px solid var(--dcx-paddr-border);background:var(--dcx-paddr-surface)}.dcx-paddr-type-banner>i{font-size:1.15rem;line-height:1.3;flex-shrink:0}.dcx-paddr-type-banner strong{display:block;font-size:.88rem;color:var(--dcx-paddr-text)}.dcx-paddr-type-banner span{display:block;margin-top:.15rem;font-size:.8rem;color:var(--dcx-paddr-muted);line-height:1.35}.dcx-paddr-type-banner--deposit{border-color:#0b5cab40;background:#0b5cab14}.dcx-paddr-type-banner--deposit>i{color:#0b5cab}.dcx-paddr-type-banner--withdraw{border-color:#b4530940;background:#b4530914}.dcx-paddr-type-banner--withdraw>i{color:#b45309}.dcx-paddr-type-banner--both{border-color:#1b6b3540;background:#1b6b3514}.dcx-paddr-type-banner--both>i{color:var(--dcx-paddr-accent)}.dcx-paddr-error{padding:.65rem .75rem;border-radius:.45rem;font-size:.85rem;color:#b91c1c;background:#b91c1c14;border:1px solid rgba(185,28,28,.2)}.dcx-paddr-close{flex-shrink:0}.dcx-paddr-body{padding:1rem 1.15rem;overflow-y:auto;display:flex;flex-direction:column;gap:.85rem;flex:1 1 auto;min-height:0;position:relative;z-index:2;pointer-events:auto;-webkit-overflow-scrolling:touch}.dcx-modal--payment-address .dcx-input,.dcx-modal--payment-address input,.dcx-modal--payment-address textarea{pointer-events:auto!important;user-select:text;-webkit-user-select:text;position:relative;z-index:2}.ecx-phone-field .iti{width:100%;display:block}.ecx-phone-field .iti .iti__country-container,.ecx-phone-field .iti .iti__selected-country{pointer-events:none;cursor:default}.ecx-phone-field .iti .iti__arrow{display:none}.ecx-phone-field .iti input,.ecx-phone-field .iti .iti__tel-input{width:100%;pointer-events:auto!important}.dcx-paddr-field{display:flex;flex-direction:column;gap:.35rem;position:relative;z-index:2}.dcx-paddr-textarea{min-height:72px;resize:vertical}.dcx-paddr-hint{margin:-.35rem 0 0;font-size:.8rem}.dcx-paddr-hint--ok{color:var(--dcx-paddr-accent)}.dcx-paddr-hint--warn{color:#e67e22}.dcx-paddr-success{font-size:.85rem;color:var(--dcx-paddr-accent)}.dcx-paddr-alert{margin:0}.dcx-paddr-otp{padding:.85rem;border:1px dashed var(--dcx-paddr-border);border-radius:12px;background:var(--dcx-paddr-surface)}.dcx-paddr-otp-title{margin:0 0 .65rem;font-size:.85rem;color:var(--dcx-paddr-muted)}.dcx-paddr-otp-actions{display:flex;align-items:center;gap:.65rem;margin-bottom:.65rem}.dcx-paddr-otp-timer{font-size:.8rem;color:var(--dcx-paddr-muted)}.dcx-paddr-otp-row{display:grid;grid-template-columns:1fr auto;gap:.5rem}.dcx-paddr-challenge{padding:.85rem;border-radius:12px;border:1px solid var(--dcx-paddr-border);background:var(--dcx-paddr-surface)}.dcx-paddr-challenge-title{margin:0 0 .65rem;font-size:.88rem;font-weight:600;color:var(--dcx-paddr-text)}.dcx-paddr-challenge-method+.dcx-paddr-challenge-method{margin-top:.75rem}.dcx-paddr-challenge-row{display:grid;grid-template-columns:1fr auto;gap:.5rem}.dcx-paddr-default{display:flex;align-items:center;gap:.5rem;font-size:.88rem;color:var(--dcx-paddr-text);cursor:pointer}.dcx-paddr-footer{display:flex;justify-content:flex-end;gap:.65rem;padding:.85rem 1.15rem 1.1rem;border-top:1px solid var(--dcx-paddr-border);background:var(--dcx-paddr-bg);flex:0 0 auto;position:relative;z-index:1}.dcx-btn--sm{padding:.45rem .85rem;font-size:.85rem}.dcx-modal--payment-address .dcx-btn--outline{background:var(--dcx-paddr-bg);color:var(--dcx-paddr-text);border:1.5px solid var(--dcx-paddr-border);font-weight:700}.dcx-modal--payment-address .dcx-btn--outline:hover:not(:disabled){border-color:var(--dcx-paddr-accent);color:var(--dcx-paddr-accent);background:#1b6b3514}.dcx-modal--payment-address .dcx-btn--outline:disabled{opacity:1;color:var(--dcx-paddr-muted);border-color:var(--dcx-paddr-border);background:var(--dcx-paddr-surface)}.dcx-modal--payment-address .dcx-btn--primary{background:linear-gradient(135deg,var(--dcx-paddr-accent),#228b45);color:#fff;border:1px solid transparent;font-weight:700}.dcx-modal--payment-address .dcx-btn--primary:disabled{opacity:.6;color:#fff}.dcx-modal--payment-address .dcx-paddr-otp .dcx-btn--outline{background:var(--dcx-paddr-bg)}@media (max-width: 480px){.dcx-modal--payment-address{max-width:calc(100vw - 1.5rem);border-radius:16px}.dcx-paddr-otp-row,.dcx-paddr-challenge-row{grid-template-columns:1fr}}.ecx-snackbar-stack{position:fixed;left:50%;bottom:1.25rem;transform:translate(-50%);z-index:10050;display:flex;flex-direction:column;gap:.5rem;width:min(420px,calc(100vw - 1.5rem));pointer-events:none}.ecx-snackbar{pointer-events:auto;display:flex;align-items:center;gap:.75rem;width:100%;text-align:left;border:0;border-radius:12px;padding:.85rem 1rem;background:#0f1a14;color:#f4f7f5;box-shadow:0 10px 30px #00000047;cursor:pointer;animation:ecx-snack-in .25s ease-out}.ecx-snackbar__body{display:flex;flex-direction:column;gap:.15rem;min-width:0;flex:1}.ecx-snackbar__title{font-size:.86rem;font-weight:700}.ecx-snackbar__msg{font-size:.78rem;opacity:.85;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ecx-snackbar__cta{flex-shrink:0;font-size:.78rem;font-weight:700;color:#6fcf97}@keyframes ecx-snack-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}
