/* Non-Attendance (DNA) — authored in Claude Design, extracted from the
   unit's <helmet> at build time. Do not edit by hand. */

* { box-sizing: border-box; }
  html, body { margin: 0; }
  body { font-family: 'Tenor Sans', system-ui, sans-serif; color: #2d2d2d; background: #f5f2f0; -webkit-font-smoothing: antialiased; }
  a { color: #C8102E; text-decoration: none; }
  a:hover { color: #a50e26; }
  @page { margin: 14mm; }
  @media print { #unit-rail { display: none !important; } }
  @media (max-width: 850px) { #unit-rail { display: none !important; } }
  @media print {
    html, body { background: #fff !important; }
    * { -webkit-print-color-adjust: exact; print-color-adjust: exact; }
  }
