/* article.css :: shared layout for the long-form and thematic pages:
   operators, partnerships, funding, economics, regulation, safety,
   owning-one, beyond-roads, method. */

.article-head { padding: clamp(40px, 7vh, 80px) 0 clamp(20px, 3vh, 36px); }
.article-head .standfirst { margin-top: 18px; }

.article section { margin-top: clamp(40px, 7vh, 72px); }
/* Section numbers used to be typed into the markup, and had already drifted:
   regulation/ ran 00, 01, 02 because a section was inserted above the rest and
   nobody renumbered. A counter cannot drift, and inserting a section is now just
   inserting a section. */
.article { counter-reset: sec; }
.article h2.sec {
  font-size: clamp(18.5px, min(2.6vw, 4vh), 32px); font-weight: 800;
  letter-spacing: -0.015em; font-variation-settings: 'wdth' 112;
  display: flex; align-items: baseline; gap: 12px;
  counter-increment: sec;
}
.article h2.sec::before,
.article h2.sec .n {
  font-family: var(--font-mono); font-size: 13px; font-weight: 600;
  color: var(--muted); flex: none;
}
.article h2.sec::before { content: counter(sec, decimal-leading-zero); }
/* Sources carries a label rather than a number, and takes no place in the count. */
.article h2.sec.sec-mark { counter-increment: none; }
.article h2.sec.sec-mark::before { content: attr(data-mark); }
.article h2.sec + * { margin-top: 16px; }
.article .prose + .prose { margin-top: 16px; }

.fact-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 12px; margin-top: 20px;
}
.fact {
  background: var(--paper-2); border: 1px solid var(--rule);
  border-radius: var(--r-card); padding: 14px 16px;
}
.fact .num { font-size: 24px; font-weight: 600; display: block; }
.fact .lbl { font-size: 12.5px; color: var(--muted); margin-top: 2px; display: block; }
.fact .src { font-size: 11px; color: var(--muted); margin-top: 6px; display: block; }

.meet-list { margin-top: 16px; display: grid; gap: 8px; }
.meet-list .m-row {
  display: grid; grid-template-columns: minmax(130px, 200px) 1fr;
  gap: 8px 16px; padding: 10px 0; border-bottom: 1px solid var(--rule);
  font-size: 14.5px;
}
.meet-list .m-row .k { font-weight: 700; }
.meet-list .m-row .v { color: var(--ink-2); }
@media (max-width: 560px) { .meet-list .m-row { grid-template-columns: 1fr; gap: 2px; } }

.hard-part {
  border: 1px solid var(--rule); border-left: 6px solid var(--alert);
  border-radius: 0 var(--r-card) var(--r-card) 0;
  background: var(--paper-2); padding: 20px 24px; max-width: var(--measure);
}
.hard-part .hp-label {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: .14em; color: var(--alert); text-transform: uppercase;
}
.hard-part p { font-family: var(--font-serif); font-size: 17px; line-height: 1.6; margin-top: 10px; }

.watch-list { list-style: none; margin-top: 16px; max-width: var(--measure); }
.watch-list li {
  position: relative; padding: 12px 0 12px 34px;
  border-bottom: 1px solid var(--rule);
  font-size: 15px; line-height: 1.55;
}
.watch-list li::before {
  content: "◍"; position: absolute; left: 4px; top: 11px; color: var(--cyan-text);
}
.watch-list .caption { display: block; margin-top: 3px; }

.partner-groups { display: grid; gap: 14px; margin-top: 20px; }
.partner-groups .pg {
  background: var(--paper-2); border: 1px solid var(--rule);
  border-radius: var(--r-card); padding: 14px 18px;
}
.partner-groups .pg h3 {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
}
.partner-groups .pg ul { list-style: none; margin-top: 8px; }
.partner-groups .pg li { padding: 5px 0; font-size: 14px; border-top: 1px solid var(--rule); }
.partner-groups .pg li:first-child { border-top: 0; }
.partner-groups .pg li a { font-weight: 700; text-decoration: none; color: var(--ink); }
.partner-groups .pg li a:hover { color: var(--cyan-text); }
.partner-groups .pg li .caption { display: block; margin-top: 1px; }

