:root{
  --ground:#eef1f1; --surface:#fff; --surface-2:#f7f9f9;
  /* Light-mode tokens darkened to clear WCAG AA (4.5:1) for normal text. Measured,
     not guessed: --muted was 4.23 on the page ground and carried the lede, the
     changelog dates and the nav links; --good was 4.01 on white; --accent-ink was
     4.48 on its own 8% pill. The dark-mode set already passed (6.4-7.5) and is
     unchanged. Each new value is the smallest darkening that clears the bar, so
     the palette still reads as it did. */
  --ink:#0e1a1d; --ink-2:#3d4d51; --muted:#5f6f74; --line:#dbe2e3; --line-2:#eaeff0;
  --accent:#0090a8; --accent-ink:#00697f; --second:#cc7a10;
  --good:#0d7047; --warn:#7d5607; --crit:#b3241c;
  --shadow:0 1px 2px rgba(14,26,29,.05),0 8px 24px -12px rgba(14,26,29,.18);
  --serif:ui-serif,"Iowan Old Style","Palatino Linotype",Palatino,Georgia,serif;
  --sans:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue",sans-serif;
  --mono:ui-monospace,"SF Mono",SFMono-Regular,Menlo,Consolas,monospace;
}
@media (prefers-color-scheme:dark){:root:not([data-theme="light"]){
  --ground:#0a1113; --surface:#111a1d; --surface-2:#162125;
  --ink:#e7edee; --ink-2:#c0ced1; --muted:#8ba0a4; --line:#213034; --line-2:#1a262a;
  --accent:#2199af; --accent-ink:#4bb8cc; --second:#c1872b;
  --good:#26ac72; --warn:#c1872b; --crit:#e04f6a;
  --shadow:0 1px 2px rgba(0,0,0,.4),0 12px 32px -14px rgba(0,0,0,.7);
}}
:root[data-theme="dark"]{
  --ground:#0a1113; --surface:#111a1d; --surface-2:#162125;
  --ink:#e7edee; --ink-2:#c0ced1; --muted:#8ba0a4; --line:#213034; --line-2:#1a262a;
  --accent:#2199af; --accent-ink:#4bb8cc; --second:#c1872b;
  --good:#26ac72; --warn:#c1872b; --crit:#e04f6a;
  --shadow:0 1px 2px rgba(0,0,0,.4),0 12px 32px -14px rgba(0,0,0,.7);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{animation:none!important;transition:none!important}}
body{margin:0;background:var(--ground);color:var(--ink);font-family:var(--sans);
  font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}
a{color:inherit}
:focus-visible{outline:2px solid var(--accent);outline-offset:2px;border-radius:2px}
.ext{width:.6em;height:.6em;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;
  stroke-linejoin:round;opacity:.5;flex:none;margin-left:.28em;vertical-align:baseline}

.wrap{max-width:940px;margin:0 auto;padding:0 22px 96px}
header.top{padding:14px 0 0}
/* The breadcrumb sticks: a dossier runs to 90KB, and getting back should not
   require scrolling to the top of it. Separate pages keep real URLs - which is
   what makes an individual issue linkable - so the return path is the thing to
   make cheap, not the navigation model. */
.crumbbar{position:sticky;top:var(--navh,0px);z-index:5;background:var(--ground);
  border-bottom:1px solid var(--line);margin:0 -22px;padding:11px 22px}
.crumb{font-size:12.5px;letter-spacing:.06em;text-transform:uppercase;color:var(--muted);
  display:flex;gap:8px;align-items:center;flex-wrap:wrap;max-width:940px;margin:0 auto}
.crumb .up{display:inline-flex;align-items:center;gap:6px}
.crumb .up svg{width:9px;height:9px;fill:none;stroke:currentColor;stroke-width:2;
  stroke-linecap:round;stroke-linejoin:round}
.crumb a{color:var(--accent-ink);text-decoration:none;border-bottom:1px solid transparent}
.crumb a:hover{border-bottom-color:currentColor}
.crumb span.sep{opacity:.5}
h1{font-family:var(--serif);font-weight:600;font-size:clamp(31px,4.4vw,47px);line-height:1.06;
  letter-spacing:-.018em;margin:14px 0 0;text-wrap:balance;max-width:20ch}
.lede{font-size:19px;line-height:1.5;color:var(--ink-2);max-width:62ch;margin:14px 0 0;text-wrap:pretty}
.facts{display:flex;flex-wrap:wrap;gap:0;margin:26px 0 0;border:1px solid var(--line);
  border-radius:10px;background:var(--surface);overflow:hidden}
