@php $backdrop = 'fixed inset-0 z-50 flex animate-fade-in items-center justify-center bg-black/50 p-4 backdrop-blur-sm'; $panel = 'w-full max-w-lg animate-slide-up rounded-2xl border border-border bg-card text-card-foreground shadow-2xl'; $hdr = 'flex items-center justify-between border-b border-border px-6 py-4'; $body = 'px-6 py-5'; $ftr = 'flex items-center justify-end gap-3 border-t border-border px-6 py-4'; @endphp