.route-transition-shell{min-height:calc(100vh - 56px);animation:route-fade-slide .18s cubic-bezier(.22,1,.36,1);will-change:opacity,transform}.app-sidebar .ant-layout-sider-children{height:100vh;min-height:0;display:flex;flex-direction:column}.sidebar-menu-scroll{flex:1;min-height:0;max-height:calc(100vh - 64px);overflow-y:auto;overflow-x:hidden;padding-bottom:12px}.sidebar-menu-scroll::-webkit-scrollbar{width:6px}.sidebar-menu-scroll::-webkit-scrollbar-thumb{background:#ffffff38;border-radius:999px}.sidebar-menu-scroll::-webkit-scrollbar-track{background:transparent}@keyframes route-fade-slide{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.route-transition-shell{animation:none;will-change:auto}}
