.icon{position:relative}.icon.disabled{opacity:.5}.LoadingSpinner svg{stroke:currentColor;fill:currentColor;stroke-linecap:round;animation:rotate 15s linear infinite}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:31,150;stroke-dashoffset:-12}to{stroke-dasharray:31,150;stroke-dashoffset:-43}}@keyframes rotate{to{transform:rotate(1turn)}}.Button{align-items:center;background:#0000;border:none;display:flex;flex-shrink:0;gap:8px;justify-content:center;outline:none;transition:all .3s;width:100%}.Button.primary{background-color:rgb(var(--blue-primary));color:rgb(var(--bg-secondary))}.Button.secondary{background-color:rgba(var(--fill-primary),.12);color:rgb(var(--blue-primary))}.Button.tertiary{background-color:rgba(var(--blue-primary),.2)}.Button.ghost,.Button.tertiary{color:rgb(var(--blue-primary))}.Button.white{background-color:rgb(var(--bg-secondary));color:rgb(var(--label-primary))}.Button.green{background-color:rgba(var(--green),.2);color:rgb(var(--green))}.Button.red{background-color:rgba(var(--red),.2);color:rgb(var(--red))}.Button:active.primary{color:rgba(var(--bg-secondary),.5)}.Button:active.ghost,.Button:active.secondary,.Button:active.tertiary{color:rgba(var(--blue-primary),.5)}.Button:active.white{color:rgba(var(--label-primary),.5)}.Button:active.green{color:rgba(var(--green),.5)}.Button:active.red{color:rgba(var(--red),.5)}.Button.large{border-radius:12px;padding:12px}.Button.large,.Button.medium{font:var(--callout-strong);line-height:24px}.Button.medium{border-radius:8px;padding:8px 12px}.Button.small{border-radius:15px;font:var(--callout-strong);line-height:24px;padding:4px 12px}.Button .loading{pointer-events:none}.Button:disabled{opacity:.5}.ProgressLine{height:52px;width:52px}.ProgressLine svg{transform:rotate(-90deg)}.ProgressLine circle{fill:none;stroke:rgba(var(--grey0),.08);stroke-width:4px;stroke-linecap:round;stroke-dasharray:152;stroke-dashoffset:152;animation-name:dashAnim;animation-timing-function:linear}@keyframes dashAnim{0%{stroke-dashoffset:0}to{stroke-dashoffset:-152}}.Confirmation{background:rgba(var(--bg-secondary),.8);border:1px solid rgb(var(--bg-secondary));border-radius:36px;box-shadow:0 10px 40px 0 rgba(var(--grey0),.15);padding:8px;position:relative}.Confirmation.success .Confirmation-header-icon path{fill:rgb(var(--green))}.Confirmation.warning .Confirmation-header-icon path{fill:rgb(var(--orange))}.Confirmation.error .Confirmation-header-icon path{fill:rgb(var(--red))}.Confirmation .Confirmation-header{align-items:center;display:flex;justify-content:center;min-height:48px;padding-left:64px;padding-right:64px;position:relative}.Confirmation .Confirmation-header .Confirmation-block-icon{left:0;position:absolute}.Confirmation .Confirmation-header .Confirmation-header-icon{left:9px;position:absolute;top:9px}.Confirmation .Confirmation-header .Confirmation-block-title{margin-left:auto;margin-right:auto;text-align:center}.Confirmation .Confirmation-header .Confirmation-title{font:var(--callout-strong)}.Confirmation .Confirmation-header .Confirmation-text{font:var(--footnote)}.Confirmation .Confirmation-header .Confirmation-close-icon{position:absolute;right:8px;top:12px}.Confirmation .Confirmation-header .Confirmation-close-icon path{fill:rgba(var(--grey0),.08)}.Confirmation .Confirmation-bottom{display:flex;gap:8px;margin-top:16px}.Confirmation .Confirmation-bottom .Button{flex-shrink:1}#RootModal{display:flex;flex-direction:column;height:100%;justify-content:flex-end;left:0;overflow:hidden;position:absolute;top:100%;transition:all .4s;width:100%;z-index:999}#RootModal.open{top:0}#RootModal.full-screen .RootModal-body{height:100%}#RootModal .RootModal-bg{animation:blackout .3s ease-in;background-color:rgba(var(--black),.5);height:100%;left:0;position:fixed;top:0;width:100%;z-index:-1}#RootModal .RootModal-header{display:flex;flex-direction:column;gap:8px;margin-top:calc(var(--top-full-indent) - env(safe-area-inset-top, 0px));padding:calc(env(safe-area-inset-top, 0px) + 6px) 16px 8px}#RootModal .RootModal-header .RootModal-header-left{align-items:center;display:flex;gap:8px;left:0;position:absolute;position:"absolute";top:"0";transform:"translateY(-50%)"}#RootModal .RootModal-header .RootModal-header-left .RootModal-header-left-btn{align-items:center;background-color:#4b4f551f;border-radius:999px;cursor:pointer;display:flex;height:32px;justify-content:center;width:32px}#RootModal .RootModal-header .RootModal-header-left .RootModal-header-left-btn svg{display:block;vertical-align:middle;width:24px}#RootModal .RootModal-header .RootModal-header-left .RootModal-header-left-btn path{fill:var(--root-modal-icon-color);cursor:pointer;width:40%}#RootModal .RootModal-header .RootModal-grabber{align-self:center;background:rgba(var(--label-secondary),.16);border-radius:999px;box-shadow:inset inset 0 1px 0 0 -1px 0 #ffffff80 #0000000a;height:4px;width:40px}#RootModal .RootModal-header .RootModal-header-row{position:relative}#RootModal .RootModal-header .default{align-items:center;display:flex;justify-content:center}#RootModal .RootModal-header .RootModal-header-column{align-items:center;display:flex;flex-direction:column;justify-content:space-between}#RootModal .RootModal-header .RootModal-header-column .BillingCurrencyInfo__subHeader_title{color:#21242d;font-family:Roboto,sans-serif;font-size:24px;font-style:normal;font-weight:700;letter-spacing:-.01em;line-height:28px;margin:24px 0 0;text-align:center;vertical-align:middle}#RootModal .RootModal-header .RootModal-header-column .BillingCurrencyInfo__subHeader_subtitle{color:#35404e99;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;letter-spacing:0;line-height:20px;margin:8px 0 0;text-align:center;vertical-align:middle}#RootModal .RootModal-header .RootModal-header-title{flex-grow:1;font:var(--headline-strong);padding:16px 0;text-align:center}#RootModal .RootModal-header .RootModal-header-close{align-items:center;background-color:#4b4f551f;border-radius:999px;cursor:pointer;display:flex;height:32px;justify-content:center;position:absolute;position:"absolute";right:0;top:"0";transform:"translateY(-50%)";width:32px}#RootModal .RootModal-header .RootModal-header-close svg{display:block;vertical-align:middle;width:24px}#RootModal .RootModal-header .RootModal-header-close path{fill:var(--root-modal-icon-color);cursor:pointer;width:40%}#RootModal .RootModal-header .RootModal-header-close.white path{fill:#fff;cursor:pointer;width:40%}#RootModal .RootModal-body{background:rgb(var(--bg-primary));overflow-x:hidden;overflow-y:auto}#RootModal .RootModal-body.animate{transition:height .4s ease-out}@keyframes blackout{0%{opacity:0}to{opacity:1}}.BillingCurrencyInfo{margin:0 auto;position:relative}.BillingCurrencyInfo__header{background:linear-gradient(180deg,#0455a3e6,#fff0)}.BillingCurrencyInfo__header,.BillingCurrencyInfo__subHeader{align-items:center;display:flex;flex-direction:column;justify-content:center}.BillingCurrencyInfo__subHeader{padding:0 36px}.BillingCurrencyInfo__subHeader_title{color:#21242d;font-size:24px;font-weight:700;letter-spacing:-.01em;line-height:28px;margin:24px 0 0}.BillingCurrencyInfo__subHeader_subtitle,.BillingCurrencyInfo__subHeader_title{font-family:Roboto,sans-serif;font-style:normal;text-align:center;vertical-align:middle}.BillingCurrencyInfo__subHeader_subtitle{color:#35404e99;font-size:16px;font-weight:400;letter-spacing:0;line-height:20px;margin:8px 0 0}.BillingCurrencyInfo__content{display:flex;justify-content:center;margin:0 auto}.BillingCurrencyInfo__body{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;padding:64px 32px;text-align:left}.BillingCurrencyInfo__body__item{align-items:center;display:flex;gap:25px;margin-bottom:24px}.BillingCurrencyInfo__body__item_icon{align-items:center;display:flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.BillingCurrencyInfo__body__item_icon svg{height:100%;width:100%}.BillingCurrencyInfo__body__item_icon .icon path{fill:#0455a3}.BillingCurrencyInfo__body__item:last-child{margin-bottom:0}.BillingCurrencyInfo__body__item_title{color:#21242d;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;letter-spacing:0;line-height:20px;text-align:left}.BillingCurrencyInfo__body__item_subTitle{color:#35404e99;font-family:Roboto,sans-serif;font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:16px;margin-top:8px;text-align:left}.BillingCurrencyInfo__body__button{margin-top:58px}.BillingDetail{overflow:hidden;padding:24px;position:relative;text-align:center;z-index:1}.BillingDetail .BillingDetail__glow{background-color:#015bd0;border-radius:258px;filter:blur(64px);height:258px;left:50%;opacity:.64;position:absolute;transform:translate(-50%,-100px);width:258px;z-index:-1}.BillingDetail .BillingDetail__header{font:var(--text-style-subheading);margin-top:24px}.BillingDetail .BillingDetail__subheader{font:var(--text-style-body-small);margin-top:8px}.BillingDetail .BillingDetail__descriptions{margin-top:24px}.BillingDetail .BillingDetail__description{padding:4px}.BillingDetail .BillingDetail__description:not(:last-child){margin-bottom:12px}.BillingDetail .BillingDetail__description-header{display:flex}.BillingDetail .BillingDetail__description-label{font:var(--text-style-body-strong);margin-left:8px}.BillingDetail .BillingDetail__description-text{font:var(--text-style-body-small);margin-top:4px;padding-left:32px;text-align:left;white-space:pre-line}.BillingDetail .BillingHistory__buy-button{margin-top:40px}.IconBox{position:relative}.IconBox .IconBox__icon-label{bottom:0;position:absolute;right:0}.ListItem{align-items:center;color:rgb(var(--label-secondary),.6);display:flex;font:var(--caption1);gap:16px;overflow:hidden;padding-left:16px}.ListItem .ListItem__conteiner{align-items:center;display:flex;flex-grow:1;gap:8px;padding:12px 16px 12px 0}.ListItem:has(.ListItem__large-icon) .ListItem__conteiner{max-width:calc(100% - 56px)}.ListItem:has(.ListItem__medium-icon) .ListItem__conteiner{max-width:calc(100% - 48px)}.ListItem:has(.ListItem__small-icon) .ListItem__conteiner{max-width:calc(100% - 40px)}.ListItem .ListItem__bottom-separator{border-bottom:.4px solid rgb(var(--separator-nonOpaque))}.ListItem .ListItem__content-block{display:flex;flex-direction:column;flex-grow:1;justify-content:center;min-height:40px;overflow:hidden}.ListItem .ListItem__header{align-items:center;display:flex;gap:4px}.ListItem .ListItem__title{color:rgb(var(--label-primary));font:var(--headline)}.ListItem .ListItem__label{background-color:rgb(var(--fill-primary),.12);border-radius:4px;padding:2px 8px}.ListItem .ListItem__description{margin-top:4px}.ListItem .ListItem__right-block{text-align:right}.ListItem .ListItem__right-title{color:rgb(var(--label-primary));font:var(--headline)}.ListItem .ListItem__right-description{margin-top:4px}.FeeItem .FeeItem__low-balance .ListItem__description{color:rgba(var(--red))}.FeeItem .FeeItem__show-low-balance-text{border-radius:12px 12px 0 0}.FeeItem .FeeItem__low-balance-text{background-color:rgba(var(--red),.15);border-radius:0 0 12px 12px;color:rgba(var(--red));font:var(--caption1);padding:8px 16px}.ChangeFeePaymentMethod{padding:16px 16px 88px}.ChangeFeePaymentMethod .ChangeFeePaymentMethod__FeeItem:not(:last-child){margin-bottom:8px}.ChangeFeePaymentMethod .FeeItem__low-balance{opacity:.5}.ChangeFeePaymentMethod .ChangeFeePaymentMethod__best-price{background-color:rgba(var(--blue-primary));border-radius:0 0 8px 8px;color:rgba(var(--white));display:flex;font:var(--footnote-strong);justify-content:space-between;margin:0 12px;padding:4px 12px}.ChangeFeePaymentMethod .ChangeFeePaymentMethod__best-price:last-of-type{font:var(--footnote)}.ChangeFeePaymentMethod .ChangeFeePaymentMethod__checked-sign-box{margin-left:8px;width:20px}.ChangeFeePaymentMethod .ChangeFeePaymentMethod__checked-icon path{fill:rgba(var(--blue-primary))}.ChoosePeriodModal{padding:24px}.ChoosePeriodModal .ChoosePeriodModal__period-item{align-items:center;background-color:rgb(var(--section-bg-color));border-radius:8px;display:flex;justify-content:space-between;padding:8px}.ChoosePeriodModal .ChoosePeriodModal__period-item:not(:last-child){margin-bottom:8px}.ChoosePeriodModal .ChoosePeriodModal__period-label{font:var(--text-style-body-base)}.ChoosePeriodModal .ChoosePeriodModal__period-dates{color:rgb(var(--hint-color));font:var(--text-style-body-small)}.ChoosePeriodModal .ChoosePeriodModal__arrow{transform:rotate(180deg)}.DeleteHash .DeleteHash-text{border-bottom:1px solid rgb(var(--section-separator-color));border-top:1px solid rgb(var(--section-separator-color));padding:24px}.DeleteHash .DeleteHash-btns{display:flex;gap:16px;padding:16px 24px}.DeleteHash .btn-no{background-color:rgb(var(--danger))}.PeriodSelectModal .react-aria-RangeCalendar{font:var(--text-style-body-base)}.PeriodSelectModal .PeriodSelectModal__header{align-items:center;background-color:rgb(var(--section-bg-color));display:flex;justify-content:space-between;padding:20px 0 12px}.PeriodSelectModal .PeriodSelectModal__header .react-aria-Button{background:none;border:none;margin-left:24px;padding:0}.PeriodSelectModal .PeriodSelectModal__header .react-aria-Button[slot=next]{margin-left:0;margin-right:24px;transform:rotate(180deg)}.PeriodSelectModal .PeriodSelectModal__week-days{background-color:rgb(var(--section-bg-color));display:flex;justify-content:space-around;padding:12px 22px 20px}.PeriodSelectModal .react-aria-Heading{background-color:rgb(var(--section-bg-color));border-radius:100px;color:rgb(var(--hint-color));font:var(--text-style-body-small);margin:16px auto 0;padding:4px 8px;width:-webkit-fit-content;width:fit-content}.PeriodSelectModal .react-aria-CalendarGrid{border-spacing:0 12px;height:276px;padding:10px 12px 22px;width:100%}.PeriodSelectModal td[role=gridcell]{padding:0}.PeriodSelectModal td[aria-selected]:not(:has([data-selection-start])):not(:has([data-selection-end])){background-color:rgb(var(--button-color),.16)}.PeriodSelectModal td[aria-selected]:has([data-selection-start]){background:linear-gradient(to left,rgb(var(--button-color),.16),rgb(var(--button-color),.16),50%,#0000 50%)}.PeriodSelectModal td[aria-selected]:has([data-selection-start]) .react-aria-CalendarCell{background:linear-gradient(to left,#0000,#0000,50%,rgb(var(--button-color),.16) 50%);border-bottom-left-radius:32px;border-top-left-radius:32px}.PeriodSelectModal td[aria-selected]:has([data-selection-end]){background:linear-gradient(to right,rgb(var(--button-color),.16),rgb(var(--button-color),.16),50%,#0000 50%)}.PeriodSelectModal td[aria-selected]:has([data-selection-end]) .react-aria-CalendarCell{background:linear-gradient(to right,#0000,#0000,50%,rgb(var(--button-color),.16) 50%);border-bottom-right-radius:32px;border-top-right-radius:32px}.PeriodSelectModal td[aria-selected]:has([data-selection-start]):has([data-selection-end]){background:none}.PeriodSelectModal td[aria-selected]:has([data-selection-start]):has([data-selection-end]) .react-aria-CalendarCell{background:rgb(var(--button-color),.16);border-bottom-left-radius:32px;border-top-left-radius:32px}.PeriodSelectModal .react-aria-CalendarCell{display:flex;justify-content:center;margin:0 auto;padding:2px 0;width:36px}.PeriodSelectModal .react-aria-CalendarCell[data-outside-month=true]{display:none}.PeriodSelectModal .react-aria-CalendarCell[data-selection-end] .PeriodSelectModal__CalendarCell-content,.PeriodSelectModal .react-aria-CalendarCell[data-selection-start] .PeriodSelectModal__CalendarCell-content{background-color:rgb(var(--button-color));border-radius:16px}.PeriodSelectModal .PeriodSelectModal__CalendarCell-content{align-items:center;display:flex;height:32px;justify-content:center;width:32px}.PeriodSelectModal .PeriodSelectModal__today{border:1px solid rgb(var(--button-color));border-radius:16px}.PeriodSelectModal .PeriodSelectModal__footer{border-top:1px solid rgb(var(--section-separator-color));padding:16px 24px}.Modal-PinCode{display:flex;padding:0 24px}.Modal-PinCode .PinCode-like-module .input-wrapper.visible-caret:after{visibility:hidden}.Modal-PinCode .PinCode-like-module .input-wrapper.visible-caret:focus-within:after{visibility:visible}.InlineNotice{border-radius:12px;display:flex;font:var(--footnote);gap:12px;padding:16px}.InlineNotice .InlineNotice-icon{flex-shrink:0}.InlineNotice.warning{background:rgba(var(--orange),.15);color:rgb(var(--orange))}.InlineNotice.warning .InlineNotice-icon path{fill:rgb(var(--orange))}.InlineNotice.error{background:rgba(var(--red),.15);color:rgb(var(--red))}.InlineNotice.error .InlineNotice-icon path{fill:rgb(var(--red))}.Input.InputSuccess .Input__status-icon path{fill:rgb(var(--green))}.Input.InputSuccess .Input__subtext{color:rgb(var(--green))}.Input.InputError .Input__status-icon path{fill:rgb(var(--red))}.Input.InputError .Input__subtext,.Input.InputError input{color:rgb(var(--red))}.Input.InputDisabled{opacity:.5;pointer-events:none}.Input .Input__field{align-items:center;display:flex;font:var(--body);padding-left:16px}.Input .Input__prefix{margin-right:16px}.Input .Input__content{align-items:center;display:flex;flex-grow:1;padding-right:8px}.Input input:-webkit-autofill,.Input input:-webkit-autofill:focus{-webkit-transition:background-color 0s 600000000s,color 0s 600000000s;transition:background-color 0s 600000000s,color 0s 600000000s}.Input input{background-color:#0000;border:none;caret-color:rgb(var(--blue-primary));color:rgb(var(--label-primary));flex-grow:1;font:var(--body);outline:none;padding-bottom:12px;padding-top:12px}.Input input::placeholder{color:rgb(var(--label-secondary),.6)}.Input input:focus::placeholder{color:rgb(var(--label-tertiary),.3)}.Input .Input__bottom-separator{border-bottom:.4px solid rgb(var(--separator-nonOpaque))}.Input .Input__postfix{align-items:center;display:flex;padding-left:8px;padding-right:8px}.Input .Input__subtext{color:rgb(var(--label-secondary),.6);font:var(--footnote);margin-left:16px;margin-right:16px;margin-top:4px}.ViewportAttachedButton{background-color:rgb(var(--bg-primary));border-top:1px solid #0000;bottom:0;left:0;padding:8px 16px var(--bottom-indent);position:absolute;transition:padding .3s ease-in;width:100%}.ViewportAttachedButton.ViewportAttachedButton__separator{border-color:rgb(var(--separator-nonOpaque))}.ViewportAttachedButton.ViewportAttachedButton_compact{padding-bottom:8px}.SwapButton{background:none;border:none;outline:none;padding:8px}.SwapButton .SwapButton__icon path{fill:rgba(var(--blue-primary))}.PaymentConfiguration .PaymentConfiguration__body{margin-bottom:calc(var(--bottom-indent) + 58px);padding:16px 16px 0}.PaymentConfiguration .PaymentConfiguration__converted-amount,.PaymentConfiguration .PaymentConfiguration__fee-header{color:rgb(var(--label-secondary),.6);font:var(--caption1);margin-left:16px}.PaymentConfiguration .PaymentConfiguration__fee-header{margin-bottom:8px;text-transform:uppercase}.PaymentConfiguration .PaymentConfiguration__converted-amount{margin-top:8px}.PaymentConfiguration .PaymentConfiguration__fee-warning{margin-top:16px}.PaymentConfigurationInfo{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding-bottom:var(--bottom-indent)}.PaymentConfigurationInfo .PaymentConfigurationInfo__Content{display:flex;flex-direction:column;gap:24px;justify-content:center;padding:24px;text-align:left}.PaymentConfigurationInfo .PaymentConfigurationInfo__Content__second{display:flex;flex-direction:column;gap:8px}.PaymentConfigurationInfo .PaymentConfigurationInfo__Content__second-bold{font-weight:500}.PaymentConfigurationInfo .PaymentConfigurationInfo__Content__button,.PaymentConfigurationInfo .PaymentConfigurationInfo__button{width:90%}.App{height:100%}.App .block-animation{background-color:rgb(var(--bg-primary));height:100%;position:absolute;width:100%}.App h2{color:rgb(var(--accent-text-color))}.App-header{align-items:center;background-color:rgb(var(--section-bg-color));display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#704cb6}.version{color:rgb(var(--accent-red))}.FormBlock{background-color:rgb(var(--bg-secondary));border-radius:12px}.BHUSDBalanceHeader{align-items:center;background-color:rgb(var(--bg-color));display:flex;justify-content:space-between;margin-bottom:-12px;padding:6px 6px 18px 12px}.BHUSDBalanceHeader .BHUSDBalanceHeader-setting-icon.theme-light path{fill:rgb(var(--text-color))}.BHUSDBalanceHeader .BHUSDBalanceHeader__right-side{align-items:center;display:flex}.BHUSDBalanceHeader .BHUSDBalanceHeader__billing-logo{height:20px}.BHUSDBalanceHeader .BHUSDBalanceHeader__balance{color:rgb(var(--accent-text-color));font:var(--text-style-body-small-strong);margin-left:8px}.BHUSDBalanceHeader .BHUSDBalanceHeader__topUp-button{border-radius:12px;font:var(--text-style-body-small);height:36px;margin-left:12px;width:auto}.SendReceiveButton{position:relative;width:100%}.SendReceiveButton path{stroke:rgb(var(--button-color))}.SendReceiveButton .SendReceiveButton-border{background-clip:content-box,border-box;background-image:linear-gradient(150deg,rgba(var(--button-color),.4) 5%,rgba(var(--button-color),.3) 25%,rgba(var(--button-color),.3) 60%,rgba(var(--button-color),.5));background-origin:border-box;border:1px solid #0000;border-radius:16px;height:64px}.SendReceiveButton .SendReceiveButton-content{align-items:center;background:rgb(var(--section-bg-color));border-radius:8px;display:flex;font:var(--text-style-body-base);justify-content:space-between;left:8px;padding:12px 10px;position:absolute;top:8px;width:calc(100% - 16px)}.Tabs{background:rgb(var(--bg-color));display:flex;text-align:center}.Tabs,.Tabs .Tabs-item{border-radius:100px;padding:4px}.Tabs .Tabs-item{color:var(--text-color);font:var(--text-style-body-base);text-decoration:none;transition:all .2s;width:100%}.Tabs .Tabs-item.active{background:rgb(var(--secondary-bg-color));color:rgb(var(--accent-text-color))}.Tabs-body{overflow:hidden;position:relative}.Tabs-body,.Tabs-body .fade-to-left{height:100%}.Tabs-body .fade-to-left.enter{height:100%;left:0;position:absolute;top:0;transform:translateX(100%);width:100%;z-index:9999}.Tabs-body .fade-to-left.enter-active{transform:translateX(0);transition:all .7s ease-out}.Tabs-body .fade-to-right{height:100%}.Tabs-body .fade-to-right.enter{height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%;z-index:9999}.Tabs-body .fade-to-right.enter-active{transform:translateX(0);transition:all .7s ease-out}.AccountCard{padding-top:84px}.AccountCard .AccountCard-balances{text-align:center}.AccountCard .AccountCard-balances .crypto{font:var(--text-style-heading)}.AccountCard .AccountCard-balances .fiat{font:var(--text-style-body-strong);margin-bottom:16px}.AccountCard .AccountCard-body{background:rgb(var(--secondary-bg-color));border-radius:16px;padding:4px}.AccountCard .AccountCard-item{align-items:center;background:rgb(var(--section-bg-color));border:none;display:flex;gap:12px;justify-content:flex-end;padding:12px;text-align:left;width:100%}.AccountCard .eye{flex-shrink:0}.AccountCard .eye path{fill:rgb(var(--text-color))}.AccountCard .item-top{border-radius:12px 12px 4px 4px;margin-bottom:2px}.AccountCard .item-bottom{border-radius:4px 4px 12px 12px;-webkit-user-select:none;user-select:none}.AccountCard .lable{background:rgba(var(--accent-text-color),.08);border-radius:100px;color:rgb(var(--accent-text-color));flex-grow:1;font:var(--text-style-body-small);overflow:hidden;padding:4px 8px;text-overflow:ellipsis;white-space:nowrap}.AccountCard .address{word-wrap:break-word;color:rgb(var(--hint-color));font:var(--text-style-body-extra-small);width:100%}.HistoryPlaceholder{background-color:rgb(var(--section-bg-color));border-radius:8px;padding:32px;text-align:center}.HistoryItem.HistoryItem__Sent .HistoryItem__arrow{transform:rotate(90deg)}.HistoryItem.HistoryItem__Received .HistoryItem__arrow{transform:rotate(-90deg)}.HistoryItem.HistoryItem__Received .ListItem__right-title{color:rgb(var(--green))}.HistoryItem .HistoryItem__icon-box{background-color:rgb(var(--fill-primary),.12);border-radius:8px;padding:6px}.HistoryItem .HistoryItem__arrow path{fill:rgb(var(--label-tertiary),.3)}.HistoryItem .HistoryItem__label-box{border-radius:10px;padding:2px}.HistoryItem .HistoryItem__label-waiting{background-color:rgb(var(--orange),.2)}.HistoryItem .HistoryItem__label-waiting path{fill:rgb(var(--orange))}.HistoryItem .HistoryItem__label-failed{background-color:rgb(var(--red),.2)}.HistoryItem .HistoryItem__label-failed path{fill:rgb(var(--red))}.HistoryItem .ListItem__description{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.HistoryItem .ListItem__right-block{flex-shrink:0}.PeriodFilter{align-items:center;background-color:rgb(var(--section-bg-color));font:var(--text-style-body-small);width:-webkit-fit-content;width:fit-content}.PeriodFilter,.PeriodFilter.PeriodFilter__fully{border-radius:100px;display:flex;padding:4px 8px 4px 12px}.PeriodFilter.PeriodFilter__fully{background-color:rgb(var(--text-color));color:rgb(var(--secondary-bg-color))}.PeriodFilter .PeriodFilter__close-icon path{stroke:rgb(var(--subtitle-text-color))}.PeriodFilter .PeriodFilter__toggle-icon path{stroke:rgb(var(--text-color))}.PeriodFilter .icon{margin-left:8px}.AccountHistory{overflow-y:auto}.AccountHistory:first-child .AccountHistory-block-date .date{margin-top:0;text-transform:capitalize}.AccountHistory .AccountHistory-block-date{align-items:center;display:flex;flex-direction:column}.AccountHistory .AccountHistory-block-date .date{background:rgb(var(--section-bg-color));border-radius:100px;color:rgb(var(--hint-color));font:var(--text-style-body-small);margin-bottom:16px;margin-top:24px;padding:4px 8px;text-transform:capitalize;width:-webkit-max-content;width:max-content}.AccountHistory .AccountHistory-block-date:first-child .date{margin-top:0}.AccountHistory .PeriodFilter{margin-bottom:24px}.AccountTemplate{display:flex;flex-direction:column;height:100%;padding:0 24px}.AccountTemplate .AccountTemplate__header{align-self:center;width:58vw}.AccountTemplate .AccountTemplate__header.headerTransition{transition:transform .3s}.AccountTemplate .AccountTemplate__body{display:flex;flex-direction:column;flex-grow:1;height:100%;overflow:auto}.AccountTemplate .AccountTemplate__body .Tabs{margin:24px 0}.AccountTemplate .AccountTemplate__body .send-receive{display:flex;gap:16px;margin-top:32px}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.Account{display:flex;flex-direction:column;height:100%;position:relative}.Account .Account__setting-button{background:none;border:none;padding:0}.Account .Account-bg{border-radius:0 0 100% 100%;height:230px!important;left:-10%;overflow:hidden;position:absolute;top:0;width:120%!important;z-index:-1}.Account .Account__swiper{background-color:rgb(var(--secondary-bg-color));border-top-left-radius:12px;border-top-right-radius:12px;height:100%;padding-top:24px;width:100%}.AdaptiveButton{align-items:center;background:rgba(var(--bg-secondary));border-radius:30px;box-shadow:0 0 30px 0 #00000026;cursor:pointer;display:flex;gap:8px;padding:12px;width:-webkit-max-content;width:max-content}.AddressItem .AddressItem__icon-box{background-color:rgba(var(--grey3));border-radius:8px;padding:6px}.AddressItem .AddressItem__icon-box .icon path{fill:rgba(var(--white))}.AddressItem .AddressItem__BTC{background-color:rgba(var(--BTC))}.AddressItem .AddressItem__TRX{background-color:rgba(var(--TRX))}.AddressItem .AddressItem__USDT-TRC20{background-color:rgba(var(--USDT-TRC20))}.AddressItem .ListItem__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AddressItem .ListItem__right-block{flex-shrink:0}.HistoryBlock .HistoryBlock__empty{align-items:center;color:rgb(var(--label-secondary),.6);display:flex;font:var(--subheadline);height:242px;justify-content:center}.HistoryBlock .HistoryBlock__header{align-items:center;display:flex;justify-content:space-between;padding:14px 16px}.HistoryBlock .HistoryBlock__title{font:var(--headline-strong)}.PageHeaderBar{display:flex;justify-content:center}.PageHeaderBar.PageTitleBoxVisible .PageHeaderBar__title-box{opacity:1}.PageHeaderBar .PageHeaderBar__title-box{align-items:center;display:flex;flex-grow:1;justify-content:center;max-width:calc(100% - 190px);opacity:0;padding:0 12px;transition:opacity .3s}.PageHeaderBar .IconBox{margin-right:8px}.PageHeaderBar .IconBox+.PageHeaderBar__title-text{max-width:calc(100% - 36px)}.PageHeaderBar .PageHeaderBar__title-text{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:100%}.PageHeaderBar .PageHeaderBar__title-header{font:var(--headline-strong);max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PageHeaderBar .PageHeaderBar__title-subheader{color:rgb(var(--label-secondary),.6);font:var(--caption1);margin-top:4px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PageTitleBar{align-items:center;display:flex;margin-top:16px;min-height:32px;padding:8px 16px;transition:opacity .3s}.PageTitleBar.PageTitleBarHidden{opacity:0}.PageTitleBar .IconBox{margin-right:16px}.PageTitleBar .PageTitleBar__title{display:flex;flex-direction:column;justify-content:center}.PageTitleBar .PageTitleBar__header{font:var(--title1-strong);word-break:break-word}.PageTitleBar .PageTitleBar__subheader{color:rgb(var(--label-secondary),.6);font:var(--subheadline);margin-top:4px;word-break:break-word}.PageToolsBar{padding:8px 16px}.PageHeader__background{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:linear-gradient(180deg,rgb(var(--bg-primary)),rgb(var(--bg-primary),0) 100%);flex-shrink:0;left:0;position:absolute;top:0;width:100%;z-index:10}.PageHeaderBar{flex-shrink:0;margin-top:var(--top-indent);min-height:var(--top-content-indent);position:-webkit-sticky;position:sticky;top:var(--top-indent);z-index:12}.PageTitleBar{flex-shrink:0;z-index:11}.PageToolsBar{position:-webkit-sticky;position:sticky;top:calc(var(--top-indent) + var(--top-content-indent));z-index:12}.address{height:100%;overflow:auto}.address .address__header{background:linear-gradient(to bottom,var(--currency-color) 0,var(--currency-color) 80%,rgb(var(--bg-primary)) 100%);color:rgb(var(--white));overflow:auto;padding:0 16px 16px}.address .address__header .PageHeader__background{display:none}.address .address__info{align-items:center;display:flex;flex-direction:column;margin-bottom:90px;margin-top:46px}.address .address__info .address__info-title{display:flex;font:var(--callout);gap:8px}.address .address__info .icon{flex-shrink:0}.address .address__info .icon path{fill:rgb(var(--white))}.address .address__info .address__info-crypto{font:var(--large-title-strong);font-size:40px;margin-bottom:4px;margin-top:12px}.address .address__info .address__info-fiat{font:var(--subheadline-strong)}.address .address__buttons{display:flex;gap:8px;justify-content:center;padding:0 18px 16px}.address .address__buttons .AdaptiveButton{background:rgba(var(--white),.2)}.address .address__buttons .AdaptiveButton .icon path{fill:rgba(var(--white))}.address .address__button{align-items:center;cursor:pointer;display:flex;flex-direction:column;font:var(--footnote-strong);gap:8px;width:100px}.address .address__button--send .icon{transform:rotate(90deg)}.address .address__button--receive .icon{transform:rotate(-90deg)}.address .address__button--more{opacity:.5;pointer-events:none}.address .address__my{cursor:pointer}.address .address__my .ListItem__conteiner,.address .address__my .ListItem__content-block{word-wrap:break-word;width:100%}.address .address__my .icon path{fill:rgba(var(--label-secondary),.6)}.address .address__my .ListItem__description{font:var(--subheadline)}.address .address__body{padding:0 16px var(--bottom-indent)}.Addresses{background-color:rgb(var(--secondary-bg-color),.85);height:100%;overflow:auto}.Addresses .Address__body{color:rgb(var(--bg-secondary));display:flex;flex-direction:column;overflow:auto;padding:12px 16px var(--bottom-indent)}.Addresses .Address__body .Address__body__list{background-color:#fff;border-radius:12px;overflow:auto}.AllWalletsPage{background-color:#0e0e0e;height:100%;overflow:auto;position:relative}.AllWalletsPage .PageHeader__background{background:none}.AllWalletsPage .PageTitleBar{color:rgb(var(--grey7))}.AllWalletsPage .AllWalletsPage-content{color:rgb(var(--bg-secondary));display:flex;flex-direction:column;gap:16px;padding:12px 16px var(--bottom-indent);width:100%}.AllWalletsPage .AllWalletsPage-wallet{background:linear-gradient(180deg,#0455a3,#2f12a3);border-radius:16px;padding:16px}.AllWalletsPage .AllWalletsPage-wallet .title{font:var(--title3-strong);margin-bottom:24px}.AllWalletsPage .AllWalletsPage-wallet .balance{font:var(--large-title-strong)}.AddressesBlock .AddressesBlock__empty{align-items:center;color:rgb(var(--label-secondary),.6);display:flex;font:var(--subheadline);height:112px;justify-content:center}.AddressesBlock .AddressesBlock__header{align-items:center;display:flex;justify-content:space-between;padding:14px 16px}.AddressesBlock .AddressesBlock__title{font:var(--headline-strong)}.AddressesBlock .AddressesBlock__button__container{padding:4px}.AddressesBlock .AddressesBlock__button path{fill:rgb(var(--blue-primary))}.Asset{height:100%;overflow:auto;padding-top:var(--top-full-indent)}.Asset .Asset__body{padding:16px 16px var(--bottom-indent)}.Asset .AddressesBlock,.Asset .Asset__header,.Asset .HistoryBlock{margin-bottom:16px}.Asset .Asset__header{align-items:flex-start;display:flex;gap:50px;justify-content:space-between}.Asset .Asset__header-currency{font:var(--title3-strong);letter-spacing:-.2px}.Asset .Asset__header-balance{font:var(--title1-strong);letter-spacing:-.2px;margin:4px 0}.Asset .Asset__header-balance-usd{color:rgb(var(--label-secondary),.6);font:var(--subheadline)}.Assets{height:100%;overflow:auto}.Assets .Assets__body{background-color:rgb(var(--white));border-radius:12px;color:rgb(var(--bg-secondary));margin:12px 16px var(--bottom-indent)}.ErrorField{background-color:rgba(var(--grey3));border-radius:8px;font:var(--footnote);padding:16px;text-align:center;white-space:pre-line}.PasswordInput input[type=password]::-ms-clear,.PasswordInput input[type=password]::-ms-reveal{display:none!important}.PasswordInput .PasswordInput__eye-button{background:none;border:none;height:100%;padding:0}.PasswordInput .PasswordInput__eye path{fill:rgb(var(--label-secondary),.6)}.ShortErrorInfo{align-items:flex-start;display:flex;flex-direction:column}.ShortErrorInfo .ShortErrorInfo__error{-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:32px;overflow:hidden;word-break:break-word}.ShortErrorInfo .ShortErrorInfo__link{background-color:rgb(var(--button-color),.08);border-radius:8px;font:var(--text-style-single-line-body-small);margin-top:4px;padding:4px 8px;text-decoration:none}.AppVersion{color:rgb(var(--section-separator-color));font:var(--text-style-body-small);margin-top:auto;text-align:center}.Auth{background:rgb(var(--secondary-bg-color));display:flex;flex-direction:column;height:100%;overflow:auto;padding:24px;width:100%}.Auth,.Auth .title{font:var(--text-style-heading)}.Auth .subtitle{color:rgb(var(--hint-color));font:var(--text-style-body-base);margin-top:8px}.Auth .Input,.Auth .subtitle{margin-bottom:32px}.Auth .hash-input input{padding-right:125px}.Auth .hash-input .btn-delete-hash{background-color:rgba(var(--button-color),.08);border-radius:8px;padding:8px}.Auth .Button{margin-top:32px}.BillingCurrency{height:100%;overflow:auto;padding:var(--top-full-indent) 16px calc(var(--bottom-indent) + 56px)}.BillingHeader{padding:16px;text-align:center}.BillingHeader .BillingHeader__logo{height:80px;margin:0 auto 16px;width:80px}.BillingHeader .BillingHeader__header{font:var(--title3-strong)}.BillingHeader .BillingHeader__subheader{color:rgba(var(--label-secondary),.6);font:var(--subheadline);margin:8px 0}.BillingHeader .BillingHeader__detail{color:rgb(var(--blue-primary));cursor:pointer;display:inline-block;font:var(--subheadline)}.BillingHistory{display:flex;flex-direction:column;padding-top:16px}.BillingHistory .BillingHistory__balance-block{padding:16px;text-align:center}.BillingHistory .BillingHistory__balance-label{color:rgba(var(--label-secondary),.6);font:var(--caption1);text-transform:uppercase}.BillingHistory .BillingHistory__balance{font:var(--title1-strong);margin:8px 0 16px}.BillingHistory .BillingHistory__buy-button path{fill:rgb(var(--white))}.BillingHistory .HistoryBlock{margin-top:16px}.BuyBillingCurrency{gap:16px;height:100%;padding:var(--top-full-indent) 16px 0}.BuyBillingAddress,.BuyBillingCurrency{display:flex;flex-direction:column;overflow:hidden}.BuyBillingAddress .BuyBillingAddress__field-header{color:rgb(var(--label-secondary),.6);font:var(--caption1);margin-bottom:8px;margin-left:16px;text-transform:uppercase}.BuyBillingAddress .BuyBillingAddress__amount{margin-bottom:16px;opacity:1}.BuyBillingAddress .BuyBillingAddress__amount .Input__postfix{color:rgb(var(--label-secondary),.6);font:var(--footnote)}.BuyBillingAddress .BuyBillingAddress__amount-to-pay{margin-bottom:8px;opacity:1}.BuyBillingAddress .BuyBillingAddress__amount-to-pay .Input__postfix{color:rgb(var(--label-secondary),.6);font:var(--footnote)}.BuyBillingAddress .BuyBillingAddress__amount-to-pay-usd{color:rgb(var(--label-secondary),.6);font:var(--caption1);margin-bottom:16px;margin-left:16px}.BuyBillingAddress .BuyBillingAddress__addresses-box{max-height:100%;overflow:auto;padding-bottom:var(--bottom-indent)}.BuyBillingAddress .BuyBillingAddress__block-address{opacity:.5}.BuyBillingAddress .BuyBillingAddress__block-address .ListItem__right-title{color:rgba(var(--red))}.BuyBillingAddress-NotEnough .Confirmation-header-icon path{fill:rgba(var(--orange))}.BuyBillingAsset{display:flex;flex-direction:column;overflow:hidden}.BuyBillingAsset .BuyBillingAsset__amount-box{margin-bottom:16px}.BuyBillingAsset .BuyBillingAsset__field-header{color:rgb(var(--label-secondary),.6);font:var(--caption1);margin-bottom:8px;margin-left:16px;text-transform:uppercase}.BuyBillingAsset .BuyBillingAsset__amount{margin-bottom:8px}.BuyBillingAsset .BuyBillingAsset__amount .Input__postfix{color:rgb(var(--label-secondary),.6);font:var(--footnote)}.BuyBillingAsset .BuyBillingAsset__amount-not-enough input{color:rgb(var(--red))}.BuyBillingAsset .BuyBillingAsset__amount-error{color:rgb(var(--red));font:var(--footnote);padding-left:16px}.BuyBillingAsset .BuyBillingAddress__currencies-box{max-height:100%;overflow:auto;padding-bottom:var(--bottom-indent)}.BuyBillingAsset .BuyBillngAsset__block-asset{opacity:.5}.BuyBillingAsset .BuyBillngAsset__block-asset .ListItem__right-title{color:rgba(var(--red))}.BuyBillngAsset-NotEnough .Confirmation-header-icon path{fill:rgba(var(--orange))}.ConfirmCaptcha .ConfirmCaptcha__body{padding:16px 16px 100px}.ConfirmCaptcha .ConfirmCaptcha__captcha-image-box{align-items:center;border-radius:12px;display:flex;height:140px;justify-content:center;overflow:hidden;width:100%}.ConfirmCaptcha .ConfirmCaptcha__captcha-image-box img{width:100%}.ConfirmCaptcha .ConfirmCaptcha__refresh-block{color:rgb(var(--label-secondary),.6);display:flex;margin-top:16px}.ConfirmCaptcha .ConfirmCaptcha__refresh-button{font:var(--subheadline);margin-left:8px;padding:0;width:auto}.ConfirmCaptcha .ConfirmCaptcha__captcha-field{margin:24px 0}.CreateAddress{background-color:rgb(var(--secondary-bg-color),.85);height:100%;overflow:auto}.CreateAddress .CreateAddress__body{color:rgb(var(--bg-secondary));display:flex;flex-direction:column;overflow:auto;padding:12px 16px var(--bottom-indent)}.CreateAddress .CreateAddress__body .CreateAddress__button{margin-top:24px}.CreateAddress .CreateAddress__cross-icon path{fill:rgb(var(--label-secondary),.6)}.CreatePassword{display:flex;flex-direction:column;height:100%;overflow:auto}.CreatePassword .CreatePassword__body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px 16px var(--bottom-indent)}.CreatePassword .CreatePassword__password-error{color:rgb(var(--red));font:var(--footnote);margin-top:4px;min-height:16px;padding:0 16px}.CreatePassword .CreatePassword__password-info{color:rgb(var(--label-secondary),.6);font:var(--subheadline);margin-bottom:16px;margin-top:20px}.CreatePassword .CreatePassword__button-wrapper{align-items:flex-end;display:flex;flex-grow:1}.PinCodeInput{display:flex;justify-content:space-between;position:relative}.PinCodeInput .PinCodeInput__field-box{cursor:text;position:relative;width:13.6111111111%}.PinCodeInput .PinCodeInput__field-box:has(.PinCodeInput__char-field:disabled){opacity:.5}.PinCodeInput .PinCodeInput__field-box:has(.PinCodeInput__char-field.PinCodeInput__char-filled-field):after{background-color:rgb(var(--blue-primary),.4);border-radius:50%;content:"";height:12px;position:absolute;right:calc(50% - 6px);top:18px;width:12px}.PinCodeInput .PinCodeInput__char-field{border:none;caret-color:rgb(var(--blue-primary));color:rgb(var(--blue-primary));font:var(--title3);height:50px;outline:none;pointer-events:none;text-align:center;width:100%}.PinCodeInput .PinCodeInput__char-field.PinCodeInput__char-filled-field{color:#0000;padding-right:calc(50% - 8px);text-align:right}.PinCodeInput:has(.PinCodeInput__field-box:last-child .PinCodeInput__char-field.PinCodeInput__char-filled-field) .PinCodeInput__field-box:after{background-color:rgb(var(--blue-primary))}.PinCodeInput:has(.PinCodeInput__field-box:last-child .PinCodeInput__char-field.PinCodeInput__char-filled-field).PinCodeInputSuccess .PinCodeInput__field-box:after{background-color:rgb(var(--green))!important}.PinCodeInput:has(.PinCodeInput__field-box:last-child .PinCodeInput__char-field.PinCodeInput__char-filled-field).PinCodeInputError .PinCodeInput__field-box:after{background-color:rgb(var(--red))!important}.CreatePin{height:100%;overflow:auto}.CreatePin .CreatePin__body{padding:16px 16px var(--bottom-indent)}.CreatePin .CreatePin__confirm{margin-top:24px}.EnterPin .EnterPin__PinCodeInput{margin:16px}.ErrorPage{background:rgb(var(--secondary-bg-color));display:flex;flex-direction:column;height:100%;padding:16px;width:100%}.ErrorPage .ErrorPage__content{align-items:center;display:flex;flex-direction:column;flex-grow:1;height:calc(100% - 81px)}.ErrorPage .icon{flex-grow:2;margin-top:24px;max-width:calc(100% - 32px)}.ErrorPage .ErrorPage__text-block{flex-grow:3;margin-bottom:24px;overflow:hidden}.ErrorPage .ErrorPage__error-title{color:rgb(var(--text-color));font:var(--text-style-heading);margin-bottom:8px;margin-top:24px;text-align:center}.ErrorPage .ErrorPage__error-text{color:rgb(var(--hint-color));font:var(--text-style-body-base);text-align:center;word-break:break-word}.ErrorPage .Button{font:var(--font-14-regular);max-width:382px;width:100%}.AssetItem{align-items:center;background-color:rgb(var(--section-bg-color));border-radius:16px;display:flex;height:64px;margin-bottom:8px;padding:4px 12px 4px 4px;width:100%}.AssetItem.light #btc-fill-path{fill:rgba(var(--icon-orange),.1)}.AssetItem.light #eth-fill-path{fill:rgba(var(--icon-blue),.1)}.AssetItem.light #usdt-erc-20-fill-path,.AssetItem.light #usdt-trc-20-fill-path{fill:rgba(var(--icon-green),.1)}.AssetItem.light #usdt-erc-20-fill-path-secondary,.AssetItem.light #usdt-trc-20-fill-path-secondary{fill:rgba(var(--secondary-bg-color),1)}.AssetItem.light #trx-fill-path{fill:rgba(var(--icon-red),.1)}.AssetItem .AssetItem__Row{display:flex;flex-direction:column;height:100%;width:100%}.AssetItem .AssetItem__Row:first-of-type{max-width:64px;padding-right:12px}.AssetItem .AssetItem__Row:nth-of-type(2){max-width:30%;padding:6px 12px 6px 0}.AssetItem .AssetItem__Row:nth-of-type(3){padding:6px 0}.AssetItem .AssetItem__Col{display:flex;height:100%;width:100%}.AssetItem .Row__Balance .AssetItem__Col{justify-content:flex-end;padding-right:8px}.AssetItem .Symbol{display:flex;height:100%;width:100%}.AssetItem .Symbol__Primary{color:rgb(var(--text-color));font:var(--text-style-body-small-strong);padding-right:4px}.AssetItem .Symbol__Secondary{align-items:center;background-color:rgba(var(--accent-text-color),.08);border-radius:4px;color:rgba(var(--accent-text-color),1);display:flex;font:var(--text-style-single-line-body-extra-small);justify-content:center;max-height:20px;padding:4px;text-align:center;width:auto}.AssetItem .Accounts{color:rgb(var(--subtitle-text-color));font:var(--text-style-body-extra-small)}.AssetItem .Col__Balance{color:rgb(var(--text-color));font:var(--text-style-body-strong)}.AssetItem .Col__BalanceFiat{color:rgb(var(--subtitle-text-color));font:var(--text-style-body-extra-small)}.PortfolioAssets{background-color:rgb(var(--secondary-bg-color));height:100%;overflow-y:auto}.Portfolio-Card{padding:16px;position:relative}.Portfolio-Card path{fill:rgb(var(--text-color))}.Portfolio-Card .card-bg{border-radius:16px;height:100%!important;left:0;overflow:hidden;position:absolute;top:0;width:100%!important;z-index:-1}.Portfolio-Card .card-top{align-items:center;display:flex;justify-content:space-between;margin-bottom:64px}.Portfolio-Card .card-top .name{font:var(--text-style-body-strong)}.Portfolio-Card .card-top .icon{cursor:pointer}.Portfolio-Card .card-bottom{font:var(--text-style-subtitle);text-align:left}.PortfolioHistory{background-color:rgb(var(--secondary-bg-color));height:100%}.PortfolioHistory::-webkit-scrollbar-thumb{display:none}.PortfolioHistory:first-child .PortfolioHistory-block-date .date{margin-top:0}.PortfolioHistory .PortfolioHistory-block-date{align-items:center;display:flex;flex-direction:column}.PortfolioHistory .PortfolioHistory-block-date .date{background:rgb(var(--section-bg-color));border-radius:100px;color:rgb(var(--hint-color));font:var(--text-style-body-small);margin-bottom:16px;margin-top:24px;padding:4px 8px;text-transform:capitalize;width:-webkit-max-content;width:max-content}.PortfolioHistory .PortfolioHistory-block-date:first-child .date{margin-top:0}.PortfolioHistory .PeriodFilter{margin-bottom:24px}.PortfolioTemplate{display:flex;flex-direction:column;height:100%;padding:0 6px}.PortfolioTemplate .PortfolioTemplate__header{border-radius:16px;height:160px;margin-bottom:32px}.PortfolioTemplate .PortfolioTemplate__body{display:flex;flex-direction:column;flex-grow:1;overflow:hidden}.PortfolioTemplate .send-receive{display:flex;gap:16px;margin-top:32px}.PortfolioTemplate .PortfolioHistory{overflow:auto}.Portfolio{display:flex;flex-direction:column;height:100%}.Portfolio .Portfolio__setting-button{background:none;border:none;padding:0}.Portfolio .Portfolio__setting-button .icon.theme-light path{fill:rgb(var(--text-color))}.Portfolio .Portfolio__swiper{background-color:rgb(var(--secondary-bg-color));border-top-left-radius:12px;border-top-right-radius:12px;height:100%;padding-top:24px;width:100%}.Portfolio .Tabs{margin:24px 0}.Receive{height:100%;overflow:auto}.ReceiveAddress{display:flex;flex-direction:column;height:100%}.ReceiveAddress .ReceiveAddress__body{display:flex;flex-direction:column;flex-grow:1}.ReceiveAddress .ReceiveAddress__container{margin:8px 16px var(--bottom-indent)}.ReceiveAddress .ReceiveAddress__empty-state{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:8px 16px var(--bottom-indent)}.ReceiveAddress .ReceiveAddress__empty-header{font:var(--subheadline-strong)}.ReceiveAddress .ReceiveAddress__empty-text{color:rgba(var(--label-secondary),.6);font:var(--footnote);margin-top:8px}.ReceiveAsset{display:flex;flex-direction:column;height:100%;overflow:auto}.ReceiveAsset .ReceiveAsset-body{margin:0 16px var(--bottom-indent)}.ReceiveAsset .ReceiveAsset-body .ListItem:last-child .ListItem__conteiner{border:none}.ReceiveAsset .ReceiveAsset-empty{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center}.ReceiveAsset .ReceiveAsset-empty__box{position:relative}.ReceiveAsset .ReceiveAsset-empty__small-icon{background:rgb(var(--bg-primary));border-radius:100%;left:0;position:absolute;top:0;transform:rotate(180deg)}.ReceiveAsset .ReceiveAsset-empty__small-icon path{fill:#cdd1d9}.ReceiveAsset .ReceiveAsset-empty__text{color:rgba(var(--label-secondary),.6);font:var(--subheadline);margin-top:16px;text-align:center;width:280px}.ReceiveQR .ReceiveQR__form{display:flex;flex-direction:column;padding:10px 16px var(--bottom-indent)}.ReceiveQR .ReceiveQR__result{margin-top:24px;overflow:auto}.ReceiveQR .ReceiveQR__code{height:224px;margin:10px auto 16px;position:relative;width:224px}.ReceiveQR .ReceiveQR__currency-container{background-color:#fff;border-radius:3px;left:50%;padding:3px;position:absolute;top:50%;transform:translate(-50%,-50%)}.ReceiveQR .ReceiveQR__currency-wrapper{background-color:rgb(var(--section-bg-color));border-radius:14px;padding:2px}.ReceiveQR .ReceiveQR__info{align-items:center;display:flex;gap:8px;justify-content:center;margin-top:16px}.ReceiveQR .ReceiveQR__info-item{color:rgb(var(--label-primary));font:var(--headline-strong)}.ReceiveQR .ReceiveQR__info-item:last-child{background:rgba(var(--fill-primary),.08);color:rgba(var(--label-secondary),.6);font:var(--footnote-strong);padding:2px 4px}.ReceiveQR .ReceiveQR__address{margin-top:16px}.ReceiveQR .ReceiveQR__address .ReceiveQR__address-icon-qr{background:var(--color-qr);border-radius:8px;padding:6px}.ReceiveQR .ReceiveQR__address .ReceiveQR__address-icon-qr .icon path{fill:rgba(var(--white))}.ReceiveQR .ReceiveQR__address .ReceiveQR__address-icon-arrow{transform:rotate(180deg)}.ReceiveQR .ReceiveQR__address .ListItem__title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ReceiveQR .ReceiveQR__address .ListItem__description{word-wrap:break-word}.ReceiveQR .ReceiveQR__copy-button{margin-top:16px}.ReceiveQR .ReceiveQR__copy-button .icon path{fill:rgb(var(--blue-primary))}.RecoveryPassword{align-items:center;display:flex;flex-direction:column;height:100%;padding:var(--top-full-indent) 16px var(--bottom-indent)}.RecoveryPassword .RecoveryPassword-img{height:180px;margin:0 24px;width:180px}.RecoveryPassword .RecoveryPassword-content{align-items:center;display:flex;flex-direction:column;gap:12px;text-align:center}.RecoveryPassword .RecoveryPassword-content .title{font:var(--large-title-strong)}.RecoveryPassword .RecoveryPassword-content .text{font:var(--callout)}.RecoveryPassword .Button{margin-top:auto}.RecoveryPin{display:flex;flex-direction:column;height:100%;overflow:auto}.RecoveryPin .RecoveryPin-wrapper{display:flex;flex-direction:column;height:100%;padding:0 16px var(--bottom-indent)}.RecoveryPin .Input{margin-top:24px}.RecoveryPin .RecoveryPin-password{margin:24px 0}.RecoveryPin .RecoveryPin-btn-forgot{margin-top:auto}.RecoveryPin .RecoveryPin-btn-continue{margin-top:8px}.Send{height:100%;overflow:auto}.SendAccount{display:flex;flex-direction:column;height:100%}.SendAccount .SendAccount__body{display:flex;flex-direction:column;flex-grow:1}.SendAccount .SendAccount__container{margin:8px 16px var(--bottom-indent)}.SendAccount .SendAccount__empty-state{align-items:center;display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:8px 16px var(--bottom-indent)}.SendAccount .SendAccount__empty-header{font:var(--subheadline-strong)}.SendAccount .SendAccount__empty-text{color:rgba(var(--label-secondary),.6);font:var(--footnote);margin-top:8px}.FeePaymentConfiguration.Button{cursor:pointer;font:var(--body);justify-content:space-between;margin-top:8px;padding-left:16px;padding-right:8px}.FeePaymentConfiguration.Button .icon{transform:rotate(180deg)}.FeePaymentConfiguration.Button .icon path{fill:rgb(var(--label-tertiary),.3)}.TransactionFeeBlock{position:relative}.FeePaymentMethod.Button{cursor:pointer;font:var(--body);justify-content:space-between;margin-top:8px;padding-left:16px;padding-right:8px}.FeePaymentMethod.Button .icon{transform:rotate(180deg)}.FeePaymentMethod.Button .icon path{fill:rgb(var(--label-tertiary),.3)}.SendAmountInput{padding:31px 0}.SendAmountInput.SendAmountInput__amount-error .SendAmountInput__available-amount,.SendAmountInput.SendAmountInput__amount-error .SendAmountInput__available-currency,.SendAmountInput.SendAmountInput__amount-error .SendAmountInput__input{color:rgba(var(--red))}.SendAmountInput .SendAmountInput__available{display:flex;font:var(--subheadline);gap:4px}.SendAmountInput .SendAmountInput__available-label{color:rgba(var(--label-secondary),.6)}.SendAmountInput .SendAmountInput__main-container{align-items:center;display:flex;gap:12px;justify-content:space-between;margin:8px 0}.SendAmountInput .SendAmountInput__value-box{display:flex;flex-grow:1;font:var(--body-strong);font-size:40px;gap:8px;letter-spacing:-.4px;line-height:48px;max-width:calc(100% - 70px);padding:8px 0;position:relative;transition:font-size .2s}.SendAmountInput .SendAmountInput__input{background:none;border:none;font:var(--body-strong);font-size:40px;left:0;letter-spacing:-.4px;line-height:48px;outline:none;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:100%}.SendAmountInput .SendAmountInput__input-value{opacity:0;z-index:-1}.SendAmountInput .SendAmountInput__input-currency{color:rgba(var(--label-secondary),.6)}.SendAmountInput .SendAmountInput__max{border-radius:16px;width:auto}.SendAmountInput .SendAmountInput__converted{color:rgba(var(--label-secondary),.6);display:flex;font:var(--body);gap:8px}.SendAmountInput .SwapButton{padding:0}.SendAmountInput-NotEnough .Confirmation-header-icon path{fill:rgba(var(--orange))}.SendAmount{display:flex;flex-direction:column;height:100%;overflow:auto}.SendAmount .SendAmount__body{margin-bottom:calc(var(--bottom-indent) + 58px);padding:16px 16px 0}.SendAmount .SendAmount__have-active-transaction{align-items:center;background-color:rgba(var(--orange),.15);border-bottom:1px solid rgba(var(--orange),.2);color:rgba(var(--orange));display:flex;gap:12px;padding:16px;position:relative}.SendAmount .SendAmount__have-active-transaction:before{background-color:rgba(var(--orange),.15);bottom:100%;content:"";height:500px;left:0;position:absolute;width:100%}.SendAmount .SendAmount__have-active-transaction .icon{flex-shrink:0}.SendAmount .SendAmount__have-active-transaction .icon path{fill:rgba(var(--orange))}.SendAmount .SendAmount__recipient{align-items:center;display:flex;gap:12px;padding:12px 16px}.SendAmount .SendAmount__recipient-address{font:var(--subheadline);word-break:break-all}.SendAmount .SendAmountInput,.SendAmount .SendAmount__comment,.SendAmount .SendAmount__recipient{margin-bottom:16px}.SendAmount .SendPayment__fee-header{color:rgb(var(--label-secondary),.6);font:var(--caption1);margin-bottom:8px;margin-left:16px;text-transform:uppercase}.SendAmount:has(.ViewportAttachedButton_compact) .SendAmount__body{margin-bottom:64px}.SendAsset .SendAsset__container{margin:8px 16px var(--bottom-indent)}.SendConfirm{display:flex;flex-direction:column;height:100%}.SendConfirm .SendConfirm__body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;padding:16px 16px var(--bottom-indent)}.SendConfirm .SendConfirm__addresses-block,.SendConfirm .SendConfirm__amount-block,.SendConfirm .SendConfirm__comment-block{margin-bottom:16px;padding-left:16px}.SendConfirm .SendConfirm__addresses-from,.SendConfirm .SendConfirm__addresses-network,.SendConfirm .SendConfirm__addresses-to,.SendConfirm .SendConfirm__amount,.SendConfirm .SendConfirm__fee{align-items:center;display:flex;justify-content:space-between}.SendConfirm .SendConfirm__addresses-network,.SendConfirm .SendConfirm__amount,.SendConfirm .SendConfirm__fee{padding:12px 16px 12px 0}.SendConfirm .SendConfirm__addresses-from,.SendConfirm .SendConfirm__addresses-to{padding:8px 16px 8px 0}.SendConfirm .SendConfirm__addresses-from,.SendConfirm .SendConfirm__addresses-to,.SendConfirm .SendConfirm__amount{border-bottom:1px solid rgb(var(--separator-nonOpaque))}.SendConfirm .SendConfirm__from-label,.SendConfirm .SendConfirm__to-label{margin:12px 0;min-width:72px}.SendConfirm .SendConfirm__from-address,.SendConfirm .SendConfirm__to-address{color:rgb(var(--label-secondary),.6);font:var(--subheadline);margin-left:16px;word-break:break-all}.SendConfirm .SendConfirm__network-name{color:rgb(var(--label-secondary),.6)}.SendConfirm .SendConfirm__comment-block{padding:16px}.SendConfirm .SendConfirm__comment-header{color:rgb(var(--label-secondary),.6);font:var(--caption1);text-transform:uppercase}.SendConfirm .SendConfirm__comment-text{margin-top:8px;word-break:break-all}.SendConfirm .SendConfirm__confirm-button{margin-top:24px}.SendConfirm .SendConfirm__confirm-button .icon path{fill:rgba(var(--white))}.Paste{background-color:rgba(var(--fill-primary),.12);border:none;border-radius:8px;color:rgba(var(--blue-primary));cursor:pointer;padding:4px 12px}.SendRecipient{display:flex;flex-direction:column;height:100%}.SendRecipient .SendRecipient__body{display:flex;flex-direction:column;flex-grow:1;justify-content:space-between;margin:16px 16px var(--bottom-indent)}.SendRecipient .SendRecipient__cross-icon path{fill:rgb(var(--label-secondary),.6)}.SendRecipient .SendRecipient__error-box{align-items:center;color:rgb(var(--red));display:flex;font:var(--footnote);gap:8px;margin-top:8px;padding-left:16px}.SendRecipient .SendRecipient__error-box .icon path{fill:rgb(var(--red))}.SignIn{height:100%;overflow:auto}.SignIn,.SignIn .SignIn__body{display:flex;flex-direction:column}.SignIn .SignIn__body{flex-grow:1;justify-content:space-between;padding:16px 16px var(--bottom-indent)}.SignIn .SignIn__button,.SignIn .SignIn__pin{margin-top:24px}.Checkbox{display:flex;transition:all .3s ease-in-out}.Checkbox.disabled{opacity:.5}.Checkbox .Checkbox__label{align-items:center;display:flex}.Checkbox input{position:absolute;visibility:hidden}.Checkbox input:checked+.Checkbox__mark-box{background-color:rgb(var(--blue-primary));border:none}.Checkbox input:checked+.Checkbox__mark-box .Checkbox__mark{visibility:visible}.Checkbox .Checkbox__mark-box{border:1px solid rgb(var(--separator-nonOpaque));border-radius:8px;flex-shrink:0;height:24px;margin-right:16px;position:relative;width:24px}.Checkbox .Checkbox__mark{border-bottom:2px solid rgb(var(--grey7));border-bottom-left-radius:3px;border-left:2px solid rgb(var(--grey7));height:9px;left:4px;position:absolute;top:5px;transform:rotate(-55deg) skewX(-13deg);visibility:hidden;width:16px}.Checkbox .Checkbox__label-element{color:rgb(var(--label-secondary),.6);font:var(--subheadline)}.SignUp{height:100%;overflow:auto}.SignUp,.SignUp .SignUp__body{display:flex;flex-direction:column}.SignUp .SignUp__body{flex-grow:1;justify-content:space-between;padding:16px 16px var(--bottom-indent)}.SignUp .SignUp__username{min-height:64px}.SignUp .SignUp__username .Input__field{background-color:rgb(var(--bg-secondary));border-radius:12px}.SignUp .SignUp__username-success path{fill:rgb(var(--green))}.SignUp .SignUp__username-error path{fill:rgb(var(--red))}.SignUp .SignUp__agreement,.SignUp .SignUp__continue{margin-top:20px}.SignUp .SignUp__notion{margin-top:16px}.SignUp .SignUp__lock-time{margin-top:32px;text-align:center}.StubPage{display:flex;flex-direction:column;height:100%}.StubPage .StubPage__content{align-items:center;color:rgb(var(--label-secondary),.6);display:flex;flex-direction:column;flex-grow:1;font:var(--subheadline);gap:16px;justify-content:center;padding:16px}.StubPage .StubPage__icon-box{position:relative}.StubPage .StubPage__have-label-icon .StubPage__label-icon-background{fill:#f2f4f7}.StubPage .StubPage__label-icon{left:5px;position:absolute;top:5px}.StubPage .StubPage__label-icon path{fill:#cdd1d9}.StubPage .StubPage__text{text-align:center}.Dropdown{background-color:rgb(var(--bg-secondary));border-radius:12px}.Dropdown .Dropdown-btn{position:relative}.Dropdown .Dropdown-body{overflow:hidden;padding-left:16px}.Dropdown .chevron{position:absolute;right:16px;top:50%;transform:rotate(270deg);transform:rotate(270deg) translate(50%);transition:all .2s}.Dropdown.open .chevron{transform:rotate(90deg) translate(-50%)}.DetailSheet__date,.DetailSheet__from,.DetailSheet__to,.DetailSheet__txId{align-items:center;display:flex;justify-content:space-between}.DetailSheet__from,.DetailSheet__to{border-bottom:1px solid rgb(var(--separator-nonOpaque))}.DetailSheet__from{border-top:1px solid rgb(var(--separator-nonOpaque))}.DetailSheet .DetailSheet__date-label,.DetailSheet .DetailSheet__from-label,.DetailSheet .DetailSheet__to-label,.DetailSheet .DetailSheet__txId-label{margin:12px 0;min-width:72px;padding:8px 16px 8px 0}.DetailSheet .DetailSheet__date-date,.DetailSheet .DetailSheet__from-address,.DetailSheet .DetailSheet__to-address,.DetailSheet .DetailSheet__txId-id{color:rgb(var(--label-secondary),.6);font:var(--subheadline);margin-left:16px;padding-right:16px;word-break:break-all}.DetailSheet .DetailSheet__txId-id{align-items:center;display:flex;gap:10px}.DetailSheet .DetailSheet__txId-id path{fill:rgb(var(--label-secondary),.6)}.DetailStatus{align-items:center;display:flex;justify-content:space-between;padding:12px 16px}.status--success{color:rgb(var(--green))}.status--progress{color:rgb(var(--orange))}.status--failed{color:rgb(var(--red))}.TransactionDetails{background-color:rgb(var(--secondary-bg-color));height:100%;overflow:auto;padding:12px 16px var(--bottom-indent)}.TransactionDetails .TransactionDetails__header{align-items:center;background-color:rgb(var(--secondary-bg-color));border-bottom:1px solid rgb(var(--section-separator-color));display:flex;justify-content:space-between;position:-webkit-sticky;position:sticky;top:0}.TransactionDetails .TransactionDetails__header .header__label{align-items:center;display:flex}.TransactionDetails .TransactionDetails__header .header__transaction-type{align-items:center;background-color:rgba(var(--button-color),.08);border-radius:100px;display:flex;margin-right:8px;padding:8px 16px}.TransactionDetails .TransactionDetails__header .header__transaction-icon{height:24px!important;margin-right:8px;width:24px!important}.TransactionDetails .TransactionDetails__header .header__transaction-icon path{stroke:rgb(var(--text-color))}.TransactionDetails .TransactionDetails__header .header__close-icon{height:24px!important;width:24px!important}.TransactionDetails .TransactionDetails__header .header__close-icon path{fill:rgb(var(--subtitle-text-color))}.TransactionDetails .TransactionDetails__content{display:flex;flex-direction:column;gap:16px;margin-top:16px}.TransactionDetails .TransactionDetails__content__status{align-items:center;display:flex;justify-content:space-between;padding:12px 16px}.TransactionDetails .TransactionDetails__content__comment-block{padding:16px}.TransactionDetails .TransactionDetails__amount-block{margin-bottom:16px;padding-left:16px}.TransactionDetails .TransactionDetails__amount,.TransactionDetails .TransactionDetails__fee{align-items:center;display:flex;justify-content:space-between;padding:12px 16px 12px 0}.TransactionDetails .TransactionDetails__amount{border-bottom:1px solid rgb(var(--separator-nonOpaque))}.TransactionDetails .TransactionDetails__comment-header{color:rgb(var(--label-secondary),.6);font:var(--caption1);text-transform:uppercase}.TransactionDetails .TransactionDetails__comment-text{margin-top:8px;word-break:break-all}.TransactionDetails .TransactionDetails_sheet .ListItem__content-block{min-height:auto}.TransactionDetails .TransactionDetails_sheet path{fill:rgb(var(--label-tertiary),.3)}.TransactionDetails .TransactionDetails__button{cursor:pointer;font:var(--body);justify-content:space-between;margin-top:8px;padding:10px 16px}.TransactionDetails .TransactionDetails__button .icon{transform:rotate(180deg)}.TransactionDetails .TransactionDetails__button .icon path{fill:rgb(var(--label-tertiary),.3)}.TransactionDetails .TransactionDetails__button-content{align-items:center;display:flex;gap:16px}.TransactionDetails .TransactionDetails__button-content .icon{transform:none}.TransactionDetails .TransactionDetails__button-content .icon path{fill:rgb(var(--blue-primary))}.TransactionDetails .offset-bottom{padding-bottom:76px}.TransactionsHistoryPage{height:100%;overflow:auto;padding-bottom:calc(var(--bottom-indent) + 56px)}.TransactionsHistoryPage .block-date{padding:16px 16px 0}.TransactionsHistoryPage .block-date .date{color:rgba(var(--label-secondary),.6);font:var(--footnote);margin-bottom:8px;padding:0 16px;text-transform:capitalize}.TransactionsHistoryPage .block-date .FormBlock .ListItem:last-child .ListItem__bottom-separator{border:none}.TransactionsHistoryPage .TransactionsHistoryPage__skeleton{display:flex;flex-direction:column;gap:40px;margin:0 16px}.TransactionsHistoryPage .TransactionsHistoryPage__skeleton .FormBlock{padding:4px 0}.ButtonBar{flex-shrink:0;height:112px}.ButtonBar-wrapper{background:linear-gradient(180deg,rgba(var(--bg-primary),0) 0,rgba(var(--bg-primary),.6) 20%,rgba(var(--bg-primary),.9) 50%,rgba(var(--bg-primary),.98) 100%);bottom:0;left:0;padding-top:24px;position:fixed;width:100%;z-index:999}.ButtonBar-wrapper .bg-blur{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:24px 24px 40px}.ClickOutside{width:-webkit-max-content;width:max-content}.ButtonToMenu-overlay{display:none;inset:0;position:fixed;z-index:9}.ButtonToMenu-overlay.open{display:block}.ButtonToMenu{background:rgba(var(--bg-secondary));border-radius:30px;box-shadow:0 0 30px 0 #00000026;height:48px;overflow:hidden;width:-webkit-max-content;width:max-content;width:48px}.ButtonToMenu.open{height:auto;padding:8px;width:auto}.ButtonToMenu.open .ContextualMenu{min-width:216px}.ButtonToMenu.close .AdaptiveButton,.ButtonToMenu.close .ContextualMenu{box-shadow:none;padding:0}.ButtonToMenu .ButtonToMenu-close{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;width:100%}.ButtonToMenu.shadow{box-shadow:0 10px 40px 0 #00000026}.ButtonToMenu.first{opacity:0}.ButtonToMenu .fadeIn{animation:fadeIn;animation-fill-mode:forwards;min-width:none}.ButtonToMenu .fadeOut{animation:fadeOut;animation-fill-mode:forwards;min-width:none}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.ContextualMenu{align-items:center;background:rgba(var(--bg-secondary));border-radius:24px;display:flex;gap:12px;padding:12px}.ContextualMenu:active{background:rgba(var(--fill-primary),.16)}.ContextualMenu-separator{background-color:rgb(var(--separator-nonOpaque));height:.4px;margin:4px 16px;width:calc(100% - 32px)}.empty-currency{align-items:center;display:flex;flex-direction:column}.empty-currency__title{font:var(--subheadline-strong)}.empty-currency__subtitle{color:rgba(var(--label-secondary),.6);font:var(--footnote);margin-top:8px}.AssetsBlock .AssetsBlock__header{align-items:center;display:flex;justify-content:space-between;padding:14px 16px}.AssetsBlock .AssetsBlock__title{font:var(--headline-strong)}.AssetsBlock .AssetsBlock__billing-item{margin-top:16px}.AssetsBlock .empty-currency{padding:36px 0}.Wallet{height:100%;overflow:auto;padding:var(--top-indent) 16px 0}.Wallet .Wallet__background{position:absolute;right:0;top:0;width:100%;z-index:-1}.Wallet .Wallet__balance-block{align-items:center;color:rgba(var(--white));display:flex;flex-direction:column;gap:4px;height:71.25vw;justify-content:center}.Wallet .Wallet__balance-title{font:var(--callout)}.Wallet .Wallet__balance{font:var(--large-title-strong);font-size:40px;letter-spacing:-.4px}.Wallet .AssetsBlock,.Wallet .ButtonBar,.Wallet .HistoryBlock{margin-top:16px}.Wallet .Wallet__ButtonBar{align-items:flex-end;display:flex;font:var(--callout-strong);justify-content:space-between;position:relative}.Wallet .Wallet__send-action-button{min-width:216px}.Wallet .Wallet__send-action-button .icon{transform:rotate(90deg)}.Wallet .Wallet__receive-action-button .icon{transform:rotate(-90deg)}.WelcomePage{display:flex;flex-direction:column;font:var(--callout);height:100%;overflow:auto;width:100%}.WelcomePage .openComponent{display:flex;flex-direction:column;gap:4px}.WelcomePage .WelcomePage-bg{left:0;object-fit:cover;position:absolute;top:-40px;width:100%;z-index:-1}.WelcomePage .WelcomePage-content{background:linear-gradient(180deg,rgba(var(--bg-primary),0) 0,rgba(var(--bg-primary),.7) 13%,rgba(var(--bg-primary),.9) 50%,rgba(var(--bg-primary),.98) 100%);margin-top:auto;padding-top:36px}.WelcomePage .WelcomePage-content-wrapper{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);padding:0 16px var(--bottom-indent)}.WelcomePage .title{font:var(--large-title-strong)}.WelcomePage .subtitle{margin-bottom:32px;margin-top:12px}.WelcomePage .WelcomePage-block-btn{display:flex;flex-direction:column;gap:8px}.WelcomePage-ButtonBar{align-items:center;display:flex;justify-content:space-between}@font-face{font-family:Roboto;font-weight:100;src:local("Roboto"),url(/static/media/Roboto-Thin.1711b41f3ae4cb322eea.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:300;src:local("Roboto"),url(/static/media/Roboto-Light.8be2d1487420548b3b8d.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:400;src:local("Roboto"),url(/static/media/Roboto-Regular.a8d6ac03c7b96b7acb62.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:500;src:local("Roboto"),url(/static/media/Roboto-Medium.7429a63c09f79a1760b0.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:700;src:local("Roboto"),url(/static/media/Roboto-Bold.75371f53f06181df75f1.ttf) format("truetype")}@font-face{font-family:Roboto;font-weight:900;src:local("Roboto"),url(/static/media/Roboto-Black.2a4285847db4a9acb97f.ttf) format("truetype")}:root{--large-title:normal 400 34px/40px "Roboto",sans-serif;--title1:normal 400 28px/32px "Roboto",sans-serif;--title2:normal 400 24px/28px "Roboto",sans-serif;--title3:normal 400 20px/24px "Roboto",sans-serif;--headline:normal 400 16px/20px "Roboto",sans-serif;--body:normal 400 16px/20px "Roboto",sans-serif;--callout:normal 400 15px/20px "Roboto",sans-serif;--subheadline:normal 400 14px/18px "Roboto",sans-serif;--footnote:normal 400 12px/16px "Roboto",sans-serif;--caption1:normal 400 12px/16px "Roboto",sans-serif;--caption2:normal 400 10px/12px "Roboto",sans-serif;--large-title-strong:normal 700 34px/40px "Roboto",sans-serif;--title1-strong:normal 700 28px/32px "Roboto",sans-serif;--title2-strong:normal 700 24px/28px "Roboto",sans-serif;--title3-strong:normal 600 20px/24px "Roboto",sans-serif;--headline-strong:normal 500 16px/20px "Roboto",sans-serif;--body-strong:normal 500 16px/20px "Roboto",sans-serif;--callout-strong:normal 500 15px/20px "Roboto",sans-serif;--subheadline-strong:normal 500 14px/18px "Roboto",sans-serif;--footnote-strong:normal 500 12px/16px "Roboto",sans-serif;--caption1-strong:normal 500 12px/16px "Roboto",sans-serif;--caption2-strong:normal 500 10px/12px "Roboto",sans-serif}*{box-sizing:border-box;margin:0;scrollbar-width:none}::-webkit-scrollbar{display:none;height:0;width:0}body{background-color:rgb(var(--bg-primary));color:rgb(var(--label-primary));display:block;font-family:Roboto;font:normal 400 16px/20px Roboto,sans-serif;font:var(--body);height:100vh;left:0;margin:0;overflow:hidden;position:absolute;position:relative;top:0;transition:all .2s;width:100vw}body.no-scroll{touch-action:none}#root{--safe-area-inset-top:var(--tg-safe-area-inset-top,0px);--top-indent:max(var(--safe-area-inset-top),16px);--top-content-indent:var(--tg-content-safe-area-inset-top,0px);--safe-area-inset-bottom:var(--tg-safe-area-inset-bottom,0px);--bottom-indent:max(var(--safe-area-inset-bottom),56px);--top-full-indent:calc(var(--top-indent) + var(--top-content-indent));height:100%}a{color:rgb(var(--blue-primary));text-decoration:none}.notistack-SnackbarContainer{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);border-radius:40px;gap:8px;max-width:392px!important;padding:var(--top-full-indent) 16px 16px;top:0;width:100%!important}.notistack-SnackbarContainer>div{width:100%}.notistack-SnackbarContainer>div .notistack-CollapseWrapper{padding:0}
/*# sourceMappingURL=main.255acb11.css.map*/