@media print {
  :root { color-scheme: light; }
  html, body { background: #ffffff; color: #111; font-size: 11pt; }
  .vx-header, .vx-nav, .vx-footer, .vx-conversion, .vx-form-card, .vx-result-actions, .vx-loader, .vx-error, .vx-examples, .vx-share-note, .vx-edu, .vx-faq, .vx-copy { display: none !important; }
  .container { max-width: none; padding: 0 16px; }
  .vx-card, .vx-rec, .vx-result-header, .vx-edu-card, .vx-faq details { background: #fff; border: 1px solid #ccc; color: #111; box-shadow: none; }
  .vx-card-body, .vx-rec-note, .vx-rec-host, .vx-verdict p, .vx-badge { color: #444; }
  .vx-chip.pass { color: #1E8E5A; border-color: #1E8E5A; background: #ecf8f1; }
  .vx-chip.warn, .vx-chip.warning { color: #8a5d05; border-color: #8a5d05; background: #fdf5e3; }
  .vx-chip.fail, .vx-chip.critical { color: #C0392B; border-color: #C0392B; background: #fbeae8; }
  .vx-code-block { background: #f5f5f5; color: #111; border: 1px solid #ddd; }
  .vx-print-brand { display: flex !important; align-items: center; gap: 14px; margin: 0 0 18px; padding-bottom: 12px; border-bottom: 1px solid #ddd; font-weight: 700; color: #111; }
  .vx-print-brand img { width: 170px; height: auto; }
  .vx-verdict-status.spoofable { color: #C0392B; border-color: #C0392B; background: #fbeae8; }
  .vx-verdict-status.partially_protected { color: #8a5d05; border-color: #8a5d05; background: #fdf5e3; }
  .vx-verdict-status.protected_by_policy { color: #1E8E5A; border-color: #1E8E5A; background: #ecf8f1; }
  a { color: #0b6bcb; }
  .vx-print-only { display: block !important; }
  .vx-score-circle { border-color: #0b6bcb; }
}
.vx-print-only,
.vx-print-brand { display: none; }
