:root { color-scheme: light; font-family: Inter, system-ui, sans-serif; color: #16231c; background: #f7faf7; }
* { box-sizing: border-box; }
body { margin: 0; line-height: 1.6; }
header, main, footer { max-width: 880px; margin: auto; padding: 1.25rem; }
header, footer { display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
nav { display: flex; flex-wrap: wrap; gap: 1rem; }
main { padding-top: 4rem; padding-bottom: 4rem; }
h1 { line-height: 1.15; font-size: clamp(2rem, 6vw, 3.5rem); }
h2 { margin-top: 2.5rem; }
a { color: #075d3f; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid #e89930; outline-offset: 3px; }
.brand, .eyebrow { font-weight: 800; color: #075d3f; text-decoration: none; }
.cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(190px, 1fr)); gap: 1rem; margin-top: 2rem; }
.cards a { border: 1px solid #c9d5ca; border-radius: .75rem; padding: 1.25rem; text-decoration: none; background: #fff; }
.cards span { display: block; color: #3c4a40; margin-top: .25rem; }
code, .table-row { overflow-wrap: anywhere; }
.table-wrap { overflow-x: auto; margin: 1.5rem 0; border: 1px solid #c9d5ca; border-radius: .75rem; }
table { width: 100%; border-collapse: collapse; min-width: 620px; background: #fff; }
th, td { padding: .8rem 1rem; text-align: left; vertical-align: top; border-bottom: 1px solid #d8e0d8; }
th { background: #edf5ee; font-weight: 700; }
tbody tr:last-child td { border-bottom: 0; }
footer { border-top: 1px solid #d8e0d8; font-size: .9rem; }
