A reusable copy-to-clipboard button using the modern Clipboard API (navigator.clipboard.writeText) with a graceful fallback for older or insecure contexts (document.execCommand). Click it and the icon animates from a copy glyph to a green checkmark for 1.5s. Works with any number of code blocks on the same page - just wrap each one in .copy-block, no IDs needed.