
:root {
  color-scheme: light;
  --ink: #18231f;
  --muted: #5d6863;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --line: #d7ddd8;
  --green: #145f47;
  --green-dark: #0c4534;
  --green-pale: #e8f3ed;
  --amber: #8b4c08;
  --amber-pale: #fff0d8;
  --red: #8a3131;
  --red-pale: #fbe8e5;
  --blue: #265d78;
  --blue-pale: #e6f1f6;
  --max: 1180px;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.62; }
a { color: var(--green-dark); text-decoration-thickness: .08em; text-underline-offset: .15em; }
a:hover { color: var(--green); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, [tabindex="0"]:focus-visible {
  outline: 3px solid #d18a16; outline-offset: 3px;
}
.skip-link { position: fixed; z-index: 20; left: 1rem; top: -5rem; padding: .7rem 1rem; background: var(--ink); color: white; }
.skip-link:focus { top: 1rem; }
.site-header { border-bottom: 1px solid var(--line); background: rgba(251, 250, 246, .97); }
.header-inner { max-width: var(--max); margin: auto; padding: 1rem 1.4rem; display: flex; align-items: center; gap: 2rem; justify-content: space-between; }
.site-name { color: var(--ink); font-size: 1.02rem; font-weight: 750; line-height: 1.1; text-decoration: none; white-space: nowrap; }
.site-name span { color: var(--green); display: block; font-size: .7rem; letter-spacing: .12em; margin-bottom: .3rem; text-transform: uppercase; }
nav { display: flex; flex-wrap: wrap; gap: .25rem .8rem; justify-content: flex-end; }
nav a { color: var(--muted); font-size: .88rem; font-weight: 650; padding: .35rem 0; text-decoration: none; }
nav a[aria-current="page"] { border-bottom: 2px solid var(--green); color: var(--ink); }
main { max-width: var(--max); margin: auto; padding: 3.5rem 1.4rem 5rem; }
.page-heading { max-width: 900px; margin-bottom: 2.5rem; }
.eyebrow { color: var(--green); font-size: .75rem; font-weight: 750; letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; line-height: 1.15; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 7vw, 5rem); letter-spacing: -.035em; margin: .55rem 0 1.25rem; }
h2 { font-size: clamp(1.55rem, 3vw, 2.3rem); margin-top: 2.3rem; }
h3 { font-size: 1.35rem; margin-top: 1.8rem; }
.lede { color: #35413c; font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.12rem, 2vw, 1.38rem); line-height: 1.5; }
.provenance-strip { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; border-block: 1px solid var(--line); margin: 2rem 0; padding: 1rem 0; }
.provenance-strip span { color: var(--muted); font-size: .87rem; }
.provenance-strip strong { color: var(--ink); display: block; font-size: 1.3rem; }
.callout { border: 1px solid #b8d2c5; border-left: 5px solid var(--green); background: var(--green-pale); padding: 1.2rem 1.4rem; margin: 2rem 0; }
.callout h2, .callout h3 { font-family: inherit; font-size: .95rem; letter-spacing: .08em; margin: 0 0 .65rem; text-transform: uppercase; }
.callout p:last-child { margin-bottom: 0; }
.callout.caution { background: var(--amber-pale); border-color: #e0bd82; border-left-color: var(--amber); }
.content-grid { display: grid; gap: 1.1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 250px), 1fr)); }
.identity-card, .download-card { background: var(--surface); border: 1px solid var(--line); padding: 1.25rem; }
.identity-card h2, .identity-card h3, .download-card h2 { font-family: inherit; font-size: 1rem; margin: 0 0 .7rem; }
.identity-card p { margin: .5rem 0; }
.identity-card .unsupported { border-top: 1px solid var(--line); color: var(--muted); margin-top: 1rem; padding-top: .9rem; }
.identity-card .unsupported strong { color: var(--red); }
.section { margin-top: 3.5rem; max-width: 900px; }
.section.wide { max-width: none; }
.citation { background: var(--blue-pale); border-radius: .2rem; color: var(--blue); font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .72em; padding: .16em .4em; white-space: normal; }
.citation a { color: inherit; font-weight: 700; }
.table-scroll { border: 1px solid var(--line); background: var(--surface); overflow-x: auto; margin: 1.2rem 0 2rem; }
table { border-collapse: collapse; font-size: .9rem; min-width: 760px; width: 100%; }
th, td { border-bottom: 1px solid var(--line); padding: .85rem .9rem; text-align: left; vertical-align: top; }
thead th { background: #eef1ee; color: #33413b; font-size: .72rem; letter-spacing: .06em; position: sticky; text-transform: uppercase; top: 0; }
tbody tr:last-child th, tbody tr:last-child td { border-bottom: 0; }
tbody tr:hover { background: #fafbf9; }
.claim-id { color: var(--green); display: block; font-family: ui-monospace, SFMono-Regular, Menlo, monospace; font-size: .78rem; margin-bottom: .35rem; }
.claim-text { display: block; min-width: 220px; }
.cell-detail { color: var(--muted); display: block; font-size: .8rem; line-height: 1.42; margin-top: .45rem; max-width: 40rem; }
q { display: block; font-family: Georgia, "Times New Roman", serif; min-width: 240px; }
.badge { border-radius: 999px; display: inline-block; font-size: .7rem; font-weight: 750; letter-spacing: .03em; padding: .2rem .52rem; white-space: nowrap; }
.badge-checked, .badge-included, .badge-high { background: var(--green-pale); color: var(--green-dark); }
.badge-excluded, .badge-low { background: var(--red-pale); color: var(--red); }
.badge-medium, .badge-moderate { background: var(--amber-pale); color: var(--amber); }
.controls { align-items: end; background: #eef1ee; border: 1px solid var(--line); display: grid; gap: .85rem; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); padding: 1rem; }
.controls label { color: #43504a; font-size: .75rem; font-weight: 720; letter-spacing: .04em; text-transform: uppercase; }
.controls input, .controls select { appearance: none; background: white; border: 1px solid #9fa9a3; border-radius: 0; color: var(--ink); display: block; font: inherit; margin-top: .35rem; min-height: 2.65rem; padding: .55rem .65rem; width: 100%; }
.results-count { color: var(--muted); font-size: .88rem; margin: .75rem 0; }
.data-table th:first-child { min-width: 260px; }
.download-grid { display: grid; gap: 1rem; grid-template-columns: repeat(auto-fit, minmax(min(100%, 310px), 1fr)); }
.download-card code { color: var(--muted); display: block; font-size: .68rem; overflow-wrap: anywhere; }
blockquote { border-left: 4px solid var(--line); color: var(--muted); margin-left: 0; padding-left: 1rem; }
footer { border-top: 1px solid var(--line); color: var(--muted); font-size: .82rem; margin: auto; max-width: var(--max); padding: 2rem 1.4rem 3rem; }
footer p { max-width: 850px; }
[hidden] { display: none !important; }
@media (max-width: 800px) {
  .header-inner { align-items: flex-start; flex-direction: column; gap: .8rem; }
  nav { justify-content: flex-start; }
  main { padding-top: 2.5rem; }
  h1 { font-size: clamp(2.25rem, 14vw, 4rem); }
  .controls { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .controls { grid-template-columns: 1fr; }
  nav { gap: .25rem .7rem; }
  nav a { font-size: .82rem; }
}
@media print {
  :root { --paper: white; --surface: white; }
  .site-header, .skip-link, .controls, footer { display: none; }
  main { max-width: none; padding: 0; }
  .page-heading { max-width: none; }
  h1 { font-size: 30pt; }
  a { color: inherit; text-decoration: none; }
  .table-scroll { border: 0; overflow: visible; }
  table { font-size: 8pt; min-width: 0; }
  thead th { position: static; }
  tr, .identity-card, .download-card { break-inside: avoid; }
}
