/* Constellation Labs - minimal print stylesheet.
   Dark ink on white paper, chrome hidden. */
@media print {
  * { background:transparent !important; }
  html,body { background:#FFFFFF !important; color:#000000 !important; }
  a { color:#000000 !important; text-decoration:underline; }

  .site-header, .btn, .skip-link, .footer-rule { display:none !important; }

  .hero, .hero * { color:#000000 !important; }
  .chart-svg text { fill:#000000 !important; }
  .hero, .section { border:0 !important; padding:0 0 18pt !important; }
  .wrap { padding:0 !important; max-width:none !important; }

  a[href]::after { content:" (" attr(href) ")"; font-size:9pt; font-weight:400; }
  a[href^="#"]::after { content:""; }

  h1,h2 { page-break-after:avoid; }
  .section, .hero { page-break-inside:avoid; }
}