.fact{flex:1 1 128px;padding:13px 16px;border-right:1px solid var(--line-2)}
.fact:last-child{border-right:0}
.fact b{display:block;font-family:var(--serif);font-size:27px;line-height:1.1;
  font-variant-numeric:tabular-nums}
.fact span{display:block;font-size:12px;color:var(--muted);margin-top:3px;line-height:1.35}

h2{font-family:var(--serif);font-weight:600;font-size:27px;letter-spacing:-.01em;
  margin:0 0 4px;text-wrap:balance}
/* the sticky bar is ~41px, so anchors need to clear it or they land underneath */
section{margin:56px 0 0;scroll-margin-top:calc(62px + var(--navh,0px))}
.sect-note{color:var(--muted);font-size:14.5px;margin:0 0 20px;max-width:64ch}
.prose p{margin:0 0 14px;max-width:66ch;color:var(--ink-2)}
.prose strong{color:var(--ink);font-weight:600}

/* ---- consensus chart ---- */
.chart{border:1px solid var(--line);border-radius:10px;background:var(--surface);
  padding:18px 20px 8px;box-shadow:var(--shadow)}
.legend{display:flex;gap:16px;font-size:12.5px;color:var(--muted);margin:0 0 16px;flex-wrap:wrap}
.legend i{display:inline-block;width:10px;height:10px;border-radius:2px;margin-right:6px;
  vertical-align:-1px}
.row{display:grid;grid-template-columns:minmax(0,1fr) 62px;gap:14px;align-items:center;
  padding:9px 0;border-bottom:1px solid var(--line-2)}
.row:last-child{border-bottom:0}
.row .lbl{font-size:14px;line-height:1.35;color:var(--ink-2);min-width:0}
.row .lbl a{text-decoration:none;border-bottom:1px solid var(--line)}
.row .lbl a:hover{border-bottom-color:var(--accent)}
.track{display:block;height:11px;background:var(--surface-2);border-radius:3px;overflow:hidden;
  display:flex;gap:2px;margin-top:6px;border:1px solid var(--line-2)}
.seg{display:block;height:100%;border-radius:2px}
.seg.n{background:var(--accent)}
.seg.d{background:var(--second)}
.seg.q{background:var(--muted);opacity:.45}
.cnt{font-family:var(--mono);font-size:13px;color:var(--ink-2);text-align:right;
  font-variant-numeric:tabular-nums}

/* ---- issue cards ---- */
.issue{border:1px solid var(--line);border-radius:12px;background:var(--surface);
  margin:0 0 18px;box-shadow:var(--shadow);overflow:hidden;scroll-margin-top:62px}
.issue > .head{padding:20px 22px 18px}
/* inline-flex with no wrap: the freshness pill pushed the row 50px past a phone's
   right edge because nothing was allowed to break */
.rank{display:flex;flex-wrap:wrap;align-items:center;gap:9px;font-size:11.5px;
  letter-spacing:.07em;text-transform:uppercase;color:var(--muted);margin:0 0 9px}
.pill{display:inline-block;padding:2px 8px;border-radius:20px;font-size:11px;letter-spacing:.04em;
  border:1px solid var(--line);background:var(--surface-2);color:var(--ink-2);text-transform:none}
.pill.hot{border-color:color-mix(in srgb,var(--accent) 45%,transparent);
  color:var(--accent-ink);background:color-mix(in srgb,var(--accent) 8%,transparent)}
.pill.split{border-color:color-mix(in srgb,var(--second) 50%,transparent);
  color:var(--second);background:color-mix(in srgb,var(--second) 10%,transparent)}
.pill.fresh{border-color:color-mix(in srgb,var(--good) 40%,transparent);color:var(--good);
  background:color-mix(in srgb,var(--good) 8%,transparent)}
.pill.stale{border-color:color-mix(in srgb,var(--warn) 45%,transparent);color:var(--warn);
  background:color-mix(in srgb,var(--warn) 9%,transparent)}
/* Deliberately quiet rather than alarming: an issue we reached ourselves is a claim to
   stand behind, not a warning. It must still be visibly a different KIND of thing from
   a consensus count, so it is the one pill with no fill. */
.pill.ours{border-style:dashed;border-color:var(--line);color:var(--ink-2);background:none}
.issue h3{font-family:var(--serif);font-weight:600;font-size:21px;line-height:1.24;margin:0;
  letter-spacing:-.008em;text-wrap:balance}
