/* Loaded only via media="print" — never enters the screen render path. */

@page {
  /* Setting margin to 0 prevents Chrome/Edge/Safari from injecting the
     Date, Page Title, URL, and Page Number into the corners of the paper. */
  margin: 0;
  size: letter portrait;
}

body {
  background-color: white !important;
  color: black !important;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.dark,
:root {
  --background: #ffffff !important;
  --foreground: #000000 !important;
}

main {
  padding: 0 !important;
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.max-w-4xl {
  max-width: none !important;
  width: 100% !important;
}
