/* Content protection — global lock; allow interactive / AI prompt areas */
body.content-protect,
body.content-protect *:not(input):not(textarea):not([contenteditable="true"]) {
  -webkit-user-select: none;
  user-select: none;
}

body.content-protect input,
body.content-protect textarea,
body.content-protect [contenteditable="true"] {
  -webkit-user-select: text;
  user-select: text;
}

body.content-protect img,
body.content-protect video {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}