.issue .stmt{margin:11px 0 0;color:var(--ink-2);max-width:66ch}
.issue .detail{margin:11px 0 0;color:var(--muted);font-size:14.5px;max-width:68ch}

/* ---- statistics ---- */
.stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(168px,1fr));gap:0;
  border-top:1px solid var(--line-2);background:var(--surface-2)}
.stat{padding:14px 18px;border-right:1px solid var(--line-2);border-bottom:1px solid var(--line-2)}
.stat b{display:block;font-family:var(--serif);font-size:29px;line-height:1;color:var(--accent-ink);
  font-variant-numeric:tabular-nums}
.stat .what{display:block;font-size:12.5px;line-height:1.4;color:var(--ink-2);margin-top:7px}
.stat .src{display:block;font-size:11.5px;color:var(--muted);margin-top:6px}
.stat .src a{text-decoration:none;border-bottom:1px solid var(--line)}
.stat .src a:hover{border-bottom-color:var(--accent)}

/* ---- disclosure ---- */
details{border-top:1px solid var(--line-2)}
details > summary{padding:12px 22px;cursor:pointer;font-size:13.5px;color:var(--accent-ink);
  list-style:none;display:flex;align-items:center;gap:8px;user-select:none}
details > summary::-webkit-details-marker{display:none}
details > summary::before{content:"";width:6px;height:6px;border-right:1.6px solid currentColor;
  border-bottom:1.6px solid currentColor;transform:rotate(-45deg);transition:transform .15s;flex:none;
  margin-right:2px}
details[open] > summary::before{transform:rotate(45deg)}
details > summary:hover{background:var(--surface-2)}
.inner{padding:4px 22px 20px}

/* ---- remedies ---- */
.remedy{margin:0 0 18px;padding:0 0 0 15px;border-left:2px solid var(--line)}
.remedy:last-child{margin-bottom:0}
.remedy h4{font-size:15px;font-weight:650;margin:0;line-height:1.35;color:var(--ink)}
.remedy p{margin:6px 0 10px;font-size:14px;color:var(--muted);max-width:64ch}
/* The artifact that proves the fix landed. Second class, not .remedy p alone: a single
   class plus an element loses to .remedy p, which is the specificity trap this file has
   hit three times. */
.remedy p.donewhen{margin:-2px 0 10px;font-size:13.5px;color:var(--ink-2);max-width:64ch}
.remedy p.donewhen b{color:var(--ink);font-weight:600}
ol.steps{margin:0;padding:0;list-style:none;counter-reset:s}
ol.steps li{counter-increment:s;position:relative;padding:0 0 10px 30px;font-size:14px;
  color:var(--ink-2);line-height:1.5}
ol.steps li::before{content:counter(s);position:absolute;left:0;top:1px;width:19px;height:19px;
  border-radius:50%;background:var(--surface-2);border:1px solid var(--line);color:var(--muted);
  font-size:11px;font-family:var(--mono);display:flex;align-items:center;justify-content:center}
.meta{display:inline-flex;gap:7px;margin-left:8px;vertical-align:1px}
.tag{font-size:10.5px;letter-spacing:.03em;padding:1px 6px;border-radius:3px;background:var(--surface-2);
  border:1px solid var(--line-2);color:var(--muted);white-space:nowrap}

/* ---- evidence ---- */
table.ev{width:100%;border-collapse:collapse;font-size:13.5px}
table.ev th{text-align:left;font-size:11px;letter-spacing:.06em;text-transform:uppercase;
  color:var(--muted);font-weight:600;padding:0 10px 7px 0;border-bottom:1px solid var(--line)}
table/* Distinct from .loc on purpose: the locator is where in the document to look,
   which is a fact; this is our reading of it, which is a judgement. They looked
   identical. */
.ev .ourread{display:block;margin:3px 0 0;font-size:12.5px;line-height:1.5;
  color:var(--ink-2);border-left:2px solid var(--line);padding-left:8px}
.ev .ourread b{font-weight:600;color:var(--muted);font-size:11px;
  text-transform:uppercase;letter-spacing:.05em;margin-right:4px}
.ev td{padding:9px 10px 9px 0;border-bottom:1px solid var(--line-2);vertical-align:top;
  color:var(--ink-2)}
