{{-- Ladill custom confirm dialog (replaces native window.confirm for app UX). Usage: 1) Forms:
2) JS: const ok = await window.ladillConfirm({ title, message, confirmLabel, variant }) Bottom sheet on mobile, centered card on desktop — same pattern as x-modal. --}}