* { box-sizing:border-box; margin:0; }
body { color:#22262E; background:#FBFBF9; font:15px/1.7 -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif; }
a { color:#3F5E96; }
.doc-top { color:#EDF1F8; background:radial-gradient(120% 140% at 15% 0%, #33507F 0%, #22375C 55%, #16233D 100%); }
.doc-top-inner { max-width:760px; margin:0 auto; padding:24px 30px 40px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; color:inherit; margin-bottom:34px; }
.mono { width:34px; height:34px; border-radius:9px; background:#8FA8D8; color:#14213A; display:grid; place-items:center; font-family:Charter,Georgia,serif; font-weight:650; font-size:12.5px; }
.brand span { font-family:Charter,"Iowan Old Style",Georgia,serif; font-size:16.5px; }
.doc-top h1 { font-family:Charter,"Iowan Old Style",Georgia,serif; font-weight:500; font-size:clamp(30px,5vw,42px); letter-spacing:-.02em; line-height:1.15; }
.doc-top .meta { color:#9FB4DC; font-size:13px; margin-top:10px; }
main { max-width:760px; margin:0 auto; padding:44px 30px 60px; }
h2 { font-family:Charter,"Iowan Old Style",Georgia,serif; font-weight:500; font-size:22px; letter-spacing:-.01em; margin:34px 0 10px; }
h2:first-child { margin-top:0; }
h3 { font-size:14.5px; font-weight:650; margin:20px 0 6px; }
p, li { color:#3A404B; }
p { margin-bottom:12px; }
ul, ol { margin:0 0 14px 20px; }
li { margin-bottom:6px; }
.lede { font-size:16px; color:#66707E; margin-bottom:8px; }
.callout { border-left:3px solid #3F5E96; background:#F3F2ED; border-radius:0 8px 8px 0; padding:14px 18px; margin:18px 0; font-size:14px; }
.callout b { display:block; margin-bottom:3px; }
table.tbl { width:100%; border-collapse:collapse; margin:8px 0 16px; font-size:14px; }
.tbl th { text-align:left; padding:9px 10px; border-bottom:1px solid #E2E3DE; color:#66707E; font-size:11px; font-weight:700; letter-spacing:.07em; text-transform:uppercase; }
.tbl td { padding:9px 10px; border-bottom:1px solid #EFEFEA; vertical-align:top; }
.tbl tr:last-child td { border-bottom:0; }
.doc-foot { border-top:1px solid #E2E3DE; margin-top:44px; padding-top:20px; font-size:13px; color:#66707E; }
.doc-foot a { margin-right:16px; }
@media (max-width:620px) { .doc-top-inner, main { padding-left:20px; padding-right:20px; } }
