.sidebar-menu-button{color:var(--sidebar-foreground);font-weight:500;position:relative}.sidebar-menu-button[data-active=true]{color:var(--sidebar-accent-foreground)}.sidebar-menu-button[data-active=true] svg{color:var(--brand)}.sidebar-menu-button[data-active=true]:before{content:"";inset-inline-start:-.5rem;background:var(--sidebar-primary);border-start-end-radius:999px;border-end-end-radius:999px;width:.1875rem;height:1.125rem;position:absolute;top:50%;translate:0 -50%}.sidebar-menu-sub-button[data-active=true]{color:var(--sidebar-accent-foreground);font-weight:500}.sidebar-menu-sub-button[data-active=true] svg{color:var(--brand)}.collapsible-content{overflow:hidden}.collapsible-content[data-state=open]{animation:.2s ease-out slideDown}.collapsible-content[data-state=closed]{animation:.2s ease-out slideUp}@keyframes slideDown{0%{height:0}to{height:var(--reka-collapsible-content-height)}}@keyframes slideUp{0%{height:var(--reka-collapsible-content-height)}to{height:0}}@media (prefers-reduced-motion:reduce){.collapsible-content[data-state=closed],.collapsible-content[data-state=open]{animation-duration:1ms}}
