:root {
  color-scheme: light;
  --ink: #111512;
  --ink-soft: #252b27;
  --paper: #f2f3ed;
  --surface: #ffffff;
  --line: #c9cdc5;
  --line-strong: #8f968c;
  --muted: #667067;
  --acid: #c7f34a;
  --blue: #2864dc;
  --amber: #e8aa2d;
  --coral: #db5848;
  --green: #2a8a61;
  --display: Iowan Old Style, Palatino Linotype, Book Antiqua, Georgia, serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", monospace;
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink);
  font-synthesis: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; min-width: 320px; background: var(--paper); }
button, input, select { font: inherit; }
button, a, select { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
h1, h2, h3, p { margin-top: 0; }
strong, dd, .mono, .metric, .detail-amount { font-variant-numeric: tabular-nums; }
[id] { scroll-margin-top: 88px; }
:focus-visible { outline: 2px solid var(--blue); outline-offset: 3px; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  padding: 9px 12px;
  color: #fff;
  background: var(--blue);
  transform: translateY(-150%);
  transition: transform 150ms ease;
}
.skip-link:focus { transform: translateY(0); }

.app-shell { min-height: 100vh; overflow: hidden; }
.site-header {
  min-height: 76px;
  padding: 0 28px;
  display: grid;
  grid-template-columns: minmax(250px, 1fr) auto minmax(250px, 1fr);
  align-items: center;
  gap: 28px;
  color: #f8faf5;
  background: var(--ink);
  border-bottom: 1px solid #343b35;
  position: sticky;
  top: 0;
  z-index: 20;
}
.page-progress {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--acid), #f4f5ef 58%, var(--coral));
  transform: scaleX(var(--page-progress, 0));
  transform-origin: left;
  will-change: transform;
}

.brand { display: inline-flex; align-items: center; gap: 13px; width: max-content; }
.brand-mark { width: 33px; height: 31px; position: relative; }
.brand-mark img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.8) contrast(1.08); }
.logo-orbit b {
  position: absolute;
  width: 5px;
  height: 5px;
  top: -3px;
  left: 14px;
  background: var(--acid);
  box-shadow: 0 0 10px rgb(199 243 74 / 90%);
  animation: logoOrbit 3.8s linear infinite;
}
.brand-type { display: grid; font-size: 11px; line-height: 1.1; text-transform: uppercase; }
.brand-type strong { margin-top: 3px; font-size: 16px; letter-spacing: 0; }

