document.addEventListener('DOMContentLoaded', function () { const actionCards = document.querySelectorAll('.action-card'); const toastContainer = document.querySelector('.toast-container'); const showToast = (message) => { const toastEl = document.createElement('div'); toastEl.className = 'toast show'; toastEl.setAttribute('role', 'alert'); toastEl.setAttribute('aria-live', 'assertive'); toastEl.setAttribute('aria-atomic', 'true'); toastEl.innerHTML = `