`;
});
}
resultsContainer.innerHTML = html;
}
// II. C. PDF Download Functionality (Uses window.print for high-quality, professional output)
window.downloadPDF = function() {
// III. B. Website Integrity: Use the print media query CSS to hide surrounding elements.
window.print();
};
// Initial setup
updateNavButtons();
// Pre-populate with a general filter to show the initial state
applyFiltersAndSwitchToDashboard();
});