.site-nav { display: flex; align-items: center; gap: 28px; font-size: 13px; }
.site-nav a { color: #aab2aa; transition: color 160ms ease; }
.site-nav a:hover, .site-nav a:focus-visible, .site-nav a[aria-current="page"] { color: var(--acid); }
.header-status { justify-self: end; display: flex; align-items: center; gap: 14px; font: 11px var(--mono); }
.live-state { display: inline-flex; align-items: center; gap: 8px; color: #d5dbd4; }
.live-dot { width: 7px; height: 7px; background: var(--acid); box-shadow: 0 0 0 3px rgb(199 243 74 / 13%); }
.tier-chip { padding: 7px 9px; border: 1px solid #59615a; color: #f4f5ef; }
.menu-toggle {
  width: 36px;
  height: 36px;
  display: none;
  place-content: center;
  gap: 4px;
  border: 1px solid #59615a;
  background: transparent;
  cursor: pointer;
}
.menu-toggle i { width: 15px; height: 1px; display: block; background: currentColor; transition: transform 160ms ease, opacity 160ms ease; }
.menu-toggle[aria-expanded="true"] i:nth-child(1) { transform: translateY(5px) rotate(45deg); }
.menu-toggle[aria-expanded="true"] i:nth-child(2) { opacity: 0; }
.menu-toggle[aria-expanded="true"] i:nth-child(3) { transform: translateY(-5px) rotate(-45deg); }

.overview-band {
  display: grid;
  grid-template-columns: minmax(0, 1.28fr) minmax(360px, .72fr);
  min-height: 650px;
  border-bottom: 1px solid var(--line-strong);
  overflow: hidden;
  position: relative;
}
.evidence-runway {
  position: absolute;
  inset: 0 0 auto;
  z-index: 0;
  height: 274px;
  padding-top: 8px;
  overflow: hidden;
  background: #dfe2da;
  border-bottom: 1px solid var(--line-strong);
}
.runway-row { height: 128px; overflow: hidden; }
.runway-row + .runway-row { margin-top: 8px; }
.runway-track {
  width: max-content;
  display: flex;
  gap: 10px;
  animation: runwayLeft 58s linear infinite;
  animation-play-state: paused;
  will-change: transform;
}
.runway-row.reverse .runway-track {
  transform: translateX(-50%);
  animation-name: runwayRight;
  animation-duration: 66s;
}
.evidence-runway.runway-ready:not(.motion-paused) .runway-track { animation-play-state: running; }
.evidence-runway.motion-paused .runway-track { animation-play-state: paused; }
.runway-group { display: flex; gap: 10px; padding-right: 10px; }
.runway-tile {
  width: 218px;
  height: 128px;
  flex: 0 0 auto;
  display: block;
  overflow: hidden;
  border: 1px solid #aeb4aa;
  background: var(--ink);
}
.runway-tile.wide { width: 254px; }
.runway-tile.square { width: 128px; }
.runway-tile.slim { width: 180px; }
.runway-tile.mark { width: 128px; background: #f2f3ed; padding: 16px; }
.runway-tile img { width: 100%; height: 100%; display: block; object-fit: cover; filter: saturate(.72) contrast(1.05); }
.runway-tile.mark img { object-fit: contain; filter: saturate(.78) contrast(1.08); }
.star-field { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .45; pointer-events: none; }
.spotlight {
  position: absolute;
  inset: 0;
  background: radial-gradient(
    360px circle at var(--spotlight-x, 35%) var(--spotlight-y, 38%),
    rgb(40 100 220 / 10%),
    transparent 65%
  );
  pointer-events: none;
}
.overview-copy { padding: 324px 42px 34px; position: relative; z-index: 1; }
.eyebrow { margin-bottom: 12px; color: var(--blue); font-size: 11px; font-weight: 760; text-transform: uppercase; }
.overview-copy h1 {
  max-width: 850px;
  margin-bottom: 20px;
  font-size: 68px;
  line-height: .96;
  letter-spacing: 0;
  font-weight: 760;
}
.overview-copy h1 em { display: block; margin-top: 8px; font-family: var(--display); font-weight: 400; color: var(--blue); }
.decrypt-text { min-height: 1em; display: block; }
.overview-deck { max-width: 760px; margin-bottom: 22px; color: #4b554d; font-size: 17px; line-height: 1.55; }
.overview-deck strong { display: block; margin-bottom: 5px; color: var(--ink); font-size: 19px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 9px; margin: 0 0 22px; }
.command-button {
  min-height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  background: transparent;
  cursor: pointer;
  font-size: 11px;
  font-weight: 740;
}
.command-button.primary { color: #fff; background: var(--ink); }
.command-button.primary:hover, .command-button.primary:focus-visible { color: var(--ink); background: var(--acid); border-color: var(--ink); }
.command-button.secondary:hover, .command-button.secondary:focus-visible { color: #fff; background: var(--blue); border-color: var(--blue); }
.custody-line { display: flex; flex-wrap: wrap; gap: 9px 24px; margin-bottom: 33px; font-size: 12px; font-weight: 650; }
.custody-line span { position: relative; padding-left: 14px; }
.custody-line span::before { content: ""; position: absolute; left: 0; top: 6px; width: 6px; height: 6px; background: var(--green); }

.system-rail {
  display: grid;
  grid-template-columns: repeat(4, minmax(120px, 1fr));
  max-width: 890px;
  padding: 0;
  margin: 0;
  list-style: none;
  border-top: 1px solid var(--line-strong);
  border-bottom: 1px solid var(--line);
}
.system-rail li { min-height: 74px; padding: 12px 16px 11px 0; display: grid; grid-template-columns: 31px 1fr; border-right: 1px solid var(--line); position: relative; overflow: hidden; }
.system-rail li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background: var(--blue);
  transition: width 620ms cubic-bezier(.2, .8, .2, 1);
}
.system-rail li.active::after { width: 100%; }
.system-rail li + li { padding-left: 16px; }
.system-rail li:last-child { border-right: 0; }
.system-rail b { color: var(--blue); font: 11px var(--mono); }
.system-rail span { font-size: 13px; font-weight: 720; }
.system-rail small { grid-column: 2; margin-top: 5px; color: var(--muted); font-size: 11px; }

.proof-snapshot {
  padding: 36px 32px 30px;
  color: #f5f7f3;
  background: var(--ink-soft);
  border-left: 1px solid #454d46;
  isolation: isolate;
  overflow: hidden;
  position: relative;
}
.glow-border::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 5;
  border: 1px solid transparent;
  background:
    radial-gradient(
      180px circle at var(--glow-x, 75%) var(--glow-y, 25%),
      rgb(199 243 74 / 70%),
      transparent 55%
    )
    border-box;
  mask:
    linear-gradient(#fff 0 0) padding-box,
    linear-gradient(#fff 0 0);
  mask-composite: exclude;
  pointer-events: none;
}
.proof-snapshot::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    linear-gradient(180deg, rgb(25 31 27 / 72%), rgb(25 31 27 / 95%) 66%),
    linear-gradient(90deg, rgb(25 31 27 / 38%), rgb(25 31 27 / 10%));
}
.snapshot-visual {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 54% center;
  filter: saturate(.72) contrast(1.06);
}
.snapshot-heading { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-bottom: 40px; }
.snapshot-heading p { margin: 0; color: #acb5ad; font-size: 11px; text-transform: uppercase; }
.network-chip { padding: 5px 7px; border: 1px solid #5e6860; color: var(--acid); font: 10px var(--mono); text-transform: uppercase; }
.pulse-chip { animation: chipPulse 2.2s ease-in-out infinite; }
.snapshot-main { display: flex; align-items: center; gap: 24px; min-height: 146px; }
.integrity-stamp {
  width: 136px;
  height: 136px;
  flex: 0 0 136px;
  display: grid;
  place-content: center;
  text-align: center;
  border: 2px solid #6f786f;
  box-shadow: inset 0 0 0 6px var(--ink-soft), inset 0 0 0 7px #59615a;
}
.integrity-stamp[data-state="valid"] { border-color: var(--acid); box-shadow: inset 0 0 0 6px var(--ink-soft), inset 0 0 0 7px rgb(199 243 74 / 55%); }
.integrity-stamp[data-state="invalid"] { border-color: var(--coral); }
.integrity-stamp span { color: #aeb6af; font-size: 10px; text-transform: uppercase; }
.integrity-stamp strong { margin: 4px 0 2px; color: var(--acid); font-size: 34px; line-height: 1; }
.integrity-stamp[data-state="invalid"] strong { color: var(--coral); }
.integrity-stamp small { color: #dce1dc; font: 10px var(--mono); text-transform: uppercase; }
.snapshot-copy { min-width: 0; }
.snapshot-copy h2 { margin-bottom: 8px; font-size: 21px; line-height: 1.15; overflow-wrap: anywhere; }
.snapshot-copy p { margin: 0; color: var(--acid); font: 14px var(--mono); }
.snapshot-data { margin: 35px 0 0; border-top: 1px solid #505851; }
.snapshot-data div { min-height: 49px; display: grid; grid-template-columns: 118px 1fr; gap: 12px; align-items: center; border-bottom: 1px solid #424a43; }
.snapshot-data dt { color: #99a39b; font-size: 11px; }
.snapshot-data dd { margin: 0; color: #edf0ed; font: 11px/1.4 var(--mono); overflow-wrap: anywhere; }

.review-band { padding: 50px 34px 54px; background: #e8eae3; border-bottom: 1px solid var(--line-strong); }
.review-heading { margin-bottom: 28px; }
.review-layout { display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(360px, .84fr); border-top: 1px solid var(--line-strong); border-bottom: 1px solid var(--line-strong); }
.review-feature {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  overflow: hidden;
  color: #fff;
  background: var(--ink);
  border-right: 1px solid var(--line-strong);
  position: relative;
}
.review-video { width: 100%; height: auto; min-height: 0; aspect-ratio: 16 / 9; display: block; object-fit: contain; background: #080b09; }
.review-feature-copy { min-height: 120px; padding: 20px 28px 22px; display: grid; align-content: center; border-top: 1px solid #424a43; }
.review-feature-copy small, .review-links span, .verify-command span { color: var(--acid); font: 9px var(--mono); text-transform: uppercase; }
.review-feature-copy strong { margin-top: 8px; font-family: var(--display); font-size: 31px; line-height: 1; font-weight: 400; }
.review-feature-copy span:last-child { margin-top: 10px; color: #c9d0ca; font-size: 11px; line-height: 1.45; }
.review-feature-copy a { margin-left: 5px; color: var(--acid); text-decoration: underline; text-underline-offset: 3px; }
.review-steps { padding: 0; margin: 0; display: grid; grid-template-rows: repeat(4, 1fr); list-style: none; background: var(--surface); }
.review-steps li { min-height: 110px; padding: 19px 22px; display: grid; grid-template-columns: 34px 1fr; gap: 13px; align-items: start; border-bottom: 1px solid var(--line); }
.review-steps li:last-child { border-bottom: 0; }
.review-steps b { color: var(--blue); font: 10px var(--mono); }
.review-steps strong { display: block; margin-bottom: 7px; font-size: 13px; }
.review-steps span { display: block; color: var(--muted); font-size: 11px; line-height: 1.5; }
.review-links { display: grid; grid-template-columns: repeat(4, 1fr); border-bottom: 1px solid var(--line-strong); }
.review-links a { min-height: 126px; padding: 20px 18px; display: grid; align-content: start; border-right: 1px solid var(--line); background: #f7f8f4; }
.review-links a:last-child { border-right: 0; }
.review-links a:hover, .review-links a:focus-visible { background: #fff; box-shadow: inset 0 -3px var(--blue); outline: none; }
.review-links span { color: var(--blue); }
.review-links strong { margin-top: 13px; font-size: 13px; }
.review-links small { margin-top: 8px; color: var(--muted); font-size: 10px; line-height: 1.45; }
.verify-command { min-height: 94px; padding: 18px 20px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #f6f8f4; background: var(--ink); border-bottom: 1px solid #4b544c; }
.verify-command > div { min-width: 0; }
.verify-command span { display: block; margin-bottom: 9px; }
.verify-command code { color: #fff; font: 16px/1.35 var(--mono); overflow-wrap: anywhere; }
.verify-command .command-button { flex: 0 0 auto; color: var(--ink); background: var(--acid); border-color: var(--acid); }
.verify-command .command-button:hover, .verify-command .command-button:focus-visible { color: #fff; background: var(--blue); border-color: var(--blue); }
.review-evidence { margin: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--surface); border-bottom: 1px solid var(--line-strong); }
.review-evidence div { min-height: 116px; padding: 18px; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; border-right: 1px solid var(--line); }
.review-evidence div:last-child { border-right: 0; }
.review-evidence dt { color: var(--blue); font: 34px var(--mono); }
.review-evidence dd { margin: 0; font-size: 11px; line-height: 1.35; }
.review-evidence small { color: var(--muted); font-size: 9px; }
.evidence-disclosure { margin: 15px 0 0; max-width: 1080px; color: #59635b; font: 10px/1.55 var(--mono); }

.metrics-strip { display: grid; grid-template-columns: repeat(5, 1fr); background: var(--surface); border-bottom: 1px solid var(--line-strong); }
.metric { min-height: 114px; padding: 19px 22px; border-right: 1px solid var(--line); }
.metric:last-child { border-right: 0; }
.metric span { display: block; margin-bottom: 11px; color: var(--muted); font-size: 10px; font-weight: 720; text-transform: uppercase; }
.metric strong { display: block; font-size: 27px; line-height: 1; }
.metric small { display: block; margin-top: 11px; color: #7b847d; font-size: 10px; }

.control-band { padding: 48px 34px 58px; border-bottom: 1px solid var(--line-strong); }
.section-heading { display: grid; grid-template-columns: 1fr minmax(280px, 440px); gap: 50px; align-items: end; margin-bottom: 25px; }
.section-heading > div { position: relative; padding-left: 56px; }
.section-index { position: absolute; left: 0; top: 4px; color: var(--blue); font: 12px var(--mono); }
.section-heading .eyebrow { margin-bottom: 7px; }
.section-heading h2 { margin: 0; font-size: 35px; line-height: 1.08; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.55; }

.toolbar {
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto auto 38px auto;
  gap: 9px;
  align-items: stretch;
  margin-bottom: 13px;
}
.search-field input, .select-field select {
  width: 100%;
  height: 38px;
  border: 1px solid var(--line-strong);
  border-radius: 0;
  color: var(--ink);
  background: #fff;
  outline: none;
}
.search-field input { padding: 0 12px; }
.beam-border { position: relative; overflow: hidden; }
.beam-border::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--blue), var(--acid), transparent);
  transform: translateX(-100%);
  animation: borderBeam 3.6s ease-in-out infinite;
  pointer-events: none;
}
.search-field input:focus, .select-field select:focus { border-color: var(--blue); box-shadow: inset 0 -2px var(--blue); }
.select-field { min-width: 138px; position: relative; }
.select-field > span { position: absolute; left: 8px; top: 5px; z-index: 1; color: #7b837c; font-size: 8px; text-transform: uppercase; pointer-events: none; }
.select-field select { min-width: 138px; padding: 13px 26px 0 8px; font-size: 11px; appearance: auto; }
.segments { display: flex; border: 1px solid var(--line-strong); background: #fff; }
.segment { min-width: 66px; height: 36px; padding: 0 10px; border: 0; border-right: 1px solid var(--line); background: transparent; cursor: pointer; font-size: 11px; }
.segment:last-child { border-right: 0; }
.segment:hover { background: #eef0eb; }
.segment.active { color: #fff; background: var(--ink); }
.icon-button {
  width: 38px;
  height: 38px;
  border: 1px solid var(--line-strong);
  background: #fff;
  cursor: pointer;
  font-size: 21px;
  line-height: 1;
}
.icon-button:hover { color: #fff; background: var(--blue); }
.magnetic-button { transition: color 140ms ease, background 140ms ease, transform 180ms ease; }
.icon-button.spinning { animation: spin .8s linear infinite; }
.auto-refresh {
  min-width: 62px;
  height: 38px;
  padding: 0 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  border: 1px solid var(--line-strong);
  background: #fff;
  color: var(--muted);
  cursor: pointer;
  font-size: 10px;
  text-transform: uppercase;
}
.auto-refresh input { width: 13px; height: 13px; margin: 0; accent-color: var(--green); }
.auto-refresh:has(input:checked) { color: var(--ink); box-shadow: inset 0 -2px var(--green); }

.control-layout { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(370px, .85fr); gap: 13px; align-items: start; }
.ledger-panel { min-width: 0; background: #fff; border: 1px solid var(--line-strong); }
.table-wrap { overflow: auto; }
table { width: 100%; min-width: 780px; border-collapse: collapse; table-layout: fixed; }
th { height: 39px; padding: 0 12px; text-align: left; color: #6e776f; background: #e9ebe5; border-bottom: 1px solid var(--line-strong); font-size: 9px; font-weight: 760; text-transform: uppercase; }
td { height: 66px; padding: 10px 12px; border-bottom: 1px solid #dfe2dc; vertical-align: middle; font-size: 12px; overflow-wrap: anywhere; }
th:nth-child(1) { width: 24%; }
th:nth-child(2) { width: 12%; }
th:nth-child(3) { width: 12%; }
th:nth-child(4) { width: 13%; }
th:nth-child(5) { width: 22%; }
th:nth-child(6) { width: 17%; }
tbody tr { cursor: pointer; outline: none; transition: background 120ms ease; }
tbody tr:hover { background: #f0f3eb; }
tbody tr.selected { background: #eaf5c9; box-shadow: inset 3px 0 var(--blue); }
.order-button { width: 100%; padding: 0; border: 0; text-align: left; color: inherit; background: transparent; cursor: pointer; }
.order-button strong { display: block; margin-bottom: 5px; font-size: 12px; }
.order-button[aria-current="true"] strong { color: var(--blue); }
.mono { font: 10px/1.45 var(--mono); color: #59635b; }
.row-sub { color: #7b847d; font-size: 9px; }
.badge { display: inline-flex; min-height: 21px; align-items: center; padding: 0 7px; border: 1px solid currentColor; font-size: 9px; font-weight: 760; text-transform: uppercase; }
.badge.pending { color: #7a5807; background: #fff5d4; }
.badge.paid, .badge.accepted { color: #16613f; background: #dff5e9; }
.badge.attention, .badge.expired, .badge.rejected { color: #922f26; background: #fbe5e1; }
.badge.simulated { color: #4f4781; background: #eceafb; }
.evidence-cell strong { display: block; margin-bottom: 4px; font-size: 10px; text-transform: uppercase; }
.evidence-cell[data-level="bundle"] strong { color: var(--green); }
.evidence-cell[data-level="offer"] strong { color: var(--blue); }
.evidence-cell[data-level="legacy"] strong { color: var(--coral); }
.ledger-footer { min-height: 44px; padding: 0 12px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #717a72; background: #f7f8f4; font-size: 10px; }

.evidence-panel {
  min-height: 540px;
  color: #f4f6f2;
  background: var(--ink);
  border: 1px solid var(--ink);
  position: sticky;
  top: 89px;
  overflow: hidden;
}
.empty-detail { min-height: 540px; display: grid; place-content: center; padding: 46px; text-align: center; }
.empty-index { width: 76px; height: 76px; margin: 0 auto 20px; display: grid; place-items: center; border: 1px solid #5f6860; color: var(--acid); font: 11px var(--mono); text-transform: uppercase; }
.empty-detail h3 { margin-bottom: 8px; font-size: 20px; }
.empty-detail p { max-width: 280px; margin: 0; color: #8f9990; font-size: 12px; line-height: 1.55; }
.detail-loading { min-height: 540px; display: grid; place-items: center; color: var(--acid); font: 11px var(--mono); text-transform: uppercase; }
.detail-head { padding: 20px 20px 17px; border-bottom: 1px solid #414942; }
.detail-head-top { display: flex; justify-content: space-between; align-items: flex-start; gap: 14px; }
.detail-head .eyebrow { color: #879189; margin-bottom: 7px; }
.detail-head h2 { margin: 0; max-width: 260px; font-size: 22px; line-height: 1.05; overflow-wrap: anywhere; }
.detail-amount { margin-top: 18px; color: var(--acid); font: 24px var(--mono); }
.detail-actions { display: flex; gap: 7px; margin-top: 17px; }
.text-button { min-height: 31px; padding: 0 10px; border: 1px solid #687269; color: #e8ede8; background: transparent; cursor: pointer; font-size: 10px; }
.text-button:hover, .text-button:focus-visible { color: var(--ink); background: var(--acid); border-color: var(--acid); outline: none; }
.detail-tabs { display: flex; border-bottom: 1px solid #414942; }
.detail-tab { min-height: 38px; flex: 1; border: 0; border-right: 1px solid #414942; color: #8f9990; background: transparent; cursor: pointer; font-size: 10px; text-transform: uppercase; }
.detail-tab:last-child { border-right: 0; }
.detail-tab.active { color: var(--acid); box-shadow: inset 0 -2px var(--acid); }
.detail-tab:hover { color: #fff; }
.detail-body { max-height: calc(100vh - 270px); min-height: 360px; overflow: auto; }
.detail-view { padding: 18px 20px 23px; }
.detail-summary { display: grid; grid-template-columns: 126px 1fr; gap: 20px; align-items: start; }
.detail-summary .integrity-stamp { width: 126px; height: 126px; flex-basis: 126px; }
.detail-summary-copy h3 { margin-bottom: 7px; font-size: 15px; }
.detail-summary-copy p { margin-bottom: 4px; color: #929c94; font: 10px/1.5 var(--mono); overflow-wrap: anywhere; }
.evidence-flow { margin: 23px 0 0; padding: 0; list-style: none; border-top: 1px solid #414942; }
.evidence-flow li { min-height: 53px; padding: 10px 0; display: grid; grid-template-columns: 27px 1fr auto; gap: 9px; align-items: center; border-bottom: 1px solid #343b35; }
.flow-index { color: #6f7a71; font: 9px var(--mono); }
.evidence-flow strong { display: block; font-size: 11px; }
.evidence-flow small { display: block; margin-top: 4px; color: #818b83; font: 9px/1.35 var(--mono); overflow-wrap: anywhere; }
.flow-state { color: #818b83; font-size: 9px; text-transform: uppercase; }
.flow-state.ok { color: var(--acid); }
.flow-state.warn { color: var(--amber); }
.detail-section { margin-top: 22px; }
.detail-section-title { margin-bottom: 9px; color: #8d978f; font-size: 9px; text-transform: uppercase; }
.kv { margin: 0; border-top: 1px solid #414942; }
.kv div { min-height: 45px; display: grid; grid-template-columns: 112px 1fr; gap: 10px; align-items: center; border-bottom: 1px solid #343b35; }
.kv dt { color: #89938b; font-size: 10px; }
.kv dd { margin: 0; font: 10px/1.45 var(--mono); overflow-wrap: anywhere; }
.verification-list, .witness-list { display: grid; gap: 8px; }
.verification-item { min-height: 42px; padding: 0 10px; display: flex; align-items: center; justify-content: space-between; gap: 12px; border: 1px solid #414942; font-size: 10px; }
.verification-item strong { color: var(--acid); font: 10px var(--mono); }
.verification-item.bad strong { color: var(--coral); }
.verification-item.pending strong { color: var(--amber); font-size: 9px; text-align: right; }
.witness { border: 1px solid #4b544c; }
.witness-head { padding: 11px 12px; display: flex; justify-content: space-between; gap: 12px; border-bottom: 1px solid #414942; }
.witness-head h4 { margin: 0; font-size: 12px; }
.witness-head span { color: var(--acid); font: 9px var(--mono); }
.witness-data { padding: 7px 12px 10px; }
.witness-data p { margin: 5px 0; color: #98a199; font: 9px/1.4 var(--mono); overflow-wrap: anywhere; }
.check-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid #414942; }
.check-grid span { min-height: 33px; padding: 8px 9px; border-right: 1px solid #414942; border-bottom: 1px solid #414942; color: #8e9890; font-size: 9px; }
.check-grid span:nth-child(2n) { border-right: 0; }
.check-grid span.ok { color: var(--acid); }
.anomalies { display: flex; flex-wrap: wrap; gap: 7px; }
.anomaly { padding: 5px 7px; border: 1px solid var(--coral); color: #ff9c91; font: 9px var(--mono); text-transform: uppercase; }
.no-data { padding: 25px 0; color: #89938b; font-size: 11px; line-height: 1.55; }
.qr-wrap { margin-top: 18px; padding: 12px; display: grid; grid-template-columns: 112px 1fr; gap: 16px; align-items: center; border: 1px solid #4b544c; }
.qr-wrap img { width: 112px; height: 112px; display: block; background: #fff; }
.qr-wrap h4 { margin: 0 0 6px; font-size: 12px; }
.qr-wrap p { margin: 0; color: #929c94; font-size: 10px; line-height: 1.5; }
.raw-proof { margin: 0; padding: 13px; max-height: 460px; overflow: auto; color: #cfe6b0; background: #080b09; border: 1px solid #414942; font: 9px/1.55 var(--mono); white-space: pre-wrap; overflow-wrap: anywhere; }
.proof-ok { color: var(--acid); }
.proof-bad { color: #ff8e82; }

.visual-archive { padding: 50px 34px 58px; background: #e8eae3; border-bottom: 1px solid var(--line-strong); }
.visual-track { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); column-gap: 14px; row-gap: 38px; align-items: start; }
.visual-track figure { min-width: 0; margin: 0; }
.visual-feature { grid-column: 1 / span 7; }
.visual-receipt { grid-column: 9 / span 4; margin-top: 110px !important; }
.visual-network { grid-column: 5 / span 5; margin-top: -70px !important; }
.poster-frame { width: 100%; min-height: 0; aspect-ratio: 4 / 3; background: var(--ink); overflow: hidden; position: relative; }
.visual-feature .poster-frame { aspect-ratio: 3 / 2; }
.poster-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    240px circle at var(--card-x, 50%) var(--card-y, 50%),
    rgb(199 243 74 / 16%),
    transparent 62%
  );
  pointer-events: none;
}
.poster-frame img { width: 100%; height: 100%; display: block; object-fit: cover; transition: transform 700ms cubic-bezier(.2, .8, .2, 1), filter 500ms ease; }
.visual-track figure:hover img { transform: scale(1.025); filter: contrast(1.04); }
.visual-study .poster-frame img { object-position: center; }
.scan-line {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  top: -15%;
  height: 14%;
  background: linear-gradient(180deg, transparent, rgb(199 243 74 / 20%), transparent);
  mix-blend-mode: screen;
  animation: scanPoster 5.5s ease-in-out infinite;
  pointer-events: none;
}
.visual-track figcaption { min-height: 94px; padding: 14px 0 0; border-top: 1px solid var(--line-strong); }
.visual-track figcaption span { display: block; color: var(--blue); font: 9px var(--mono); text-transform: uppercase; }
.visual-track figcaption strong { display: block; margin-top: 8px; max-width: 30ch; font-family: var(--display); font-size: 20px; line-height: 1.1; font-weight: 400; }

.method-band { padding: 50px 34px 56px; color: #f6f8f4; background: #123d79; }
.section-heading.inverse { border-bottom: 1px solid rgb(255 255 255 / 32%); padding-bottom: 24px; }
.section-heading.inverse .section-index, .section-heading.inverse .eyebrow { color: var(--acid); }
.section-heading.inverse > p { color: #c5d4e9; }
.method-grid { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0; margin: 0; list-style: none; }
.method-grid li { min-height: 250px; padding: 26px 24px 22px 0; border-right: 1px solid rgb(255 255 255 / 30%); }
.method-grid li + li { padding-left: 24px; }
.method-grid li:last-child { border-right: 0; }
.method-grid b { color: var(--acid); font: 10px var(--mono); text-transform: uppercase; }
.method-grid h3 { margin: 23px 0 14px; font-family: var(--display); font-size: 25px; line-height: 1.05; font-weight: 400; }
.method-grid p { margin: 0; color: #d0dcef; font-size: 12px; line-height: 1.65; }

.site-footer { min-height: 66px; padding: 0 30px; display: flex; justify-content: space-between; align-items: center; gap: 20px; color: #aeb6af; background: var(--ink); font: 10px var(--mono); text-transform: uppercase; }

@keyframes spin { to { transform: rotate(360deg); } }
@keyframes logoOrbit {
  0% { transform: translate(-14px, 0); }
  25% { transform: translate(14px, 0); }
  50% { transform: translate(14px, 34px); }
  75% { transform: translate(-14px, 34px); }
  100% { transform: translate(-14px, 0); }
}
@keyframes chipPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgb(199 243 74 / 0%); }
  50% { box-shadow: 0 0 0 5px rgb(199 243 74 / 10%); }
}
@keyframes borderBeam {
  0%, 12% { transform: translateX(-100%); }
  55%, 100% { transform: translateX(100%); }
}
@keyframes scanPoster {
  0%, 15% { transform: translateY(0); opacity: 0; }
  25% { opacity: 1; }
  75% { opacity: 1; }
  90%, 100% { transform: translateY(850%); opacity: 0; }
}
@keyframes runwayLeft {
  to { transform: translateX(-50%); }
}
@keyframes runwayRight {
  from { transform: translateX(-50%); }
  to { transform: translateX(0); }
}
.reveal-on-scroll { opacity: 0; transform: translateY(18px); transition: opacity 600ms ease, transform 650ms cubic-bezier(.2, .8, .2, 1); }
.reveal-on-scroll.revealed { opacity: 1; transform: translateY(0); }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .runway-track { animation: none !important; transform: translateX(-10%) !important; }
  .runway-row.reverse .runway-track { transform: translateX(-35%) !important; }
  .reveal-on-scroll { opacity: 1; transform: none; }
}

@media (max-width: 1120px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { display: none; }
  .menu-toggle { display: grid; }
  .site-header.menu-open .site-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 18px;
    width: min(250px, calc(100vw - 36px));
    padding: 10px;
    display: grid;
    gap: 0;
    color: #f8faf5;
    background: var(--ink);
    border: 1px solid #4d554e;
    box-shadow: 0 18px 40px rgb(0 0 0 / 25%);
  }
  .site-header.menu-open .site-nav a { padding: 12px 10px; border-bottom: 1px solid #343b35; }
  .site-header.menu-open .site-nav a:last-child { border-bottom: 0; }
  .overview-band { grid-template-columns: 1fr minmax(330px, .65fr); }
  .overview-copy { padding-left: 28px; padding-right: 28px; }
  .overview-copy h1 { font-size: 56px; }
  .metrics-strip { grid-template-columns: repeat(3, 1fr); }
  .review-links { grid-template-columns: repeat(2, 1fr); }
  .review-links a:nth-child(2) { border-right: 0; }
  .review-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .review-evidence { grid-template-columns: repeat(2, 1fr); }
  .review-evidence div:nth-child(2) { border-right: 0; }
  .review-evidence div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .metric:nth-child(3) { border-right: 0; }
  .metric:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .metric:nth-child(5) { border-right: 0; }
  .toolbar { grid-template-columns: 1fr auto 38px auto; }
  .search-field { grid-column: 1 / -1; }
  .select-field { display: none; }
  .control-layout { grid-template-columns: minmax(0, 1.4fr) minmax(340px, .8fr); }
  .visual-feature { grid-column: 1 / span 8; }
  .visual-receipt { grid-column: 9 / span 4; }
  .visual-network { grid-column: 4 / span 6; }
}

@media (max-width: 860px) {
  .site-header { min-height: 68px; padding: 0 18px; }
  .tier-chip { display: none; }
  .overview-band { grid-template-columns: 1fr; }
  .overview-copy { min-height: 0; padding: 314px 22px 30px; }
  .overview-copy h1 { font-size: 48px; }
  .proof-snapshot { border-left: 0; border-top: 1px solid #454d46; }
  .snapshot-visual { object-position: center 48%; }
  .system-rail { grid-template-columns: repeat(2, 1fr); }
  .system-rail li:nth-child(2) { border-right: 0; }
  .system-rail li:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .control-band, .method-band, .visual-archive, .review-band { padding: 38px 18px 45px; }
  .review-layout { grid-template-columns: 1fr; }
  .review-feature { min-height: 420px; border-right: 0; border-bottom: 1px solid var(--line-strong); }
  .review-steps { grid-template-columns: repeat(2, 1fr); grid-template-rows: none; }
  .review-steps li:nth-child(odd) { border-right: 1px solid var(--line); }
  .section-heading { grid-template-columns: 1fr; gap: 16px; }
  .control-layout { grid-template-columns: 1fr; }
  .evidence-panel { position: static; min-height: 460px; }
  .detail-body { max-height: none; }
  .method-grid { grid-template-columns: repeat(2, 1fr); }
  .method-grid li:nth-child(2) { border-right: 0; }
  .method-grid li:nth-child(-n+2) { border-bottom: 1px solid rgb(255 255 255 / 30%); }
  .visual-feature { grid-column: 1 / span 8; }
  .visual-receipt { grid-column: 8 / span 5; margin-top: 68px !important; }
  .visual-network { grid-column: 3 / span 7; margin-top: -24px !important; }
}

@media (max-width: 600px) {
  .brand-type span { display: none; }
  .header-status { font-size: 9px; }
  .overview-copy h1 { font-size: 40px; }
  .evidence-runway { height: 224px; padding-top: 7px; }
  .runway-row { height: 101px; }
  .runway-row + .runway-row { margin-top: 7px; }
  .runway-tile { width: 170px; height: 101px; }
  .runway-tile.wide { width: 198px; }
  .runway-tile.square, .runway-tile.mark { width: 101px; }
  .runway-tile.slim { width: 142px; }
  .runway-tile.mark { padding: 12px; }
  .overview-copy { padding-top: 264px; }
  .overview-deck { font-size: 15px; }
  .overview-deck strong { font-size: 17px; }
  .hero-actions { display: grid; grid-template-columns: 1fr; }
  .command-button { width: 100%; }
  .custody-line { display: grid; gap: 9px; }
  .proof-snapshot { padding: 29px 21px; }
  .snapshot-main { align-items: flex-start; }
  .integrity-stamp { width: 112px; height: 112px; flex-basis: 112px; }
  .snapshot-data div { grid-template-columns: 98px 1fr; }
  .metrics-strip { grid-template-columns: repeat(2, 1fr); }
  .review-feature { min-height: 0; }
  .review-feature-copy { min-height: 128px; padding: 18px 20px; }
  .review-feature-copy strong { font-size: 26px; }
  .review-steps { grid-template-columns: 1fr; grid-template-rows: none; }
  .review-steps li:nth-child(odd) { border-right: 0; }
  .review-links { grid-template-columns: 1fr; }
  .review-links a, .review-links a:nth-child(2) { min-height: 105px; border-right: 0; border-bottom: 1px solid var(--line); }
  .review-links a:last-child { border-bottom: 0; }
  .verify-command { align-items: stretch; flex-direction: column; }
  .verify-command .command-button { width: 100%; }
  .review-evidence { grid-template-columns: 1fr 1fr; }
  .review-evidence div { min-height: 105px; padding: 14px; grid-template-columns: 1fr; gap: 5px; align-content: center; }
  .review-evidence dt { font-size: 29px; }
  .metric { min-height: 105px; padding: 17px; }
  .metric:nth-child(2), .metric:nth-child(4) { border-right: 0; }
  .metric:nth-child(3) { border-right: 1px solid var(--line); }
  .metric:nth-child(4) { border-bottom: 1px solid var(--line); }
  .metric:last-child { grid-column: 1 / -1; }
  .section-heading > div { padding-left: 38px; }
  .section-heading h2 { font-size: 30px; }
  .toolbar { grid-template-columns: minmax(0, 1fr) 38px 58px; }
  .search-field { grid-column: 1 / -1; }
  .segments { grid-column: 1 / -1; }
  .icon-button { grid-column: 2; }
  .auto-refresh { grid-column: 3; width: 58px; min-width: 0; padding: 0 7px; }
  .segments { min-width: 0; overflow-x: auto; }
  .segment { min-width: 65px; }
  .ledger-footer { align-items: flex-start; flex-direction: column; padding: 11px 12px; gap: 4px; }
  .detail-summary { grid-template-columns: 1fr; }
  .detail-summary .integrity-stamp { width: 120px; height: 120px; }
  .detail-head h2 { max-width: 210px; }
  .method-grid { grid-template-columns: 1fr; }
  .visual-track { grid-template-columns: 1fr; row-gap: 28px; }
  .visual-feature, .visual-receipt, .visual-network { grid-column: auto; margin-top: 0 !important; }
  .poster-frame, .visual-feature .poster-frame { width: 100%; max-width: 100%; height: auto; min-height: 0; aspect-ratio: 4 / 3; }
  .method-grid li { min-height: 0; padding: 24px 0; border-right: 0; border-bottom: 1px solid rgb(255 255 255 / 30%); }
  .method-grid li + li { padding-left: 0; }
  .method-grid li:last-child { border-bottom: 0; }
  .site-footer { align-items: flex-start; flex-direction: column; justify-content: center; padding-top: 15px; padding-bottom: 15px; }
}
