<!-- Post‑download toast (example) --> <div x-show="showVerify" class="fixed inset-0 bg-black/40 flex items-center justify-center"> <div class="bg-white rounded-lg p-6 max-w-md w-full"> <h4 class="text-lg font-semibold mb-3">Verify the SHA‑256 hash</h4> <p class="mb-4 text-gray-600"> Open the downloaded file in a hash‑checking tool (e.g., <code>sha256sum</code> on Linux) and compare it with the value displayed above. </p> <button @click="showVerify = false