@tailwind base;@tailwind components;@tailwind utilities;.dropdown-menu{transition:all .2s ease-in-out;transform:translateY(-10px)}.group:hover .dropdown-menu{transform:translateY(0)}.mobile-menu-slide{max-height:0;overflow:hidden;transition:max-height .3s ease-in-out}.mobile-menu-slide.show{max-height:500px}.notification-pulse{animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@media (max-width: 640px){.xs\:h-16{height:4rem}.xs\:w-16{width:4rem}}.touch-target{min-height:44px;min-width:44px}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c084fc;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#a855f7}