.op-hero { display: flex; align-items: center; gap: 20px; }
.op-hero .mono-tile { width: 74px; height: 74px; font-size: 30px; border-radius: 16px; }
.op-hero .oh-meta { font-size: 13px; color: var(--muted); margin-top: 6px; }

table.spec { margin-top: 20px; }
table.spec th[scope="row"] {
  font-family: var(--font-display); font-weight: 700; font-size: 13.5px;
  text-transform: none; letter-spacing: 0; color: var(--ink);
  width: 170px; vertical-align: top; padding: 10px 12px;
  border-bottom: 1px solid var(--rule);
}
table.spec td { font-size: 14px; }

.op-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 16px; margin-top: 24px; }
.op-card {
  display: flex; flex-direction: column; gap: 10px;
  background: var(--paper-2); border: 1px solid var(--rule);
  border-radius: var(--r-card); padding: 20px; text-decoration: none;
  transition: border-color 120ms, transform 120ms;
}
.op-card:hover { border-color: var(--cyan-text); color: inherit; transform: translateY(-2px); }
.op-card .oc-top { display: flex; align-items: center; gap: 12px; }
.op-card .mono-tile { width: 44px; height: 44px; font-size: 17px; }
.op-card h3 { font-size: 18px; font-weight: 800; font-variation-settings: 'wdth' 112; }
.op-card .claim { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }
.op-card .hard { font-size: 12.5px; color: var(--muted); border-top: 1px solid var(--rule); padding-top: 10px; }
.op-card .hard b { color: var(--alert); font-weight: 600; }

.compare-scroll table { min-width: 980px; }
.compare-scroll th.op-col { white-space: nowrap; }

.sub-sec {
  margin-top: 34px; font-size: 17px; font-weight: 800;
  font-variation-settings: 'wdth' 112;
}

/* "What is missing": themed groups a reader can scan for a name */
.gap-group { margin-top: 18px; }
.gap-theme {
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .08em; text-transform: uppercase;
}
.gap-group > .caption { margin-top: 4px; }
.gap-list { margin: 8px 0 0 18px; display: grid; gap: 6px; }
.gap-list li { font-size: 13.5px; color: var(--ink-2); line-height: 1.5; }

.rank-table td .why { font-size: 12.5px; color: var(--muted); }

/* ---------------------------------------------------- expandable cut lists */
/* Every catalogued raise lives inside these rows now: the list scrolls in
   place instead of running the page, and each row opens the events behind
   its number. */
.cut-scroll {
  max-height: 380px; overflow-y: auto; overscroll-behavior: contain;
  margin-top: 8px; scrollbar-width: thin; scrollbar-color: var(--rule) transparent;
  background:
    linear-gradient(var(--paper-2) 30%, transparent) top / 100% 24px,
    linear-gradient(transparent, var(--paper-2) 70%) bottom / 100% 24px,
    radial-gradient(farthest-side at top, color-mix(in oklab, var(--ink) 16%, transparent), transparent) top / 100% 10px,
    radial-gradient(farthest-side at bottom, color-mix(in oklab, var(--ink) 16%, transparent), transparent) bottom / 100% 10px;
  background-repeat: no-repeat;
  background-attachment: local, local, scroll, scroll;
}
.cut > summary { list-style: none; cursor: pointer; }
.cut > summary::-webkit-details-marker { display: none; }
/* the caret is a third flex child, so space-between would drift the figure —
   anchor it right explicitly instead */
.cut > summary.rank-row { justify-content: flex-start; }
.cut > summary.rank-row .rr-k { margin-right: auto; }
.rr-caret { flex: none; width: 12px; font-size: 9px; color: var(--muted); }
.rr-caret::before { content: '▸'; }
.cut[open] > summary .rr-caret::before { content: '▾'; }
.cut-detail { padding: 2px 0 8px 17px; }
.cut-detail p { margin: 0; padding: 7px 0; font-size: 12.5px; line-height: 1.5; color: var(--ink-2); }
.cut-detail p + p { border-top: 1px solid var(--rule); }
.cut-detail .cite { font-size: 11px; }

