.ThemeToggle_toggle__sakcf{position:relative;display:flex;align-items:center;width:64px;height:32px;padding:3px;border-radius:50px;border:1px solid var(--border-hover);background:var(--bg-tertiary);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);box-shadow:0 0 0 1px rgba(var(--color-primary-rgb),.2)}.ThemeToggle_toggle__sakcf:hover{border-color:var(--color-primary);box-shadow:0 0 0 2px rgba(var(--color-primary-rgb),.25)}.ThemeToggle_toggle__sakcf:active{transform:scale(.97)}.ThemeToggle_track__UPYfw{position:relative;display:flex;align-items:center;justify-content:space-between;width:100%;height:100%;padding:0 6px}.ThemeToggle_slider__DUOa8{position:absolute;top:2px;left:2px;width:26px;height:26px;border-radius:50%;background:var(--color-primary);box-shadow:0 2px 8px rgba(0,0,0,.2);transition:transform .4s cubic-bezier(.34,1.56,.64,1);z-index:2}.ThemeToggle_slider__DUOa8.ThemeToggle_light__IgPj5{transform:translateX(32px)}.ThemeToggle_iconWrapper__IXyYb{display:flex;align-items:center;justify-content:center;width:18px;height:18px;z-index:1;transition:all .3s ease}.ThemeToggle_moonIcon__pHDEn{color:var(--text-muted);font-size:14px;transition:all .3s ease}.ThemeToggle_sunIcon__7JfUr{color:var(--text-muted);font-size:15px;transition:all .3s ease}.ThemeToggle_moonIcon__pHDEn.ThemeToggle_active__05sZD,.ThemeToggle_sunIcon__7JfUr.ThemeToggle_active__05sZD{color:var(--color-text-on-primary)}@media (max-width:480px){.ThemeToggle_toggle__sakcf{width:56px;height:28px;padding:2px}.ThemeToggle_slider__DUOa8{width:22px;height:22px;top:2px;left:2px}.ThemeToggle_slider__DUOa8.ThemeToggle_light__IgPj5{transform:translateX(28px)}.ThemeToggle_track__UPYfw{padding:0 5px}.ThemeToggle_iconWrapper__IXyYb{width:14px;height:14px}.ThemeToggle_moonIcon__pHDEn,.ThemeToggle_sunIcon__7JfUr{font-size:12px}}.Navbar_navbar__npA2F{padding:15px;display:flex;flex-direction:column;position:relative;background-color:var(--color-background);transition:background-color .3s ease;height:100%;max-height:100%;min-height:0;overflow:hidden}.Navbar_navbarMain__Lca6u{flex:1 1;min-height:0;margin-top:clamp(8px,7vh,30px);margin-bottom:12px;overflow:hidden}.Navbar_navLinksScroll__nauJt{height:100%;min-height:0;overflow-y:auto;overflow-x:hidden}.Navbar_navLinksScroll__nauJt::-webkit-scrollbar{width:6px}.Navbar_navLinksScroll__nauJt::-webkit-scrollbar-track{background:transparent}.Navbar_navLinksScroll__nauJt::-webkit-scrollbar-thumb{background:rgba(var(--color-primary-rgb),.3);border-radius:3px}.Navbar_navLinksScroll__nauJt::-webkit-scrollbar-thumb:hover{background:rgba(var(--color-primary-rgb),.5)}.Navbar_navbarFooter__UGS0R{flex-shrink:0}.Navbar_linkContainer__uDVmA{width:100%;height:44px;display:flex;align-items:center;justify-content:center}.Navbar_linkContainer__uDVmA:has(.Navbar_link__MwUWz[data-active]){&:after{content:"";width:3px;height:44px;background-color:var(--color-primary);position:absolute;right:0;border-top-left-radius:2px;border-bottom-left-radius:2px}}.Navbar_link__MwUWz{width:26px;height:26px;border-radius:var(--mantine-radius-md);display:flex;align-items:center;justify-content:center;color:var(--text-secondary);&:hover{background-color:var(--mantine-bg-orange);color:var(--mantine-color-orange)}&[data-active]{&,&:hover{background-color:var(--mantine-bg-orange);color:var(--mantine-color-orange)}}}