:root { color-scheme: light; --ink: #1d2939; --muted: #52606d; --paper: #fffdf8; --accent: #b45309; --rule: #eadfce; }
* { box-sizing: border-box; }
body { margin: 0; background: #f5efe5; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: 18px; line-height: 1.7; }
.site-header, main, .site-footer { width: min(100% - 32px, 860px); margin: 0 auto; }
.site-header { padding: 28px 0 18px; display: flex; justify-content: space-between; align-items: baseline; gap: 18px; font-family: Arial, sans-serif; }
.brand { color: var(--ink); font-size: 1.08rem; font-weight: 700; text-decoration: none; letter-spacing: .01em; }
.site-header nav, .site-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
a { color: var(--accent); text-underline-offset: 3px; }
.site-header nav a, .site-footer a { color: var(--muted); font-size: .9rem; text-decoration: none; }
.site-header nav a:hover, .site-footer a:hover { color: var(--accent); text-decoration: underline; }
main { background: var(--paper); border: 1px solid var(--rule); border-radius: 14px; padding: clamp(24px, 6vw, 64px); box-shadow: 0 10px 28px rgb(66 45 22 / 8%); }
h1, h2 { color: #172b22; line-height: 1.2; }
h1 { margin: 0 0 22px; font-size: clamp(2rem, 6vw, 3.7rem); letter-spacing: -.035em; }
h2 { margin: 2.3em 0 .65em; font-size: clamp(1.45rem, 4vw, 2.1rem); }
p { margin: 0 0 1.15em; }
strong { color: #172b22; }
.lede { font-size: 1.15em; color: #364152; }
.table-wrap { overflow-x: auto; margin: 1.6em 0; }
table { width: 100%; min-width: 650px; border-collapse: collapse; font-family: Arial, sans-serif; font-size: .91rem; line-height: 1.5; }
th, td { padding: 12px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--rule); }
th { color: #172b22; background: #f9f1e5; }
.site-footer { padding: 24px 0 40px; color: var(--muted); font-family: Arial, sans-serif; font-size: .88rem; }
.not-found { text-align: center; padding: 10vh 0; }
@media (max-width: 560px) { body { font-size: 17px; } .site-header { padding-top: 20px; flex-direction: column; gap: 8px; } main { border-radius: 10px; } }