table.ev tr:last-child td{border-bottom:0}
table.ev a{text-decoration:none;border-bottom:1px solid var(--line);color:var(--ink)}
table.ev a:hover{border-bottom-color:var(--accent)}
.st{font-size:11px;padding:1px 7px;border-radius:3px;white-space:nowrap;border:1px solid var(--line-2);
  background:var(--surface-2);color:var(--muted)}
.st.names{color:var(--accent-ink);border-color:color-mix(in srgb,var(--accent) 35%,transparent)}
.st.disputes{color:var(--second);border-color:color-mix(in srgb,var(--second) 45%,transparent)}
.loc{display:block;font-size:11.5px;color:var(--muted);margin-top:3px}
.scroll{overflow-x:auto}

/* ---- dissent ---- */
.split{border:1px solid var(--line);border-radius:12px;background:var(--surface);padding:20px 22px;
  box-shadow:var(--shadow);margin:0 0 16px}
.split h3{font-family:var(--serif);font-size:19px;font-weight:600;margin:0 0 4px;line-height:1.3}
.split > p{color:var(--muted);font-size:14.5px;margin:0 0 16px;max-width:66ch}
.vs{display:grid;grid-template-columns:1fr 1fr;gap:14px}
@media (max-width:640px){.vs{grid-template-columns:1fr}.row{grid-template-columns:minmax(0,1fr) 52px}}
.side{border:1px solid var(--line-2);border-radius:9px;padding:14px 15px;background:var(--surface-2)}
.side.a{border-left:3px solid var(--accent)}
.side.b{border-left:3px solid var(--second)}
.side .who{font-size:12px;letter-spacing:.05em;text-transform:uppercase;color:var(--muted);
  margin:0 0 7px;display:flex;justify-content:space-between;gap:8px}
.side .claim{font-size:14px;color:var(--ink-2);margin:0}
.side .num{font-family:var(--serif);font-size:25px;color:var(--ink);display:block;margin:0 0 5px;
  font-variant-numeric:tabular-nums}

/* ---- share ----
   Every control in the panel is styled by ONE selector list covering both <a> and
   <button>. Styling them separately is the documented trap on this project: font,
   padding, radius, colour and line-height all have to be restated on the button, and
   line-height is the one that gets missed - it left a button 5px shorter than the link
   beside it with everything else identical. */
.share{position:relative;margin:16px 0 0}
.share-btn{display:inline-flex;align-items:center;gap:7px;font:inherit;font-size:12.5px;
  line-height:20px;color:var(--muted);background:transparent;border:1px solid var(--line);
  border-radius:7px;padding:5px 11px;cursor:pointer}
.share-btn:hover{color:var(--ink);border-color:var(--line-2)}
.share-btn svg{width:13px;height:13px;fill:none;stroke:currentColor;stroke-width:1.6}
/* THE [hidden] RESET IS LOAD-BEARING, not tidiness. An author rule that sets `display`
   beats the user-agent's `[hidden]{display:none}`, so the panel below shipped permanently
   open and the toggle changed an attribute nobody could see. `.kwhy-panel[hidden]` a
   hundred lines from here is the same fix for the same reason, which makes this the
   second instance - verify_css checks the class now. */
.share-menu[hidden]{display:none}
.share-menu{position:absolute;left:0;top:calc(100% + 6px);z-index:20;min-width:186px;
  padding:6px;border:1px solid var(--line);border-radius:9px;background:var(--surface);
  box-shadow:var(--shadow);display:flex;flex-direction:column;gap:2px}
.share-menu a,.share-menu button{display:block;width:100%;text-align:left;font:inherit;
  font-size:13px;line-height:20px;color:var(--ink-2);background:transparent;border:0;
  border-radius:6px;padding:7px 10px;cursor:pointer;text-decoration:none}
.share-menu a:hover,.share-menu button:hover{background:var(--surface-2);color:var(--ink)}
.share-note{font-size:11.5px;color:var(--muted);padding:4px 10px 2px;margin:0}

/* ---- positions matrix ----
   Identity is carried by the LETTER, never by the colour: a reader who cannot separate
   the accent from the second colour still reads N, D, Q and P. Colour reinforces. */
/* Same box as .chart above it - border, radius and surface all match, because these two
   are one argument in two views and a card that hugs its content beside one that fills
   the column reads as a mistake.
   table-layout:fixed is what makes width:100% safe here. Under AUTO layout the spare
   pixels all went to the first column - max-width on a table cell is a suggestion the
   algorithm may ignore, and it gave issue names 534px of an 894px card. Fixed layout
   honours the widths set on the header row instead. The table then needs a floor, or a
   narrow viewport would squeeze the columns rather than scroll them, and that floor
   depends on how many organizations this topic has - so it is computed per page and set
   inline, the way the bars above set their own widths. */
