/* Owner order 2026-09-23: no selecting, copying or dragging page content; form fields stay usable (protect.js). */
body { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
img, svg, video, a { -webkit-user-drag: none; }
input, textarea, select, [contenteditable="true"] { -webkit-user-select: text; user-select: text; }
