.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}