/* ------------------------------------------------- table tooltips */
/* Formula and honesty tooltips: CSS-only, keyboard-reachable, styled like the
   chart tip but attached to their element. */
.ftip { position: relative; cursor: help; }
th .ftip { text-decoration: underline dotted; text-underline-offset: 3px; text-decoration-color: var(--muted); }
.ftip::after {
  content: attr(data-tip);
  position: absolute; left: 0; top: calc(100% + 6px); z-index: 60;
  width: max-content; max-width: 300px; white-space: normal;
  background: var(--ink); color: var(--paper);
  font-family: var(--font-display); font-size: 12px; line-height: 1.45; font-weight: 400;
  text-transform: none; letter-spacing: 0; text-align: left;
  padding: 8px 10px; border-radius: var(--r-chip);
  opacity: 0; visibility: hidden; pointer-events: none; transition: opacity 120ms;
}
.ftip:hover::after, .ftip:focus-visible::after { opacity: 1; visibility: visible; }
/* Escape dismisses the tooltip (WCAG 1.4.13); the class clears on blur/mouse-out */
.ftip.tip-off::after { opacity: 0; visibility: hidden; }
:root[data-theme="dark"] .ftip::after {
  background: var(--paper-2); color: var(--ink); border: 1px solid var(--rule);
}
.omark {
  margin-left: 5px; font-family: var(--font-mono); font-weight: 700;
  color: var(--cyan-text); cursor: help;
}
.omark::after { left: auto; right: 0; }
/* the eco table cannot actually overflow above 700px (fixed layout, four
   columns max), so let its tooltips escape instead of being clipped by the
   scroll container; below 700px the scroll stays and clipping is accepted */
@media (min-width: 700px) { #eco-table.table-scroll { overflow: visible; } }

/* Six regions down the left, each behind its own mark; the selected mark takes
   the accent and keeps it. The Q&A for the selected region reads on the right. */
.regimes {
  display: grid; grid-template-columns: 212px minmax(0, 1fr);
  gap: 8px 36px; margin-top: 24px; align-items: start;
}
.region-tabs { display: flex; flex-direction: column; gap: 6px; }
.region-tab {
  display: flex; align-items: center; gap: 12px; text-align: left;
  font-family: var(--font-mono); font-size: 12px; font-weight: 600;
  letter-spacing: .04em; text-transform: uppercase; color: var(--ink-2);
  border: 1px solid transparent; border-radius: var(--r-card);
  padding: 9px 12px; cursor: pointer;
  transition: border-color 140ms, background 140ms, color 140ms;
}
.region-tab .rt-icon { width: 44px; height: 44px; flex: none; color: var(--muted); transition: color 140ms; }
.region-tab:hover { background: var(--paper-2); color: var(--ink); }
.region-tab:hover .rt-icon { color: var(--ink-2); }
.region-tab[aria-selected="true"] {
  background: var(--paper-2); border-color: var(--rule); color: var(--ink);
}
.region-tab[aria-selected="true"] .rt-icon { color: var(--cyan-text); }
.region-panel { margin-top: 0; }
.region-panel[hidden] { display: none; }
@media (max-width: 760px) {
  .regimes { grid-template-columns: 1fr; }
  .region-tabs { flex-direction: row; flex-wrap: wrap; }
  .region-tab { padding: 6px 10px; }
  .region-tab .rt-icon { width: 30px; height: 30px; }
  .region-panel { margin-top: 16px; }
}

.recall-list { margin: 14px 0 0 18px; display: grid; gap: 8px; }
.recall-list li { font-size: 14px; color: var(--ink-2); line-height: 1.5; }
.recall-list li b { font-family: var(--font-mono); font-size: 12px; color: var(--ink); }
.qa { margin-top: 8px; }
.qa dt {
  font-family: var(--font-mono); font-size: 11px; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--muted);
  margin-top: 18px;
}
.qa dd { margin-top: 6px; font-family: var(--font-serif); font-size: 16.5px; line-height: 1.6; max-width: var(--measure); }

