/* These presentation restrictions do not prevent screenshots or browser inspection. */
html, body { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
input, textarea, [contenteditable]:not([contenteditable="false"]) { -webkit-user-select: text; user-select: text; -webkit-touch-callout: default; }
img { -webkit-user-drag: none; -webkit-touch-callout: none; }
.content-protection-notice { position: fixed; z-index: 2147483647; left: 50%; bottom: 24px; transform: translateX(-50%); width: max-content; max-width: calc(100vw - 40px); padding: 14px 18px; border: 1px solid #a57940; border-radius: 12px; background: #19130f; color: #f4e7d0; box-shadow: 0 8px 30px #0008; font: 14px/1.5 system-ui,sans-serif; pointer-events: none; }
.content-protection-notice[hidden] { display: none; }
@media print {
  body > * { display: none !important; }
  body::before { content: 'House of Tablets — Printing is restricted. Contact support@trusspath.com for permission.' !important; display: block !important; position: static !important; background: white !important; color: black !important; opacity: 1 !important; font: 18px/1.5 sans-serif !important; }
}

