.sidebar{position:fixed;top:0;left:0;width:-moz-fit-content;width:fit-content;background:var(--surface);border-right:1px solid var(--mist);display:flex;flex-direction:column;height:100vh;flex-shrink:0;z-index:50}.sidebar-logo{display:flex;align-items:center;justify-content:center;padding:20px 0;width:100%}.sidebar-logo a{display:flex}.sidebar-nav{flex:1;display:flex;flex-direction:column;padding:12px 0}.sidebar-nav-item{padding:12px 16px;border-left:2px solid transparent;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;text-decoration:none;color:var(--icon-stroke)}.sidebar-nav-item svg{width:22px;height:22px;stroke:var(--icon-stroke);stroke-width:1.8;fill:none;transition:all .2s ease}.sidebar-nav-item:hover{border-left-color:#b8a9e866}.sidebar-nav-item:hover svg{stroke:var(--silver);fill:none}.sidebar-nav-item.active{border-left-color:var(--lavender)}.sidebar-nav-item.active svg{fill:none;stroke:var(--icon-stroke);stroke-width:2.6}.sidebar-nav-item.prev-active{border-left-color:var(--lavender)}.sidebar-nav-item.prev-active svg{stroke:var(--lavender);stroke-width:1.8;fill:none}.sidebar-footer{padding:16px 0;border-top:1px solid var(--border);display:flex;justify-content:center;align-items:center}.sidebar-footer-avatar{width:40px;height:40px;border-radius:50%;background:#b7a5dc1f;border:1px solid rgba(183,165,220,.35);box-shadow:0 4px 12px #b7a5dc38,0 1px 4px var(--shadow-sm);display:flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:transform .2s ease}.sidebar-footer-avatar:hover{transform:scale(1.05)}.sidebar-footer-avatar{overflow:hidden}.sidebar-footer-avatar-img{width:100%;height:100%;border-radius:50%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width: 768px){.sidebar{position:fixed;left:0;right:0;bottom:0;top:auto;width:100%;height:auto;flex-direction:row;border-right:none;border-top:1px solid var(--border);padding-bottom:env(safe-area-inset-bottom,0px);background:var(--surface);z-index:150}.sidebar-logo,.sidebar-footer,.sidebar-nav-desktop{display:none}.sidebar-nav-mobile{display:flex;flex-direction:row;padding:12px 0 4px;flex:1}.sidebar-nav-item{flex:1;height:48px;border-left:none;border-bottom:2px solid transparent}.sidebar-nav-item.active{border-left-color:transparent;border-bottom-color:var(--lavender)}.sidebar-nav-item:hover{border-left-color:transparent}.sidebar-nav-avatar-btn{background:none;border:none;cursor:pointer;color:var(--icon-stroke);display:flex;align-items:center;justify-content:center}.sidebar-nav-avatar-btn svg{stroke:var(--icon-stroke)}.mobile-tab-avatar{width:28px;height:28px;border-radius:50%;background:#b7a5dc1f;border:1px solid rgba(183,165,220,.35);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}.mobile-tab-avatar-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}}@media (min-width: 769px){.sidebar-nav-mobile{display:none}.sidebar-nav-desktop{display:flex}}
