/* AccuraTrials Evidence Log — launch-site tokens, editorial measure. */
:root {
  --bg: #0B0B0F;
  --fg: #EFEEE9;
  --muted: #8B8A80;
  --card: #101112;
  --line: rgba(255, 255, 255, 0.12);
  --line-strong: rgba(255, 255, 255, 0.2);
  --flag: #FF453A;
  --comet: #eca8d6;
  --ease-out: cubic-bezier(0.23, 1, 0.32, 1);
  --font-ui: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --font-display: "Google Sans", "Outfit", system-ui, sans-serif;
  --font-mono: "SFMono-Regular", ui-monospace, "SF Mono", Consolas, "Liberation Mono", monospace;
  --measure: 720px;
  --frame: 1400px;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--fg);
  font-family: var(--font-ui);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
::selection { background: rgba(255, 255, 255, 0.25); color: #fff; }
a { color: rgba(255, 255, 255, 0.7); text-decoration: none; }
a:hover { color: #fff; }
a:focus-visible, button:focus-visible {
  outline: 2px solid rgba(255, 255, 255, 0.8);
  outline-offset: 3px;
}
.problems summary,
article.body h2,
.cta,
.ev-card { scroll-margin-top: 88px; }
.skip-link {
  position: absolute;
  left: 12px;
  top: -40px;
  z-index: 80;
  padding: 8px 12px;
  background: #fff;
  color: #000;
  font: 600 12px var(--font-ui);
}
.skip-link:focus { top: 12px; }

@keyframes starOrbit { from { offset-distance: 0%; } to { offset-distance: 100%; } }
@keyframes heroUp { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

.rails {
  pointer-events: none;
  position: fixed;
  top: 0; bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
  width: 100%;
  max-width: var(--frame);
}
.rails span {
  position: absolute;
  top: 0; bottom: 0;
  width: 1px;
  background: rgba(255, 255, 255, 0.15);
  mix-blend-mode: difference;
}
.rails .l1 { left: 20px; }
.rails .l2 { left: 28px; }
.rails .r1 { right: 20px; }
.rails .r2 { right: 28px; }

.cross {
  position: absolute;
  width: 12px;
  height: 12px;
  z-index: 20;
}
.cross::before, .cross::after {
  content: "";
  position: absolute;
  background: linear-gradient(to bottom, transparent, rgba(226, 232, 240, 0.65) 50%, transparent);
}
.cross::before {
  left: 50%;
  top: 0;
  height: 100%;
  width: 1px;
  transform: translateX(-50%);
}
.cross::after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  transform: translateY(-50%);
  background: linear-gradient(to right, transparent, rgba(226, 232, 240, 0.65) 50%, transparent);
}
.cross.tl { left: 0; top: 0; transform: translate(-50%, -50%); }
.cross.tr { right: 0; top: 0; transform: translate(50%, -50%); }
.cross.bl { left: 0; bottom: 0; transform: translate(-50%, 50%); }
.cross.br { right: 0; bottom: 0; transform: translate(50%, 50%); }

.site-header {
  position: fixed;
  top: 12px;
  left: 0;
  right: 0;
  z-index: 60;
}
.site-nav {
  position: relative;
  margin: 0 auto;
  width: calc(100% - 3.5rem);
  max-width: 1344px;
  transition: background-color 400ms ease, backdrop-filter 400ms ease;
}
.site-nav::before, .site-nav::after {
  content: "";
  position: absolute;
  left: 0; right: 0;
  height: 1px;
  background: rgba(239, 238, 233, 0.1);
  z-index: 10;
}
.site-nav::before { top: 0; }
.site-nav::after { bottom: 0; }
.site-nav__row {
  display: flex;
  height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
}
.brand {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #fff;
}
.brand img {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 7px;
}
.brand span {
  font: 600 12px var(--font-ui);
  letter-spacing: 0.16em;
  color: #fff;
}
.nav-links {
  display: flex;
  align-items: center;
  gap: 36px;
}
.nav-links a {
  font-size: 13.5px;
  color: rgba(255, 255, 255, 0.7);
}
.nav-links a:hover,
.nav-links a.is-current { color: #fff; }

.starbtn {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid rgba(226, 232, 240, 0.5);
  color: #fff;
}
.starbtn .orbit {
  position: absolute;
  inset: 0;
  width: 110px;
  aspect-ratio: 1;
  background: radial-gradient(ellipse at center, #FAFAFA, transparent 55%, transparent);
  offset-path: var(--path);
  offset-distance: 0%;
  animation: starOrbit 3s linear infinite;
}
.starbtn .fill {
  position: absolute;
  inset: 2px;
  border-radius: 999px;
  background: #000;
  border: 1px solid rgba(255, 255, 255, 0.15);
  z-index: 4;
}
.starbtn .label {
  position: relative;
  z-index: 10;
  font: 600 11px var(--font-ui);
  letter-spacing: 0.08em;
  white-space: nowrap;
  color: #fff;
}

.hatch {
  position: relative;
  margin: 0 auto;
  height: 40px;
  width: calc(100% - 3.5rem);
  max-width: 1344px;
}
.hatch__bar {
  position: absolute;
  left: 0; right: 0;
  top: 50%;
  height: 40px;
  transform: translateY(-50%);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  background: repeating-linear-gradient(135deg, transparent 0, transparent 6px, rgba(255, 255, 255, 0.06) 6px, rgba(255, 255, 255, 0.06) 7px);
}

.site-footer {
  position: relative;
  background: #000;
}
.site-footer__inner {
  max-width: var(--frame);
  margin: 0 auto;
  padding: 0 56px;
}
.site-footer__grid {
  padding: 72px 0;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 32px;
}
.site-footer h3 {
  margin: 0 0 20px;
  font-size: 13.5px;
  font-weight: 600;
  color: #fff;
}
.site-footer .col {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.site-footer .col a {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.4);
}
.site-footer .col a:hover { color: #fff; }
.site-footer .blurb {
  margin: 0 0 28px;
  max-width: 300px;
  font-size: 13.5px;
  line-height: 1.65;
  color: rgba(255, 255, 255, 0.5);
}
.site-footer .legal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 30px 0;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.3);
}
.site-footer .legal p { margin: 0; }
.pulse {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.pulse i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #34d399;
}
.hire {
  font-size: 10px;
  padding: 2px 8px;
  background: #fff;
  color: #000;
  border-radius: 999px;
  font-weight: 600;
}

/* ---- article / index ---- */
.at-post {
  font-size: 17px;
  line-height: 1.75;
}
.at-post .wrap {
  max-width: var(--measure);
  margin: 0 auto;
  padding: 0 24px;
}
.at-post .frame {
  max-width: var(--frame);
  margin: 0 auto;
  padding: 0 56px;
}

.bloghead {
  padding: 156px 0 0;
  animation: heroUp 0.8s var(--ease-out) both;
}
.bloghead .kicker {
  margin: 0 0 20px;
  font: 500 11px var(--font-mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.at-post h1 {
  margin: 0;
  font-family: var(--font-display);
  line-height: 0.95;
  letter-spacing: -0.025em;
  font-weight: 500;
  text-wrap: balance;
}
.at-post h1 .grad {
  display: block;
  margin-top: 6px;
  background: linear-gradient(to bottom, #ffffff, #d4d4d8, #71717a);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: transparent;
}
.bloghead .headrow {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr);
  gap: 24px 72px;
  align-items: end;
}
.bloghead h1 { font-size: clamp(44px, 4.6vw, 68px); }
.bloghead .sub {
  margin: 0 0 6px;
  max-width: 46ch;
  color: var(--muted);
  font-size: clamp(15.5px, 1.2vw, 17px);
  line-height: 1.65;
  text-wrap: pretty;
}
.bloghead .logline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 16px;
  margin-top: 44px;
  padding: 14px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font: 500 10.5px var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.38);
}
.bloghead .logline i {
  font-style: normal;
  color: rgba(255, 255, 255, 0.2);
}

/* ---- index: the log itself ---- */
.postlist { padding: 44px 0 120px; }
.postlist .frame {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.postcard {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1fr);
  border: 1px solid var(--line);
  color: inherit;
  animation: heroUp 0.7s var(--ease-out) both;
  transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}
.postlist .postcard:nth-of-type(1) { animation-delay: 0.1s; }
.postlist .postcard:nth-of-type(2) { animation-delay: 0.18s; }
.postlist .postcard:nth-of-type(3) { animation-delay: 0.26s; }
.postlist .postcard:nth-of-type(4) { animation-delay: 0.34s; }
.postcard:hover,
a.postcard:hover {
  background: var(--card);
  border-color: var(--line-strong);
  box-shadow: inset 1px 0 0 #fff;
  color: inherit;
}
.postcard .pc-main {
  padding: 36px 44px 32px;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.postcard .pc-side {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
  padding: 36px 44px 32px;
}
.postcard .meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 10px;
  font: 500 10.5px var(--font-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.42);
}
.postcard .meta .num { color: var(--fg); }
.postcard h2 {
  margin: 18px 0 0;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: clamp(26px, 2.8vw, 36px);
  letter-spacing: -0.02em;
  line-height: 1.1;
  color: var(--fg);
  text-wrap: balance;
}
.postcard p {
  margin: 0;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
  text-wrap: pretty;
}
.postcard .who {
  font: 400 11.5px var(--font-mono);
  color: var(--muted);
}
.postcard .who::before {
  content: "↳ ";
  color: var(--comet);
}
.postcard .read {
  display: inline-flex;
  align-items: center;
  margin-top: 26px;
  font: 600 11px var(--font-ui);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fff;
}
.postcard .read .arr {
  display: inline-block;
  margin-left: 8px;
  transition: transform 220ms var(--ease-out);
}
.postcard:hover .read .arr { transform: translateX(4px); }

/* ---- post header ---- */
header.post { padding: 156px 0 40px; animation: heroUp 0.8s var(--ease-out) both; }
.crumb {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 26px;
  font: 500 11px var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--muted);
}
.crumb:hover { color: #fff; }
.eyebrow {
  margin-bottom: 20px;
  font: 500 11px var(--font-mono);
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.4);
}
.crumb + .eyebrow { margin-top: 0; }
header.post h1 {
  max-width: 22ch;
  font-size: clamp(38px, 4.6vw, 64px);
}
.byline {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 22px;
  align-items: center;
  margin-top: 26px;
  padding: 15px 0;
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  font: 400 12.5px var(--font-mono);
  color: var(--muted);
}
.byline b { color: var(--fg); font-weight: 500; }

article.body { padding: 44px 0 96px; }
article.body p { margin: 0 0 24px; text-wrap: pretty; }
article.body h2 {
  margin: 52px 0 18px;
  font-family: var(--font-display);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.02em;
  line-height: 1.2;
  color: var(--fg);
  text-wrap: balance;
}
article.body strong { color: var(--fg); font-weight: 600; }
article.body em { color: var(--muted); font-style: italic; }
article.body code {
  font-family: var(--font-mono);
  font-size: 0.9em;
  color: var(--fg);
}
article.body a:not(.btn-solid):not(.btn-ghost):not(.btn-mail) {
  color: var(--fg);
  border-bottom: 1px solid var(--muted);
}
article.body a:not(.btn-solid):not(.btn-ghost):not(.btn-mail):hover { border-bottom-color: #fff; }

.lede {
  font-size: 20px;
  line-height: 1.55;
  color: var(--fg);
}

.pullquote {
  margin: 36px 0;
  padding: 6px 0 6px 28px;
  border-left: 1px solid #fff;
}
.pullquote p {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 500;
  color: var(--fg);
}
.pullquote .attr {
  font: 500 11px var(--font-mono);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.statstrip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin: 36px 0;
  border: 1px solid var(--line);
}
.statstrip .cell {
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}
.statstrip .cell:last-child { border-right: none; }
.statstrip .num {
  font-family: var(--font-mono);
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: var(--fg);
  line-height: 1.1;
}
.statstrip .lbl {
  margin-top: 6px;
  font: 500 10px var(--font-mono);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--muted);
  line-height: 1.5;
}

.problems {
  margin: 30px 0 34px;
  border: 1px solid var(--line);
}
.problems details { border-bottom: 1px solid var(--line); }
.problems details:last-child { border-bottom: none; }
.problems summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  align-items: baseline;
  gap: 16px;
  padding: 18px 20px;
  transition: background 150ms ease;
}
.problems summary::-webkit-details-marker { display: none; }
.problems summary:hover,
.problems details[open] summary { background: var(--card); }
.problems .idx {
  min-width: 26px;
  font: 500 11px var(--font-mono);
  color: var(--muted);
}
.problems .name {
  flex: 1;
  font-family: var(--font-display);
  font-weight: 500;
  font-size: 17px;
  color: var(--fg);
}
.problems .toggle {
  font: 400 16px var(--font-mono);
  color: var(--muted);
  transition: transform 160ms var(--ease-out);
}
.problems details[open] .toggle { transform: rotate(45deg); }
.problems .body-copy,
.problems .body {
  padding: 0 20px 20px 62px;
  color: var(--muted);
  font-size: 15.5px;
  line-height: 1.7;
}
.problems .body-copy strong,
.problems .body strong { color: var(--fg); }

.evidence {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin: 32px 0;
}
.ev-card {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 1px solid #fff;
  padding: 22px 22px 18px;
}
.ev-card .label {
  margin-bottom: 10px;
  font: 500 11px var(--font-mono);
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--muted);
}
.ev-card .stat {
  margin-bottom: 10px;
  font-family: var(--font-mono);
  font-size: 40px;
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1;
  color: var(--fg);
}
.ev-card .stat small {
  font-size: 16px;
  color: var(--muted);
  font-weight: 400;
}
.ev-card .desc {
  margin-bottom: 14px;
  font-size: 14.5px;
  line-height: 1.6;
  color: var(--muted);
}
.ev-card .src {
  padding-top: 10px;
  border-top: 1px dashed var(--line);
  font: 400 11px var(--font-mono);
  color: var(--muted);
}
.ev-card .src::before {
  content: "↳ ";
  color: var(--comet);
}

