/* app-lockdown.css — v=20260912_083947 */
html, body {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  touch-action: pan-x pan-y;
  overscroll-behavior: none;
}
input, textarea, select, [contenteditable="true"] {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  touch-action: auto;
}
img, svg, video, canvas {
  -webkit-user-drag: none;
  user-drag: none;
  pointer-events: auto;
}
