.menu-item{opacity:0;transform:translateX(-12px);animation:menuItemFadeIn .3s ease-out forwards}@keyframes menuItemFadeIn{to{opacity:1;transform:translateX(0)}}.menu-item:active{transform:scale(.98)}nav::-webkit-scrollbar{width:4px}nav::-webkit-scrollbar-track{background:transparent}nav::-webkit-scrollbar-thumb{background:rgba(156,163,175,.3);border-radius:4px}nav::-webkit-scrollbar-thumb:hover{background:rgba(156,163,175,.5)}.dark nav::-webkit-scrollbar-thumb{background:rgba(75,85,99,.3)}.dark nav::-webkit-scrollbar-thumb:hover{background:rgba(75,85,99,.5)}.menu-item:focus-visible{outline:2px solid rgba(139,92,246,.5);outline-offset:2px}.menu-item{min-height:48px;-webkit-tap-highlight-color:transparent}