show = false, 3000); // Auto-hide after 3 seconds
"
x-show="show" x-transition:enter="transition ease-out duration-300"
x-transition:enter-start="opacity-0 translate-y-2 scale-95" x-transition:enter-end="opacity-100 translate-y-0 scale-100"
x-transition:leave="transition ease-in duration-200" x-transition:leave-start="opacity-100 translate-y-0 scale-100"
x-transition:leave-end="opacity-0 translate-y-2 scale-95"
class="fixed top-20 right-8 bg-white/5 backdrop-blur-xl text-white rounded-xl py-4 pl-5 pr-6 shadow-2xl border border-white/10 cursor-pointer z-[100] flex items-center space-x-4 hover:bg-white/10 hover:border-white/20 transition-all duration-200"
@click="show = false">