
/* Best-effort: reduce "website feel" without breaking input copy/paste */
html, body { -webkit-touch-callout: none; }
img, a, button { -webkit-tap-highlight-color: transparent; }
.pkr-no-select, .pkr-app-shell, .pkd-page, .pkd-popup-overlay {
  -webkit-user-select: none;
  user-select: none;
}
.pkr-app-allow-select, input, textarea {
  -webkit-user-select: text;
  user-select: text;
}