.tablewrap {
  overflow-x: auto;
  margin: 32px 0 10px;
  border: 1px solid var(--line);
  width: min(1040px, calc(100vw - 80px));
  max-width: none;
  margin-left: 50%;
  transform: translateX(-50%);
}
table {
  border-collapse: collapse;
  width: 100%;
  min-width: 760px;
  font-size: 14px;
}
thead th {
  background: var(--card);
  font: 500 11px var(--font-mono);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
  font-weight: 500;
  text-align: right;
  padding: 12px 14px;
  border-bottom: 1px solid var(--line);
  white-space: nowrap;
}
thead th:first-child { text-align: left; }
tbody td {
  padding: 13px 14px;
  border-bottom: 1px solid var(--line);
  text-align: right;
  font-family: var(--font-mono);
  font-size: 13.5px;
  color: var(--fg);
  white-space: nowrap;
}
tbody td:first-child {
  text-align: left;
  font-family: var(--font-ui);
  font-size: 14.5px;
}
tbody td .nct {
  display: block;
  font-family: var(--font-mono);
  font-size: 11px;
  color: var(--muted);
}
tbody tr:last-child td { border-bottom: none; }
tbody tr.total td {
  background: rgba(236, 168, 214, 0.06);
  font-weight: 600;
  color: var(--fg);
  border-top: 1px solid #fff;
}
.tablenote {
  margin: 0 0 28px;
  font-size: 13px;
  color: var(--muted);
  line-height: 1.6;
}