.incident-row { display: grid; grid-template-columns: 110px 130px 1fr 1fr; gap: 14px; padding: 14px 0; border-bottom: 1px solid var(--rule); font-size: 14px; }
.incident-row .d { font-family: var(--font-mono); font-size: 12px; color: var(--muted); }
.incident-row .op { font-weight: 700; }
.incident-row .what, .incident-row .result { color: var(--ink-2); line-height: 1.5; }
.incident-row .result b { color: var(--alert); font-weight: 600; }
@media (max-width: 760px) {
  .incident-row { grid-template-columns: 1fr; gap: 4px; }
}

.world-card { border: 1px solid var(--rule); border-radius: var(--r-card); background: var(--paper-2); padding: 22px; margin-top: 20px; }
.world-card h3 { font-size: 20px; font-weight: 800; font-variation-settings: 'wdth' 112; display: flex; justify-content: space-between; align-items: baseline; gap: 10px; flex-wrap: wrap; }
.world-card h3 .since { font-family: var(--font-mono); font-size: 12px; color: var(--cyan-text); font-weight: 600; }
.world-card dl { display: grid; grid-template-columns: max-content 1fr; gap: 8px 18px; margin-top: 14px; font-size: 14px; }
.world-card dt { font-family: var(--font-mono); font-size: 10.5px; letter-spacing: .1em; text-transform: uppercase; color: var(--muted); padding-top: 2px; }
.world-card dd { color: var(--ink-2); line-height: 1.5; }
@media (max-width: 560px) { .world-card dl { grid-template-columns: 1fr; gap: 2px; } .world-card dd { margin-bottom: 8px; } }

/* ------------------------------------------------------------------ charts
   The explorer on /funding/. Two charts stacked on one x-axis rather than one
   chart with two y-scales: capital and deal count are different measures and a
   shared axis would make one of them a lie. */
/* Window, View and Split by sit as three columns in one row, each label above
   its own chips; the companies picker takes the full width beneath them. */
.ch-controls {
  /* flex-wrap, not max-content grid tracks: the company-chip row must never
     widen the document (a page never scrolls horizontally) */
  display: flex; flex-wrap: wrap;
  gap: 16px 36px; margin-top: 16px;
}
.ch-col { display: flex; flex-direction: column; gap: 7px; align-items: flex-start; }
.ch-col > .lbl {
  font-size: 11px; font-family: var(--font-mono); letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted);
}
.ch-col .chips { display: flex; gap: 6px; flex-wrap: wrap; }
.ch-col-wide { flex-basis: 100%; min-width: 0; }
@media (max-width: 760px) { .ch-controls { grid-template-columns: 1fr; gap: 12px; } }
.ch-plot { margin-top: 20px; }
.ch-plot svg { display: block; overflow: visible; }
.ch-plot g[tabindex] { outline: none; }
.ch-plot g[tabindex]:focus-visible rect:last-of-type {
  fill: color-mix(in oklab, var(--cyan) 16%, transparent);
}
.ch-plot g[tabindex]:hover rect:last-of-type {
  fill: color-mix(in oklab, var(--cyan) 8%, transparent);
}
.ch-axis { font-family: var(--font-mono); font-size: 10px; fill: var(--muted); }
.ch-axis.ch-year { font-weight: 600; fill: var(--ink-2); }
.ch-sub { font-size: 11px; font-family: var(--font-mono); color: var(--muted); margin-top: 14px; }
.ch-legend { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 14px; }
.ch-key { display: inline-flex; align-items: center; gap: 6px; font-size: 12.5px; color: var(--ink-2); }
.ch-key .sw { width: 11px; height: 11px; border-radius: 3px; flex: none; }
.ch-tip {
  position: fixed; z-index: 60; pointer-events: none;
  background: var(--ink); color: var(--paper);
  font-size: 12px; line-height: 1.45; padding: 8px 10px;
  border-radius: var(--r-chip); max-width: 260px;
}
:root[data-theme="dark"] .ch-tip { background: var(--paper-2); color: var(--ink); border: 1px solid var(--rule); }
.ch-tip b { font-family: var(--font-mono); font-size: 11px; }
/* The pinned drill-down a bar click opens: interactive, wider, and it stays
   until dismissed, unlike the hover tooltip it shares its skin with. */
