{{-- Toast container + the global emiToast() helper. Replaces the window.alert() calls the AJAX handlers used to make. Those blocked the page and, in one case, printed the account's app password. Usage: emiToast('3 new emails received'); // info emiToast('Saved', { type: 'success' }); emiToast('Could not reach the mail server', { type: 'error', title: 'Sync failed', timeout: 8000 }); emiToast('...', { timeout: 0 }) // stays until dismissed --}}