:root {
  color-scheme: light;
  --ink: #101816;
  --muted: #58625f;
  --paper: #f3f0e8;
  --surface: #fffdf8;
  --line: #d8d7cf;
  --dark: #0b1211;
  --dark-soft: #131d1a;
  --mint: #9fe6c4;
  --mint-strong: #42bd82;
  --amber: #e7b85e;
  --blue: #8fc8e8;
  --radius: 12px;
  --shadow: 0 24px 70px rgba(10, 18, 16, 0.12);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-synthesis: none;
  text-rendering: optimizeLegibility;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); line-height: 1.55; }
a { color: inherit; }
button, input, select { font: inherit; }
code, pre { font-family: "SFMono-Regular", Consolas, "Liberation Mono", monospace; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: var(--surface); padding: .75rem 1rem; border: 2px solid var(--ink); }
.skip-link:focus { top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 20; height: 72px; padding: 0 clamp(1rem, 4vw, 4.5rem); display: flex; align-items: center; gap: 2.5rem;
  background: rgba(243, 240, 232, .94); border-bottom: 1px solid rgba(16, 24, 22, .14); backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: center; gap: .65rem; font-weight: 760; letter-spacing: -.04em; text-decoration: none; font-size: 1.15rem; }
.brand-mark { display: grid; width: 32px; height: 32px; place-items: center; background: var(--dark); color: var(--mint); border-radius: 8px; font-family: Georgia, serif; font-style: italic; font-weight: 400; }
.brand-dot { color: #39785d; }
nav { display: flex; gap: 1.8rem; margin-left: auto; }
nav a, .footer-links a { color: #34413d; text-decoration: none; font-size: .88rem; font-weight: 650; }
nav a:hover, .footer-links a:hover { color: #07633f; }
.header-cta { border: 1px solid var(--ink); border-radius: 999px; padding: .52rem 1rem; text-decoration: none; font-size: .85rem; font-weight: 700; }

.hero { min-height: 760px; padding: clamp(5rem, 9vw, 8.5rem) clamp(1.25rem, 7vw, 7.5rem) 5rem; display: grid; grid-template-columns: minmax(0, .88fr) minmax(470px, 1.12fr); align-items: center; gap: clamp(3rem, 7vw, 8rem); position: relative; overflow: hidden; }
.hero::before { content: ""; position: absolute; width: 420px; height: 420px; right: -180px; top: 40px; border: 1px solid rgba(16, 24, 22, .09); border-radius: 50%; box-shadow: 0 0 0 70px rgba(16, 24, 22, .025), 0 0 0 140px rgba(16, 24, 22, .018); pointer-events: none; }
.eyebrow { margin: 0 0 1.25rem; text-transform: uppercase; font-size: .72rem; font-weight: 800; letter-spacing: .16em; color: #357155; }
.pulse { display: inline-block; width: 8px; height: 8px; margin-right: .45rem; border-radius: 50%; background: var(--mint-strong); box-shadow: 0 0 0 4px rgba(66, 189, 130, .15); }
h1 { margin: 0; max-width: 720px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.5rem, 6vw, 6.65rem); font-weight: 400; letter-spacing: -.07em; line-height: .94; }
.hero-lede { margin: 2rem 0 0; max-width: 610px; color: #4a5552; font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.hero-actions { display: flex; gap: .85rem; margin-top: 2rem; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 48px; padding: .75rem 1.15rem; border-radius: 8px; border: 1px solid transparent; font-weight: 750; font-size: .9rem; text-decoration: none; cursor: pointer; }
.button.primary { background: var(--dark); color: white; }
.button.primary:hover { background: #1b2a26; }
.button.secondary { border-color: #a8aaa4; background: transparent; }
.button.secondary:hover { background: rgba(255, 255, 255, .6); }
.button.full { width: 100%; }
.signal-row { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 3.5rem 0 0; padding-top: 1.5rem; border-top: 1px solid #cbc9c1; }
.signal-row div { min-width: 0; }
.signal-row dt { font-size: .68rem; text-transform: uppercase; letter-spacing: .1em; color: #79817e; }
.signal-row dd { margin: .28rem 0 0; font-size: .82rem; font-weight: 700; }

.console { position: relative; background: var(--dark); color: #dce5e1; border: 1px solid #26312e; border-radius: 14px; box-shadow: var(--shadow); overflow: hidden; transform: perspective(1400px) rotateY(-2deg); }
.console::after { content: ""; position: absolute; inset: 0; pointer-events: none; background-image: linear-gradient(rgba(255,255,255,.025) 1px, transparent 1px); background-size: 100% 28px; opacity: .25; }
.console-head, .console-foot { display: flex; align-items: center; gap: .9rem; height: 48px; padding: 0 1rem; background: #111a18; border-bottom: 1px solid #27312e; font-family: monospace; font-size: .72rem; color: #899691; }
.traffic-lights { display: flex; gap: 5px; }
.traffic-lights i { width: 8px; height: 8px; background: #45504d; border-radius: 50%; }
.traffic-lights i:nth-child(2) { background: #57675f; }
.traffic-lights i:nth-child(3) { background: #528a6c; }
.live-status { margin-left: auto; display: inline-flex; align-items: center; gap: .35rem; }
.live-status i { width: 6px; height: 6px; border-radius: 50%; background: #7c8984; }
.live-status.ok i { background: var(--mint-strong); }
.live-status.degraded i { background: var(--amber); }
.request-line { display: flex; gap: .75rem; padding: .95rem 1.1rem; border-bottom: 1px solid #27312e; font-size: .73rem; overflow: hidden; }
.request-line code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #b9c3bf; }
.method { display: inline-block; color: #45cb8b; font-family: monospace; font-size: .73rem; font-weight: 850; }
.console-body { margin: 0; padding: 1.35rem; min-height: 390px; font-size: clamp(.72rem, 1vw, .83rem); line-height: 1.8; overflow: auto; }
.json-key { color: #9cc8e1; }.json-string { color: #b7d9bf; }.json-number { color: #e8c783; }.json-string.verified { color: #78dfa9; }
.console-foot { height: 40px; border-top: 1px solid #27312e; border-bottom: 0; justify-content: space-between; }

.trust-strip { padding: 1.4rem clamp(1.25rem, 7vw, 7.5rem); display: flex; align-items: center; gap: 2rem; background: #e6e2d7; border-block: 1px solid #cfcdc4; }
.trust-strip p { margin: 0; flex: 1; font-family: Georgia, serif; font-size: 1.03rem; }
.trust-strip ul { display: flex; flex-wrap: wrap; gap: .7rem 1.4rem; margin: 0; padding: 0; list-style: none; font-size: .72rem; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; color: #58625f; }
.trust-strip li::before { content: "·"; color: #27855a; margin-right: .55rem; }

.section, .source-section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); }
.section-intro { max-width: 720px; }
.section-intro h2, .prompt-copy h2, .contact-section h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(2.5rem, 4.5vw, 4.6rem); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.section-intro > p:last-child, .prompt-copy > p { color: var(--muted); font-size: 1.06rem; max-width: 640px; }
.data-grid { display: grid; grid-template-columns: 1.15fr 1fr 1fr; gap: 1rem; margin-top: 3.2rem; }
.data-card { min-height: 390px; padding: 1.65rem; display: flex; flex-direction: column; background: rgba(255, 253, 248, .58); border: 1px solid #d0cfc8; border-radius: var(--radius); }
.data-card.featured { background: var(--surface); box-shadow: 0 16px 50px rgba(25, 33, 30, .06); }
.card-top { display: flex; justify-content: space-between; align-items: center; }
.data-icon { display: grid; place-items: center; width: 40px; height: 40px; border-radius: 8px; background: #dcefe3; color: #1b6d48; font: 800 .73rem/1 monospace; }
.status { display: inline-flex; align-items: center; white-space: nowrap; border-radius: 999px; padding: .25rem .55rem; font-size: .64rem; font-weight: 850; text-transform: uppercase; letter-spacing: .07em; }
.status.ready { background: #dcefe3; color: #176541; }.status.research { background: #e1ecf3; color: #275e7b; }.status.planned { background: #ebe8df; color: #696b65; }
.data-card h3 { margin: 2rem 0 .6rem; font-family: Georgia, serif; font-size: 2rem; font-weight: 400; }
.data-card > p { margin: 0; color: #56605d; }
.data-card dl { margin: auto 0 0; border-top: 1px solid #d9d8d2; }
.data-card dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0; border-bottom: 1px solid #e2e0da; font-size: .76rem; }
.data-card dt { color: #747b78; }.data-card dd { margin: 0; text-align: right; font-weight: 700; }
.scope-note { max-width: 900px; margin: 1.5rem 0 0; padding: 1rem 1.2rem; border-left: 3px solid #4b9971; background: rgba(255,255,255,.35); color: #4e5955; font-size: .85rem; }

.governance-section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); color: #eef3f0; background: var(--dark); }
.section-intro.light .eyebrow { color: var(--mint); }.section-intro.light > p:last-child { color: #a9b5b0; }
.lineage { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0; margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid #34413d; }
.lineage li { position: relative; padding: 1.4rem 1.15rem 1.8rem 0; border-right: 1px solid #26332f; }
.lineage li + li { padding-left: 1.15rem; }
.lineage > li > span { display: inline-grid; width: 30px; height: 30px; place-items: center; margin-top: -2.4rem; background: var(--dark); border: 1px solid #4c5c56; border-radius: 50%; color: var(--mint); font: 700 .65rem monospace; }
.lineage h3 { margin: 1.1rem 0 .5rem; font-size: .95rem; }.lineage p { margin: 0; color: #9daba5; font-size: .8rem; }
.governance-callout { display: grid; grid-template-columns: .4fr 1.6fr auto; align-items: center; gap: 2rem; margin-top: 2.5rem; padding: 1.5rem; background: var(--dark-soft); border: 1px solid #2f4039; border-radius: 10px; }
.callout-label { color: var(--mint); text-transform: uppercase; letter-spacing: .12em; font-size: .7rem; font-weight: 800; }.governance-callout > p { margin: 0; }.governance-callout > p:nth-child(2) { color: #b5c1bc; font-size: .87rem; }.governance-callout a { color: var(--mint); white-space: nowrap; text-decoration: none; font-size: .82rem; font-weight: 750; }

.docs-section { background: var(--surface); }
.api-layout { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: 1rem; margin-top: 3rem; }
.query-builder, .response-panel { border: 1px solid #d5d5cf; border-radius: 10px; background: white; overflow: hidden; }
.query-builder { padding: 1.25rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-head { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; padding-bottom: .8rem; border-bottom: 1px solid #e2e1db; }
.form-head h3 { margin: 0; font-size: .95rem; }.form-head span { font: 700 .65rem monospace; color: #26744e; }
.query-builder label { display: grid; gap: .35rem; color: #68716e; font-size: .72rem; font-weight: 750; }
.query-builder input, .query-builder select { width: 100%; height: 42px; padding: 0 .65rem; color: var(--ink); background: #fbfaf6; border: 1px solid #d1d2cc; border-radius: 6px; }
.query-builder .button { grid-column: 1 / -1; border: 0; }
.conditional-fields { grid-column: 1 / -1; grid-template-columns: 1fr 1fr; gap: 1rem; }.conditional-fields:not([hidden]) { display: grid; }
.response-panel { display: flex; flex-direction: column; min-width: 0; background: var(--dark); }
.response-tabs { display: flex; align-items: center; gap: 1rem; height: 46px; padding: 0 1rem; border-bottom: 1px solid #29332f; }
.response-tabs button, .response-tabs a { color: #87948e; background: none; border: 0; text-decoration: none; font-size: .75rem; cursor: pointer; }.response-tabs .active { color: white; }
.response-panel pre { min-height: 360px; max-height: 540px; margin: 0; padding: 1.2rem; overflow: auto; color: #bfd0c8; font-size: .76rem; line-height: 1.7; }
.response-actions { display: flex; align-items: center; gap: 1rem; margin-top: auto; padding: .8rem 1rem; border-top: 1px solid #29332f; color: #8e9b96; }
.response-actions code { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: .68rem; }
.copy-small { margin-left: auto; padding: .35rem .55rem; flex: none; color: #c9d5d0; background: transparent; border: 1px solid #4a5752; border-radius: 5px; cursor: pointer; font-size: .67rem; }
.endpoint-list { margin-top: 2rem; border-top: 1px solid #d8d8d2; }
.endpoint-list > div { display: grid; grid-template-columns: 70px minmax(260px, .7fr) 1fr; align-items: center; gap: 1rem; padding: 1rem .2rem; border-bottom: 1px solid #deddd7; }
.endpoint-list code { font-size: .8rem; }.endpoint-list p { margin: 0; color: #66706c; font-size: .8rem; }

.prompt-section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; background: #dfe9e1; }
.prompt-copy > p { margin-top: 1.4rem; }.security-list { margin: 2rem 0 0; padding: 0; list-style: none; display: grid; gap: .7rem; color: #43504b; font-size: .84rem; }.security-list span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: .5rem; color: #146d44; background: #c8e8d5; border-radius: 50%; font-size: .7rem; }
.prompt-card { min-width: 0; background: #f9faf7; border: 1px solid #b8c6bc; border-radius: 10px; box-shadow: 0 24px 60px rgba(27, 47, 37, .1); overflow: hidden; }
.prompt-head, .prompt-foot { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 48px; padding: .7rem 1rem; background: #edf2ed; border-bottom: 1px solid #cbd5cd; color: #5f6b65; font: 700 .68rem monospace; }
.prompt-head button { padding: .4rem .6rem; color: #175f3d; background: #d2ebdc; border: 1px solid #9ec9af; border-radius: 5px; cursor: pointer; font: inherit; }
.prompt-card pre { margin: 0; padding: 1.3rem; max-height: 510px; overflow: auto; white-space: pre-wrap; color: #293631; font-size: .73rem; line-height: 1.65; }
.prompt-foot { min-height: 38px; border-top: 1px solid #cbd5cd; border-bottom: 0; font-weight: 500; }

.source-section { background: var(--paper); }
.source-table-wrap { margin-top: 3rem; overflow-x: auto; border: 1px solid #d1d1ca; border-radius: 10px; background: rgba(255,255,255,.4); }
table { width: 100%; border-collapse: collapse; font-size: .8rem; }
th { padding: .9rem 1rem; text-align: left; color: #737b78; background: #e9e6dc; text-transform: uppercase; letter-spacing: .08em; font-size: .62rem; }
td { padding: 1rem; border-top: 1px solid #dbdad3; }td:first-child { font-weight: 750; }
.method-pill { display: inline-block; padding: .24rem .45rem; border: 1px solid #bacbc2; border-radius: 4px; color: #236748; background: #edf5f0; font: 700 .66rem monospace; }.method-pill.publication { color: #6b5c3e; background: #f4f0e6; border-color: #d9ccb1; }

.roadmap-section { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); background: #f2f1eb; }
.roadmap-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 1px; margin: 3rem 0 0; padding: 1px; list-style: none; background: #cfd3cd; border: 1px solid #cfd3cd; border-radius: 10px; overflow: hidden; }
.roadmap-card { min-height: 250px; padding: 1.4rem; background: #faf9f4; }
.roadmap-card.current { background: #e9f2ec; }
.roadmap-head { display: flex; justify-content: space-between; gap: .8rem; color: #66716c; font: 750 .66rem monospace; text-transform: uppercase; letter-spacing: .07em; }
.roadmap-head strong { color: #2b7250; }
.roadmap-card h3 { margin: 2.5rem 0 .8rem; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; line-height: 1.05; letter-spacing: -.025em; }
.roadmap-card p { margin: 0; color: #56625d; font-size: .82rem; }
.roadmap-rule { margin: 1.3rem 0 0; padding: 1rem 1.2rem; border-left: 3px solid #317653; color: #4f5d57; background: #e8ece7; font-size: .8rem; }
.country-focus { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(2rem, 7vw, 6rem); margin-top: clamp(4rem, 7vw, 6rem); padding: clamp(2rem, 5vw, 4.5rem); color: #eef4f1; background: var(--dark); border-radius: 12px; }
.country-focus h3 { max-width: 700px; margin: .7rem 0 1.2rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 4vw, 3.5rem); font-weight: 400; line-height: 1.02; letter-spacing: -.04em; }
.country-focus p { color: #becac5; }
.research-links { display: flex; flex-wrap: wrap; gap: .55rem 1rem; margin-top: 1.5rem; }
.research-links a { color: #c7ead7; font-size: .74rem; text-underline-offset: 3px; }
.country-tiers { align-self: center; border-top: 1px solid #46534e; }
.country-tiers section { padding: 1.4rem 0; border-bottom: 1px solid #46534e; }
.country-tiers span { color: #9bd2b5; font: 750 .65rem monospace; text-transform: uppercase; letter-spacing: .08em; }
.country-tiers p { margin: .6rem 0 0; color: #edf2ef; line-height: 1.7; }
.country-tiers small { display: block; margin-top: 1.1rem; color: #91a099; font-size: .68rem; }

.contact-section { padding: clamp(5rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); text-align: center; color: white; background: #225b43; }
.contact-section .eyebrow { color: #b8e4cd; }.contact-section h2 { max-width: 840px; margin-inline: auto; }.contact-section > p:not(.eyebrow) { max-width: 650px; margin: 1.2rem auto 1.8rem; color: #d4e7dc; }.light-button { background: white; color: #154d36; }

.policy-main { background: var(--surface); }
.policy-hero { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem) clamp(4rem, 7vw, 6rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.policy-hero h1 { max-width: 850px; }
.policy-hero > p:not(.eyebrow) { max-width: 780px; margin: 1.8rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.policy-summary { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; margin: 3.5rem 0 0; border-block: 1px solid #cbc9c1; }
.policy-summary div { padding: 1.15rem 1.2rem 1.15rem 0; }
.policy-summary div + div { padding-left: 1.2rem; border-left: 1px solid #d4d1c8; }
.policy-summary dt { color: #717a76; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; }
.policy-summary dd { margin: .35rem 0 0; font-size: .82rem; font-weight: 650; }
.policy-layout { display: grid; grid-template-columns: minmax(180px, .34fr) minmax(0, 1.66fr); gap: clamp(2rem, 7vw, 7rem); max-width: 1440px; margin: 0 auto; padding: clamp(4rem, 8vw, 7rem) clamp(1.25rem, 7vw, 7.5rem); }
.policy-toc { position: sticky; top: 104px; align-self: start; display: grid; gap: .58rem; padding-left: 1rem; border-left: 1px solid #d0d2cc; }
.policy-toc p { margin: 0 0 .4rem; color: #727a77; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; font-weight: 800; }
.policy-toc a { color: #46534e; text-decoration: none; font-size: .78rem; }
.policy-toc a:hover { color: #126842; }
.policy-content { max-width: 820px; }
.policy-content section { scroll-margin-top: 100px; padding-bottom: 3.4rem; }
.policy-content section + section { padding-top: 3.4rem; border-top: 1px solid #deded8; }
.policy-number { margin: 0 0 .7rem; color: #2b7c56; font: 750 .7rem/1 monospace; letter-spacing: .12em; }
.policy-content h2 { margin: 0 0 1.3rem; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2rem, 3.5vw, 3.35rem); font-weight: 400; line-height: 1.05; letter-spacing: -.045em; }
.policy-content h3 { margin: 2rem 0 .55rem; font-size: .95rem; }
.policy-content p, .policy-content li { color: #485550; }
.policy-content p { margin: 0 0 1rem; }
.policy-content ul { display: grid; gap: .55rem; padding-left: 1.2rem; }
.policy-content a { color: #0f6841; text-underline-offset: 3px; }
.policy-table-wrap { margin: 1.4rem 0; overflow-x: auto; border: 1px solid #d5d7d0; border-radius: 9px; }
.policy-table-wrap table { background: #fbfaf6; }
.policy-table-wrap td:first-child { width: 28%; }
.policy-callout { margin: 1.6rem 0; padding: 1.2rem 1.3rem; border-left: 3px solid #398661; background: #eaf3ed; }
.policy-callout strong { display: block; margin-bottom: .35rem; font-size: .78rem; text-transform: uppercase; letter-spacing: .08em; }
.policy-callout p { margin: 0; }

.coverage-main { background: var(--surface); }
.coverage-hero { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem) clamp(4rem, 7vw, 6rem); background: var(--paper); border-bottom: 1px solid var(--line); }
.coverage-hero h1 { max-width: 940px; }
.coverage-hero > p:not(.eyebrow) { max-width: 800px; margin: 1.8rem 0 0; color: var(--muted); font-size: clamp(1.05rem, 1.45vw, 1.25rem); }
.coverage-principles { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 980px; margin: 3.5rem 0 0; border-block: 1px solid #cbc9c1; }
.coverage-principles div { padding: 1.15rem 1.2rem 1.15rem 0; }.coverage-principles div + div { padding-left: 1.2rem; border-left: 1px solid #d4d1c8; }
.coverage-principles dt { color: #717a76; text-transform: uppercase; letter-spacing: .1em; font-size: .65rem; font-weight: 800; }.coverage-principles dd { margin: .35rem 0 0; font-size: .82rem; font-weight: 650; }
.coverage-map-section, .coverage-register { padding: clamp(5rem, 9vw, 8rem) clamp(1.25rem, 7vw, 7.5rem); }
.coverage-map-section { background: #e9eee9; }
.coverage-section-head { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.coverage-section-head h2, .coverage-register h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.5rem, 4.5vw, 4.6rem); font-weight: 400; line-height: 1; letter-spacing: -.055em; }
.coverage-filter { display: grid; gap: .4rem; min-width: 250px; color: #68716e; font-size: .72rem; font-weight: 750; }
.coverage-filter select { height: 44px; padding: 0 .75rem; border: 1px solid #aeb9b2; border-radius: 6px; background: #fbfcf9; color: var(--ink); }
.coverage-map-wrap { margin-top: 2.5rem; overflow: hidden; border: 1px solid #bfc9c2; border-radius: 12px; background: #dce8e4; }
#coverage-map { display: block; width: 100%; height: auto; min-height: 320px; }
.map-sphere { fill: #dce8e4; stroke: #9dafaa; stroke-width: 1; }
.map-graticule { fill: none; stroke: #c2d0cb; stroke-width: .7; }
.map-country { stroke: #f7f8f4; stroke-width: .65; vector-effect: non-scaling-stroke; transition: fill .18s ease, stroke .18s ease; }
.map-country.status-not_in_scope { fill: #d4d6d0; }.map-country.status-available { fill: #246d4d; }.map-country.status-connector_ready { fill: #77b894; }.map-country.status-researched { fill: #79a8c0; }.map-country.status-planned { fill: #b8a66d; }.map-country.status-priority_gap { fill: #eee9dc; stroke: #9a7a37; stroke-dasharray: 3 2; }
.map-country[role="button"] { cursor: pointer; }.map-country[role="button"]:hover, .map-country[role="button"]:focus { stroke: #101816; stroke-width: 2; outline: none; }
.map-error { margin: 1rem; color: #7a322d; }
.coverage-legend { display: flex; flex-wrap: wrap; gap: .7rem 1.3rem; margin: 1rem 0 0; color: #55615c; font-size: .72rem; font-weight: 700; }
.coverage-legend span { display: inline-flex; align-items: center; gap: .42rem; }.coverage-legend i { width: 13px; height: 13px; border: 1px solid rgba(16,24,22,.25); border-radius: 3px; }
.legend-available { background: #246d4d; }.legend-ready { background: #77b894; }.legend-researched { background: #79a8c0; }.legend-planned { background: #b8a66d; }.legend-gap { background: #eee9dc; border-style: dashed !important; border-color: #9a7a37 !important; }
.map-detail { min-height: 155px; margin-top: 2.2rem; padding: 1.4rem; color: #edf3f0; background: var(--dark); border-radius: 10px; }
.map-detail .eyebrow { margin-bottom: .5rem; color: var(--mint); }.map-detail h3 { margin: 0; font-family: Georgia, serif; font-size: 1.8rem; font-weight: 400; }.map-detail > p:not(.eyebrow) { margin: .6rem 0 0; color: #b9c5c0; }.map-detail .research-links { margin-top: .8rem; }
.coverage-register { background: var(--surface); }.coverage-register .section-intro { max-width: 850px; }.coverage-register .section-intro > p:last-child { max-width: 760px; }
.coverage-table-wrap { margin-top: 2.5rem; overflow-x: auto; border: 1px solid #d0d3cc; border-radius: 10px; }
.coverage-table-wrap table { min-width: 840px; background: #fbfaf6; }.coverage-table-wrap td { vertical-align: top; }.coverage-table-wrap td a { color: #0f6841; text-underline-offset: 3px; }
.coverage-status { display: inline-flex; padding: .22rem .45rem; border-radius: 999px; white-space: nowrap; font-size: .62rem; font-weight: 800; text-transform: uppercase; letter-spacing: .05em; }
.coverage-status.status-available { color: #14583a; background: #d6ecdf; }.coverage-status.status-connector_ready { color: #225f43; background: #dcebe2; }.coverage-status.status-researched { color: #285f79; background: #dceaf1; }.coverage-status.status-planned { color: #665a38; background: #eee8d6; }.coverage-status.status-priority_gap { color: #735a28; background: #f3ecda; }.coverage-status.status-not_in_scope { color: #696f6c; background: #e9e9e4; }
.industry-register { color: #edf3f0; background: var(--dark); }.industry-register .eyebrow { color: var(--mint); }.industry-register .section-intro > p:last-child { color: #aab7b1; }
.dark-table { border-color: #34413d; }.dark-table table { color: #e9efec; background: var(--dark-soft); }.dark-table th { color: #aab7b1; background: #1c2824; }.dark-table td { border-color: #34413d; }.dark-table td a { color: #b8e4cd; }
.industry-context { margin: 1.3rem 0 0; max-width: 920px; color: #aab7b1; font-size: .8rem; }
.source-ledger { background: var(--paper); }.source-ledger > p:last-child a { color: #0f6841; text-underline-offset: 3px; }

footer { display: grid; grid-template-columns: 1fr auto; gap: 1rem; padding: 3rem clamp(1.25rem, 7vw, 7.5rem); color: #b6c1bd; background: var(--dark); }
.footer-brand { color: white; }.footer-brand + p { margin: .75rem 0 0; font-size: .8rem; }.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1.2rem; }.footer-links a { color: #c6cfcc; }.legal { grid-column: 1 / -1; margin: 2rem 0 0; padding-top: 1.2rem; border-top: 1px solid #293530; color: #788681; font-size: .7rem; }

:focus-visible { outline: 3px solid #54b984; outline-offset: 3px; }
@media (max-width: 1050px) {
  .hero { grid-template-columns: 1fr; padding-top: 6rem; }.hero-copy { max-width: 760px; }.console { max-width: 760px; transform: none; }.data-grid { grid-template-columns: 1fr 1fr; }.data-card:last-child { grid-column: 1 / -1; }.lineage { grid-template-columns: 1fr; border-top: 0; border-left: 1px solid #34413d; }.lineage li, .lineage li + li { display: grid; grid-template-columns: auto 1fr; gap: 1rem; padding: 1rem 0 1rem 1.3rem; border-right: 0; }.lineage > li > span { margin: 0 0 0 -2.3rem; }.lineage h3 { margin-top: 0; }.prompt-section { grid-template-columns: 1fr; }.prompt-copy { max-width: 650px; }.policy-summary { grid-template-columns: 1fr 1fr; }.policy-summary div:nth-child(3) { border-left: 0; border-top: 1px solid #d4d1c8; }.policy-summary div:nth-child(4) { border-top: 1px solid #d4d1c8; }
}
@media (max-width: 1050px) {
  .roadmap-grid { grid-template-columns: 1fr 1fr; }
  .country-focus { grid-template-columns: 1fr; }
  .coverage-principles { grid-template-columns: 1fr; }
  .coverage-principles div, .coverage-principles div + div { padding: 1rem 0; border-left: 0; border-top: 1px solid #d4d1c8; }.coverage-principles div:first-child { border-top: 0; }
}
@media (max-width: 760px) {
  .site-header { height: 64px; gap: 1rem; }.site-header nav { display: none; }.header-cta { margin-left: auto; }.hero { min-height: auto; grid-template-columns: minmax(0,1fr); padding-top: 4.5rem; }.console-body { min-height: 300px; }.signal-row { grid-template-columns: 1fr; }.trust-strip { display: block; }.trust-strip ul { margin-top: 1rem; }.data-grid { grid-template-columns: 1fr; }.data-card:last-child { grid-column: auto; }.governance-callout { grid-template-columns: 1fr; }.api-layout { grid-template-columns: 1fr; }.endpoint-list > div { grid-template-columns: 55px 1fr; }.endpoint-list p { grid-column: 2; }.response-actions { align-items: stretch; flex-direction: column; }.copy-small { margin: 0; }.query-builder { grid-template-columns: 1fr; }.query-builder > *, .query-builder .button, .conditional-fields { grid-column: 1; }.conditional-fields:not([hidden]) { grid-template-columns: 1fr; }.prompt-head span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }.policy-hero { padding-top: 4.5rem; }.policy-summary { grid-template-columns: 1fr; }.policy-summary div, .policy-summary div + div { padding: 1rem 0; border-left: 0; border-top: 1px solid #d4d1c8; }.policy-summary div:first-child { border-top: 0; }.policy-layout { grid-template-columns: 1fr; }.policy-toc { position: static; padding: 1rem; border: 1px solid #d0d2cc; border-radius: 8px; }footer { grid-template-columns: 1fr; }.footer-links { justify-content: flex-start; }.legal { grid-column: 1; }
}
@media (max-width: 760px) {
  .roadmap-grid { grid-template-columns: 1fr; }
  .roadmap-card { min-height: 0; }
  .country-focus { padding: 1.5rem; }
  .coverage-section-head { align-items: stretch; flex-direction: column; }
  .coverage-filter { min-width: 0; }
  #coverage-map { min-height: 220px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