.ch-pin { pointer-events: auto; max-width: 320px; padding: 10px 12px; }
.ch-pin .pin-rows { display: grid; gap: 3px; margin-top: 7px; }
.ch-pin .pr { display: flex; justify-content: space-between; gap: 16px; }
.ch-pin .pr .num { font-family: var(--font-mono); }
.ch-pin .caption { margin-top: 7px; opacity: .7; font-size: 10.5px; }
.ch-fallback { margin-top: 18px; }
.ch-fallback summary { font-size: 12.5px; color: var(--muted); cursor: pointer; }
.ch-fallback table { margin-top: 12px; }
.ch-fallback caption { text-align: left; font-size: 12px; color: var(--muted); padding-bottom: 8px; }

/* ------------------------------------------------------- comparison tables
   Companies in the columns, metrics in the rows, four columns maximum. */
.cmp-wrap { display: grid; grid-template-columns: 210px minmax(0, 1fr); gap: 22px; margin-top: 20px; }
/* grid children default to min-width:auto, which lets a wide table push the page
   sideways instead of scrolling inside its own container */
.cmp-wrap > * { min-width: 0; }
@media (max-width: 860px) { .cmp-wrap { grid-template-columns: 1fr; } }

.cmp-rail { display: grid; gap: 14px; align-content: start; }
.rail-group { border: 0; }
.rail-group legend {
  font-size: 11px; font-family: var(--font-mono); letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted); padding-bottom: 6px;
}
.rail-row {
  display: flex; align-items: baseline; gap: 8px;
  font-size: 13px; color: var(--ink-2); padding: 3px 0; cursor: pointer;
}
.rail-row input { accent-color: var(--cyan-text); }
.rail-row.pinned { color: var(--muted); cursor: default; }
.rail-row .pin {
  font-size: 9.5px; font-family: var(--font-mono); text-transform: uppercase;
  letter-spacing: .05em; color: var(--muted); border: 1px solid var(--rule);
  border-radius: var(--r-pill); padding: 1px 5px; margin-left: auto;
}

.cmp-slots { display: flex; gap: 10px; flex-wrap: wrap; align-items: flex-end; margin-bottom: 14px; }
.cmp-slots .slot { display: grid; gap: 4px; position: relative; }
.cmp-slots .lbl {
  font-size: 10px; font-family: var(--font-mono); letter-spacing: .06em;
  text-transform: uppercase; color: var(--muted);
}
.cmp-slots select {
  font-family: var(--font-display); font-size: 13.5px; font-weight: 600;
  background: var(--paper-2); color: var(--ink);
  border: 1px solid var(--rule); border-radius: var(--r-chip);
  padding: 7px 10px; max-width: 190px;
}
.cmp-slots select:focus { border-color: var(--cyan-text); outline: none; }
.cmp-slots .drop {
  position: absolute; top: 16px; right: -7px;
  width: 18px; height: 18px; line-height: 1; border-radius: 50%;
  border: 1px solid var(--rule); background: var(--paper); color: var(--muted);
  font-size: 12px; cursor: pointer;
}
.cmp-slots .drop:hover { border-color: var(--alert); color: var(--alert); }
.cmp-slots .cap-max { align-self: center; }

table.cmp { table-layout: fixed; min-width: 560px; }
/* table.data sets th{white-space:nowrap}, which is right for a ledger header and
   wrong here: these headers are sentences. */
