:root {
  --ink: #0a0c0b;
  --surface: #111411;
  --surface-raised: #171b17;
  --surface-soft: #1c211c;
  --paper: #f7efd8;
  --paper-soft: #c7c1ad;
  --green: #b5ff3d;
  --mint: #7cffd4;
  --orange: #ff6b35;
  --lavender: #d7b6eb;
  --line: rgba(247, 239, 216, .15);
  --line-strong: rgba(247, 239, 216, .28);
  --content: 1080px;
  --index: 190px;
  --mono: "Courier New", Courier, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body {
  margin: 0;
  background: var(--ink);
  color: var(--paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.55;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 18% 0%, rgba(181, 255, 61, .045), transparent 28rem),
    linear-gradient(180deg, #0a0c0b 0%, #080a09 100%);
}
img, iframe { display: block; max-width: 100%; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-underline-offset: 4px; }
code, pre { font-family: var(--mono); }
[hidden] { display: none !important; }

.skip-link {
  position: fixed;
  top: -80px;
  left: 16px;
  z-index: 100;
  background: var(--green);
  color: var(--ink);
  padding: 10px 15px;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.recap-topbar {
  position: sticky;
  top: 0;
  z-index: 30;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 24px;
  min-height: 66px;
  padding: 10px clamp(20px, 4vw, 56px);
  border-bottom: 1px solid var(--line);
  background: rgba(10, 12, 11, .94);
  backdrop-filter: blur(18px);
}
.recap-brand {
  width: max-content;
  color: var(--green);
  font: 900 25px/1 var(--mono);
  letter-spacing: -2px;
  text-decoration: none;
}
.recap-brand span { color: var(--orange); }
.recap-status {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: var(--paper-soft);
  font: 700 10px/1.2 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.recap-status i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--green);
  box-shadow: 0 0 0 4px rgba(181, 255, 61, .1);
}
.recap-topbar nav {
  justify-self: end;
  display: flex;
  gap: 20px;
}
.recap-topbar nav a {
  color: var(--paper-soft);
  font-size: 11px;
  font-weight: 800;
  text-decoration-color: transparent;
  text-transform: uppercase;
}
.recap-topbar nav a:hover { color: var(--green); text-decoration-color: currentColor; }
.read-progress {
  position: fixed;
  top: 65px;
  left: 0;
  right: 0;
  z-index: 31;
  height: 2px;
  pointer-events: none;
}
.read-progress span {
  display: block;
  width: 0;
  height: 100%;
  background: var(--orange);
}

#recap-main {
  display: grid;
  grid-template-columns: var(--index) minmax(0, var(--content));
  column-gap: clamp(32px, 5vw, 72px);
  width: min(calc(100% - 64px), calc(var(--index) + var(--content) + 72px));
  margin: 0 auto;
}
#recap-main > section { grid-column: 2; min-width: 0; }

.report-index {
  grid-column: 1;
  grid-row: 1 / span 20;
  align-self: start;
  position: sticky;
  top: 96px;
  z-index: 10;
  margin-top: 66px;
  border-top: 1px solid var(--line-strong);
  padding-top: 16px;
}
.report-index > p {
  margin: 0 0 13px;
  color: var(--paper-soft);
  font: 800 10px/1.2 var(--mono);
  letter-spacing: .1em;
  text-transform: uppercase;
}
.report-index ol { display: grid; gap: 1px; margin: 0; padding: 0; list-style: none; }
.report-index a {
  display: grid;
  grid-template-columns: 26px 1fr;
  gap: 8px;
  align-items: center;
  border-left: 2px solid transparent;
  padding: 8px 8px 8px 10px;
  color: #8f9185;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}
.report-index a span {
  color: #62655d;
  font: 700 9px/1 var(--mono);
}
.report-index a:hover {
  color: var(--paper);
  background: rgba(247, 239, 216, .04);
}
.report-index a.active {
  border-color: var(--green);
  background: rgba(181, 255, 61, .06);
  color: var(--green);
}
.report-index a.active span { color: var(--green); }

.video-hero {
  padding: clamp(54px, 7vw, 90px) 0 72px;
  border-bottom: 1px solid var(--line);
}
.hero-kicker {
  display: flex;
  justify-content: space-between;
  gap: 24px;
  padding-bottom: 17px;
  border-bottom: 1px solid var(--line);
  color: var(--paper-soft);
  font: 700 10px/1.3 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.hero-kicker span:first-child { color: var(--green); }
.hero-heading {
  padding: clamp(52px, 7vw, 80px) 0 46px;
}
.recap-eyebrow {
  margin: 0 0 14px;
  color: var(--green);
  font: 800 10px/1.3 var(--mono);
  letter-spacing: .12em;
  text-transform: uppercase;
}
.recap-eyebrow.dark { color: var(--green); }
h1, h2 {
  margin: 0;
  font-weight: 800;
  letter-spacing: -.045em;
  line-height: .96;
}
h1 { max-width: 760px; font-size: clamp(54px, 7.4vw, 92px); }
h1 br { display: none; }
h1 em {
  color: var(--orange);
  font-style: normal;
  -webkit-text-stroke: 0;
  text-shadow: none;
}
h2 { font-size: clamp(38px, 5vw, 64px); }
.keynote-frame {
  display: grid;
  grid-template-columns: 42px 1fr;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}
.frame-gutter {
  display: flex;
  flex-direction: column;
  gap: 30px;
  align-items: center;
  padding: 25px 0;
  border-right: 1px solid var(--line);
  color: #5f625a;
  font: 700 9px/1 var(--mono);
}
.keynote-content { min-width: 0; padding: clamp(18px, 2.8vw, 30px); }
.media-label {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: end;
  padding-bottom: 18px;
}
.media-label p {
  margin: 0 0 7px;
  color: var(--paper-soft);
  font: 700 10px/1.2 var(--mono);
  text-transform: uppercase;
}
.media-label h2 {
  font-size: clamp(23px, 3vw, 34px);
  letter-spacing: -.03em;
  line-height: 1.05;
}
.source-badge, .availability {
  display: inline-flex;
  width: max-content;
  border: 1px solid currentColor;
  padding: 7px 9px;
  color: var(--mint);
  font: 800 9px/1 var(--mono);
  letter-spacing: .04em;
  text-transform: uppercase;
}
.video-shell {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16 / 9;
  background: #000;
}
.video-shell iframe { width: 100%; height: 100%; border: 0; }
.video-placeholder { position: absolute; inset: 0; display: grid; place-items: center; }
.video-placeholder img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .75; }
.poster-play {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--paper);
  background: rgba(10, 12, 11, .9);
  padding: 12px 16px;
  color: var(--paper);
  font-size: 12px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.poster-play span { color: var(--green); }
.media-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 16px;
}
.media-footer div { display: grid; gap: 3px; }
.media-footer strong { font-size: 13px; text-transform: uppercase; }
.media-footer span { color: var(--paper-soft); font-size: 12px; }
.media-control {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--paper);
  padding: 9px 11px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.media-control:not(:disabled):hover { background: var(--green); color: var(--ink); border-color: var(--green); }
.media-control:disabled { opacity: .5; cursor: wait; }

.report-section {
  position: relative;
  padding: clamp(68px, 8vw, 96px) 0;
  border-bottom: 1px solid var(--line);
}
.report-section::before {
  content: attr(data-section-number);
  position: absolute;
  top: clamp(68px, 8vw, 96px);
  right: 0;
  color: #555a52;
  font: 700 11px/1 var(--mono);
}
.section-intro {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  column-gap: clamp(28px, 5vw, 58px);
  margin-bottom: 48px;
  padding-right: 45px;
}
.section-intro > .recap-eyebrow { grid-column: 1; grid-row: 1 / span 2; padding-top: 5px; }
.section-intro > h2 { grid-column: 2; }
.section-intro > p:last-child {
  grid-column: 2;
  max-width: 700px;
  margin: 20px 0 0;
  color: var(--paper-soft);
  font-size: 17px;
  line-height: 1.52;
}

.day-block { position: relative; margin-bottom: 78px; }
.day-block:last-child { margin-bottom: 0; }
.day-marker {
  display: grid;
  grid-template-columns: 76px 1fr;
  gap: 24px;
  align-items: end;
  padding: 0 0 20px;
  border-bottom: 1px solid var(--line-strong);
}
.day-number { color: var(--orange); font: 800 50px/.8 var(--mono); }
.day-marker p {
  margin: 0 0 7px;
  color: var(--green);
  font: 700 9px/1 var(--mono);
  text-transform: uppercase;
}
.day-marker h3 { margin: 0; font-size: clamp(25px, 3vw, 34px); line-height: 1.1; }
.timeline { position: relative; margin-left: 38px; border-left: 1px solid var(--line-strong); }
.timeline-entry {
  position: relative;
  display: grid;
  grid-template-columns: 80px minmax(0, 1fr);
  gap: clamp(20px, 4vw, 42px);
  padding: 30px 22px 30px 34px;
  border-bottom: 1px solid var(--line);
}
.timeline-entry::before {
  content: "";
  position: absolute;
  top: 38px;
  left: -5px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--green);
}
.timeline-entry.important::before { background: var(--orange); }
.timeline-entry time { padding-top: 4px; color: var(--green); font: 800 11px/1 var(--mono); }
.timeline-entry h4 { margin: 6px 0 10px; font-size: clamp(20px, 2.3vw, 28px); line-height: 1.15; }
.timeline-entry p { max-width: 720px; margin: 0 0 12px; color: var(--paper-soft); font-size: 15px; }
.timeline-entry a, .section-source, .fallback-link, .theme-sources a {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.entry-type { color: #909489; font: 800 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.topic-chips { display: flex; flex-wrap: wrap; gap: 7px; margin-top: 15px; }
.topic-chips span {
  border: 1px solid var(--line);
  padding: 6px 8px;
  color: var(--paper-soft);
  font: 700 9px/1 var(--mono);
  text-transform: uppercase;
}
.claim-note { max-width: 680px; border-left: 2px solid var(--orange); padding-left: 11px; font-size: 11px !important; }

.feature-card, .awards-video, .theme-thesis, .old-new article,
.theme-primitive, .action-panel, .theme-action, .diff-card, .media-embed-card {
  background: var(--surface);
}
.feature-card {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  margin-top: 38px;
  border: 1px solid var(--line-strong);
}
.feature-copy { padding: clamp(26px, 4vw, 42px); }
.feature-copy h3 { margin: 0; font-size: clamp(32px, 4.2vw, 48px); letter-spacing: -.035em; line-height: 1.02; }
.feature-copy > p:not(.recap-eyebrow) { max-width: 560px; color: var(--paper-soft); font-size: 15px; }
.guest-list { margin: 24px 0; padding: 0; border-top: 1px solid var(--line); list-style: none; }
.guest-list li {
  display: grid;
  grid-template-columns: 30px 1fr;
  gap: 7px;
  padding: 10px 0;
  border-bottom: 1px solid var(--line);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.guest-list li > span { color: var(--orange); font-family: var(--mono); }
.guest-list small { display: block; grid-column: 2; color: var(--paper-soft); font-weight: 500; text-transform: none; }
.fallback-link { display: block; width: max-content; max-width: 100%; margin-top: 13px; }
.fallback-link.light { color: var(--paper); }
.x-embed {
  min-width: 0;
  min-height: 300px;
  display: grid;
  place-items: center;
  padding: 24px;
}
.x-embed iframe { max-width: 100% !important; }
.x-placeholder { border-left: 1px solid var(--line); background: #090b0a; color: var(--paper); text-align: center; }
.x-placeholder p { color: var(--paper-soft); font: 700 10px/1.4 var(--mono); text-transform: uppercase; }
.awards-section { color: var(--paper); }
.awards-video {
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(24px, 4vw, 42px);
  margin-bottom: 32px;
  border: 1px solid var(--line-strong);
  padding: clamp(22px, 3vw, 32px);
}
.award-video-copy { align-self: center; }
.award-video-copy h3 { margin: 20px 0 14px; font-size: clamp(26px, 3vw, 34px); line-height: 1.05; }
.award-video-copy p { color: var(--paper-soft); font-size: 14px; }
.winner-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.winner-card { min-height: 220px; padding: 24px; background: var(--surface); }
.winner-card.accent { background: var(--surface-raised); box-shadow: inset 3px 0 0 var(--green); }
.award-category { color: var(--green); font: 800 9px/1 var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.winner-card h3 { margin: 31px 0 6px; font-size: clamp(22px, 2.4vw, 30px); line-height: 1.05; }
.winner-names { min-height: 24px; margin: 0 0 16px; color: var(--paper-soft); font-size: 12px; font-weight: 700; }
.winner-card > p:last-child { margin: 0; color: var(--paper-soft); font-size: 14px; }
.section-source { display: block; width: max-content; max-width: 100%; margin-top: 26px; }
.dark-source { color: var(--paper); }

.agentic-section {
  display: grid;
  grid-template-columns: .92fr 1.08fr;
  gap: 1px;
  background: var(--line);
}
.agentic-statement, .agentic-context { padding: clamp(30px, 5vw, 54px); background: var(--surface); }
.agentic-statement { display: flex; flex-direction: column; justify-content: space-between; }
.agentic-statement h2 { font-size: clamp(44px, 6vw, 72px); }
.agentic-statement h2 span { color: var(--green); }
.agentic-statement blockquote { margin: 56px 0 0; border-top: 1px solid var(--line-strong); padding-top: 20px; }
.agentic-statement blockquote p { margin: 0 0 11px; font-size: clamp(20px, 2.6vw, 30px); font-weight: 700; line-height: 1.2; }
.agentic-statement cite { color: var(--paper-soft); font: 700 9px/1.4 var(--mono); text-transform: uppercase; }
.agentic-context { background: var(--surface-raised); }
.agentic-context > p:first-child { margin: 0; color: var(--paper-soft); font-size: clamp(17px, 1.8vw, 20px); line-height: 1.5; }
.takeaway-box { margin: 32px 0; border-left: 3px solid var(--green); background: rgba(181, 255, 61, .04); padding: 18px 20px; }
.takeaway-box span { color: var(--green); font: 800 9px/1 var(--mono); text-transform: uppercase; }
.takeaway-box p { margin: 10px 0 0; font-size: 15px; }
.dark-button, .light-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  min-height: 44px;
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--paper);
  padding: 0 14px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.light-button:hover, .dark-button:hover { border-color: var(--green); color: var(--green); }
.compact-x-embed { min-height: 0; padding: 18px 0 0; }
.light-note { color: #85887e !important; }

.theme-section, .analytics-section { color: var(--paper); }
.theme-thesis {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.theme-thesis > article { min-width: 0; padding: clamp(24px, 4vw, 40px); background: var(--surface); }
.theme-now { background: var(--surface-raised) !important; }
.theme-thesis article > span, .theme-primitive > span {
  color: var(--paper-soft);
  font: 800 9px/1 var(--mono);
  letter-spacing: .08em;
  text-transform: uppercase;
}
.theme-before > span { color: var(--orange); }
.theme-now > span { color: var(--green); }
.theme-thesis h3 { margin: 27px 0 14px; font-size: clamp(25px, 3vw, 34px); line-height: 1.08; }
.theme-thesis p { min-height: 92px; margin-bottom: 24px; color: var(--paper-soft); font-size: 14px; }
.file-tree { display: grid; border: 1px solid var(--line-strong); background: #0b0d0c; }
.file-tree code { padding: 10px 12px; border-bottom: 1px solid var(--line); color: var(--mint); font-size: 11px; }
.file-tree code:last-child { border-bottom: 0; }
.file-tree code::before { content: "├─ "; color: #686d65; }
.file-tree code:last-child::before { content: "└─ "; }
.liquid-code {
  min-height: 194px;
  overflow-x: auto;
  margin: 0;
  border: 1px solid var(--line-strong);
  background: #090b0a;
  color: var(--mint);
  padding: 15px;
  font-size: 11px;
  line-height: 1.6;
  white-space: pre;
}
.theme-numbers {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--line);
  background: var(--line);
}
.theme-numbers article {
  min-height: 190px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 22px;
  background: var(--surface);
}
.theme-numbers article:nth-child(2), .theme-numbers article:nth-child(3), .theme-numbers article:nth-child(4) { background: var(--surface); }
.theme-numbers strong { color: var(--green); font-size: clamp(36px, 4.5vw, 52px); letter-spacing: -.04em; line-height: .9; }
.theme-numbers span { color: var(--paper-soft); font-size: 13px; font-weight: 600; }
.theme-primitives {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin-top: 32px;
  border: 1px solid var(--line);
  background: var(--line);
}
.theme-primitive { min-height: 270px; padding: clamp(22px, 3vw, 30px); }
.theme-primitive.roadmap { background: var(--surface-raised); box-shadow: inset 0 3px 0 var(--lavender); }
.theme-primitive h3 { margin: 34px 0 16px; font-size: clamp(22px, 2.5vw, 28px); line-height: 1.08; }
.theme-primitive h3 code { font-size: .86em; }
.theme-primitive p { margin: 0; color: var(--paper-soft); font-size: 14px; }
.theme-action, .action-panel {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(30px, 5vw, 60px);
  margin-top: 32px;
  border: 1px solid var(--line-strong);
  padding: clamp(25px, 4vw, 40px);
}
.theme-action { box-shadow: inset 3px 0 0 var(--orange); }
.theme-action h3, .action-panel h3 { margin: 0; font-size: clamp(27px, 3.3vw, 38px); line-height: 1.08; }
.theme-action > div > p:last-child { max-width: 590px; color: var(--paper-soft); font-size: 14px; }
.theme-action ol, .action-panel ol { margin: 0; padding: 0; list-style: none; counter-reset: action; border-top: 1px solid var(--line); }
.theme-action li, .action-panel li {
  counter-increment: action;
  padding: 11px 0;
  border-bottom: 1px solid var(--line);
  color: var(--paper-soft);
  font-size: 13px;
  font-weight: 600;
}
.theme-action li::before, .action-panel li::before {
  content: "0" counter(action) " ";
  margin-right: 10px;
  color: var(--green);
  font-family: var(--mono);
}
.theme-sources { display: flex; flex-wrap: wrap; gap: 10px 20px; margin-top: 28px; }

.compact-summary {
  overflow: hidden;
  border: 1px solid var(--line-strong);
  background: var(--surface);
}
.summary-points {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  margin: 0;
  padding: 0;
  background: var(--line);
  list-style: none;
}
.summary-points li {
  display: grid;
  grid-template-columns: 32px 1fr;
  gap: 12px;
  min-height: 190px;
  padding: clamp(22px, 3vw, 30px);
  background: var(--surface);
}
.summary-points li > span {
  padding-top: 5px;
  color: var(--green);
  font: 800 10px/1 var(--mono);
}
.summary-points strong {
  display: block;
  margin-bottom: 14px;
  font-size: clamp(20px, 2.3vw, 27px);
  line-height: 1.1;
}
.summary-points p {
  margin: 0;
  color: var(--paper-soft);
  font-size: 14px;
}
.summary-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px 24px;
  padding: 20px;
  border-top: 1px solid var(--line);
}
.summary-actions a {
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
}
.summary-primary {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  min-height: 44px;
  border: 1px solid var(--green);
  background: var(--green);
  color: var(--ink);
  padding: 0 14px;
  text-decoration: none;
}

.old-new {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 18px;
  align-items: stretch;
  margin-bottom: 38px;
}
.old-new article { border: 1px solid var(--line-strong); padding: clamp(20px, 3vw, 28px); }
.old-new article:last-child { box-shadow: inset 3px 0 0 var(--green); }
.old-new article span { font: 800 9px/1 var(--mono); text-transform: uppercase; }
.old-new article p { margin: 13px 0 0; color: var(--paper-soft); font-size: 17px; font-weight: 600; }
.old-new > span { align-self: center; color: #676b63; font-size: 25px; }
.pipeline { position: relative; border-top: 1px solid var(--line-strong); }
.pipeline::before { content: ""; position: absolute; top: 0; bottom: 0; left: 56px; width: 1px; background: var(--line-strong); }
.pipeline-step {
  position: relative;
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr);
  gap: clamp(24px, 4vw, 42px);
  padding: 38px 0;
  border-bottom: 1px solid var(--line);
}
.pipeline-step::before {
  content: "";
  position: absolute;
  top: 47px;
  left: 52px;
  width: 9px;
  height: 9px;
  border: 2px solid var(--ink);
  border-radius: 50%;
  background: var(--orange);
}
.step-number { color: var(--paper-soft); font: 800 21px/1 var(--mono); }
.step-command { margin: 0 0 8px; color: var(--green); font: 800 10px/1 var(--mono); }
.pipeline-step h3 { max-width: 760px; margin: 0 0 13px; font-size: clamp(24px, 3vw, 34px); line-height: 1.12; }
.pipeline-step p:not(.step-command) { max-width: 720px; color: var(--paper-soft); font-size: 14px; }
.code-block {
  display: block;
  width: min(100%, 720px);
  overflow-x: auto;
  margin-top: 18px;
  border: 1px solid var(--line);
  background: #060807;
  color: var(--mint);
  padding: 13px;
  font-size: 11px;
  white-space: pre;
}
.pipeline-step .availability { margin-top: 11px; }
.pipeline-step details {
  max-width: 720px;
  margin-top: 13px;
  border: 1px solid var(--line);
  background: var(--surface);
  padding: 10px 12px;
}
.pipeline-step summary, .diff-card summary { font-size: 10px; font-weight: 800; text-transform: uppercase; cursor: pointer; }
.pipeline-step details p { margin-bottom: 0; }
.action-panel { box-shadow: inset 3px 0 0 var(--green); }

.diff-add { color: var(--green); font-weight: 800; }
.diff-remove { color: var(--orange); font-weight: 800; }
.diff-change { color: var(--lavender); font-weight: 800; }
.diff-action { color: var(--orange); font-weight: 800; }
.filter-bar { display: flex; flex-wrap: wrap; gap: 7px; margin-bottom: 22px; }
.filter-bar button {
  border: 1px solid var(--line-strong);
  background: transparent;
  color: var(--paper-soft);
  padding: 9px 11px;
  font-size: 10px;
  font-weight: 800;
  text-transform: uppercase;
  cursor: pointer;
}
.filter-bar button.active, .filter-bar button:hover { background: var(--green); color: var(--ink); border-color: var(--green); }
.diff-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1px;
  border: 1px solid var(--line);
  background: var(--line);
}
.diff-card { min-height: 290px; padding: clamp(22px, 3vw, 30px); }
.diff-card[hidden] { display: none; }
.diff-card > span { font: 800 9px/1 var(--mono); text-transform: uppercase; }
.diff-card h3 { margin: 24px 0 14px; font-size: clamp(21px, 2.4vw, 27px); line-height: 1.12; }
.diff-card > p, .diff-card details p { color: var(--paper-soft); font-size: 14px; }
.diff-card details { margin-top: 20px; border-top: 1px solid var(--line); padding-top: 12px; }

.media-wall > header {
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  column-gap: clamp(28px, 5vw, 58px);
  margin-bottom: 42px;
  padding-right: 45px;
}
.media-wall > header > .recap-eyebrow { grid-row: 1 / span 2; }
.media-wall > header > p:last-child {
  max-width: 700px;
  margin: 18px 0 0;
  color: var(--paper-soft);
  font-size: 16px;
}
.media-wall-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(16px, 2vw, 24px);
}
.media-group-heading {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  align-items: baseline;
  gap: 12px;
  margin-top: clamp(18px, 3vw, 34px);
  border-bottom: 1px solid var(--line-strong);
  padding: 0 2px 13px;
}
.media-group-heading:first-child { margin-top: 0; }
.media-group-heading span {
  color: var(--orange);
  font: 800 10px/1 var(--mono);
}
.media-group-heading h3 {
  margin: 0;
  font-size: clamp(22px, 2.5vw, 31px);
  letter-spacing: -.025em;
}
.media-embed-card {
  min-width: 0;
  display: flex;
  flex-direction: column;
  border: 1px solid var(--line);
  padding: clamp(16px, 2vw, 22px);
}
.media-embed-card > header {
  min-height: 94px;
  padding: 2px 2px 18px;
}
.media-embed-card header span {
  color: var(--green);
  font: 800 9px/1 var(--mono);
  letter-spacing: .05em;
  text-transform: uppercase;
}
.media-embed-card h3 {
  margin: 14px 0 0;
  font-size: clamp(20px, 2.1vw, 27px);
  line-height: 1.08;
}
.media-source-link {
  width: max-content;
  max-width: 100%;
  margin-top: auto;
  padding: 17px 2px 2px;
  font: 800 10px/1 var(--mono);
  text-decoration: none;
  text-transform: uppercase;
}
.media-source-link:hover { color: var(--green); }
.media-x-embed {
  min-height: 510px;
  border: 1px solid var(--line);
  padding: 16px;
}
.hashtag-row {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 22px;
  margin-top: 25px;
  font: 800 10px/1 var(--mono);
  text-transform: uppercase;
}
.hashtag-row span { color: var(--paper-soft); }
.hashtag-row a { color: var(--green); }

.sources-section {
  display: grid;
  grid-template-columns: 270px 1fr;
  gap: clamp(32px, 6vw, 70px);
}
.source-list { border-top: 1px solid var(--line-strong); }
.source-list a {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 4px 14px;
  padding: 16px 0;
  border-bottom: 1px solid var(--line);
  text-decoration: none;
}
.source-list a:hover strong { color: var(--green); }
.source-list a span { grid-row: 1 / 3; color: #75796f; font: 800 12px/1 var(--mono); }
.source-list strong { font-size: 15px; }
.source-list small { grid-column: 2; color: var(--paper-soft); }
.source-list > p { margin-top: 20px; color: #85887e; font-size: 12px; }

.wall-section {
  min-height: 500px;
  padding: clamp(70px, 9vw, 120px) 0;
}
.section-head {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 24px;
  margin-bottom: 36px;
}
.section-head h2 {
  max-width: 720px;
  margin: 0;
  font-size: clamp(38px, 5vw, 62px);
  line-height: 1;
}
.count {
  margin: 0;
  color: var(--green);
  font: 800 12px/1.2 var(--mono);
  text-align: right;
  text-transform: uppercase;
}
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.wall-card {
  min-width: 0;
  border: 1px solid var(--line);
  background: var(--surface);
  transition: transform .16s ease;
}
.wall-card:hover { transform: translateY(-5px); }
.wall-card > a {
  display: grid;
  width: 100%;
  aspect-ratio: 1200 / 628;
  place-items: center;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: var(--ink);
}
.wall-card img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}
.wall-card-body { display: grid; gap: 9px; padding: 16px; }
.wall-card h3 { margin: 0; font-size: 20px; }
.social-links { display: flex; flex-wrap: wrap; gap: 14px; }
.social-links a {
  color: var(--green);
  font: 800 12px/1.2 var(--mono);
  text-underline-offset: 4px;
}
.empty-wall {
  grid-column: 1 / -1;
  border: 1px dashed var(--line);
  padding: 56px 20px;
  color: var(--paper-soft);
  text-align: center;
}
.recap-footer {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  align-items: end;
  padding: 36px clamp(20px, 4vw, 56px);
  border-top: 1px solid var(--line);
  color: #7d8077;
  font-size: 12px;
}
.recap-footer div p { margin: 9px 0 0; }
.recap-footer > p { max-width: 380px; margin: 0; text-align: right; }

button:focus-visible, a:focus-visible, summary:focus-visible {
  outline: 3px solid var(--lavender);
  outline-offset: 3px;
}
.reveal { opacity: 0; transform: translateY(18px); transition: opacity .45s ease, transform .45s ease; }
.reveal.in-view { opacity: 1; transform: none; }

@media (max-width: 1120px) {
  #recap-main {
    grid-template-columns: 160px minmax(0, 1fr);
    column-gap: 36px;
    width: min(calc(100% - 48px), 1120px);
  }
  .report-index a { grid-template-columns: 22px 1fr; font-size: 11px; }
  .theme-primitives { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
  html { scroll-padding-top: 76px; }
  .recap-topbar { grid-template-columns: auto 1fr; min-height: 62px; }
  .recap-status { justify-self: end; }
  .recap-topbar nav { display: none; }
  .read-progress { top: 61px; }
  #recap-main {
    display: block;
    width: min(calc(100% - 36px), 760px);
  }
  .video-hero { padding-top: 46px; padding-bottom: 52px; }
  .report-index {
    position: sticky;
    top: 61px;
    z-index: 20;
    margin: 0 -18px;
    border-top: 0;
    border-bottom: 1px solid var(--line);
    background: rgba(10, 12, 11, .96);
    padding: 0 18px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .report-index::-webkit-scrollbar { display: none; }
  .report-index > p { display: none; }
  .report-index ol { display: flex; width: max-content; }
  .report-index a {
    display: flex;
    gap: 7px;
    min-height: 43px;
    border-left: 0;
    border-bottom: 2px solid transparent;
    padding: 0 12px;
    white-space: nowrap;
  }
  .report-index a.active { border-bottom-color: var(--green); background: transparent; }
  .section-intro, .media-wall > header { grid-template-columns: 1fr; }
  .hero-heading { padding-top: 46px; }
  .section-intro > .recap-eyebrow,
  .section-intro > h2,
  .section-intro > p:last-child,
  .media-wall > header > .recap-eyebrow { grid-column: 1; grid-row: auto; }
  .section-intro, .media-wall > header { gap: 0; padding-right: 35px; }
  .sources-section { grid-template-columns: 1fr; }
  .feature-card, .awards-video, .agentic-section, .theme-thesis, .theme-action, .action-panel { grid-template-columns: 1fr; }
  .x-placeholder { border-left: 0; border-top: 1px solid var(--line); }
  .theme-numbers { grid-template-columns: repeat(2, 1fr); }
  .summary-points { grid-template-columns: 1fr; }
  .summary-points li { min-height: 0; }
  .media-wall-grid { grid-template-columns: 1fr; }
  .media-embed-card > header { min-height: 0; }
  .section-head { align-items: start; flex-direction: column; }
  .count { text-align: left; }
}

@media (max-width: 580px) {
  #recap-main { width: min(calc(100% - 28px), 520px); }
  .recap-topbar { padding-inline: 14px; }
  .recap-status { font-size: 8px; }
  .hero-kicker { display: grid; gap: 6px; }
  h1 { font-size: clamp(48px, 15vw, 68px); line-height: .98; }
  h1 br { display: block; }
  .keynote-frame { grid-template-columns: 26px 1fr; }
  .frame-gutter { gap: 23px; }
  .media-label, .media-footer { align-items: start; flex-direction: column; }
  .source-badge { display: none; }
  .report-section { padding-block: 60px; }
  .report-section::before { top: 60px; }
  .winner-grid, .diff-grid, .theme-primitives, .media-wall-grid, .theme-numbers { grid-template-columns: 1fr; }
  .day-marker { grid-template-columns: 55px 1fr; }
  .day-number { font-size: 38px; }
  .timeline { margin-left: 14px; }
  .timeline-entry { grid-template-columns: 1fr; gap: 8px; padding-left: 26px; padding-right: 0; }
  .timeline-entry::before { top: 37px; }
  .old-new { grid-template-columns: 1fr; }
  .old-new > span { justify-self: center; transform: rotate(90deg); }
  .pipeline::before { left: 35px; }
  .pipeline-step { grid-template-columns: 35px minmax(0, 1fr); gap: 18px; }
  .pipeline-step::before { left: 31px; }
  .code-block { font-size: 9px; }
  .theme-thesis p { min-height: 0; }
  .summary-actions { align-items: stretch; flex-direction: column; }
  .summary-primary { width: 100%; }
  .gallery-grid { grid-template-columns: 1fr; }
  .source-list a { grid-template-columns: 34px 1fr; }
  .recap-footer { display: grid; }
  .recap-footer > p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    scroll-behavior: auto !important;
    animation: none !important;
    transition: none !important;
  }
  .reveal { opacity: 1; transform: none; }
}
