html.cpa6-content-protected body,
html.cpa6-content-protected body * { -webkit-user-select:none; user-select:none; -webkit-touch-callout:none; }
html.cpa6-content-protected input,
html.cpa6-content-protected textarea,
html.cpa6-content-protected select,
html.cpa6-content-protected [contenteditable="true"] { -webkit-user-select:text; user-select:text; }
html.cpa6-content-protected img,
html.cpa6-content-protected video,
html.cpa6-content-protected picture,
html.cpa6-content-protected svg { -webkit-user-drag:none; user-drag:none; }
#cpa6-content-protection-status { position:fixed; z-index:2147483647; left:50%; bottom:18px; max-width:min(520px,calc(100vw - 30px)); transform:translate(-50%,130%); padding:11px 15px; color:#fff; text-align:center; background:#102b46; border:1px solid rgba(255,255,255,.25); border-radius:9px; box-shadow:0 12px 34px rgba(0,0,0,.24); opacity:0; transition:transform .18s ease,opacity .18s ease; font:700 12px/1.4 ui-sans-serif,system-ui,sans-serif; pointer-events:none; }
#cpa6-content-protection-status.show { transform:translate(-50%,0); opacity:1; }
html.cpa6-content-protected body::after { content:"CPA6 ORIGINAL · COPY RESTRICTED"; position:fixed; z-index:2147483000; right:10px; bottom:9px; padding:5px 7px; color:#31505a; background:rgba(255,255,255,.88); border:1px solid rgba(49,80,90,.2); border-radius:5px; font:800 12px/1 ui-sans-serif,system-ui,sans-serif; letter-spacing:.08em; pointer-events:none; }
[data-cpa6-copy-disabled="true"] { cursor:not-allowed!important; opacity:.58; }
@media print {
  html.cpa6-content-protected body > * { display:none!important; }
  html.cpa6-content-protected body::before { content:"Printing is restricted for CPA6 protected content."; display:block!important; padding:40px; color:#102b46; font:700 18px/1.5 ui-sans-serif,system-ui,sans-serif; }
}
@media (prefers-reduced-motion:reduce) { #cpa6-content-protection-status { transition:none; } }
