/* sacred content protection — discourage selection/copy site-wide */
html.protected, html.protected body{
  -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;
}
html.protected img{ -webkit-user-drag: none; user-drag: none; pointer-events: none; }
/* keep form fields usable (Threshold register) */
html.protected input, html.protected textarea{
  -webkit-user-select: text; -moz-user-select: text; -ms-user-select: text; user-select: text;
  pointer-events: auto;
}
