.header-logo{flex-shrink:0;align-items:center;text-decoration:none;display:flex}@media (min-width:600px){.header-logo{display:inline-block}}.header-logo.is-vip-badge{margin-left:calc(var(--spacing-3xs)*-1);position:relative}@media (min-width:600px){.header-logo.is-vip-badge{margin-left:0}}.header-logo.is-vip-badge:before{content:"VIP";writing-mode:vertical-lr;text-align:center;background:var(--yellow-400);width:16px;height:36px;color:var(--black-400);border-radius:var(--radius-s);margin-right:5px;font-size:10px;font-weight:800;line-height:16px;display:block;position:static;transform:rotate(-180deg)}@media (min-width:600px){.header-logo.is-vip-badge:before{writing-mode:initial;width:23px;height:auto;margin-right:0;font-weight:600;line-height:13px;position:absolute;top:-11px;right:0;transform:none}}.header-logo__img{width:40px;height:31px}@media (min-width:600px){.header-logo__img{width:auto;height:auto}}
.sidebar-account{background-color:var(--surface-light);padding:var(--spacing-sm)}.sidebar-account .currencies-dropdown{z-index:1;margin-bottom:15px}.sidebar-account .currencies-dropdown__current{background-color:var(--background-input-tertiary);border-radius:var(--radius);padding:10px}.sidebar-account .currencies-dropdown__current:after{content:none}.sidebar-account .is-open .currencies-dropdown__current{border-radius:var(--radius) var(--radius) 0 0}.sidebar-account .currencies-dropdown__dropdown{background-color:var(--background-input-tertiary);position:absolute;top:100%}.sidebar-account .currencies-dropdown__arrow{margin-left:auto}.sidebar-account .currencies-dropdown__options{padding:10px 15px}.sidebar-account__buttons{gap:10px;display:flex}
.sidebar-page{background-color:var(--surface-default);z-index:2;overflow:hidden auto}@layer mixins{.sidebar-page{position:fixed;inset:0}}@media (min-width:600px){.sidebar-page{width:360px}}.sidebar-mobile .sidebar-page{z-index:var(--z-index-over-header)}.sidebar-page-header{height:var(--header-height);background-color:var(--surface-dark);justify-content:space-between;align-items:center;padding:0 15px;display:flex}.sidebar-mobile .sidebar-page-header{position:sticky;top:0}.sidebar-page-list{padding-bottom:var(--footer-bar-height)}.sidebar-nested-list{overflow:clip}.sidebar-page-header__back,.sidebar-page-header__close{width:36px;height:36px}.sidebar-page-header__text{text-transform:uppercase;font-weight:300}.sidebar-nested-list__item{-webkit-user-select:none;user-select:none;padding:4px 0}.sidebar-nested-list-animation-enter{height:0}.sidebar-nested-list-animation-enter-active{height:auto;transition:height .3s}.sidebar-nested-list-animation-exit-active{height:0;transition:height .3s}.sidebar-page-notifications{height:calc(100vh - var(--header-height));overflow-y:auto}.sidebar-page-notifications .notification-list{padding-bottom:180px}