The Sovereign Stack Audit

Your tax residency. Your structure. Your blind spots.

~5 minutes. Know exactly where you're exposed.

`; }, restartQuiz() { if (confirm('This will clear your current answers. Continue?')) { localStorage.removeItem('polystate_quiz_answers'); localStorage.removeItem('polystate_quiz_results'); window.location.reload(); } } }; // Initialize on page load document.addEventListener('DOMContentLoaded', () => { quizApp.init(); });