/* Role gating: hide mutation controls for read-only Viewers (§7.1/§10). */
body[data-role="Viewer"] .js-mutate { display: none !important; }

