.exchange-page{--ex-ink:#172019;--ex-muted:#737b75;--ex-line:rgba(30,45,35,.12);--ex-green:#b9f06a;--ex-violet:#d8d0ff;--bg:#f0f3ed;--bg-card:rgba(255,255,255,.78);--bg-card-hover:#f5f7f2;--border:rgba(30,45,35,.12);--text-heading:#172019;--text-muted:#737b75;--accent:#557f2e;width:min(1480px,calc(100% - 32px));min-height:100vh;margin:0 auto;padding:24px 0 40px;color:var(--ex-ink);display:flex;flex-direction:column;gap:18px}body:has(.exchange-page),#root:has(.exchange-page){min-height:100%;background:linear-gradient(145deg,#f5f5ef,#eeecfb 49%,#e4f0dd)}.exchange-loading{min-height:50vh;display:grid;place-items:center;color:var(--text-muted)}.exchange-hero{position:relative;overflow:hidden;min-height:350px;border-radius:30px;padding:40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(370px,.72fr);align-items:center;gap:50px;background:linear-gradient(128deg,#f1f3ec,#eceafd 53%,#dcefd4);box-shadow:0 28px 65px #141c1621;isolation:isolate}.exchange-hero__glow{position:absolute;width:340px;height:340px;border-radius:50%;filter:blur(8px);opacity:.55;z-index:-1}.exchange-hero__glow--one{background:#fff;left:25%;top:-45%}.exchange-hero__glow--two{background:#c9f68d;right:-8%;bottom:-70%}.exchange-kicker{display:flex;align-items:center;gap:8px;font-size:10px;letter-spacing:.18em;font-weight:800;color:#626c65}.exchange-kicker i{width:7px;height:7px;border-radius:50%;background:#72a833;box-shadow:0 0 0 5px #72a8331f}.exchange-hero__intro h1{margin:17px 0 12px;font-size:clamp(42px,5vw,76px);line-height:.94;letter-spacing:-.065em;font-weight:720}.exchange-hero__intro h1 span{color:#6d7197}.exchange-hero__intro p{max-width:520px;color:#66706a;font-size:16px;line-height:1.55}.exchange-live{display:inline-flex;align-items:center;gap:9px;margin-top:28px;padding:9px 13px;background:#ffffff94;border:1px solid rgba(255,255,255,.7);border-radius:99px;font-size:12px;font-weight:650}.exchange-live span{width:8px;height:8px;border-radius:50%;background:#9b9e9c}.exchange-live span.is-on{background:#69a72d;box-shadow:0 0 10px #8bd13f}.exchange-converter{padding:23px;border-radius:26px;background:#ffffffad;border:1px solid rgba(255,255,255,.9);box-shadow:0 18px 45px #242c261f;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.exchange-converter__head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;font-weight:750}.exchange-converter__head b{font-size:10px;color:#548529;background:#e2f7c7;padding:6px 9px;border-radius:99px}.exchange-converter label{display:block;font-size:11px;color:#737c76;margin:0 0 7px 3px}.exchange-money-input{height:70px;display:flex;align-items:center;gap:9px;padding:0 16px;border-radius:18px;background:#fff;border:1px solid var(--ex-line)}.exchange-money-input input,.exchange-money-input>div{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ex-ink);font:700 27px/1 inherit}.exchange-money-input strong{font-size:12px}.exchange-money-input--receive{background:#eff4eb}.exchange-coin{width:30px;height:30px;display:grid;place-items:center;border-radius:50%;font-weight:800;color:#fff}.exchange-coin--usdt{background:#25a17b}.exchange-coin--uah{background:#7891d4}.exchange-swap{display:flex;align-items:center;justify-content:space-between;height:36px;padding:0 5px;color:#747d77}.exchange-swap span{width:24px;height:24px;display:grid;place-items:center;margin-left:10px;border-radius:50%;background:#202722;color:#fff}.exchange-swap small{font-size:10px}.exchange-stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.exchange-stats article{min-width:0;padding:20px 22px;border:1px solid var(--border);border-radius:20px;background:var(--bg-card);box-shadow:0 10px 30px #282f290d;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);display:flex;flex-direction:column;gap:5px}.exchange-stats span{color:var(--text-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em}.exchange-stats b{color:var(--text-heading);font-size:26px;letter-spacing:-.04em}.exchange-stats small{color:var(--text-muted)}.exchange-grid{display:grid;grid-template-columns:minmax(0,1.7fr) minmax(320px,.7fr);gap:16px}.exchange-panel{color:var(--ex-ink);background:var(--bg-card);border:1px solid rgba(255,255,255,.85);border-radius:24px;padding:24px;box-shadow:0 16px 42px #282f2912;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.exchange-panel__title{display:flex;align-items:center;justify-content:space-between;gap:20px}.exchange-panel__title>div>span{color:var(--text-muted);text-transform:uppercase;letter-spacing:.1em;font-size:10px}.exchange-panel__title h2{color:var(--text-heading);font-size:20px;margin:4px 0 0}.exchange-toggle{display:flex;align-items:center;gap:10px;cursor:pointer}.exchange-toggle input{position:absolute;opacity:0;pointer-events:none}.exchange-toggle>span{width:43px;height:24px;padding:3px;border-radius:99px;background:var(--border);transition:.2s}.exchange-toggle>span:after{content:"";display:block;width:18px;height:18px;border-radius:50%;background:#fff;transition:.2s;box-shadow:0 2px 6px #0003}.exchange-toggle input:checked+span{background:#83be43}.exchange-toggle input:checked+span:after{transform:translate(19px)}.exchange-toggle b{color:var(--text-muted);font-size:12px}.exchange-fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:13px;margin-top:22px}.exchange-fields label>span{display:block;margin:0 0 7px 3px;color:var(--text-muted);font-size:11px}.exchange-fields label>div{display:flex;height:48px;border:1px solid var(--border);border-radius:13px;background:var(--bg);overflow:hidden}.exchange-fields input{min-width:0;flex:1;border:0;outline:0;padding:0 13px;background:transparent;color:var(--text-heading);font:650 14px inherit}.exchange-fields i{display:grid;place-items:center;padding:0 13px;color:var(--text-muted);font-style:normal;border-left:1px solid var(--border)}.exchange-address{grid-column:1/-1}.exchange-address button{border:0;border-left:1px solid var(--border);padding:0 15px;background:transparent;color:var(--accent);cursor:pointer}.exchange-settings__foot{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:20px}.exchange-settings__foot small{color:var(--text-muted)}.exchange-primary{border:0;border-radius:13px;padding:13px 18px;background:#b9eb7d;color:#1c281e;font-weight:750;cursor:pointer}.exchange-primary:disabled{opacity:.55;cursor:wait}.exchange-json{width:100%;min-height:190px;resize:vertical;border:1px solid var(--border);border-radius:15px;padding:14px 16px;background:#fff;color:var(--ex-ink);outline:none;font:500 12px/1.5 ui-monospace,SFMono-Regular,Menlo,monospace}.exchange-json:focus,.exchange-fields label>div:focus-within{border-color:#83ad58;box-shadow:0 0 0 3px #83ad5824}.exchange-flow-card{background:linear-gradient(155deg,#242a25,#171b18);color:#fff}.exchange-flow-card .exchange-kicker{color:#aab1ac}.exchange-flow-card h2{margin:13px 0 23px;font-size:23px}.exchange-flow-card ol{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:17px}.exchange-flow-card li{display:flex;align-items:center;gap:13px}.exchange-flow-card li>b{display:grid;place-items:center;width:35px;height:35px;border-radius:50%;border:1px solid #ffffff24;color:#c6ee94;font-size:10px}.exchange-flow-card li div{display:flex;flex-direction:column;gap:3px}.exchange-flow-card li strong{font-size:13px}.exchange-flow-card li span{color:#939b95;font-size:11px}.exchange-orders{padding:0;overflow:hidden}.exchange-orders__head{padding:22px 24px;border-bottom:1px solid var(--border)}.exchange-filters{display:flex;gap:5px;padding:4px;border-radius:12px;background:var(--bg)}.exchange-filters button{border:0;border-radius:9px;padding:8px 11px;background:transparent;color:var(--text-muted);font-size:11px;cursor:pointer}.exchange-filters button.active{background:var(--bg-card);color:var(--text-heading);box-shadow:0 3px 10px #0002}.exchange-orders__controls{display:flex;align-items:center;gap:10px}.exchange-demo-button,.exchange-clear-button{border-radius:11px;padding:10px 13px;font:700 10px inherit;cursor:pointer}.exchange-demo-button{border:1px solid #83ad5844;background:#f4faed;color:#58802f}.exchange-clear-button{border:1px solid #df747944;background:#fff7f7;color:#cf6268}.exchange-clear-button:disabled{opacity:.4;cursor:not-allowed}.crm-delete-summary,.crm-demo-summary{padding:16px;display:flex;flex-direction:column;gap:5px;border-radius:15px}.crm-delete-summary{border:1px solid #efcdcf;background:#fff7f7}.crm-delete-summary b{color:#9f444b;font-size:15px}.crm-demo-summary{border:1px solid #cfe3ba;background:#f4faed}.crm-demo-summary b{color:#4f7729;font-size:15px}.crm-delete-summary span,.crm-demo-summary span{color:var(--text-muted);font-size:11px}.exchange-order-list{display:flex;flex-direction:column}.exchange-order{display:grid;grid-template-columns:135px minmax(130px,.8fr) minmax(170px,1fr) minmax(190px,1.2fr) 125px auto;align-items:center;gap:14px;padding:16px 24px;border-bottom:1px solid var(--border)}.exchange-order:last-child{border-bottom:0}.exchange-order:hover{background:var(--bg-card-hover)}.exchange-order__id,.exchange-order__user,.exchange-order__amount,.exchange-order__details{min-width:0;display:flex;flex-direction:column;gap:3px}.exchange-order__id{flex-direction:row;align-items:center}.exchange-order__id i{width:8px;height:8px;flex:none;border-radius:50%}.exchange-order b{color:var(--text-heading);font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exchange-order span,.exchange-order a{color:var(--text-muted);font-size:10px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.exchange-order a{color:var(--accent);text-decoration:none}.exchange-status{width:max-content;padding:7px 9px;border-radius:99px;font-weight:700}.tone-green{color:#56bd85!important;background:#2db7741a}.tone-violet{color:#9d8cff!important;background:#8c77ff1a}.tone-amber{color:#dcaa41!important;background:#dcaa411a}.tone-red{color:#e36f75!important;background:#e36f751a}.tone-muted{color:#8a918d!important;background:#8a918d1a}.exchange-order__actions{display:flex;gap:6px;justify-content:flex-end}.exchange-order__actions button{border:1px solid var(--border);border-radius:9px;padding:7px 9px;background:transparent;color:var(--text-muted);font-size:10px;cursor:pointer}.exchange-order__actions .approve{color:#63bb85;border-color:#63bb8544}.exchange-order__actions .reject{color:#df7479;border-color:#df747944}.exchange-empty{min-height:170px;display:grid;place-items:center;color:var(--text-muted)}@media (max-width:1100px){.exchange-hero{grid-template-columns:1fr 370px;padding:30px}.exchange-grid{grid-template-columns:1fr}.exchange-order{grid-template-columns:110px 1fr 1fr 110px}.exchange-order__details{display:none}.exchange-order__actions{grid-column:4}.exchange-stats{grid-template-columns:repeat(2,1fr)}}@media (max-width:720px){.exchange-page{gap:12px}.exchange-hero{grid-template-columns:1fr;padding:24px 18px;border-radius:22px;gap:25px}.exchange-hero__intro h1{font-size:45px}.exchange-converter{padding:16px}.exchange-stats{gap:8px}.exchange-stats article{padding:15px}.exchange-stats b{font-size:20px}.exchange-fields{grid-template-columns:1fr}.exchange-address{grid-column:auto}.exchange-settings__foot,.exchange-panel__title{align-items:flex-start;flex-direction:column}.exchange-settings__foot .exchange-primary{width:100%}.exchange-orders__head{padding:18px}.exchange-orders__controls{width:100%;align-items:stretch;flex-direction:column}.exchange-filters{width:100%;overflow:auto}.exchange-demo-button,.exchange-clear-button{width:100%}.exchange-order{grid-template-columns:1fr auto;padding:15px 18px}.exchange-order__user,.exchange-order__amount{grid-column:1}.exchange-status{grid-column:2;grid-row:1}.exchange-order__actions{grid-column:2;grid-row:2/4;flex-direction:column}.exchange-order__details{display:none}}.exchange-order__receipts{grid-column:1/-1;display:flex;align-items:center;gap:8px;flex-wrap:wrap;padding:5px 0 0 23px}.exchange-order__receipts span{font-size:10px;color:#63bb85}.exchange-order__receipts button{border:1px dashed var(--border);border-radius:8px;padding:5px 8px;background:transparent;color:var(--accent);font-size:10px;cursor:pointer}@media (max-width:1100px){.exchange-orders:not(.exchange-crm) .exchange-order{grid-template-columns:minmax(120px,.75fr) minmax(150px,1fr) minmax(150px,.9fr);align-items:start;gap:12px 18px;padding:20px 24px}.exchange-orders:not(.exchange-crm) .exchange-order__id{grid-column:1;grid-row:1}.exchange-orders:not(.exchange-crm) .exchange-order__user{grid-column:2;grid-row:1}.exchange-orders:not(.exchange-crm) .exchange-order__amount{grid-column:3;grid-row:1;text-align:right}.exchange-orders:not(.exchange-crm) .exchange-order__details{display:flex;grid-column:1/3;grid-row:2}.exchange-orders:not(.exchange-crm) .exchange-order__receipts{grid-column:1/3;grid-row:3;padding:0}.exchange-orders:not(.exchange-crm) .exchange-status{grid-column:3;grid-row:2;justify-self:end}.exchange-orders:not(.exchange-crm) .exchange-order__actions{grid-column:3;grid-row:3;justify-self:end}}@media (max-width:900px){.exchange-orders:not(.exchange-crm) .exchange-order{grid-template-columns:minmax(0,1fr) auto;gap:9px 14px;padding:20px}.exchange-orders:not(.exchange-crm) .exchange-order__id{grid-column:1;grid-row:1}.exchange-orders:not(.exchange-crm) .exchange-status{grid-column:2;grid-row:1;justify-self:end}.exchange-orders:not(.exchange-crm) .exchange-order__user{grid-column:1;grid-row:2}.exchange-orders:not(.exchange-crm) .exchange-order__amount{grid-column:1;grid-row:3;text-align:left}.exchange-orders:not(.exchange-crm) .exchange-order__details{grid-column:1;grid-row:4}.exchange-orders:not(.exchange-crm) .exchange-order__receipts{grid-column:1/-1;grid-row:5;padding-top:4px}.exchange-orders:not(.exchange-crm) .exchange-order__actions{grid-column:2;grid-row:2/5;align-self:center;flex-direction:column}.exchange-orders:not(.exchange-crm) .exchange-order__id div,.exchange-orders:not(.exchange-crm) .exchange-order__user,.exchange-orders:not(.exchange-crm) .exchange-order__amount{gap:4px}.exchange-orders:not(.exchange-crm) .exchange-order b{font-size:13px}.exchange-orders:not(.exchange-crm) .exchange-order span{font-size:10px}}@media (max-width:560px){.exchange-orders:not(.exchange-crm) .exchange-order{grid-template-columns:1fr}.exchange-orders:not(.exchange-crm) .exchange-status{grid-column:1;grid-row:4;justify-self:start}.exchange-orders:not(.exchange-crm) .exchange-order__details{grid-row:5}.exchange-orders:not(.exchange-crm) .exchange-order__receipts{grid-row:6}.exchange-orders:not(.exchange-crm) .exchange-order__actions{grid-column:1;grid-row:7;justify-self:stretch;flex-direction:row}.exchange-orders:not(.exchange-crm) .exchange-order__actions button{flex:1}.exchange-orders:not(.exchange-crm) .exchange-order__id span{white-space:normal}}.exchange-orders .exchange-order--operation{display:flex;align-items:stretch;flex-direction:column;gap:16px;padding:20px 24px}.exchange-order--operation .exchange-order__main{width:100%;display:grid;grid-template-columns:150px minmax(150px,.75fr) minmax(190px,1fr) minmax(220px,1.2fr);align-items:start;gap:20px}.exchange-order--operation .exchange-order__id>div{min-width:0;display:flex;flex-direction:column;gap:3px}.exchange-order--operation .exchange-order__bottom{width:100%;display:flex;align-items:center;gap:12px;padding-top:4px}.exchange-order--operation .exchange-order__receipts{min-width:0;flex:1;grid-column:auto;padding:0}.exchange-order--operation .exchange-status,.exchange-order--operation .exchange-order__actions{flex:none}.exchange-order--operation .exchange-order__amount,.exchange-order--operation .exchange-order__details{display:flex!important}.exchange-order--operation .exchange-order__details b{white-space:normal;line-height:1.35}.exchange-order--operation .exchange-order__id span{white-space:normal;line-height:1.3}@media (max-width:1100px){.exchange-orders__head{align-items:stretch;flex-direction:column}.exchange-orders__controls{width:100%;justify-content:space-between}.exchange-clear-button{flex:none}.exchange-order--operation .exchange-order__main{grid-template-columns:140px minmax(150px,1fr) minmax(170px,1fr)}.exchange-order--operation .exchange-order__details{grid-column:2/4}.exchange-order--operation .exchange-order__bottom{align-items:flex-start;flex-wrap:wrap}.exchange-order--operation .exchange-order__receipts{flex-basis:100%}}@media (max-width:760px){.exchange-orders .exchange-order--operation{padding:18px}.exchange-orders__controls{align-items:stretch;flex-direction:column}.exchange-order--operation .exchange-order__main{grid-template-columns:1fr 1fr;gap:14px}.exchange-order--operation .exchange-order__id{grid-column:1}.exchange-order--operation .exchange-order__user{grid-column:2}.exchange-order--operation .exchange-order__amount{grid-column:1}.exchange-order--operation .exchange-order__details{grid-column:2}.exchange-order--operation .exchange-order__bottom{display:grid;grid-template-columns:1fr auto}.exchange-order--operation .exchange-order__receipts{grid-column:1/-1}.exchange-order--operation .exchange-status{grid-column:1}.exchange-order--operation .exchange-order__actions{grid-column:2;flex-direction:row}}@media (max-width:520px){.exchange-order--operation .exchange-order__main{grid-template-columns:1fr}.exchange-order--operation .exchange-order__id,.exchange-order--operation .exchange-order__user,.exchange-order--operation .exchange-order__amount,.exchange-order--operation .exchange-order__details{grid-column:1}.exchange-order--operation .exchange-order__bottom{grid-template-columns:1fr}.exchange-order--operation .exchange-status,.exchange-order--operation .exchange-order__actions{grid-column:1;justify-self:stretch}.exchange-order--operation .exchange-order__actions button{flex:1}}.exchange-page button{font-weight:650;letter-spacing:-.01em;line-height:1.15}.exchange-primary{min-height:42px;padding:0 17px;font-size:12px;white-space:nowrap;box-shadow:0 7px 18px #6e9c3924}.exchange-secondary{min-height:40px;border:1px solid var(--border);border-radius:12px;padding:0 15px;background:#fff;color:var(--ex-ink);font-size:11px;cursor:pointer}.exchange-directions-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin:28px 0 13px;padding-top:24px;border-top:1px solid var(--border)}.exchange-directions-head>div>span{color:var(--text-muted);font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.exchange-directions-head h3{margin:4px 0 3px;color:var(--text-heading);font-size:17px}.exchange-directions-head p{margin:0;color:var(--text-muted);font-size:11px}.exchange-direction-list{display:grid;gap:10px}.exchange-direction{padding:16px;border:1px solid var(--border);border-radius:17px;background:#ffffffb8}.exchange-direction__top{display:grid;grid-template-columns:32px minmax(180px,1fr) auto 32px;align-items:center;gap:10px;margin-bottom:14px}.exchange-direction__number{width:28px;height:28px;display:grid;place-items:center;border-radius:9px;background:#202721;color:#c9f58c;font-size:9px;font-weight:800}.exchange-direction__name{width:100%;border:0;border-bottom:1px solid transparent;background:transparent;color:var(--ex-ink);outline:0;font-size:14px;font-weight:750}.exchange-direction__name:focus{border-bottom-color:#8fb865}.exchange-icon-button{width:30px;height:30px;border:0;border-radius:9px;background:#f0f2ed;color:#89908b;font-size:18px;cursor:pointer}.exchange-icon-button:hover{background:#fff0f0;color:#b6535b}.exchange-direction__fields{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.exchange-direction__fields label>span{display:block;margin:0 0 6px 2px;color:var(--text-muted);font-size:9px}.exchange-direction__fields input,.exchange-direction__fields select{width:100%;height:41px;border:1px solid var(--border);border-radius:11px;padding:0 11px;background:#f6f8f4;color:var(--ex-ink);outline:0;font-size:11px}.exchange-direction__fields input:focus,.exchange-direction__fields select:focus{border-color:#83ad58;box-shadow:0 0 0 3px #83ad581f}.exchange-crm__stats{padding:16px 16px 6px}.exchange-crm__stats article{box-shadow:none;background:#fff}.exchange-crm__toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:4px 16px 16px;padding:14px 16px;border:1px solid var(--border);border-radius:16px;background:#f4f6f1}.exchange-crm__toolbar>div{display:flex;flex-direction:column;gap:3px}.exchange-crm__toolbar b{color:var(--ex-ink);font-size:12px}.exchange-crm__toolbar span{color:var(--text-muted);font-size:10px}.exchange-crm .exchange-empty{margin:0 16px 16px;border:1px dashed var(--border);border-radius:16px;background:#ffffff73}@media (max-width:720px){.exchange-directions-head,.exchange-crm__toolbar{align-items:stretch;flex-direction:column}.exchange-directions-head button,.exchange-crm__toolbar button{width:100%}.exchange-direction__top{grid-template-columns:32px 1fr 32px}.exchange-direction__top .exchange-toggle{grid-column:2}.exchange-direction__fields{grid-template-columns:1fr}.exchange-crm__stats{padding:10px}.exchange-crm__toolbar{margin:0 10px 10px}}.crm-shell{min-height:100vh;display:grid;grid-template-columns:220px minmax(0,1fr);color:#172019;background:linear-gradient(145deg,#f5f5ef,#eeecfb 49%,#e4f0dd)}.crm-sidebar{position:sticky;top:0;height:100vh;padding:22px 14px;display:flex;flex-direction:column;border-right:1px solid rgba(30,45,35,.1);background:#f7f9f4db;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.crm-brand{display:flex;align-items:center;gap:10px;padding:0 8px 24px;color:inherit;text-decoration:none}.crm-brand>span{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#202721;color:#c9f58c;font-size:20px;font-weight:800}.crm-brand div{display:flex;flex-direction:column}.crm-brand b{font-size:14px}.crm-brand small{color:#7a827c;font-size:8px;letter-spacing:.11em;text-transform:uppercase}.crm-sidebar nav{display:grid;gap:4px}.crm-sidebar nav a{min-height:42px;padding:0 11px;display:grid;grid-template-columns:25px 1fr auto;align-items:center;gap:7px;border-radius:12px;color:#6f7771;text-decoration:none;font-size:11px;font-weight:650}.crm-sidebar nav a:hover{background:#eef1eb;color:#172019}.crm-sidebar nav a.active{background:#202721;color:#fff;box-shadow:0 9px 22px #20272124}.crm-sidebar nav a i{font-style:normal;text-align:center;font-size:14px}.crm-sidebar nav a.active i{color:#c9f58c}.crm-sidebar nav a>b{min-width:19px;height:19px;padding:0 5px;display:grid;place-items:center;border-radius:99px;background:#b9eb7d;color:#172019;font-size:8px}.crm-sidebar__foot{margin-top:auto;padding:13px 10px;display:flex;align-items:center;gap:9px;border:1px solid rgba(30,45,35,.1);border-radius:14px;background:#fff9}.crm-sidebar__foot>span{width:8px;height:8px;border-radius:50%;background:#d37878}.crm-sidebar__foot>span.online{background:#79ad3f;box-shadow:0 0 8px #83c63f}.crm-sidebar__foot div{display:flex;flex-direction:column;gap:2px}.crm-sidebar__foot b{font-size:9px}.crm-sidebar__foot small{color:#7a827c;font-size:8px}.crm-main{min-width:0}.crm-topbar{height:82px;padding:0 28px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(30,45,35,.09);background:#ffffff61}.crm-topbar>div:first-child{display:flex;flex-direction:column}.crm-topbar span{color:#7a827c;font-size:8px;letter-spacing:.11em;text-transform:uppercase}.crm-topbar h1{margin:3px 0 0;font-size:22px;letter-spacing:-.04em}.crm-topbar__actions{display:flex;align-items:center;gap:7px}.crm-topbar__actions a,.crm-topbar__actions button{height:36px;padding:0 12px;display:flex;align-items:center;border:1px solid rgba(30,45,35,.11);border-radius:11px;background:#fff9;color:#59615b;text-decoration:none;font-size:9px;cursor:pointer}.crm-main .exchange-page{width:min(1380px,calc(100% - 40px));min-height:auto;padding-top:20px}.exchange-crm--summary>.exchange-order-list,.exchange-crm--summary>.exchange-crm__toolbar,.exchange-crm--summary>.exchange-primary{display:none}@media (max-width:860px){.crm-shell{grid-template-columns:1fr}.crm-sidebar{position:static;width:100%;height:auto;padding:10px}.crm-brand,.crm-sidebar__foot{display:none}.crm-sidebar nav{display:flex;overflow:auto}.crm-sidebar nav a{flex:0 0 auto;grid-template-columns:20px auto}.crm-sidebar nav a>b{display:none}.crm-topbar{height:68px;padding:0 14px}.crm-topbar__actions a{display:none}.crm-main .exchange-page{width:calc(100% - 20px);padding-top:10px}}.crm-sidebar nav a i{height:20px;display:grid;place-items:center;font-size:inherit}.crm-sidebar nav a i svg{display:block}.exchange-crm>.exchange-primary{display:block;margin:4px 16px 16px auto}.crm-modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;padding:20px;display:grid;place-items:center;background:#14191575;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.crm-modal{width:min(610px,100%);max-height:calc(100vh - 40px);overflow:auto;border:1px solid rgba(255,255,255,.9);border-radius:24px;background:#f8faf6;color:#172019;box-shadow:0 32px 90px #14191547}.crm-modal>header{padding:22px 24px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid rgba(30,45,35,.1)}.crm-modal>header span{color:#788079;font-size:9px;font-weight:750;letter-spacing:.13em}.crm-modal>header h2{margin:5px 0 0;font-size:21px;letter-spacing:-.035em}.crm-modal>header p{margin:6px 0 0;color:#737b75;font-size:11px}.crm-modal>header>button{width:32px;height:32px;border:1px solid rgba(30,45,35,.1);border-radius:10px;background:#fff;color:#747c76;font-size:19px;cursor:pointer}.crm-modal__body{padding:22px 24px}.crm-modal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.crm-modal-field{display:flex;flex-direction:column;gap:6px}.crm-modal-field.wide{grid-column:1/-1}.crm-modal-field>span{margin-left:2px;color:#68706a;font-size:9px;font-weight:650}.crm-modal-field input,.crm-modal-field select,.crm-modal-field textarea{width:100%;border:1px solid rgba(30,45,35,.13);border-radius:12px;background:#fff;color:#172019;outline:0;font:550 12px/1.4 inherit}.crm-modal-field input,.crm-modal-field select{height:44px;padding:0 12px}.crm-modal-field textarea{min-height:92px;padding:11px 12px;resize:vertical}.crm-modal-field input:focus,.crm-modal-field select:focus,.crm-modal-field textarea:focus{border-color:#83ad58;box-shadow:0 0 0 3px #83ad5821}.crm-modal>footer{padding:16px 24px;display:flex;align-items:center;justify-content:flex-end;gap:8px;border-top:1px solid rgba(30,45,35,.1);background:#f1f4ee}.crm-modal>footer button{height:42px;padding:0 16px;border-radius:12px;font-size:11px;cursor:pointer}.crm-modal__cancel{border:1px solid rgba(30,45,35,.12);background:#fff;color:#68706a}.crm-modal__submit{border:0;background:#b9eb7d;color:#172019}.crm-modal__submit:disabled{opacity:.55;cursor:wait}@media (max-width:600px){.crm-modal-backdrop{padding:8px}.crm-modal{max-height:calc(100vh - 16px);border-radius:19px}.crm-modal-grid{grid-template-columns:1fr}.crm-modal-field.wide{grid-column:auto}.crm-modal>header,.crm-modal__body,.crm-modal>footer{padding-left:16px;padding-right:16px}}.portal,.portal-login{--ink:#182019;--muted:#788079;--lime:#b6eb76;min-height:100vh;color:var(--ink);font-family:Inter,system-ui,sans-serif;background:linear-gradient(145deg,#f3f4ef,#eeecfa 55%,#e7f2df)}.portal-login{display:grid;place-items:center;padding:24px}.portal-login-card{width:min(100%,480px);padding:46px;border:1px solid #fff;border-radius:34px;background:#ffffffb8;box-shadow:0 35px 100px #303b3020;text-align:center}.portal-brand{display:flex;align-items:center;gap:10px}.portal-login .portal-brand{justify-content:center}.portal-brand i{width:40px;height:40px;display:grid;place-items:center;border-radius:13px;background:#202821;color:var(--lime);font-style:normal;font-size:22px;font-weight:900}.portal-login-card>span{display:block;margin-top:45px;color:var(--muted);font-size:11px;letter-spacing:.14em;text-transform:uppercase}.portal-login h1{margin:10px 0;font-size:42px;line-height:1.03;letter-spacing:-.05em}.portal-login p{color:var(--muted);font-size:14px}.tg-login{min-height:54px;margin:28px 0 15px;display:flex;justify-content:center}.portal-login footer{margin-top:24px;color:var(--muted);font-size:10px}.portal{display:grid;grid-template-columns:230px 1fr}.portal aside{position:sticky;top:0;height:100vh;padding:28px 18px;display:flex;flex-direction:column;background:#fbfcf9;border-right:1px solid #dde2da}.portal aside nav{display:grid;gap:7px;margin-top:45px}.portal aside button{height:48px;padding:0 15px;display:flex;align-items:center;gap:13px;border:0;border-radius:14px;background:transparent;color:#717972;font-size:13px;font-weight:650;text-align:left;cursor:pointer}.portal aside button span{width:20px;text-align:center;font-size:17px}.portal aside button.active{background:#202821;color:#fff;box-shadow:0 13px 30px #20282122}.portal aside button.active span{color:var(--lime)}.portal aside .logout{margin-top:auto}.portal-main{padding:34px clamp(20px,5vw,70px) 70px;overflow:hidden}.portal-main>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.portal-main header small{color:var(--muted);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.portal-main header h1{margin:5px 0 0;font-size:32px;letter-spacing:-.04em}.portal-user{display:flex;align-items:center;gap:10px}.portal-user>span{width:39px;height:39px;display:grid;place-items:center;border-radius:50%;background:#202821;color:var(--lime);font-weight:800}.portal-user div{display:flex;flex-direction:column}.portal-user b{font-size:12px}.portal-user small{font-size:9px}.hero-balance{position:relative;overflow:hidden;padding:35px;border-radius:28px;background:#202821;color:#fff;box-shadow:0 25px 60px #1d281d28}.hero-balance:after{content:"₮";position:absolute;right:30px;top:-40px;color:#ffffff0a;font-size:190px;font-weight:900}.hero-balance>small{color:#aeb6af;font-size:10px;text-transform:uppercase;letter-spacing:.12em}.hero-balance strong{display:block;margin:10px 0 4px;font-size:42px;letter-spacing:-.04em}.hero-balance strong i{color:var(--lime);font-size:17px;font-style:normal}.hero-balance p{color:#9da69e;font-size:12px}.hero-balance>div{display:flex;gap:10px;margin-top:28px}.hero-balance button,.primary{border:0;border-radius:13px;background:var(--lime);color:#202821;font-weight:750;cursor:pointer}.hero-balance button{padding:12px 19px}.hero-balance button+button{background:#fff}.hero-balance.compact{margin-bottom:18px}.hero-balance code{display:block;margin-top:15px;color:#d9e4d8;font-size:11px}.portal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;margin:18px 0}.portal-grid article,.portal-panel{border:1px solid #fff;border-radius:22px;background:#ffffffb9;box-shadow:0 18px 45px #2530250c}.portal-grid article{padding:22px}.portal-grid small{display:block;color:var(--muted);font-size:9px;text-transform:uppercase;letter-spacing:.1em}.portal-grid b{display:block;margin-top:9px;font-size:24px}.portal-panel{margin-bottom:18px;padding:24px}.portal-panel h2{margin:0 0 17px;font-size:17px}.history-row{display:grid;grid-template-columns:38px 1fr auto;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #e7eae5}.history-row>span{width:34px;height:34px;display:grid;place-items:center;border-radius:11px;background:#edf3e8;color:#568029}.history-row>span.withdraw{color:#a45c5c;background:#faeded}.history-row div,.history-row strong{display:flex;flex-direction:column}.history-row b,.history-row strong{font-size:11px}.history-row small{margin-top:3px;color:var(--muted);font-size:8px}.history-row strong{text-align:right}.empty{color:var(--muted);font-size:12px}.form-panel{max-width:650px}.form-panel label{display:block;margin-bottom:14px;color:var(--muted);font-size:10px}.form-panel input,.form-panel select,.form-panel textarea{width:100%;margin-top:6px;padding:0 13px;border:1px solid #dce2da;border-radius:12px;background:#fff;color:var(--ink);outline:0;font:500 12px inherit}.form-panel input,.form-panel select{height:48px}.form-panel textarea{height:85px;padding-top:12px;resize:vertical}.form-panel>p{color:var(--muted);font-size:11px}.primary{width:100%;height:48px}.primary:disabled{opacity:.55}.exchange-total{margin:20px 0;padding:17px;display:flex;align-items:center;justify-content:space-between;border-radius:14px;background:#edf3e9}.exchange-total span{font-size:10px;color:var(--muted)}.exchange-total b{font-size:20px}.created-order{margin-top:15px;padding:18px;border-radius:15px;background:#f0f5eb}.created-order p{font-size:11px;line-height:1.6}.created-order code{word-break:break-all}.portal-tabs{display:flex;gap:8px;margin-bottom:12px}.portal-tabs button{padding:10px 17px;border:1px solid #dce2da;border-radius:12px;background:#fff}.portal-tabs button.active{background:#202821;color:#fff}.requisites article{display:grid;grid-template-columns:40px 1fr 32px;align-items:center;gap:12px;padding:13px 0;border-top:1px solid #e7eae5}.requisites article:first-child{border-top:0}.requisites article>span{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#eef3ea}.requisites article div{display:flex;min-width:0;flex-direction:column}.requisites article b{font-size:12px}.requisites article small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:var(--muted);font-size:9px}.requisites article button{border:0;background:transparent;font-size:20px;color:#9ba19c}.portal-error{margin:0 0 15px;padding:12px 14px;border-radius:12px;background:#fff0f0;color:#b04f57;font-size:11px}@media (max-width:760px){.portal{display:block;padding-bottom:76px}.portal aside{position:fixed;z-index:20;left:8px;right:8px;bottom:8px;top:auto;width:auto;height:64px;padding:7px;display:block;border:1px solid #ffffff80;border-radius:20px;background:#f9faf6e8;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.portal aside .portal-brand,.portal aside .logout{display:none}.portal aside nav{grid-template-columns:repeat(5,1fr);gap:2px;margin:0}.portal aside button{height:49px;padding:0;display:flex;flex-direction:column;justify-content:center;gap:2px;font-size:8px;text-align:center}.portal aside button span{font-size:14px}.portal-main{padding:20px 14px 40px}.portal-main>header{margin-bottom:22px}.portal-main header h1{font-size:25px}.portal-user div{display:none}.portal-grid{grid-template-columns:1fr 1fr}.portal-grid article:last-child{grid-column:1/-1}.hero-balance{padding:25px}.hero-balance strong{font-size:34px}.portal-panel{padding:18px}.portal-login-card{padding:32px 20px}.portal-login h1{font-size:35px}.connect-telegram{padding:0 10px;font-size:9px}.connect-telegram span{display:none}.guest-note{align-items:flex-start;flex-direction:column;gap:3px}}.connect-telegram{height:43px;padding:0 17px;display:flex;align-items:center;gap:9px;border:1px solid #d8e0d5;border-radius:13px;background:#fff;color:#263127;font-size:11px;font-weight:750;cursor:pointer;box-shadow:0 9px 25px #26312710}.connect-telegram span{width:24px;height:24px;display:grid;place-items:center;border-radius:8px;background:#229ed9;color:#fff}.connect-telegram:disabled{opacity:.65}.guest-note{margin:-18px 0 22px;padding:13px 16px;display:flex;align-items:center;gap:12px;border:1px solid #dce7d5;border-radius:14px;background:#f5faef;color:#657064;font-size:10px}.guest-note b{color:#4f702f}.guest-note span{color:var(--muted)}@media (max-width:760px){.connect-telegram{padding:0 10px;font-size:9px}.connect-telegram span{display:none}.guest-note{align-items:flex-start;flex-direction:column;gap:3px}}.portal-shell{width:min(1180px,100%);margin:0 auto}.portal-shell>header{display:flex;align-items:center;justify-content:space-between;margin-bottom:35px}.portal-shell>header small{color:var(--muted);font-size:10px;letter-spacing:.13em;text-transform:uppercase}.portal-shell>header h1{margin:5px 0 0;font-size:32px;letter-spacing:-.04em}.exchange-stage{display:flex;justify-content:center;padding:8px 0 35px}.classic-exchange{width:min(100%,560px);padding:27px;border:1px solid #fff;border-radius:28px;background:#ffffffc5;box-shadow:0 28px 70px #27332718;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.classic-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px}.classic-head small{color:var(--muted);font-size:9px;letter-spacing:.12em;text-transform:uppercase}.classic-head h2{margin:5px 0 0;font-size:24px;letter-spacing:-.04em}.classic-head>span{padding:7px 10px;border-radius:99px;background:#e5f6d0;color:#587b35;font-size:9px;font-weight:750}.classic-exchange>label,.classic-fields label{display:block;color:var(--muted);font-size:9px}.money-input{height:74px;margin-top:7px;padding:0 15px;display:flex;align-items:center;gap:15px;border:1px solid #dce3d9;border-radius:18px;background:#fff}.money-input input,.money-input>strong{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:28px;font-weight:780}.money-input>div{display:grid;grid-template-columns:32px auto;grid-template-rows:auto auto;column-gap:8px;align-items:center}.money-input i{grid-row:1/3;width:32px;height:32px;display:grid;place-items:center;border-radius:50%;background:#24a078;color:#fff;font-style:normal;font-weight:850}.money-input b{font-size:11px}.money-input small{color:var(--muted);font-size:8px}.money-input.receive{background:#eff4eb}.money-input.receive i{background:#8194d0}.limit-row{display:flex;justify-content:space-between;padding:7px 3px 0;color:var(--muted);font-size:8px}.swap-arrow{width:30px;height:30px;margin:6px auto;display:grid;place-items:center;border-radius:50%;background:#202821;color:var(--lime);font-size:14px}.classic-fields{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:18px}.classic-fields select{width:100%;height:46px;margin-top:6px;padding:0 11px;border:1px solid #dce3d9;border-radius:12px;background:#fff;color:var(--ink);font:600 10px inherit}.exchange-submit{margin-top:17px;display:flex;align-items:center;justify-content:center;gap:10px}.exchange-submit span{font-size:18px}.secure-note{margin:11px 0 0;text-align:center;color:var(--muted);font-size:8px}.login-modal{position:fixed;z-index:100;top:0;right:0;bottom:0;left:0;padding:20px;display:grid;place-items:center;background:#18201980;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.login-modal>div{position:relative;width:min(100%,430px);padding:34px;border:1px solid #fff;border-radius:28px;background:#fafbf8;box-shadow:0 35px 100px #0003;text-align:center}.login-modal .portal-brand{justify-content:center;margin-bottom:27px}.login-modal>div>small{color:var(--muted);font-size:9px;letter-spacing:.13em;text-transform:uppercase}.login-modal h2{margin:7px 0 9px;font-size:25px}.login-modal p{color:var(--muted);font-size:11px;line-height:1.5}.telegram-widget{min-height:54px;margin:22px 0 10px;display:flex;justify-content:center}.modal-close{position:absolute;right:15px;top:15px;width:32px;height:32px;border:0;border-radius:50%;background:#edf0eb;color:#59605a;font-size:20px}.link-fallback{border:0;background:transparent;color:#678744;font-size:9px;text-decoration:underline}.portal-grid article,.portal-panel{transition:transform .2s ease,box-shadow .2s ease}.portal-grid article:hover{transform:translateY(-2px);box-shadow:0 22px 50px #25302514}.portal-panel{overflow:hidden}.form-panel{margin-left:auto;margin-right:auto}.requisites{max-width:850px;margin-left:auto;margin-right:auto}@media (max-width:760px){.portal-shell>header{margin-bottom:22px}.portal-shell>header h1{font-size:25px}.classic-exchange{padding:19px;border-radius:23px}.classic-fields{grid-template-columns:1fr}.classic-head h2{font-size:21px}.money-input{height:67px}.money-input input,.money-input>strong{font-size:24px}.login-modal>div{padding:28px 20px}.guest-note{margin-top:-8px}}.oidc-login-button{width:100%;height:54px;margin:22px 0 12px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:16px;background:#229ed9;color:#fff;font:750 13px inherit;box-shadow:0 12px 28px #229ed930;cursor:pointer}.oidc-login-button:hover{background:#198ec7}.oidc-login-button span{font-size:18px}.portal{position:relative;isolation:isolate;overflow:hidden}.portal:before,.portal:after{content:"";position:fixed;z-index:-1;border-radius:50%;pointer-events:none;filter:blur(16px);opacity:.58}.portal:before{width:360px;height:360px;right:-145px;top:60px;background:#c9f58c}.portal:after{width:340px;height:340px;left:-175px;bottom:-70px;background:#d3caff}.portal-main{position:relative;z-index:1;background:transparent}@media (max-width:760px){.portal:before{width:250px;height:250px;right:-130px;top:35px}.portal:after{width:240px;height:240px;left:-135px;bottom:8%}}.hero-balance{border:1px solid #ffffff12;background:radial-gradient(circle at 82% 28%,#40533e 0,transparent 25%),linear-gradient(125deg,#18231c,#202e24 58%,#152019);box-shadow:0 28px 70px #1622192e}.hero-balance:after{content:"₮";position:absolute;right:38px;top:50%;width:118px;height:118px;display:grid;place-items:center;transform:translateY(-50%) rotate(-7deg);border:1px solid #d6ffab2e;border-radius:34px;background:linear-gradient(145deg,#b6eb7624,#ffffff08);box-shadow:inset 0 1px #fff2,0 20px 45px #0002;color:#b6eb76;font-size:61px;font-weight:900;text-shadow:0 0 24px #b6eb7650}@media (min-width:761px){.guest-note{padding:10px 16px 10px 10px;border-color:#d6e7ca;background:linear-gradient(90deg,#f0f9e8,#f7fbf3);box-shadow:inset 0 1px #fff}.guest-note:before{content:"✓";width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:10px;background:#77a94b;color:#fff;font-size:13px;font-weight:900;box-shadow:0 7px 16px #77a94b35}}@media (max-width:760px){.hero-balance:after{right:18px;width:78px;height:78px;border-radius:24px;font-size:40px}}.landing-header{width:min(1180px,100%);height:70px;margin:0 auto 38px;padding:0 8px 16px;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #d9dfd6}.landing-brand{display:flex;align-items:center;gap:10px;border:0;background:transparent;color:var(--ink);cursor:pointer}.landing-brand>i{width:39px;height:39px;display:grid;place-items:center;border-radius:13px;background:#202821;color:var(--lime);font-style:normal;font-size:21px;font-weight:900}.landing-brand>span{display:flex;flex-direction:column;align-items:flex-start}.landing-brand b{font-size:14px}.landing-brand small{color:var(--muted);font-size:7px;letter-spacing:.09em;text-transform:uppercase}.landing-header>nav{display:flex;align-items:center;gap:4px}.landing-header>nav button{padding:9px 13px;border:0;border-radius:10px;background:transparent;color:#687169;font-size:10px;font-weight:700;cursor:pointer}.landing-header>nav button:hover{background:#fff;color:var(--ink)}.landing-actions{display:flex;align-items:center;gap:10px}.landing-online{display:flex;align-items:center;gap:6px;color:#6c756e;font-size:9px;font-weight:700}.landing-online>i{width:7px;height:7px;border-radius:50%;background:#7eb83f;box-shadow:0 0 8px #7eb83f}.landing-header .connect-telegram{height:39px}.landing-header .portal-user{padding:5px 9px;border:1px solid #dde2da;border-radius:13px;background:#fff}.landing-header .portal-user>span{width:30px;height:30px}.portal-shell>header{margin-bottom:27px}@media (max-width:760px){.portal-main>.landing-header{display:none}.landing-header{height:57px;margin-bottom:23px;padding:0 1px 12px}.landing-header>nav,.landing-online{display:none}.landing-brand>i{width:35px;height:35px}.landing-brand small{display:none}.landing-header .connect-telegram{font-size:8px}.landing-header .portal-user div{display:none}.portal-shell>header{margin-bottom:20px}}.exchange-screen{width:min(100%,680px);margin:0 auto}.exchange-brand-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:44px}.exchange-brand{display:flex;align-items:center;gap:12px}.exchange-brand>i{width:53px;height:53px;display:grid;place-items:center;border-radius:16px;background:#202821;color:var(--lime);font-style:normal;font-size:26px;font-weight:900}.exchange-brand>span{display:flex;flex-direction:column}.exchange-brand b{font-size:18px}.exchange-brand small{margin-top:3px;color:var(--muted);font-size:9px;letter-spacing:.13em}.exchange-online{padding:11px 15px;display:flex;align-items:center;gap:7px;border:1px solid #fff;border-radius:99px;background:#ffffff70;color:#69726b;font-size:9px;font-weight:700}.exchange-online i{width:7px;height:7px;border-radius:50%;background:#7fb83f;box-shadow:0 0 9px #7fb83f}.exchange-rate{text-align:center}.exchange-rate>small{color:var(--muted);font-size:9px;letter-spacing:.24em;text-transform:uppercase}.exchange-rate h2{margin:15px 0 10px;font-size:clamp(34px,6vw,52px);letter-spacing:-.055em}.exchange-rate h2 i{color:#858b87;font-style:normal;font-weight:400}.exchange-rate p{color:var(--muted);font-size:10px}.exchange-steps{margin:35px auto 20px;display:flex;align-items:center;justify-content:center}.exchange-steps>span{display:flex;flex-direction:column;align-items:center;gap:7px;color:#979d98;font-size:8px}.exchange-steps span i{width:30px;height:30px;display:grid;place-items:center;border:1px solid #fff;border-radius:50%;background:#ffffff70;font-style:normal;font-weight:800}.exchange-steps span.active{color:var(--ink)}.exchange-steps span.active i{border-color:#202821;background:#202821;color:var(--lime)}.exchange-steps>b{width:76px;height:1px;margin:0 7px 18px;background:#fff}.exchange-screen .exchange-stage{padding-top:0}.exchange-screen .classic-exchange{width:100%}.classic-fields.single{grid-template-columns:1fr}.swap-line{height:42px;display:flex;align-items:center;justify-content:space-between}.swap-line span{width:29px;height:29px;display:grid;place-items:center;border-radius:50%;background:#202821;color:#fff}.swap-line small{color:var(--muted);font-size:8px}@media (max-width:760px){.portal-main:has(.exchange-screen){padding-top:14px}.portal-main:has(.exchange-screen)>.landing-header,.portal-shell:has(.exchange-screen)>header,.portal-shell:has(.exchange-screen)>.guest-note{display:none}.exchange-brand-row{margin-bottom:45px}.exchange-rate h2{font-size:39px}.exchange-rate p{font-size:9px}.exchange-steps{margin-top:34px}.exchange-steps>b{width:55px}.exchange-screen .classic-exchange{padding:27px 20px;border-radius:30px}.exchange-screen{padding-bottom:10px}.classic-head h2{font-size:24px}.classic-head>span{font-size:8px}.money-input{height:78px}.money-input input,.money-input>strong{font-size:30px}}.portal aside nav button>span{width:20px;height:20px;display:block;background-color:currentColor;font-size:0;mask-position:center;mask-repeat:no-repeat;mask-size:19px 19px;-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;-webkit-mask-size:19px 19px}.portal aside nav button:nth-child(1)>span{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10v10h13V10M9.5 20v-6h5v6'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 11.5 12 4l9 7.5'/%3E%3Cpath d='M5.5 10v10h13V10M9.5 20v-6h5v6'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(2)>span{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h15m0 0-4-4m4 4-4 4M20 17H5m0 0 4 4m-4-4 4-4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 7h15m0 0-4-4m4 4-4 4M20 17H5m0 0 4 4m-4-4 4-4'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(3)>span{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='M3 9h18M7 14h4'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='5' width='18' height='14' rx='3'/%3E%3Cpath d='M3 9h18M7 14h4'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(4)>span{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5 6h14M5 12h14M5 18h14'/%3E%3Ccircle cx='8' cy='6' r='.5' fill='black'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round'%3E%3Cpath d='M5 6h14M5 12h14M5 18h14'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(5)>span{mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M7 10h10M7 14h6'/%3E%3C/svg%3E");-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='4' y='6' width='16' height='12' rx='2'/%3E%3Cpath d='M7 10h10M7 14h6'/%3E%3C/svg%3E")}.requisite-form{max-width:850px}.requisite-form-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:21px}.requisite-form-head small{color:var(--muted);font-size:8px;letter-spacing:.12em;text-transform:uppercase}.requisite-form-head h2{margin:5px 0 0}.requisite-form-head>span{padding:7px 10px;border-radius:99px;background:#e4f5cf;color:#587b35;font-size:8px;font-weight:800;text-transform:uppercase}.requisite-grid,.typed-fields{display:grid;grid-template-columns:1fr 1fr;gap:12px}.typed-fields{margin:4px 0 15px;padding:16px;border:1px solid #e1e7de;border-radius:17px;background:#f4f7f1}.typed-fields .wide{grid-column:1/-1}.requisite-form label{position:relative}.requisite-form label>em{float:right;color:#9aa19b;font-size:8px;font-style:normal}.requisite-form label>small{display:block;margin:5px 3px 0;color:#8b938d;font-size:8px}.requisite-form input:focus,.requisite-form select:focus{border-color:#81b94b;box-shadow:0 0 0 3px #aee56d22}.validation-note{margin:2px 0 15px;padding:11px 13px;display:flex;align-items:center;gap:10px;border-radius:13px;background:#edf5e6}.validation-note>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:#78aa44;color:#fff;font-size:11px}.validation-note p{margin:0;display:flex;flex-direction:column}.validation-note b{font-size:9px}.validation-note small{margin-top:2px;color:var(--muted);font-size:8px}@media (max-width:620px){.requisite-grid,.typed-fields{grid-template-columns:1fr}.typed-fields .wide{grid-column:auto}.typed-fields{padding:12px}.requisite-form-head{align-items:flex-start}.requisite-form{padding:18px}}.portal-panel.requisites:empty{display:none}@media (min-width:761px){.portal{display:block;padding-top:70px}.portal>aside{position:fixed;z-index:50;inset:0 0 auto 0;width:100%;height:70px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;flex-direction:row;align-items:center;gap:34px;border-right:0;border-bottom:1px solid #dde2da;background:#fbfcf9ef;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.portal>aside .portal-brand{flex:0 0 auto}.portal>aside nav{min-width:0;display:flex;flex-direction:row;align-items:center;gap:4px;margin:0}.portal>aside nav button{width:auto;height:42px;padding:0 12px;flex-direction:row;white-space:nowrap;font-size:11px}.portal>aside .logout{width:auto;margin:0 0 0 auto;padding:0 14px}.portal-main{padding-top:28px}.portal-main>.landing-header{position:fixed;z-index:51;top:14px;right:max(24px,calc((100vw - 1180px)/2));width:auto;height:42px;margin:0;padding:0;border:0}.portal-main>.landing-header>.landing-brand,.portal-main>.landing-header>nav,.portal-main>.landing-header .landing-online{display:none}.portal-main>.landing-header .landing-actions{display:flex}.portal-shell{margin-top:10px}}@media (max-width:760px){.legacy-site-header{display:none}}@media (min-width:761px){.portal>aside .portal-brand{gap:9px}.portal>aside .portal-brand i{width:38px;height:38px;border-radius:13px;font-size:21px}.portal>aside nav button{height:auto;padding:10px 12px;border-radius:10px;font-size:11px;font-weight:700;box-shadow:none}.portal>aside nav button>span{display:none}.portal>aside nav button.active{background:#202721;color:#fff;box-shadow:none}.portal>aside .logout{display:none}.portal-main>.landing-header{top:0;height:70px;display:flex;align-items:center}.portal-main>.landing-header .connect-telegram{height:auto;padding:10px 14px;border:0;border-radius:12px;background:#b8ed78;color:#172019;box-shadow:none;font-size:10px;font-weight:800}.portal-main>.landing-header .connect-telegram span{display:none}.portal-main>.landing-header .portal-user{padding:10px 14px;border:0;border-radius:12px;background:#b8ed78}.portal-main>.landing-header .portal-user>span,.portal-main>.landing-header .portal-user>div{display:none}.portal-main>.landing-header .portal-user:after{content:"Профіль";color:#172019;font-size:10px;font-weight:800}}@media (min-width:761px){.portal{padding-top:0!important}.portal-main{padding-top:112px!important}.portal-shell{margin-top:0!important}}@media (min-width:761px){.portal>aside{background:transparent;box-shadow:none;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.portal>aside .portal-brand i{box-shadow:inset 0 1px #ffffff1f,0 9px 22px #20272129}.portal>aside nav{padding:4px;border:1px solid rgba(39,54,43,.07);border-radius:14px;background:#eff3ecb8}.portal>aside nav button{transition:background .18s ease,color .18s ease,transform .18s ease}.portal>aside nav button:hover{background:#ffffffe6;color:#172019;transform:translateY(-1px)}.portal>aside nav button.active{box-shadow:0 8px 18px #20272129}}@media (max-width:760px){.portal-main>.landing-header{display:flex!important;position:fixed;z-index:70;top:max(10px,env(safe-area-inset-top));right:12px;width:auto;height:auto;margin:0;padding:0;border:0;background:transparent}.portal-main>.landing-header>.landing-brand,.portal-main>.landing-header>nav,.portal-main>.landing-header .landing-online{display:none}.portal-main>.landing-header .landing-actions{display:flex}.portal-main>.landing-header .connect-telegram{height:38px;padding:0 13px;border:1px solid rgba(34,158,217,.16);border-radius:13px;background:#fff;box-shadow:0 10px 26px #2027211f;color:#172019;font-size:9px}.portal-main>.landing-header .connect-telegram span{display:grid;width:22px;height:22px}.portal-main>.landing-header .portal-user{height:38px;padding:4px 10px 4px 4px;border-radius:13px;box-shadow:0 10px 26px #2027211f}}@media (min-width:761px){.portal{padding-top:78px}.portal>aside{height:78px;padding-top:8px}.portal-main>.landing-header{top:8px}.legacy-site-header{height:78px;padding-top:8px}}.deposit-flow{max-width:760px;margin:0 auto;padding:25px;border:1px solid #fff;border-radius:26px;background:#ffffffb9;box-shadow:0 25px 65px #26312712;-webkit-backdrop-filter:blur(22px);backdrop-filter:blur(22px)}.deposit-step{display:grid;grid-template-columns:42px 1fr;gap:14px;padding:18px 0;border-top:1px solid #e3e8df}.deposit-step:first-child{padding-top:0;border-top:0}.deposit-step>span{width:36px;height:36px;display:grid;place-items:center;border-radius:12px;background:#202821;color:#b6eb76;font-size:9px;font-weight:850}.deposit-step>div>small{display:block;margin:2px 0 9px;color:#68716a;font-size:10px;font-weight:750}.deposit-step>div>label{height:56px;padding:0 15px;display:flex;align-items:center;border:1px solid #dce3d9;border-radius:15px;background:#fff}.deposit-step input{min-width:0;flex:1;border:0;outline:0;background:transparent;color:#172019;font:700 17px inherit}.deposit-step label b{color:#557d31;font-size:11px}.deposit-address{padding:17px;display:grid;grid-template-columns:150px 1fr;align-items:center;gap:20px;border:1px solid #dce5d7;border-radius:20px;background:linear-gradient(135deg,#f5faef,#fff)}.deposit-address svg{padding:9px;border-radius:14px;background:#fff;box-shadow:0 9px 24px #26312712}.deposit-address label{display:block;margin-bottom:7px;color:#798079;font-size:9px}.deposit-address code{display:block;max-width:440px;padding:11px 13px;overflow:hidden;text-overflow:ellipsis;border-radius:11px;background:#edf2e9;color:#243027;font-size:11px}.deposit-address button{margin-top:9px;padding:9px 12px;border:0;border-radius:10px;background:#202821;color:#fff;font-size:9px;font-weight:750;cursor:pointer}.deposit-address p{margin:10px 0 0;color:#8b7335;font-size:9px;line-height:1.45}.deposit-submit{margin-top:10px}@media (max-width:620px){.deposit-flow{padding:18px}.deposit-step{grid-template-columns:34px 1fr;gap:10px}.deposit-step>span{width:31px;height:31px}.deposit-address{grid-template-columns:1fr;justify-items:center}.deposit-address>div{width:100%}.deposit-address code{white-space:normal;overflow-wrap:anywhere}}@media (max-width:760px){.portal aside nav button span,.legacy-mobile-portal button span{width:20px!important;height:20px!important;display:block!important;position:relative;color:inherit;font-size:0!important}.portal aside nav button span:before,.legacy-mobile-portal button span:before{content:"";position:absolute;top:1px;right:1px;bottom:1px;left:1px;background:currentColor;-webkit-mask:center/contain no-repeat;mask:center/contain no-repeat}.portal aside nav button:nth-child(1) span:before,.legacy-mobile-portal button:nth-child(1) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 11 12 4l9 7M5 10v10h14V10M9 20v-6h6v6'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M3 11 12 4l9 7M5 10v10h14V10M9 20v-6h6v6'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(2) span:before,.legacy-mobile-portal button:nth-child(2) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h15m-4-4 4 4-4 4M20 17H5m4-4-4 4 4 4'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' d='M4 7h15m-4-4 4 4-4 4M20 17H5m4-4-4 4 4 4'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(3) span:before,.legacy-mobile-portal button:nth-child(3) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='13' rx='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M3 10h18M16 14.5h2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='6' width='18' height='13' rx='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M3 10h18M16 14.5h2' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(4) span:before,.legacy-mobile-portal button:nth-child(4) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M5 6h14M5 12h14M5 18h14'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='black' stroke-width='2' stroke-linecap='round' d='M5 6h14M5 12h14M5 18h14'/%3E%3C/svg%3E")}.portal aside nav button:nth-child(5) span:before,.legacy-mobile-portal button:nth-child(5) span:before{-webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M3 9h18M7 14h5M7 17h8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Crect x='3' y='5' width='18' height='14' rx='3' fill='none' stroke='black' stroke-width='2'/%3E%3Cpath d='M3 9h18M7 14h5M7 17h8' fill='none' stroke='black' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E")}}html:has(.xapp),body:has(.xapp),#root:has(.xapp){min-height:100%;background:#edf0e9}.xapp{--ink:#172019;--muted:#737b75;--line:rgba(30,45,35,.12);position:relative;isolation:isolate;overflow:hidden;min-height:100vh;padding:20px 16px 34px;color:var(--ink);background:linear-gradient(145deg,#f5f5ef,#eeecfb 49%,#e4f0dd);font-family:Inter,system-ui,sans-serif}.xapp-orb{position:fixed;z-index:-1;border-radius:50%;filter:blur(12px);opacity:.6}.xapp-orb--a{width:280px;height:280px;right:-130px;top:-100px;background:#c9f58c}.xapp-orb--b{width:260px;height:260px;left:-140px;bottom:4%;background:#d3caff}.xapp-header{max-width:520px;margin:0 auto 32px;display:flex;align-items:center;justify-content:space-between}.xapp-logo{display:flex;align-items:center;gap:10px}.xapp-logo>span{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#1f2721;color:#c9f58c;font-size:21px;font-weight:800}.xapp-logo div{display:flex;flex-direction:column}.xapp-logo b{font-size:15px}.xapp-logo small{font-size:9px;letter-spacing:.1em;text-transform:uppercase;color:var(--muted)}.xapp-online{display:flex;align-items:center;gap:6px;padding:8px 10px;border:1px solid #fff9;border-radius:99px;background:#ffffff70;color:var(--muted);font-size:10px;font-weight:700}.xapp-online i{width:7px;height:7px;border-radius:50%;background:#aaa}.xapp-online.on i{background:#78ae3c;box-shadow:0 0 9px #88ca42}.xapp-rate{max-width:520px;margin:0 auto 25px;text-align:center}.xapp-rate>span{font-size:10px;letter-spacing:.14em;text-transform:uppercase;color:var(--muted)}.xapp-rate h1{margin:9px 0 6px;font-size:clamp(31px,9vw,45px);letter-spacing:-.055em}.xapp-rate h1 i{font-style:normal;color:#8b8f8c;font-weight:400}.xapp-rate small{color:var(--muted);font-size:10px}.xapp-steps{max-width:430px;margin:0 auto 18px;display:flex;align-items:center;justify-content:center}.xapp-steps span{display:flex;flex-direction:column;align-items:center;gap:5px;color:#909590;font-size:8px}.xapp-steps span i{width:25px;height:25px;display:grid;place-items:center;border:1px solid #ffffffc0;border-radius:50%;background:#fff6;font-style:normal;font-weight:750}.xapp-steps span.active{color:var(--ink)}.xapp-steps span.active i{background:#202721;color:#c9f58c;border-color:#202721}.xapp-steps>b{width:52px;height:1px;margin:0 5px 15px;background:#ffffffbf}.xapp-card{max-width:470px;margin:0 auto;padding:20px;border:1px solid #ffffffd0;border-radius:27px;background:#ffffffa8;box-shadow:0 25px 65px #282f2921;-webkit-backdrop-filter:blur(24px);backdrop-filter:blur(24px)}.xapp-card-title,.xapp-order-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.xapp-card-title>div{display:flex;flex-direction:column}.xapp-card-title small{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.xapp-card-title h2{margin:4px 0 0;font-size:19px}.xapp-card-title>span,.xapp-order-head b{padding:6px 8px;border-radius:99px;background:#e0f4c7;color:#5d8a2e;font-size:8px;text-transform:uppercase;letter-spacing:.06em}.xapp-field-label{display:block;margin:0 0 6px 3px;color:var(--muted);font-size:9px}.xapp-amount{height:72px;padding:0 14px;display:flex;align-items:center;gap:9px;border:1px solid var(--line);border-radius:18px;background:#fff}.xapp-amount input,.xapp-amount>strong{min-width:0;flex:1;border:0;outline:0;background:transparent;color:var(--ink);font-size:27px;font-weight:750}.xapp-currency{display:flex;align-items:center;gap:7px}.xapp-currency>i{width:31px;height:31px;display:grid;place-items:center;border-radius:50%;background:#26a17b;color:#fff;font-style:normal;font-weight:800}.xapp-currency>i.uah{background:#8195d2}.xapp-currency span{display:flex;flex-direction:column}.xapp-currency b{font-size:11px}.xapp-currency small{font-size:8px;color:var(--muted)}.xapp-limit{display:flex;align-items:center;justify-content:space-between;padding:7px 3px 0;color:var(--muted);font-size:8px}.xapp-limit button{border:0;background:transparent;color:#557f2e;font-size:8px;font-weight:750}.xapp-switch{height:40px;display:flex;align-items:center;justify-content:space-between;padding:0 7px}.xapp-switch span{width:26px;height:26px;display:grid;place-items:center;margin-left:8px;border-radius:50%;background:#202721;color:#fff}.xapp-switch small{color:var(--muted);font-size:8px}.xapp-amount--receive{background:#eff4eb}.xapp-details-label{margin-top:17px}.xapp-card textarea,.xapp-txid{box-sizing:border-box;width:100%;border:1px solid var(--line);border-radius:15px;background:#fff;color:var(--ink);outline:0;font:500 12px/1.45 inherit}.xapp-card textarea{height:72px;padding:12px;resize:none}.xapp-txid{height:48px;padding:0 12px}.xapp-error{margin-top:10px;padding:9px 11px;border-radius:11px;background:#fff0f0;color:#b6535b;font-size:10px}.xapp-main-button{width:100%;height:51px;margin-top:15px;display:flex;align-items:center;justify-content:center;gap:10px;border:0;border-radius:15px;background:#202721;color:#fff;font-weight:750;cursor:pointer}.xapp-main-button span{color:#c9f58c;font-size:18px}.xapp-main-button:disabled{opacity:.5}.xapp-safe{text-align:center;margin:13px 0 0;color:var(--muted);font-size:8px}.xapp-order-head span{font-size:9px;color:var(--muted);letter-spacing:.08em}.xapp-payment-sum{text-align:center;padding:10px 0 22px}.xapp-payment-sum>*{display:block}.xapp-payment-sum small,.xapp-payment-sum span{color:var(--muted);font-size:9px}.xapp-payment-sum strong{margin:5px 0;font-size:31px;letter-spacing:-.04em}.xapp-address{padding:13px;border-radius:15px;background:#edf2e9;border:1px solid #dbe4d6}.xapp-address label{display:block;margin-bottom:7px;color:var(--muted);font-size:8px}.xapp-address div{display:flex;align-items:center;gap:8px}.xapp-address code{min-width:0;flex:1;overflow:hidden;text-overflow:ellipsis;font-size:10px}.xapp-address button{width:31px;height:31px;border:0;border-radius:9px;background:#fff;color:var(--ink)}.xapp-warning{margin-top:10px;padding:10px 12px;border-radius:12px;background:#fff6da;color:#8b6c25;font-size:9px;line-height:1.4}.xapp-payout{display:flex;align-items:center;justify-content:space-between;margin-top:13px;padding-top:13px;border-top:1px solid var(--line);font-size:9px;color:var(--muted)}.xapp-payout b{color:var(--ink);font-size:15px}.xapp-success{text-align:center;padding:34px 22px}.xapp-check{width:62px;height:62px;margin:0 auto 17px;display:grid;place-items:center;border-radius:50%;background:#dff5c4;color:#57882a;font-size:28px}.xapp-success>small{color:var(--muted);text-transform:uppercase;letter-spacing:.1em;font-size:9px}.xapp-success h2{margin:6px 0 10px;font-size:25px}.xapp-success p{color:var(--muted);font-size:11px;line-height:1.5}.xapp-success>div:not(.xapp-check){margin:22px 0;padding:13px;display:flex;justify-content:space-between;border-radius:14px;background:#f0f3ed;font-size:11px}.xapp footer{max-width:470px;margin:22px auto 0;text-align:center;color:#868d88;font-size:8px;letter-spacing:.16em}@media (min-width:700px){.xapp{padding-top:35px}.xapp-card{padding:25px}.xapp-header{margin-bottom:42px}}.xapp-choice{margin:12px 0}.xapp-choice label{display:block;font-size:11px;color:var(--x-muted,#78817b);margin-bottom:5px}.xapp-choice select{width:100%;border:1px solid #dce4dc;border-radius:12px;padding:12px;background:#fff;color:#172019}.xapp-methods{display:flex;gap:8px;flex-wrap:wrap;margin:0 0 10px}.xapp-methods button{border:1px solid #dce4dc;border-radius:12px;padding:9px 11px;background:#fff;color:#172019;cursor:pointer}.xapp-methods button.selected{border-color:#75a94a;background:#edf8e2}.xapp-methods small{display:block;color:#7a827d;font-size:9px;margin-top:3px}.legacy-site-header{position:sticky;z-index:60;top:0;height:70px;padding:0 max(24px,calc((100vw - 1180px)/2));display:flex;align-items:center;gap:34px;border-bottom:1px solid #dde2da;background:#fbfcf9ed;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);font-family:Inter,system-ui,sans-serif}.legacy-site-brand{display:flex;align-items:center;gap:9px;color:#172019;text-decoration:none}.legacy-site-brand i{width:38px;height:38px;display:grid;place-items:center;border-radius:13px;background:#202721;color:#b8ed78;font-style:normal;font-weight:900}.legacy-site-header nav{display:flex;gap:4px}.legacy-site-header nav a{padding:10px 12px;border-radius:10px;color:#707872;text-decoration:none;font-size:11px;font-weight:700}.legacy-site-header nav a:hover,.legacy-site-header nav a.active{background:#202721;color:#fff}.legacy-site-header>button,.legacy-profile{margin-left:auto;padding:10px 14px;border:0;border-radius:12px;background:#b8ed78;color:#172019;text-decoration:none;font-size:10px;font-weight:800}.legacy-mobile-nav,.legacy-mobile-portal{display:none}@media (max-width:760px){.legacy-site-header{display:none}.legacy-mobile-nav{position:fixed;z-index:80;left:8px;right:8px;bottom:8px;height:64px;padding:7px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px;border:1px solid #ffffff80;border-radius:20px;background:#f9faf6e8;box-shadow:0 12px 35px #18201922;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);font-family:Inter,system-ui,sans-serif}.legacy-mobile-nav a{min-width:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border-radius:14px;color:#717972;text-decoration:none;font-size:8px;font-weight:650}.legacy-mobile-nav a i{font-style:normal;font-size:14px}.legacy-mobile-nav a.active{background:#202821;color:#fff}.legacy-mobile-nav a.active i{color:#b6eb76}.xapp{padding-bottom:92px}}@media (max-width:760px){.legacy-mobile-nav{z-index:20;box-shadow:none}.legacy-mobile-nav a{height:49px;padding:0;text-align:center}.legacy-mobile-nav a i{width:20px;text-align:center;line-height:1}}@media (max-width:760px){.legacy-mobile-nav{display:none}.legacy-mobile-portal{display:block;position:fixed;z-index:999;left:8px;right:8px;bottom:8px;height:64px;padding:7px;border:1px solid #ffffff80;border-radius:20px;background:#f9faf6e8;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.legacy-mobile-portal aside{height:49px}.legacy-mobile-portal aside nav{height:49px;display:grid;grid-template-columns:repeat(5,1fr);gap:2px}.legacy-mobile-portal button{height:49px;padding:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;border:0;border-radius:14px;background:transparent;color:#717972;font:650 8px Inter,system-ui,sans-serif}.legacy-mobile-portal button span{width:20px;text-align:center;font-size:14px}.legacy-mobile-portal button.active{background:#202821;color:#fff}.legacy-mobile-portal button.active span{color:#b6eb76}}@media (max-width:760px){.xapp-card:not(.xapp-payment):not(.xapp-success){display:flex;flex-direction:column}.xapp-card:not(.xapp-payment):not(.xapp-success)>*{order:9}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(1){order:1}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(2){order:2}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(3){order:3}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(4){order:4}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(5){order:6}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(6){order:5;margin-top:7px;margin-bottom:5px}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(7){order:7}.xapp-card:not(.xapp-payment):not(.xapp-success)>:nth-child(8){order:8}}.xapp-balance-pay{margin-top:12px}.xapp-balance-button{box-sizing:border-box;width:100%;min-height:58px;padding:10px 13px;display:flex;align-items:center;gap:11px;border:1px solid rgba(30,45,35,.12);border-radius:15px;background:#202721;color:#fff;font:inherit;text-align:left;cursor:pointer;box-shadow:0 10px 24px #1f27211f;transition:transform .18s ease,box-shadow .18s ease}.xapp-balance-button:hover{transform:translateY(-1px);box-shadow:0 13px 28px #1f27212b}.xapp-balance-button:disabled{opacity:.55;cursor:wait;transform:none}.xapp-balance-icon{width:34px;height:34px;flex:0 0 34px;display:grid;place-items:center;border-radius:11px;background:#c9f58c;color:#202721;font-size:17px;font-weight:850}.xapp-balance-button>span:nth-child(2){min-width:0;display:flex;flex:1;flex-direction:column;gap:2px}.xapp-balance-button b{font-size:11px;line-height:1.2}.xapp-balance-button small{color:#bfc7c1;font-size:8px;font-weight:500}.xapp-balance-button i{color:#c9f58c;font-size:18px;font-style:normal}.xapp-payment-divider{margin:13px 0 1px;display:flex;align-items:center;gap:9px;color:var(--muted);font-size:8px;text-align:center}.xapp-payment-divider:before,.xapp-payment-divider:after{content:"";height:1px;flex:1;background:var(--line)}.xapp-payment-divider span{white-space:nowrap}.xapp-payment .xapp-details-label{margin-top:12px}.xapp-payment .xapp-txid{font-size:11px}.xapp-payment .xapp-main-button{margin-top:12px}.xapp-payment-qr{width:max-content;margin:0 auto 14px;padding:10px 10px 8px;display:flex;flex-direction:column;align-items:center;gap:7px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 28px #1f272114}.xapp-payment-qr svg{display:block;border-radius:8px}.xapp-payment-qr small{color:var(--muted);font-size:8px}.xapp-auto-check{margin-top:12px;padding:11px 12px;display:flex;align-items:center;gap:10px;border:1px solid #dce8d5;border-radius:13px;background:#f2f8ed}.xapp-auto-check>i{width:9px;height:9px;flex:0 0 9px;border-radius:50%;background:#82b94b;box-shadow:0 0 0 5px #82b94b21;animation:xapp-pulse 1.8s ease-in-out infinite}.xapp-auto-check span{display:flex;flex-direction:column;gap:2px}.xapp-auto-check b{font-size:9px}.xapp-auto-check small{color:var(--muted);font-size:8px;line-height:1.35}@keyframes xapp-pulse{50%{box-shadow:0 0 0 8px #82b94b00}}.xapp-payment .xapp-auto-check{margin:13px 2px 2px;padding:0;border:0;background:transparent}.xapp-payment .xapp-auto-check>i{width:7px;height:7px;flex-basis:7px}.xapp-payment-actions{margin-top:12px;display:grid;grid-template-columns:1fr;gap:8px}.xapp-payment-actions.has-balance{grid-template-columns:minmax(0,1.35fr) minmax(0,1fr)}.xapp-payment-actions .xapp-main-button{height:58px;margin:0}.xapp-payment-actions .xapp-balance-button{min-height:58px;margin:0;padding:9px 11px;border-color:#d9e6d1;background:#eef6e8;color:var(--ink);box-shadow:none}.xapp-payment-actions .xapp-balance-button:hover{box-shadow:0 8px 20px #4f6f3a1a}.xapp-payment-actions .xapp-balance-icon{width:30px;height:30px;flex-basis:30px;border-radius:9px;background:#c9f58c;font-size:15px}.xapp-payment-actions .xapp-balance-button b{font-size:9px}.xapp-payment-actions .xapp-balance-button small{color:var(--muted);font-size:7px}.xapp-payment-actions+.xapp-payout{margin-top:16px}@media (max-width:520px){.xapp-payment-actions.has-balance{grid-template-columns:1fr}.xapp-payment-actions .xapp-balance-button{order:2}}@media (min-width:761px){.legacy-site-header{background:transparent;box-shadow:none;border-bottom-color:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.legacy-site-brand i{box-shadow:inset 0 1px #ffffff1f,0 9px 22px #20272129}.legacy-site-header nav{padding:4px;border:1px solid rgba(39,54,43,.07);border-radius:14px;background:#eff3ecb8}.legacy-site-header nav a{transition:background .18s ease,color .18s ease,transform .18s ease}.legacy-site-header nav a:hover{transform:translateY(-1px)}.legacy-site-header nav a.active{box-shadow:0 8px 18px #20272129}}@media (max-width:760px){.legacy-site-header{display:flex!important;position:fixed;z-index:1000;top:max(10px,env(safe-area-inset-top));right:12px;left:auto;width:auto;height:auto;padding:0;border:0;background:transparent;-webkit-backdrop-filter:none;backdrop-filter:none}.legacy-site-header .legacy-site-brand,.legacy-site-header nav{display:none}.legacy-site-header>button,.legacy-site-header .legacy-profile{height:38px;margin:0;padding:0 13px;display:flex;align-items:center;border:1px solid rgba(34,158,217,.16);border-radius:13px;background:#fff;box-shadow:0 10px 26px #2027211f;color:#172019;font-size:9px}}.xapp-payout-mode{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:16px 0 10px;padding:4px;border-radius:14px;background:#edf1ea}.xapp-payout-mode button{height:38px;border:0;border-radius:10px;background:transparent;color:#737b75;font:700 10px inherit;cursor:pointer}.xapp-payout-mode button.active{background:#fff;color:#172019;box-shadow:0 5px 15px #26312712}.xapp-manual-details{display:grid;grid-template-columns:1fr 1fr;gap:9px}.xapp-manual-details label{color:#737b75;font-size:9px}.xapp-manual-details label:first-child,.xapp-manual-details label:only-child{grid-column:1/-1}.xapp-manual-details label small{float:right;color:#9aa09b;font-size:8px}.xapp-manual-details input{box-sizing:border-box;width:100%;height:48px;margin-top:6px;padding:0 12px;border:1px solid #dce4dc;border-radius:12px;background:#fff;color:#172019;outline:0;font:600 11px inherit}.xapp-manual-details input:focus{border-color:#7eaa54;box-shadow:0 0 0 3px #b6eb7625}@media (max-width:520px){.xapp-manual-details{grid-template-columns:1fr}.xapp-manual-details label{grid-column:1/-1}}.xapp-saved-profiles{margin:12px 0}.xapp-saved-profiles>label{display:block;margin:0 0 7px 3px;color:#737b75;font-size:9px}.xapp-saved-profiles>div{display:grid;gap:8px}.xapp-saved-profiles button{width:100%;min-height:74px;padding:11px 13px;display:grid;grid-template-columns:38px 1fr 24px;align-items:center;gap:11px;border:1px solid #dce4dc;border-radius:16px;background:#fff;color:#172019;text-align:left;cursor:pointer;transition:.18s}.xapp-saved-profiles button:hover{border-color:#9dbc7d;transform:translateY(-1px)}.xapp-saved-profiles button.selected{border-color:#78aa45;background:#f3faec;box-shadow:0 0 0 3px #b6eb7625}.xapp-saved-profiles button>i{width:38px;height:38px;display:grid;place-items:center;border-radius:12px;background:#202821;color:#b6eb76;font-style:normal;font-size:17px}.xapp-saved-profiles button>span{min-width:0;display:flex;flex-direction:column;gap:2px}.xapp-saved-profiles button b{font-size:10px}.xapp-saved-profiles button strong{overflow:hidden;text-overflow:ellipsis;color:#172019;font-size:13px;letter-spacing:.035em;white-space:nowrap}.xapp-saved-profiles button small{overflow:hidden;text-overflow:ellipsis;color:#788079;font-size:8px;white-space:nowrap}.xapp-saved-profiles button>em{width:22px;height:22px;display:grid;place-items:center;border-radius:50%;background:#78aa45;color:#fff;font-style:normal;font-size:10px}@media (min-width: 761px){.legacy-site-header,.portal>aside{box-sizing:border-box;height:78px;padding-top:8px}.xapp{padding-top:18px}.xapp-header{display:none}.xapp-rate{margin-top:0}}.xapp-switch{position:relative}.xapp-switch span{position:absolute;left:50%;margin-left:0;transform:translate(-50%)}.xapp-switch small{margin-left:auto}.pwa-install,.pwa-help{display:none}@media (max-width:760px){.pwa-install{position:fixed;z-index:900;left:50%;bottom:82px;transform:translate(-50%);display:flex;align-items:center;gap:4px;padding:4px;border:1px solid #ffffffb0;border-radius:16px;background:#202821ed;box-shadow:0 12px 35px #18201935;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);white-space:nowrap}.pwa-install>button:first-child{height:40px;padding:0 12px;display:flex;align-items:center;gap:7px;border:0;background:transparent;color:#fff;font-size:10px;font-weight:750}.pwa-install>button:first-child span{width:21px;height:21px;display:grid;place-items:center;border-radius:7px;background:#b6eb76;color:#202821;font-size:15px}.pwa-close{width:32px;height:32px;border:0;border-radius:10px;background:#ffffff12;color:#aeb6af;font-size:18px}.pwa-help{position:fixed;z-index:1200;top:0;right:0;bottom:0;left:0;padding:18px;display:grid;place-items:end center;background:#18201978;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.pwa-help>div{position:relative;width:100%;padding:27px 23px calc(25px + env(safe-area-inset-bottom));border-radius:28px;background:#fff;color:#182019;box-shadow:0 25px 80px #0004}.pwa-help>div>button{position:absolute;right:14px;top:14px;width:32px;height:32px;border:0;border-radius:50%;background:#eef1eb;color:#69716a;font-size:20px}.pwa-help>div>span{color:#788079;font-size:9px;letter-spacing:.12em;text-transform:uppercase}.pwa-help h2{margin:8px 35px 17px 0;font-size:23px;line-height:1.08}.pwa-help ol{margin:0;padding-left:20px;color:#69716a;font-size:13px;line-height:1.7}.pwa-help b{color:#182019}}:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color-scheme:light}*{box-sizing:border-box}html,body{background:#fff!important}body{margin:0;min-width:320px}.portal{background:linear-gradient(180deg,#fff,#fff 9%,#f4f3fa 38%,#eeecfb 65%,#e7f2df)!important}html:has(.xapp),body:has(.xapp){background:linear-gradient(180deg,#fff,#fff 9%,#f4f3fa 38%,#eeecfb 65%,#e7f2df) fixed!important}.xapp,.legacy-site-header{background:transparent!important}.xapp-orb{display:block!important;filter:blur(16px)!important;opacity:.58!important}.xapp-orb--a{width:360px!important;height:360px!important;right:-145px!important;top:60px!important;background:#c9f58c!important}.xapp-orb--b{width:340px!important;height:340px!important;left:-175px!important;bottom:-70px!important;background:#d3caff!important}@media (max-width:760px){.xapp-orb--a{top:120px!important}}@media (max-width:760px) and (display-mode:fullscreen),(max-width:760px) and (display-mode:standalone){html,body,#root{width:100%;min-height:100%;margin:0;background:linear-gradient(145deg,#f5f5ef,#eeecfb 49%,#e4f0dd) fixed}body{padding:0}.xapp{min-height:100dvh;padding-top:max(8px,env(safe-area-inset-top));padding-left:max(16px,env(safe-area-inset-left));padding-right:max(16px,env(safe-area-inset-right));padding-bottom:max(92px,env(safe-area-inset-bottom))}}button,input,textarea,select{font:inherit}.m1-login{min-height:100vh;display:grid;place-items:center;background:#07110f;color:#eefcf5}.m1-login form{width:min(360px,calc(100vw - 48px));display:grid;gap:14px;padding:36px;border:1px solid #24473b;border-radius:24px;background:#0d1d18;box-shadow:0 30px 80px #0008}.m1-login form>b{color:#51e6a8;letter-spacing:.18em}.m1-login h1{margin:0 0 12px}.m1-login input,.m1-login button{padding:14px;border-radius:10px;border:1px solid #315447;background:#102720;color:#fff}.m1-login button{background:#51e6a8;color:#07110f;font-weight:800;cursor:pointer}.m1-login p{color:#f77;margin:0}.toast-container{position:fixed;top:18px;right:18px;z-index:10000;display:grid;gap:10px}.toast-item{display:flex;align-items:center;gap:10px;min-width:260px;max-width:420px;padding:14px 16px;border:1px solid #315447;border-radius:12px;background:#102720;color:#fff;box-shadow:0 14px 40px #0008}.toast-error{border-color:#8e3945}.toast-warning{border-color:#8b6d29}.toast-message{flex:1}.toast-close{border:0;background:none;color:inherit;cursor:pointer}
