.content-protection-badge{margin-left:auto;padding:5px 9px;border:1px solid var(--strong);border-radius:4px;color:var(--secondary);font-size:12px;white-space:nowrap}
.content-protection-badge[hidden]{display:none}
body[data-content-protection="armed"] #card{-webkit-touch-callout:none}
body.content-obscured .shell{filter:blur(14px);user-select:none}
body.content-obscured::after{content:'Защищённый просмотр';position:fixed;inset:0;z-index:var(--modal);display:grid;place-items:center;background:#f7f5f0e8;color:var(--ink);font-size:18px;font-weight:700}
@media(max-width:720px){.content-protection-badge{max-width:145px;overflow:hidden;text-overflow:ellipsis}}
@media print{
  body.content-obscured .shell{filter:none}
  body.content-obscured::after{display:none}
  .content-protection-badge{display:none!important}
}
