.Modal_modal__8sDKW{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;padding:48px;background:rgba(27,27,27,.8);opacity:0;animation:Modal_showModal__MOfPD .4s forwards;overflow:auto;z-index:1100}@media only screen and (max-width:767px){.Modal_modal__8sDKW{top:50px;height:calc(100% - 50px);padding:16px 12px}}@keyframes Modal_showModal__MOfPD{0%{opacity:0}to{opacity:1}}.Modal_outer__RbkMu{position:relative;width:96%;max-width:448px;margin:auto;background:var(--surface-popup);border-radius:20px;box-shadow:0 64px 64px -48px rgba(31,47,70,.12);z-index:2}.Modal_outer__RbkMu.Modal_isWider__DCgzu{max-width:550px}@media only screen and (max-width:767px){.Modal_outer__RbkMu{box-shadow:none}}.Modal_outer__RbkMu>div{padding:24px}@media only screen and (max-width:767px){.Modal_outer__RbkMu>div{padding:32px 16px}}.Modal_close__qRRpj{position:absolute;top:23px;right:20px;width:24px;height:24px;background:transparent;display:flex;justify-content:center;align-items:center;color:var(--text-icon-description)}.Modal_close__qRRpj img{width:16px;height:16px;transition:filter .2s,opacity .2s}.dark-mode .Modal_close__qRRpj img{filter:brightness(0) invert(.85)}.dark-mode .Modal_close__qRRpj img:hover{filter:brightness(0) invert(1)}@media only screen and (max-width:767px){.Modal_close__qRRpj{top:16px;right:16px}}.Modal_close__qRRpj:hover{color:var(--text-icon-strong)}.Modal_close__qRRpj svg{transition:transform .2s}.Modal_close__qRRpj:hover svg{transform:rotate(90deg)}.Modal_title__TojI0{box-sizing:border-box;width:calc(100% + 48px);margin:0 -24px 20px;padding:0 56px 16px 24px;color:var(--text-icon-strong);font-family:var(--family-sans);font-size:20px;font-style:normal;font-weight:500;line-height:140%;letter-spacing:-.48px;border-bottom:1px solid var(--stroke-default)}@media only screen and (max-width:767px){.Modal_title__TojI0{font-size:22px;width:calc(100% + 32px);margin-left:-16px;margin-right:-16px;padding-left:16px;padding-right:16px}}.Modal_subtitle__sKTy9{font-family:var(--family-sans);font-weight:600;line-height:160%;letter-spacing:-.48px;margin-right:18px}.Modal_subtitle__sKTy9,.TextInput_label__al_oP{color:var(--text-icon-description);font-size:12px;margin-bottom:6px}.TextInput_label__al_oP{line-height:calc1;font-weight:700;text-transform:uppercase}.TextInput_labelText__fwR3z{color:var(--text-icon-strong);font-size:14px;font-weight:500;font-family:var(--family-sans);line-height:125%;letter-spacing:-.64px}.TextInput_wrap__7N0qP{position:relative}.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU button{position:absolute;top:4px;width:40px;height:calc(100% - 8px);border-radius:12px;font-size:20px;line-height:1}.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU button.TextInput_decrease__sbcyt{right:4px;display:flex;align-items:center;justify-content:center}.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU button.TextInput_increase__jneZo{left:4px;display:flex;align-items:center;justify-content:center}.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU .TextInput_preview__F_l_J{right:170px;background:#fcfcfd;top:4px;height:calc(100% - 8px);width:32px}.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU .TextInput_input__ThD99{padding-left:48px;color:var(--text-icon-strong);padding-right:50px;text-align:center;-moz-appearance:textfield}.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU .TextInput_input__ThD99::-webkit-inner-spin-button,.TextInput_wrap__7N0qP.TextInput_wrapP2P__f_aKU .TextInput_input__ThD99::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.TextInput_input__ThD99{width:100%;height:48px;padding:14px 12px;border-radius:12px;border:1px solid var(--stroke-default);background:var(--surface-input-field);font-family:Inter;font-weight:500;font-size:15px;letter-spacing:-.3px;line-height:1.4;color:var(--text-icon-heading);transition:border-color .2s}.TextInput_input__ThD99.TextInput_small__rUMFO{height:36px}.TextInput_input__ThD99::-moz-placeholder{color:var(--text-icon-disabled)}.TextInput_input__ThD99:-ms-input-placeholder{color:var(--text-icon-disabled)}.TextInput_input__ThD99::placeholder{color:var(--text-icon-disabled)}.TextInput_input__ThD99:focus{border-color:var(--stroke-focus)}.TextInput_input__ThD99::-ms-reveal{display:none}.TextInput_plusMinusIcon__MU51C{display:inline-block;width:24px;height:24px;background-color:var(--text-icon-strong);-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain}.TextInput_plusIcon__iDtXN{-webkit-mask-image:url(/icon/trade/trade-plus-icon.svg);mask-image:url(/icon/trade/trade-plus-icon.svg)}.TextInput_minusIcon__TmLum{-webkit-mask-image:url(/icon/trade/trade-decrease-icon.svg);mask-image:url(/icon/trade/trade-decrease-icon.svg)}.TextInput_required__j3xaR{color:var(--text-icon-strong)}.TextInput_error__t567x{color:var(--system-red-text)}.TextInput_preview__F_l_J,.TextInput_toggle__XaAd5{position:absolute;top:0;right:12px;bottom:0;width:24px;display:flex;align-items:center;justify-content:center}.TextInput_toggle__XaAd5 svg{fill:var(--text-icon-muted);transition:fill .2s}.TextInput_toggle__XaAd5:hover svg{fill:var(--text-icon-description)}.TextInput_toggle__XaAd5.TextInput_active__Si2SN svg{fill:var(--text-icon-strong)}.TextInput_preview__F_l_J{display:flex;justify-content:center;align-items:center}.TextInput_preview__F_l_J svg{fill:var(--text-icon-muted)}.TextInput_preview__F_l_J.TextInput_previewWithError__KoY3K{bottom:24px}.TextInput_empty__tdRPv .TextInput_input__ThD99{height:26px;border:none}.TextInput_icon__2zEdd .TextInput_input__ThD99,.TextInput_view__8ODW_ .TextInput_input__ThD99{padding-right:48px}.TextInput_note__yY4xf{margin-top:4px;font-size:12px;line-height:1.6666666667;font-weight:500;color:var(--text-icon-description)}.TextInput_tradeFieldTooltipWrapper__rKfiU{width:100%}.TextInput_tradeField__Cg3NV{display:grid;grid-template-columns:auto 1fr auto;align-items:center;padding:0 16px;border-radius:12px;box-shadow:inset 0 0 0 2px #e6e8ec;cursor:pointer}.TextInput_tradeField__Cg3NV:not(:last-child){margin-bottom:12px}.TextInput_tradeInput__UglHC{flex-grow:1;width:100%;height:48px;padding:0 10px;text-align:right;font-family:Roboto,sans-serif;font-size:14px;font-weight:500;color:#23262f}.TextInput_tradeInput__UglHC::-webkit-inner-spin-button,.TextInput_tradeInput__UglHC::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.TextInput_tradeLabel__VWbTy{color:#4a4a4a}.TextInput_tradeCoin__EISLH,.TextInput_tradeLabel__VWbTy{font-family:var(--family-sans);font-size:14px;font-style:normal;font-weight:400;line-height:140%;letter-spacing:-.56px}.TextInput_tradeCoin__EISLH{color:#fafafa;pointer-events:unset}.TextInput_tradeLabel__VWbTy{display:flex;align-items:center;gap:4px}.TextInput_tradeMask__B1frB{display:flex;align-items:center;justify-content:flex-end}.TextInput_inputWrapper__dPGvv .TextInput_top__Fdgs4{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.TextInput_inputWrapper__dPGvv .TextInput_top__Fdgs4 p{margin:0;font-size:12px;color:#777e90}.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo{position:relative;display:flex;width:100%;margin:0 auto;height:60px;border-radius:9999px}.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo:focus{border-color:#777e90}.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo input{padding:0 100px 0 24px;flex:1 1;width:100%;border-radius:9999px;align-items:center;-moz-appearance:textfield}.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo input::-webkit-inner-spin-button,.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo .TextInput_coin___POGN{position:absolute;right:0;height:45px;top:8px;padding:8px 12px 8px 16px;border-radius:9999px;background-color:#18191b;align-items:center;line-height:28px;font-weight:400;color:#fff;font-size:14px;font-family:Roboto}.TextInput_inputWrapper__dPGvv .TextInput_inputBox__e4YAo .TextInput_coin___POGN svg{font-size:14px;fill:transparent}.TextInput_inputWrapper__dPGvv .TextInput_bottom__zciGd{margin-top:4px;font-size:11px}.TextInput_coinLogo__YftWY{width:20px;height:20px;border-radius:50%;flex-shrink:0;-o-object-fit:cover;object-fit:cover}.TextInput_methodInput__KrOMg{height:40px;max-height:40px;padding:11px 6px 11px 12px;align-self:stretch;border-radius:8px;background:var(--surface-input-field);color:var(--text-icon-strong)}.TextInput_inputRow__Xb9eb,.TextInput_methodInput__KrOMg{width:100%;display:flex;align-items:center;gap:10px}.TextInput_addressInput__zYBGG{flex:1 1;height:40px;border:none;border-radius:8px;background:var(--surface-section);padding:0 18px;font-size:14px;color:var(--text-icon-strong);font-family:var(--family-sans);font-weight:400;line-height:125%;letter-spacing:-.56px;outline:none}.TextInput_addressInput__zYBGG::-moz-placeholder{color:var(--text-icon-description);font-weight:400}.TextInput_addressInput__zYBGG:-ms-input-placeholder{color:var(--text-icon-description);font-weight:400}.TextInput_addressInput__zYBGG::placeholder{color:var(--text-icon-description);font-weight:400}.TextInput_addressDropdownBtn__NFMXJ{height:40px;min-width:72px;padding:10px 16px 10px 12px;color:var(--text-icon-strong);text-align:center;font-family:var(--family-sans);font-size:12px;font-weight:700;line-height:140%;letter-spacing:-.56px;display:flex;align-items:center;cursor:pointer;transition:background .15s;border-radius:8px;border:1px solid var(--stroke-default);background:var(--surface-section)}@media only screen and (max-width:639px){.TextInput_addressDropdownBtn__NFMXJ{padding:0 8px;font-size:10px}}.TextInput_iconRight__rgVeq{right:14px!important;left:auto!important}.TextInput_inputWithClose__ae10a{padding:0 14px!important}.LangAndCurrency_settings__5lKgm{position:relative}@media only screen and (max-width:767px){.LangAndCurrency_settings__5lKgm{position:static}}.LangAndCurrency_settings__5lKgm.LangAndCurrency_active__0sUBa .LangAndCurrency_head__Pv5_O{color:#23262f}.LangAndCurrency_settings__5lKgm.LangAndCurrency_active__0sUBa .LangAndCurrency_head__Pv5_O svg{transform:rotate(180deg);fill:#23262f}.LangAndCurrency_settings__5lKgm.LangAndCurrency_active__0sUBa .LangAndCurrency_body__j4l2H{transform:translate(-50%);visibility:visible;opacity:1}@media only screen and (max-width:767px){.LangAndCurrency_settings__5lKgm.LangAndCurrency_active__0sUBa .LangAndCurrency_body__j4l2H{transform:translate(0)}}.LangAndCurrency_head__Pv5_O{display:flex;align-items:center;font-family:Roboto,sans-serif;text-transform:uppercase;font-size:14px;line-height:40px;font-weight:700;color:#23262f;transition:color .2s;-webkit-tap-highlight-color:rgba(0,0,0,0)}.LangAndCurrency_head__Pv5_O svg{margin-left:12px;fill:#777e90;transition:all .2s}@media only screen and (max-width:1024px){.LangAndCurrency_head__Pv5_O svg{margin-left:4px}}.LangAndCurrency_head__Pv5_O:hover svg{fill:#23262f}.LangAndCurrency_languageCurrency__zSFHt .LangAndCurrency_menu__QUQCR{min-height:100px;max-height:50vh;overflow-y:auto;display:grid;grid-gap:20px;gap:20px;grid-template-columns:repeat(3,1fr);grid-template-rows:max-content;align-items:start}@media only screen and (max-width:767px){.LangAndCurrency_languageCurrency__zSFHt .LangAndCurrency_menu__QUQCR{grid-template-columns:repeat(2,1fr)}}.LangAndCurrency_languageCurrency__zSFHt .LangAndCurrency_menu__QUQCR.LangAndCurrency_menuForLanguages__7MyI_{gap:20px 60px}@media only screen and (max-width:767px){.LangAndCurrency_languageCurrency__zSFHt .LangAndCurrency_menu__QUQCR.LangAndCurrency_menuForLanguages__7MyI_{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:474px){.LangAndCurrency_languageCurrency__zSFHt .LangAndCurrency_menu__QUQCR.LangAndCurrency_menuForLanguages__7MyI_{grid-template-columns:repeat(2,1fr)}}.LangAndCurrency_languageCurrency__zSFHt ul{justify-content:center}.LangAndCurrency_language__7gHOa{text-align:left;padding:0;color:var(--text-icon-strong);cursor:pointer;transition:color .2s}.LangAndCurrency_language__7gHOa.LangAndCurrency_active__0sUBa,.LangAndCurrency_language__7gHOa:hover{color:var(--brand-primary)}.LangAndCurrency_flag__ToTPX{margin-right:8px}.AuthLangFooter_langBtn__Fgc8H{display:inline-flex;align-items:center;gap:6px;background:none;border:none;cursor:pointer;color:#4d4d4d;font-family:var(--family-sans),sans-serif;font-size:14px;font-weight:500;line-height:20px;transition:opacity .2s}.AuthLangFooter_langBtn__Fgc8H:hover{opacity:.7}.AuthLangFooter_langName__QWakw{color:inherit}.auth_layout_pageWrapper__FwA6a{min-height:calc(100vh - 48px);display:flex;flex-direction:column;background-color:var(--surface-page)}.auth_layout_main__e7CqZ{flex:1 1}.auth_layout_login__Uxxr7{position:relative;display:flex;align-items:center;justify-content:center;min-height:100vh;padding:88px 64px;background-color:#fff}.dark-mode .auth_layout_login__Uxxr7{background-color:var(--surface-page)}@media only screen and (max-width:1024px){.auth_layout_login__Uxxr7{padding:88px 32px}}@media only screen and (max-width:767px){.auth_layout_login__Uxxr7{padding:96px 20px 40px}}.auth_layout_col__VX4q7{position:relative}.auth_layout_col__VX4q7:first-child{display:none;flex-shrink:0;width:512px;min-height:calc(100vh - 48px);background-image:url(/gradient-background.png);background-repeat:no-repeat;background-position:100% 50%;background-size:cover}@media only screen and (max-width:1339px){.auth_layout_col__VX4q7:first-child{width:420px}}@media only screen and (max-width:1179px){.auth_layout_col__VX4q7:first-child{width:350px}}@media only screen and (max-width:1024px){.auth_layout_col__VX4q7:first-child{width:auto;min-height:auto;background:none!important;z-index:1}}.auth_layout_col__VX4q7:nth-child(2){position:relative;display:flex;flex-grow:1;padding:100px 64px}@media only screen and (max-width:1419px){.auth_layout_col__VX4q7:nth-child(2){padding:100px 48px 76px}}@media only screen and (max-width:1024px){.auth_layout_col__VX4q7:nth-child(2){min-height:100vh;padding-bottom:100px}}@media only screen and (max-width:767px){.auth_layout_col__VX4q7:nth-child(2){flex-direction:column;padding:100px 32px 32px}}.auth_layout_logo__KCBnG{position:absolute;top:64px;left:80px;width:156px}@media only screen and (max-width:1419px){.auth_layout_logo__KCBnG{top:48px;left:64px}}@media only screen and (max-width:767px){.auth_layout_logo__KCBnG{top:40px;left:50%;transform:translateX(-50%)}}.auth_layout_logo__KCBnG img:first-child{width:40px;position:absolute;left:60px;display:none}@media only screen and (max-width:1024px){.auth_layout_logo__KCBnG img:first-child{display:inline-block}}.auth_layout_logo__KCBnG img:nth-child(2){width:100%}@media only screen and (max-width:1024px){.auth_layout_logo__KCBnG img:nth-child(2){display:none}}.auth_layout_head__Lcx_h{position:absolute;top:80px;right:80px;left:80px;text-align:right;display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-flow:row wrap;font-family:Roboto,sans-serif;font-size:14px;line-height:1.1428571429;font-weight:700}@media only screen and (max-width:1419px){.auth_layout_head__Lcx_h{top:56px;right:64px;left:64px}}@media only screen and (max-width:1024px){.auth_layout_head__Lcx_h{right:48px}}@media only screen and (max-width:767px){.auth_layout_head__Lcx_h{position:static;margin-bottom:32px;text-align:center;justify-content:center}.auth_layout_head__Lcx_h span{width:100%}}.auth_layout_link__DLDhE{margin-left:5px;color:#181822;font-weight:700;transition:opacity .2s}.dark-mode .auth_layout_link__DLDhE{color:var(--text-icon-strong)}.auth_layout_link__DLDhE:hover{opacity:.7}.auth_layout_wrap__V_5Jq{width:440px;max-width:100%;margin:auto;padding:40px 32px;background:var(--surface-section-login);color:#181822;border:1px solid rgba(24,24,34,.08);border-radius:16px}.dark-mode .auth_layout_wrap__V_5Jq{color:var(--text-icon-strong);border-color:var(--stroke-default)}@media only screen and (max-width:639px){.auth_layout_wrap__V_5Jq{width:100%;padding:32px 20px}}.auth_layout_langFooter__5UyNC{position:absolute;left:0;right:0;bottom:32px;display:flex;justify-content:center}@media only screen and (max-width:767px){.auth_layout_langFooter__5UyNC{bottom:20px}}.auth_layout_wrapWide___xhLC{width:100%;max-width:920px;padding:0;background:none;border:none;box-shadow:none}@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600;700&display=swap";.AuthTextInput_field__qd_k8{display:flex;flex-direction:column;margin-bottom:12px}.AuthTextInput_label__oetGC{margin-bottom:8px!important;font-size:14px;font-weight:600;line-height:1.4;font-family:var(--family-sans);letter-spacing:-.3px;color:var(--text-icon-heading)}.AuthTextInput_wrap__ezgfd{position:relative;display:flex;align-items:center}.AuthTextInput_input__ytUfY{width:100%;padding:14px 16px;height:48px;border:1px solid var(--global-whitemode-alpha-10);border-radius:12px;font-size:14px;font-weight:400;line-height:20px;font-family:var(--family-sans);background:var(--surface-input-field);color:#030e47;outline:none;transition:border-color .2s}.dark-mode .AuthTextInput_input__ytUfY{border-color:var(--stroke-default);background:var(--surface-input-field);color:var(--text-icon-strong)}.AuthTextInput_maxButton__Mws6D{position:absolute;right:8px;top:50%;transform:translateY(-50%);height:24px;padding:0 12px;border-radius:6px;border:1px solid #dde1e5;background:#fff;color:#0e0e0e;font-family:var(--family-sans);font-size:12px;font-weight:500;line-height:140%;letter-spacing:-.24px;cursor:pointer;transition:all .2s ease}.dark-mode .AuthTextInput_maxButton__Mws6D{border-color:var(--stroke-default);background:var(--surface-button-secondary-default);color:var(--text-icon-strong)}.AuthTextInput_maxButton__Mws6D:hover:not(:disabled){background:#f5f5f5}.dark-mode .AuthTextInput_maxButton__Mws6D:hover:not(:disabled){background:var(--surface-button-secondary-hover)}.AuthTextInput_maxButton__Mws6D:disabled{opacity:.5;cursor:not-allowed}.AuthTextInput_maxButton__Mws6D:-moz-placeholder-shown{color:#b0b5ba}.AuthTextInput_maxButton__Mws6D:-ms-input-placeholder{color:#b0b5ba}.AuthTextInput_maxButton__Mws6D:placeholder-shown{color:#b0b5ba}.AuthTextInput_maxButton__Mws6D[type=number]{-webkit-appearance:none;-moz-appearance:textfield}.AuthTextInput_maxButton__Mws6D[type=number]::-webkit-inner-spin-button,.AuthTextInput_maxButton__Mws6D[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.AuthTextInput_toggle__wjgrr{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;padding:0}.AuthTextInput_preview__FYehT{margin-left:8px}.AuthTextInput_note__FbqtU{font-size:12px;color:#888;padding:12px 16px 0}.AuthTextInput_errorMessage__NcSoj{margin-top:4px;margin-left:5px;font-size:12px;color:red;font-family:Inter;font-weight:400}