:root { color-scheme: light; font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; color: #252a29; background: #faf9f6; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.75; }
header, main, footer { width: min(70ch, calc(100% - 2.5rem)); margin-inline: auto; }
header { padding-block: 1.5rem; }
main { padding-block: 0.5rem 3rem; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; line-height: 1.2; font-weight: 500; text-wrap: balance; }
h1 { font-size: clamp(2rem, 6vw, 3rem); margin-block: 2rem 1.25rem; }
h2 { font-size: 1.5rem; margin-top: 2.5rem; }
p, li, td { overflow-wrap: anywhere; }
a { color: #285447; text-decoration-thickness: 0.08em; text-underline-offset: 0.2em; }
a:focus-visible { outline: 3px solid #285447; outline-offset: 5px; }
.review-banner { background: #eeebe2; padding: 1.25rem; border-radius: 0.5rem; }
.review-banner p { margin: 0.5rem 0; }
.table-scroll { overflow-x: auto; margin-block: 1.5rem; }
table { width: 100%; border-collapse: collapse; font-size: 0.925rem; }
th, td { text-align: left; vertical-align: top; padding: 0.75rem; border-bottom: 1px solid #d7dad4; }
th { font-weight: 650; background: #eeefe9; }
footer { border-top: 1px solid #d7dad4; padding-block: 1.5rem 2.5rem; }
footer nav { display: flex; flex-wrap: wrap; gap: 0.75rem 1.5rem; }
.skip-link { position: absolute; left: 1rem; top: -6rem; background: white; padding: 0.5rem; }
.skip-link:focus { top: 0.5rem; }
@media print { body { background: white; } header, footer, .skip-link { display: none; } .table-scroll { overflow: visible; } }
