open = false, 300)"
x-show="open"
x-transition:enter="transition ease-out duration-200"
x-transition:enter-start="opacity-0 scale-95 -translate-y-2"
x-transition:enter-end="opacity-100 scale-100 translate-y-0"
x-transition:leave="transition ease-in duration-150"
x-transition:leave-start="opacity-100 scale-100 translate-y-0"
x-transition:leave-end="opacity-0 scale-95 -translate-y-2"
class="absolute left-0 mt-2 w-48 bg-background-secondary/95 backdrop-blur-md rounded-xl shadow-2xl border border-neutral/50 z-50 overflow-hidden">