.callout {
  margin: 32px 0;
  padding: 22px 24px;
  border: 1px solid var(--line);
  border-left: 1px solid #fff;
  background: var(--card);
}
.callout .label {
  margin-bottom: 8px;
  font: 500 11px var(--font-mono);
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--fg);
}
.callout p {
  margin: 0;
  font-size: 15.5px;
  color: var(--fg);
}

.cta {
  margin: 56px 0 0;
  padding: 32px;
  border: 1px solid var(--line);
  background: var(--card);
}
.cta h3 {
  margin: 0 0 10px;
  font-family: var(--font-display);
  font-size: 22px;
  font-weight: 500;
  letter-spacing: -0.02em;
}
.cta p {
  margin: 0 0 20px;
  color: rgba(239, 238, 233, 0.78);
  font-size: 15px;
}
.cta .actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}
.cta a.btn-mail,
.cta a.btn-solid,
.cta a.btn-ghost {
  display: inline-flex;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 999px;
  text-decoration: none;
  border-bottom: none;
}
.cta a.btn-mail {
  padding: 0 4px;
  background: transparent;
  border: none;
  color: #EFEEE9;
  -webkit-text-fill-color: #EFEEE9;
  font: 500 14px var(--font-mono);
  letter-spacing: 0.01em;
  text-transform: none;
  text-underline-offset: 5px;
  text-decoration: underline;
  text-decoration-color: rgba(239, 238, 233, 0.35);
  text-decoration-thickness: 1px;
}
.cta a.btn-mail:hover,
.cta a.btn-mail:focus-visible,
.cta a.btn-mail:visited {
  color: #fff;
  -webkit-text-fill-color: #fff;
  text-decoration-color: #fff;
}
.cta a.btn-solid {
  background: #EFEEE9;
  border: 1px solid #EFEEE9;
  color: #0B0B0F;
  -webkit-text-fill-color: #0B0B0F;
  font: 600 11px var(--font-ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cta a.btn-solid:hover,
.cta a.btn-solid:focus-visible,
.cta a.btn-solid:visited {
  background: #fff;
  border-color: #fff;
  color: #0B0B0F;
  -webkit-text-fill-color: #0B0B0F;
}
.cta a.btn-ghost {
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: rgba(255, 255, 255, 0.82);
  font: 600 11px var(--font-ui);
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.cta a.btn-ghost:hover,
.cta a.btn-ghost:focus-visible {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.45);
}

.evcheck {
  background: var(--card);
  border: 1px solid var(--line);
  border-left: 1px solid #fff;
  font-family: var(--font-mono);
  font-size: 13.5px;
  line-height: 1.8;
  color: var(--fg);
  padding: 20px 22px;
  margin: 30px 0;
  overflow-x: auto;
}
.evcheck .k { color: var(--muted); }

.qlist {
  margin: 26px 0;
  padding: 0;
  list-style: none;
  counter-reset: q;
}
.qlist li {
  counter-increment: q;
  border: 1px solid var(--line);
  border-bottom: none;
  padding: 16px 20px 16px 58px;
  position: relative;
  font-size: 15.5px;
  line-height: 1.65;
}
.qlist li:last-child { border-bottom: 1px solid var(--line); }
.qlist li::before {
  content: "0" counter(q);
  position: absolute;
  left: 20px;
  top: 17px;
  font-family: var(--font-mono);
  font-size: 12px;
  color: var(--muted);
}
.qlist li strong {
  display: block;
  color: var(--fg);
  margin-bottom: 2px;
}

.sources {
  border-top: 1px solid var(--line);
  margin-top: 48px;
  padding-top: 22px;
}
.sources h4 {
  margin: 0 0 14px;
  font: 500 11.5px var(--font-mono);
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}
.sources ol { margin: 0; padding-left: 20px; }
.sources li {
  font-size: 13px;
  color: var(--muted);
  line-height: 1.7;
  margin-bottom: 6px;
}
.sources a { color: var(--fg); }

.at-sup {
  font-family: var(--font-mono);
  font-size: 11px;
  vertical-align: super;
}
article.body .at-sup a {
  color: var(--muted);
  border-bottom: none;
}
article.body .at-sup a:hover { color: var(--fg); }

.tablewrap.text {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  transform: none;
}
.tablewrap.text table { min-width: 0; }
.tablewrap.text thead th,
.tablewrap.text tbody td {
  text-align: left;
  white-space: normal;
  font-family: var(--font-ui);
}
.tablewrap.text tbody td {
  color: var(--muted);
  font-size: 14.5px;
}
.tablewrap.text tbody td:first-child {
  color: var(--fg);
  white-space: nowrap;
}

@media (max-width: 1080px) {
  .nav-links { gap: 22px; }
}
@media (max-width: 920px) {
  .nav-links { gap: 16px; }
  .nav-links a { font-size: 13px; }
  .nav-links a[href="/#about"],
  .nav-links a[href="/#safety"] { display: none; }
  .bloghead .headrow { grid-template-columns: minmax(0, 1fr); gap: 20px; }
  .bloghead .sub { margin-bottom: 0; }
  .at-post .frame { padding: 0 32px; }
}
@media (max-width: 760px) {
  .rails { display: none; }
  .nav-links { gap: 16px; }
  .nav-links a:not(.is-current) { display: none; }
  .site-nav { width: calc(100% - 2rem); }
  .site-nav__row { padding: 0 12px; }
  .site-footer__inner { padding: 0 20px; }
  .site-footer__grid { grid-template-columns: 1fr 1fr; }
  .site-footer .legal { flex-direction: column; align-items: flex-start; }
  .hatch { width: calc(100% - 2rem); }
  .bloghead, header.post { padding-top: 124px; }
  article.body { padding-bottom: 72px; }
  .postlist { padding-bottom: 80px; }
  .at-post .frame { padding: 0 20px; }
  .bloghead .logline { margin-top: 32px; }
  .postcard { grid-template-columns: minmax(0, 1fr); }
  .postcard .pc-main {
    padding: 24px 22px 20px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .postcard .pc-side { padding: 20px 22px 22px; gap: 16px; }
  .postcard .read { margin-top: 18px; }
}
@media (max-width: 640px) {
  .statstrip { grid-template-columns: 1fr 1fr; }
  .statstrip .cell:nth-child(2) { border-right: none; }
  .statstrip .cell:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .evidence { grid-template-columns: 1fr; }
  .problems .body-copy,
  .problems .body { padding-left: 20px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit, .bloghead, header.post, .postcard { animation: none !important; }
  .postcard .read .arr { transition: none; }
}