.mtx-wrap{overflow-x:auto;border:1px solid var(--line);border-radius:10px;
  background:var(--surface);box-shadow:var(--shadow);margin:0 0 14px}
.mtx{border-collapse:collapse;font-size:12.5px;width:100%;table-layout:fixed}
.mtx thead th.orgh{width:34px}
.mtx caption{caption-side:top;text-align:left;padding:12px 16px 0;font-size:12px;
  color:var(--muted)}
.mtx th{font-weight:600}
/* No max-height and no overflow:hidden. A fixed 126px header clipped "Institute of
   Directors" to "Institute of Director" and "Stanford Hoover Institution" to "Stanford
   Hoover Ins" - truncating a publisher's name in the column that attributes a position
   to them, which is the one string on this grid that must not be approximate. The row is
   as tall as the longest name instead. */
.mtx thead th.orgh{vertical-align:bottom;padding:12px 0 9px;
  border-bottom:1px solid var(--line)}
.mtx thead th.orgh > span{display:inline-block;writing-mode:vertical-rl;
  transform:rotate(180deg);white-space:nowrap;font-size:12px;font-weight:500;
  color:var(--ink-2)}
.mtx thead th.rowh{text-align:left;vertical-align:bottom;padding:12px 14px 9px;
  font-size:11.5px;letter-spacing:.07em;text-transform:uppercase;color:var(--muted);
  border-bottom:1px solid var(--line)}
/* No min/max-width here: under table-layout:fixed the column is sized by the header row,
   and a width on a body cell is ignored. Putting it here looked right and did nothing. */
.mtx tbody th.rowh{text-align:left;padding:7px 14px;font-weight:500;font-size:13px;
  color:var(--ink-2);border-bottom:1px solid var(--line-2)}
.mtx tbody th.rowh a{color:inherit;text-decoration:none;border-bottom:1px solid var(--line)}
.mtx tbody th.rowh a:hover{color:var(--ink)}
.mtx td.c{width:30px;min-width:30px;text-align:center;padding:7px 3px;
  border-bottom:1px solid var(--line-2);border-left:1px solid var(--line-2);
  font-variant-numeric:tabular-nums;color:var(--muted)}
.mtx td.c.none{color:var(--line)}
.mtx-key{display:flex;flex-wrap:wrap;gap:6px 16px;margin:0 0 12px;font-size:12.5px;
  color:var(--muted)}
.mtx-key span{display:flex;align-items:center;gap:7px}
/* One definition, worn by the cell and by the key. Styling the two separately is how a
   legend drifts from the thing it explains - and the key is the only reason the letters
   mean anything. */
.gl{display:inline-block;width:20px;line-height:20px;text-align:center;border-radius:5px;
  font-size:11.5px;font-weight:600}
.gl-n{background:color-mix(in srgb,var(--accent) 18%,transparent);color:var(--accent)}
.gl-d{background:color-mix(in srgb,var(--second) 22%,transparent);color:var(--second)}
.gl-q{background:color-mix(in srgb,var(--muted) 16%,transparent);color:var(--ink-2)}
.gl-p{box-shadow:inset 0 0 0 1px var(--line);color:var(--muted);font-weight:500}
.mtx-foot{font-size:12.5px;color:var(--muted);margin:0;max-width:72ch}

/* ---- coverage ---- */
.cov{display:flex;flex-wrap:wrap;gap:6px}
.org{font-size:12.5px;padding:4px 10px;border-radius:5px;border:1px solid var(--line);
  background:var(--surface);color:var(--ink-2)}
.org.quiet{color:var(--muted);background:transparent}
.cov-group{margin:0 0 16px}
/* h3, not h4: this sits directly under the h2 of "Who is represented", so an h4
   skipped a level on 46 pages. The rule sets every property where the h3 and h4
   defaults differ - size, weight, spacing, transform, colour, margin - so the
   tag change is visually neutral, which was measured rather than assumed. */
.cov-group h3{font-size:11.5px;letter-spacing:.07em;text-transform:uppercase;
  color:var(--muted);margin:0 0 8px;font-weight:600}
footer{margin:64px 0 0;padding:22px 0 0;border-top:1px solid var(--line);color:var(--muted);
  font-size:13px;max-width:70ch}
footer p{margin:0 0 8px}
