﻿@media print {
  :root {
    color-scheme: light;
  }

  body {
    background: white !important;
    color: #111 !important;
    font-size: 12pt;
    line-height: 1.45;
  }

  .topbar,
  .toc,
  .engagement-tools,
  .newsletter,
  .timeline-controls,
  .skip-link,
  .btn,
  button,
  .primary-nav {
    display: none !important;
  }

  .container {
    width: 100% !important;
    margin: 0 !important;
  }

  .surface,
  .timeline-event,
  .status-item,
  .stat {
    box-shadow: none !important;
    background: white !important;
    border-color: #ccc !important;
  }

  a {
    color: #111 !important;
    text-decoration: underline;
  }

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

  .footer {
    border-top: 1px solid #ccc;
  }
}

