:root {
  color-scheme: light;
  font-family: -apple-system, BlinkMacSystemFont, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
  color: #172b3a;
  background: #071827;
  font-synthesis: none;
  line-height: 1.8;
}

* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; }
a { color: #126a50; text-underline-offset: .2em; }
a:focus-visible { outline: 3px solid #e38a31; outline-offset: 3px; }
.site-header, .site-footer { align-items: center; color: #f5f0de; display: flex; gap: 20px; justify-content: space-between; margin: 0 auto; max-width: 1040px; padding: 18px 28px; }
.site-header a, .site-footer a { color: inherit; }
.brand { font-weight: 800; text-decoration: none; }
.site-nav { display: flex; flex-wrap: wrap; gap: 18px; font-size: .88rem; }
.article-shell { background: #f5f0de; margin: 0 auto; max-width: 1040px; padding: clamp(24px, 6vw, 68px); }
.breadcrumbs, .eyebrow { color: #39735f; font-size: .78rem; font-weight: 750; letter-spacing: .06em; }
.breadcrumbs { margin: 0 0 34px; }
.eyebrow { margin: 0 0 9px; }
h1, h2, h3 { line-height: 1.35; }
h1 { font-size: clamp(2rem, 5vw, 3.6rem); letter-spacing: -.045em; line-height: 1.18; margin: 0 0 20px; }
h2 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); margin: 0 0 14px; }
h3 { font-size: 1.12rem; margin: 25px 0 8px; }
p { margin: 0 0 16px; }
.lead { font-size: 1.08rem; max-width: 760px; }
section { border-top: 1px solid rgba(23,43,58,.18); margin-top: 38px; padding-top: 28px; }
ul, ol { padding-left: 1.5rem; }
li + li { margin-top: 7px; }
code, pre { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
code { background: rgba(46,175,135,.14); overflow-wrap: anywhere; padding: 2px 5px; }
pre { background: #10293a; border-left: 4px solid #2eaf87; color: #f5f0de; font-size: .91rem; line-height: 1.6; overflow-x: auto; padding: 18px; }
.callout, .sample { background: #e9e4d3; border-left: 4px solid #2eaf87; margin: 18px 0; padding: 16px 18px; }
.warning { border-left-color: #cf7437; }
.callout p:last-child, .sample p:last-child { margin-bottom: 0; }
.table-scroll { margin: 16px 0 20px; overflow-x: auto; }
table { border-collapse: collapse; min-width: 540px; width: 100%; }
caption { font-weight: 750; padding: 0 0 9px; text-align: left; }
th, td { border-bottom: 1px solid rgba(23,43,58,.17); padding: 11px 12px; text-align: left; vertical-align: top; }
thead th { background: #e9e4d3; }
td:last-child, .mono { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .9em; }
.article-list { list-style: none; margin: 24px 0; padding: 0; }
.article-list li { border-top: 1px solid rgba(23,43,58,.18); margin: 0; padding: 22px 0; }
.article-list h2 { font-size: 1.4rem; margin-bottom: 5px; }
.article-list p { margin-bottom: 0; }
.tool-link { background: #10293a; color: #f5f0de; display: inline-block; font-weight: 700; margin: 8px 0; padding: 10px 15px; text-decoration: none; }
.sources li { overflow-wrap: anywhere; }
.site-footer { align-items: flex-start; font-size: .82rem; line-height: 1.7; }
.site-footer nav { display: flex; flex-wrap: wrap; gap: 14px; }
@media (max-width: 620px) {
  .site-header, .site-footer { align-items: flex-start; flex-direction: column; padding-left: 20px; padding-right: 20px; }
  .site-nav { gap: 12px; }
  .article-shell { padding: 28px 20px 42px; }
  .breadcrumbs { margin-bottom: 26px; }
  section { margin-top: 30px; padding-top: 22px; }
  pre { font-size: .82rem; margin-left: -4px; margin-right: -4px; padding: 14px; }
}
@media print {
  :root, body { background: white; color: black; }
  .site-header, .site-footer { color: black; padding-left: 0; padding-right: 0; }
  .article-shell { max-width: none; padding: 0; }
  a { color: black; }
  pre { background: #f1f1f1; color: black; white-space: pre-wrap; }
}