table.cmp th { white-space: normal; overflow-wrap: anywhere; }
table.cmp th.mlabel {
  text-align: left; width: 27%; font-size: 12.5px; font-weight: 600;
  line-height: 1.35; color: var(--ink-2);
  background: var(--paper); position: sticky; left: 0; z-index: 1;
}
table.cmp thead th { vertical-align: bottom; font-size: 15px; }
table.cmp thead th .th-sub {
  display: block; font-size: 11px; font-weight: 400; color: var(--muted);
  text-transform: none; letter-spacing: 0; margin-top: 3px; line-height: 1.35;
}
table.cmp td { font-size: 13px; }
table.cmp .v-num { font-family: var(--font-mono); font-weight: 500; }
table.cmp .v-num.strong { font-size: 15px; font-weight: 600; }
table.cmp .v-text { line-height: 1.45; }
table.cmp .v-sub { display: block; font-size: 11px; color: var(--muted); margin-top: 3px; }
table.cmp .v-sub.basis { line-height: 1.5; }
table.cmp .blank { color: var(--muted); font-size: 12px; font-style: italic; }
table.cmp tbody.out tr { background: color-mix(in oklab, var(--cyan) 5%, transparent); }
table.cmp tfoot th, table.cmp tfoot td { border-top: 2px solid var(--rule); vertical-align: top; }

.cmark {
  display: inline-block; margin-left: 5px; width: 14px; height: 14px;
  line-height: 13px; text-align: center; border-radius: 3px;
  font-family: var(--font-mono); font-size: 9px; font-weight: 600;
  border: 1px solid var(--rule); color: var(--muted);
  text-decoration: none; cursor: help;
}
.cmark.c-disclosed { color: var(--cyan-text); border-color: color-mix(in oklab, var(--cyan) 40%, var(--rule)); }
.cmark.c-estimated, .cmark.c-unverified { color: var(--alert); border-color: color-mix(in oklab, var(--alert) 35%, var(--rule)); }
.cite { font-size: 10.5px; font-family: var(--font-mono); color: var(--cyan-text); margin-left: 4px; }

input.eco-in {
  font-family: var(--font-mono); font-size: 13px; text-align: right;
  background: var(--paper-2); border: 1px solid var(--rule);
  border-radius: var(--r-chip); padding: 5px 8px; width: 100%; max-width: 120px;
  color: var(--ink);
}
input.eco-in:focus { border-color: var(--cyan-text); outline: none; }

.cmp-actions { display: flex; gap: 10px; align-items: center; flex-wrap: wrap; margin-top: 16px; }

/* ------------------------------------------------------------ ranked rows */
/* The same row shape wherever something is ranked: label left, figure right,
   and a bar carrying the proportion the figure states. It was pasted inline in
   four places before, which is why it had drifted apart. */
