@media print {
  :root[data-theme="dark"] {
    --bg: #ffffff;
    --card: #ffffff;
    --text-h: #0f172a;
    --text-p: #475569;
    --accent: #2563eb;
    --accent-soft: #eff6ff;
    --border: #e2e8f0;
    --shadow: none;
    --navbg: transparent;
  }

  nav.site-nav,
  .mesh-bg {
    display: none !important;
  }

  body {
    background: #ffffff !important;
    color: #0f172a !important;
  }

  .page {
    padding: 0 !important;
  }

  .card,
  .cv-head,
  .cv-block {
    box-shadow: none !important;
  }

  a {
    text-decoration: none !important;
    color: #0f172a !important;
  }

  .no-print,
  .radar-container {
    display: none !important;
  }

  .cv-head,
  .cv-block {
    border: 1px solid #e2e8f0 !important;
  }

  .cv-grid {
    gap: 12px !important;
  }

  .cv-inline {
    display: none !important;
  }
}
