@font-face { font-family: Inter; font-style: normal; font-weight: 100 900; font-display: swap; src: url('/assets/fonts/inter-variable.woff2') format('woff2'); }
:root { color-scheme: light; font-family: Inter, Arial, sans-serif; color: #10231f; background: #f3f0e8; }
* { box-sizing: border-box; }
body { margin: 0; font-size: 1rem; line-height: 1.65; }
header, main, footer { width: min(100% - 3rem, 66rem); margin-inline: auto; }
header { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem 2rem; padding-block: 1.5rem; border-bottom: 1px solid #d7d1c4; }
header a { font-weight: 700; }
header span, .note { color: #52615c; }
a { color: #1f4f3c; text-underline-offset: .2em; }
a:hover { text-decoration-thickness: 2px; }
:focus-visible { outline: 3px solid #b88734; outline-offset: 4px; }
main { padding-block: 2rem; }
h1 { margin: 0; font-family: Georgia, serif; font-size: clamp(2rem, 5vw, 3rem); line-height: 1.15; font-weight: 400; }
h2 { font-size: 1.5rem; margin-bottom: .5rem; }
p { max-width: 80ch; }
.period { color: #52615c; margin-top: .75rem; }
.basis { padding-left: 1rem; border-left: 3px solid #b88734; }
.summary { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; padding-block: 1.5rem; border-block: 1px solid #d7d1c4; margin-block: 2rem; }
dt { font-size: .875rem; color: #52615c; }
dd { margin: .5rem 0 0; font-size: clamp(1.25rem, 2.5vw, 1.7rem); font-weight: 600; font-variant-numeric: tabular-nums; overflow-wrap: anywhere; }
nav { display: flex; flex-wrap: wrap; gap: .75rem 1.5rem; font-size: .9375rem; }
section { margin-top: 2.75rem; scroll-margin-top: 1rem; }
.table-scroll { width: 100%; overflow-x: auto; background: #fffdfa; border: 1px solid #d7d1c4; }
table { width: 100%; border-collapse: collapse; font-size: .9375rem; font-variant-numeric: tabular-nums; }
caption { text-align: left; padding: .75rem 1rem; color: #52615c; font-size: .875rem; }
th, td { padding: .75rem 1rem; text-align: right; white-space: nowrap; }
th:first-child { text-align: left; }
thead { background: #1f4f3c; color: white; }
tbody th { font-weight: 400; }
tbody tr + tr { border-top: 1px solid #e8e3d9; }
tbody tr:nth-child(even) { background: #f8f6f0; }
.note { font-size: .875rem; }
footer { padding-block: 1.5rem 2.5rem; border-top: 1px solid #d7d1c4; }
@media (max-width: 640px) { header, main, footer { width: calc(100% - 2rem); } .summary { grid-template-columns: 1fr; gap: 1rem; } th, td { padding: .65rem .75rem; } }
@media print { :root { background: white; } nav { display: none; } .table-scroll { overflow: visible; } thead { display: table-header-group; } tr { break-inside: avoid; } }