.rank-row {
  position: relative; display: flex; align-items: baseline;
  justify-content: space-between; gap: 10px;
  font-size: 13px; padding: 4px 0 7px;
}
.rank-row .rr-k { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.rank-row .num { flex: none; }
.rank-row .rr-bar {
  position: absolute; left: 0; bottom: 0; height: 3px; width: var(--pct, 0%);
  border-radius: 2px; background: color-mix(in oklab, var(--cyan) 55%, transparent);
}

/* ------------------------------------------------------------- narrow screens */
@media (max-width: 700px) {

  /* the comparison tables keep their horizontal scroll, but say so rather than
     silently clipping */
  .compare-scroll, .cmp-wrap { -webkit-overflow-scrolling: touch; }

  .rank-row { font-size: var(--fs-sm); }
}

/* ---------------------------------------------- the human-vs-autonomous table */
/* Moved with its content from the home page to /overview/. */
table.compare th[scope="row"] {
  font-weight: 700; font-size: 13.5px; width: 190px;
  font-family: var(--font-display); text-transform: none; letter-spacing: 0;
  color: var(--ink); vertical-align: top; padding: 12px;
  border-bottom: 1px solid var(--rule);
}
table.compare td { font-size: 14px; line-height: 1.5; max-width: 380px; }
table.compare thead th {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: .08em;
}

/* ------------------------------------------------ service coverage snapshot */
/* Where a driver is carrying passengers, and on what terms. Dated, because a
   coverage list without a date goes quietly wrong. */
.cv-summary { font-family: var(--font-mono); font-size: var(--fs-sm); color: var(--ink-2); margin-top: 6px; }
.cv-summary .num { font-weight: 700; color: var(--ink); }
.cv-grid {
  display: grid; gap: 12px; margin-top: 18px;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.cv-op {
  padding: 14px 16px; background: var(--paper-2);
  border: 1px solid var(--rule); border-radius: var(--r-card);
}
.cv-op-h {
  display: flex; align-items: baseline; justify-content: space-between; gap: 8px;
  padding-bottom: 8px; margin-bottom: 8px; border-bottom: 1px solid var(--rule);
}
.cv-op-h a { font-weight: 800; font-size: var(--fs-md); text-decoration: none; }
.cv-op-h a:hover { text-decoration: underline; }
.cv-n { font-family: var(--font-mono); font-size: var(--fs-xs); color: var(--muted); flex: none; }
.cv-list { list-style: none; display: flex; flex-direction: column; gap: 5px; }
.cv-city { display: flex; align-items: center; gap: 7px; font-size: var(--fs-sm); }
.cv-cc {
  flex: none; font-family: var(--font-mono); font-size: var(--fs-micro); font-weight: 600;
  letter-spacing: .06em; color: var(--ink-2);
  background: color-mix(in oklab, var(--cyan) 14%, transparent);
  border-radius: var(--r-chip); padding: 2px 6px; min-width: 28px; text-align: center;
}
.cv-name { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.cv-mark {
  flex: none; width: 15px; height: 15px; border-radius: 50%;
  display: inline-flex; align-items: center; justify-content: center;
  font-family: var(--font-mono); font-size: 9.5px; font-weight: 600;
  background: color-mix(in oklab, var(--ink) 12%, transparent); color: var(--ink-2);
  cursor: help;
}
.cv-legend {
  list-style: none; display: flex; flex-wrap: wrap; gap: 8px 20px; margin-top: 18px;
  font-size: var(--fs-xs); color: var(--ink-2);
}
.cv-legend li { display: flex; align-items: center; gap: 6px; }
.cv-src { margin-top: 14px; }

/* ---------------------------------------------------- policy instrument bars
   A count per chain link, drawn from data/cm-policy.json. Deliberately plain:
   the point is the shape of the distribution, not the chrome. */
.pol-bars { display: grid; gap: 10px; margin: 24px 0 8px; }
.pol-bar { display: grid; grid-template-columns: 120px 1fr 32px; align-items: center; gap: 12px; }
.pol-bar-label { font-size: 13px; color: var(--med-sub); }
.pol-bar-track { height: 18px; background: var(--tint); border-radius: 3px; overflow: hidden; }
.pol-bar-fill { display: block; height: 100%; border-radius: 3px; min-width: 2px; }
.pol-bar-n { font-family: var(--mono); font-size: 13px; text-align: right; }
@media (max-width: 560px) {
  .pol-bar { grid-template-columns: 88px 1fr 28px; gap: 8px; }
  .pol-bar-label { font-size: 12px; }
}

/* ------------------------------------------------------ cited figure cards
   A number this site did not produce, with its attribution attached and a
   link out to the chart at its source. Deliberately not a rehosted image. */
.cited-figure { margin: 24px 0; padding: 16px 20px; border-left: 2px solid var(--rule);
  background: var(--tint); border-radius: 0; }
.cf-claim { margin: 0 0 10px; font-size: 16px; line-height: 1.5; }
.cf-meta { display: flex; flex-wrap: wrap; gap: 6px 14px; align-items: baseline;
  font-family: var(--mono); font-size: 11px; letter-spacing: 0.02em; }
.cf-source { color: var(--ink); font-weight: 600; }
.cf-asof, .cf-link { color: var(--med-sub); }
.cf-link { text-decoration: underline; }
