:root {
  font-family: system-ui, sans-serif;
  color: #292929;
  background: #fff;
  line-height: 1.75;
  -webkit-font-smoothing: antialiased;
}
* { box-sizing: border-box; }
body { margin: 0; }
.page-width { width: calc(100% - 40px); max-width: 800px; margin-inline: auto; }
a { color: #246b45; text-underline-offset: 3px; overflow-wrap: anywhere; }
a:hover { color: #1b5234; }
a:focus-visible, .table-scroll:focus-visible { outline: 3px solid #246b45; outline-offset: 5px; }
.skip-link { position: absolute; top: -80px; left: 20px; padding: 12px; background: #fff; }
.skip-link:focus { top: 8px; }
header { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 8px 24px; padding-block: 16px; border-bottom: 1px solid #dee5ed; }
.brand { display: inline-flex; align-items: center; gap: 8px; color: #292929; font-size: 22px; font-weight: 750; letter-spacing: -.8px; text-decoration: none; }
header a, footer a { display: inline-flex; align-items: center; min-height: 44px; }
.back-link { font-size: 14px; }
main { padding-block: 40px 64px; }
.document-version { margin: 0 0 12px; font-size: 14px; color: #52605a; }
h1 { margin: 0 0 32px; font-size: clamp(28px, 5vw, 42px); line-height: 1.2; letter-spacing: -1px; }
h2 { margin: 40px 0 14px; font-size: 23px; line-height: 1.35; letter-spacing: -.4px; }
h3 { margin: 28px 0 12px; font-size: 18px; line-height: 1.4; }
p { margin: 0 0 18px; }
ul, ol { padding-left: 24px; margin-block: 0 20px; }
li { margin-bottom: 10px; }
.table-scroll { overflow-x: auto; margin-block: 24px; }
table { width: 100%; min-width: 600px; border-collapse: collapse; font-size: 15px; line-height: 1.6; text-align: left; }
th, td { border: 1px solid #dee5ed; padding: 12px; vertical-align: top; }
th { background: #f0f7f1; }
footer { padding-block: 20px 32px; border-top: 1px solid #dee5ed; font-size: 14px; }
footer nav { display: flex; flex-wrap: wrap; gap: 4px 24px; }
footer [aria-current="page"] { font-weight: 700; }
@media print {
  header, footer, .skip-link { display: none; }
  .page-width { width: 100%; max-width: none; }
  main { padding: 0; }
  .table-scroll { overflow: visible; }
  table { min-width: 0; }
  h2, h3 { break-after: avoid; }
}
