:root {
  --paper: #fbfcf8;
  --ink: #18212b;
  --muted: #66727f;
  --line: #d8e0df;
  --panel: #ffffff;
  --key: #1479bd;
  --key-soft: #e5f3fb;
  --value: #e87d22;
  --value-soft: #fff0df;
  --green: #08a71c;
  --green-soft: #edfced;
  --teal: #159b8c;
  --red: #d84863;
  --gold: #c88b17;
  --violet: #7356ce;
  --takeaway: #25445e;
  --takeaway-soft: #f4f9fc;
  --takeaway-warm: #fff9f1;
  --sans: "Avenir Next", "Segoe UI", "Helvetica Neue", Arial, sans-serif;
  --mono: "IBM Plex Mono", "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  min-height: 100%;
}

body {
  padding: 0;
  background: #eef3f1;
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.15;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

sub,
sup {
  line-height: 0;
}

.page-shell {
  width: min(1180px, calc(100vw - 16px));
  aspect-ratio: 36 / 47;
  display: grid;
  grid-template-rows: 172px minmax(0, 1fr) 96px;
  gap: 10px;
  padding: 16px 20px 14px;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.93), rgba(251, 252, 248, 0.98)),
    var(--paper);
  box-shadow:
    inset 0 0 0 1px rgba(216, 224, 223, 0.95),
    0 16px 48px rgba(25, 38, 45, 0.16);
  margin: 8px auto;
}

.poster-header {
  --author-center-offset: -19.5px;
  min-height: 0;
  display: grid;
  grid-template-columns: 265px minmax(0, 1fr) 226px;
  gap: 16px;
  align-items: center;
}

.header-logos {
  display: grid;
  gap: 10px;
  align-content: center;
}

.header-logos--left {
  justify-items: start;
}

.header-logos--right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 13px;
}

.logo {
  object-fit: contain;
}

.logo--cwru {
  width: 265px;
}

.logo--rice {
  width: 108px;
}

.logo--nsf {
  width: 74px;
}

.logo--poster-qr {
  width: 82px;
  padding: 3px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: #ffffff;
}

.poster-qr-callout {
  width: 126px;
  display: grid;
  justify-items: center;
  gap: 4px;
  color: #314150;
  font-size: 0.56rem;
  line-height: 1.05;
  font-weight: 860;
  text-align: center;
}

.header-title {
  min-width: 0;
  text-align: center;
}

.header-title h1,
.header-title .subtitle {
  position: relative;
  top: 12px;
  margin: 0;
  color: #111f2e;
  font-family: var(--sans);
  line-height: 0.88;
  font-weight: 920;
  letter-spacing: 0;
  text-wrap: balance;
}

.header-title h1 {
  font-size: 3.18rem;
}

.subtitle {
  margin: 11px 0 0;
  font-size: 1.92rem;
}

.authors {
  position: relative;
  left: 50%;
  width: max-content;
  margin: 48px 0 0;
  color: var(--muted);
  font-size: 1rem;
  line-height: 1.04;
  font-weight: 740;
  transform: translateX(calc(-50% + var(--author-center-offset)));
  white-space: nowrap;
}

.authors a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition:
    color 140ms ease,
    text-decoration-color 140ms ease;
}

.authors a:hover,
.authors a:focus-visible {
  color: var(--key);
  text-decoration: underline;
  text-decoration-color: currentColor;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.16em;
}

.authors a:focus-visible {
  outline: 2px solid rgba(31, 94, 157, 0.34);
  outline-offset: 2px;
  border-radius: 4px;
}

.poster-main {
  min-height: 0;
  display: grid;
}

.poster-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 1.18fr) minmax(0, 1.04fr);
  grid-template-rows: minmax(0, 0.86fr) minmax(0, 1.18fr) minmax(0, 1.02fr);
  grid-template-areas:
    "claim spectrum spectrum"
    "norms theorems cache"
    "playbook playbook takeaway";
  gap: 10px;
}

.panel {
  min-width: 0;
  min-height: 0;
  display: grid;
  gap: 8px;
  padding: 11px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--panel);
  box-shadow: 0 8px 22px rgba(35, 55, 59, 0.07);
  overflow: hidden;
}

.panel h2 {
  margin: 0;
  padding: 8px 10px;
  border-radius: 8px;
  background: #eef4f3;
  color: #1d2e39;
  font-size: 1.05rem;
  line-height: 1.02;
  font-weight: 900;
  letter-spacing: 0;
}

.panel figure {
  min-width: 0;
  min-height: 0;
  margin: 0;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
}

.panel figure img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.panel ul {
  margin: 0;
  padding-left: 1rem;
  color: #35444b;
  font-size: 0.68rem;
  line-height: 1.16;
  font-weight: 560;
}

.panel li + li {
  margin-top: 0.25rem;
}

.panel--claim {
  grid-area: claim;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-top: 6px solid var(--red);
}

.panel--claim figure {
  align-items: center;
  justify-items: center;
  padding: 0;
}

.panel--claim figure img {
  width: auto;
  max-width: 100%;
  height: 188px;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
}

.motivation-visual {
  min-width: 0;
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(108px, 0.61fr);
  gap: 6px;
  align-items: center;
}

.motivation-visual figure {
  width: 100%;
  height: 100%;
}

.motivation-visual figure img {
  width: 100%;
  height: auto;
  object-position: left center;
}

.motivation-table-stack {
  min-width: 0;
  align-self: start;
  display: grid;
  gap: 8px;
  margin-top: 20px;
}

.accuracy-table {
  width: 100%;
  border-collapse: collapse;
  color: #05090c;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 0.66rem;
  line-height: 0.92;
  font-variant-numeric: tabular-nums;
  text-align: center;
  border-top: 2px solid #05090c;
  border-bottom: 2px solid #05090c;
}

.accuracy-table th,
.accuracy-table td {
  padding: 2px 1px;
  font-weight: 500;
  white-space: nowrap;
}

.accuracy-table thead th {
  padding-top: 3px;
  padding-bottom: 3px;
  border-bottom: 1.5px solid #05090c;
  font-size: 0.7rem;
  font-weight: 620;
}

.accuracy-table thead th:first-child,
.accuracy-table tbody th {
  text-align: left;
}

.accuracy-table thead th:first-child,
.accuracy-table tbody th:first-child {
  padding-left: 0;
}

.accuracy-table .is-highlighted {
  background: #e4e4e4;
}

.motivation-note {
  margin: 0;
  color: #34434d;
  font-size: 0.65rem;
  line-height: 1.08;
  font-weight: 700;
}

.motivation-note strong {
  color: #19242d;
  font-weight: 950;
}

.key-token {
  color: var(--key);
}

.value-token {
  color: var(--value);
}

.panel--theorems {
  grid-area: theorems;
  grid-template-rows: auto auto minmax(0, 1fr) auto;
  border-top: 6px solid var(--green);
}

.panel--norms {
  grid-area: norms;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-top: 6px solid var(--key);
}

.panel--cache {
  grid-area: cache;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  border-top: 6px solid var(--gold);
}

.panel--error {
  grid-area: error;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-top: 6px solid var(--red);
}

.panel--spectrum {
  grid-area: spectrum;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-top: 6px solid var(--violet);
}

.panel--spectrum h2 {
  grid-column: auto;
}

.panel--playbook {
  grid-area: playbook;
  grid-template-rows: auto minmax(0, 1fr) auto;
  border-top: 6px solid var(--value);
}

.panel--takeaway {
  grid-area: takeaway;
  grid-template-rows: auto auto auto auto auto auto;
  gap: 4px;
  border-color: rgba(37, 68, 94, 0.26);
  border-top: 6px solid var(--takeaway);
  background:
    linear-gradient(180deg, var(--takeaway-soft), var(--takeaway-warm) 72%, #ffffff),
    #ffffff;
}

.panel--takeaway h2 {
  background:
    linear-gradient(90deg, rgba(20, 121, 189, 0.16), rgba(232, 125, 34, 0.14)),
    var(--takeaway-soft);
  color: #152b3d;
}

.takeaway-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 40px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  padding: 6px 9px;
  border-radius: 16px;
  background: #18212b;
  border: 1px solid rgba(126, 224, 198, 0.24);
}

.takeaway-card img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.takeaway-card p {
  margin: 0;
  color: #e8f3ef;
  font-size: 0.58rem;
  line-height: 1.08;
  font-weight: 820;
}

.takeaway-card strong {
  color: #7ee0c6;
  font-weight: 950;
}

.experiment-setup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.experiment-setup p {
  min-width: 0;
  margin: 0;
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr);
  column-gap: 6px;
  align-items: center;
  padding: 5px 6px;
  border-radius: 8px;
  background: #ffffff;
  border: 1px solid rgba(37, 68, 94, 0.18);
}

.experiment-setup p > span {
  grid-row: 1 / span 3;
  display: grid;
  place-items: center;
  width: 24px;
  height: 24px;
  border-radius: 999px;
  background: var(--takeaway);
  color: #ffffff;
  font-size: 0.7rem;
  line-height: 1;
  font-weight: 950;
}

.experiment-setup strong,
.experiment-setup small,
.experiment-setup em {
  display: block;
  min-width: 0;
}

.experiment-setup strong {
  color: #173743;
  font-size: 0.52rem;
  line-height: 1.02;
  font-weight: 920;
}

.experiment-setup small {
  margin-top: 2px;
  color: #40535c;
  font-size: 0.4rem;
  line-height: 1.08;
  font-weight: 650;
}

.experiment-setup em {
  margin-top: 3px;
  color: #8a4715;
  font-size: 0.35rem;
  line-height: 1.1;
  font-style: normal;
  font-weight: 840;
}

.panel--takeaway .takeaway-list {
  display: grid;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.takeaway-list li {
  min-width: 0;
  padding-left: 14px;
  color: #31414c;
  font-size: 0.53rem;
  line-height: 1.1;
  font-weight: 720;
  position: relative;
}

.takeaway-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.28em;
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: var(--takeaway);
}

.takeaway-list strong {
  color: #162a35;
  font-weight: 930;
}

.takeaway-list .katex {
  display: inline-block;
  white-space: nowrap;
}

.kv-design-table {
  width: 100%;
  border-collapse: collapse;
  color: #263541;
  font-size: 0.52rem;
  line-height: 1.06;
  font-variant-numeric: tabular-nums;
}

.kv-design-table th,
.kv-design-table td {
  padding: 4px 4px;
  border-bottom: 1px solid rgba(216, 224, 223, 0.95);
  text-align: left;
  white-space: nowrap;
}

.kv-design-table thead th {
  padding-top: 0;
  color: #61707d;
  font-size: 0.39rem;
  line-height: 1;
  font-weight: 930;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.kv-design-table tbody th {
  font-size: 0.54rem;
  font-weight: 930;
}

.kv-design-table tbody td {
  font-weight: 760;
}

.kv-design-table__key th,
.kv-design-table__key td:first-of-type {
  color: #0d5484;
}

.kv-design-table__value th,
.kv-design-table__value td:first-of-type {
  color: #8a4715;
}

.github-note {
  margin: 0;
  padding-top: 5px;
  border-top: 1px solid rgba(216, 224, 223, 0.95);
  color: #3b4b55;
  font-size: 0.5rem;
  line-height: 1.08;
  font-weight: 700;
}

.github-note code {
  color: #0d5484;
  font-family: var(--mono);
  font-size: 0.5rem;
  font-weight: 820;
}

.github-note a {
  color: #0d5484;
  font-weight: 900;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

.acknowledgement {
  margin: 0;
  color: #657184;
  font-size: 0.44rem;
  line-height: 1.08;
  font-weight: 620;
}

.acknowledgement strong {
  color: #5b6678;
  font-weight: 900;
}

.signal-flow {
  counter-reset: signal-step;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.signal-flow li {
  counter-increment: signal-step;
  position: relative;
  min-width: 0;
  min-height: 42px;
  display: block;
  padding: 6px 5px 5px 25px;
  border-radius: 8px;
  background: #f4f7f4;
  border: 1px solid rgba(216, 224, 223, 0.85);
}

.signal-flow li::before {
  content: counter(signal-step);
  display: grid;
  place-items: center;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
  border-radius: 999px;
  background: #1f5c7e;
  color: #ffffff;
  font-size: 0.62rem;
  line-height: 1;
  font-weight: 950;
}

.signal-flow span {
  display: block;
  color: #69737c;
  font-size: 0.31rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.signal-flow strong {
  display: block;
  margin-top: 3px;
  color: #24333d;
  font-size: 0.43rem;
  line-height: 1.05;
  font-weight: 880;
}

.metric-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 6px;
}

.metric-grid p {
  min-width: 0;
  margin: 0;
  padding: 6px 6px;
  border-radius: 8px;
  background: #18212b;
  color: #eaf5f1;
}

.metric-grid > p > strong,
.metric-grid > p > span {
  display: block;
}

.metric-grid > p > strong {
  color: #7ee0c6;
  font-size: 0.86rem;
  line-height: 1;
  font-weight: 950;
}

.metric-grid > p > span {
  margin-top: 4px;
  color: #d6e2de;
  font-size: 0.39rem;
  line-height: 1.1;
  font-weight: 720;
}

.metric-grid .katex {
  display: inline-block;
  white-space: nowrap;
}

.theory-flow {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1.12fr 0.78fr;
  gap: 6px;
}

.theory-flow p {
  min-width: 0;
  margin: 0;
  padding: 6px 7px;
  border-radius: 8px;
  background: #f2fbf2;
  border: 1px solid rgba(8, 167, 28, 0.2);
}

.theory-flow > p > span,
.theory-flow > p > strong {
  display: block;
}

.theory-flow > p > span {
  color: #096c19;
  font-size: 0.42rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.theory-flow > p > strong {
  margin-top: 5px;
  color: #1b2b22;
  font-size: 0.55rem;
  line-height: 1;
  font-weight: 900;
}

.theory-flow .katex {
  display: inline-block;
  white-space: nowrap;
}

.theorem-grid {
  min-height: 0;
  display: grid;
  grid-template-rows: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.theorem-card {
  min-width: 0;
  min-height: 0;
  display: flex;
  flex-direction: column;
  border: 1.5px solid rgba(8, 167, 28, 0.32);
  border-radius: 8px;
  background: #f8fff7;
  overflow: hidden;
}

.theorem-card h3 {
  margin: 0;
  padding: 6px 8px;
  background:
    linear-gradient(90deg, rgba(8, 167, 28, 0.13), rgba(8, 167, 28, 0.04)),
    #ffffff;
  border-bottom: 1px solid rgba(8, 167, 28, 0.18);
  color: #16271b;
  font-size: 0.62rem;
  line-height: 1;
  font-weight: 900;
}

.theorem-card h3 strong {
  font-weight: 950;
}

.theorem-card p {
  margin: 0;
}

.theorem-copy {
  padding: 7px 9px 0;
  color: #314138;
  font-size: 0.55rem;
  line-height: 1.12;
  font-weight: 720;
}

.theorem-card .formula {
  min-width: 0;
  margin: auto 8px;
  padding: 8px 7px;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: inset 0 0 0 1px rgba(8, 167, 28, 0.16);
  color: #16231d;
  font-size: 0.67rem;
  line-height: 1.05;
  font-weight: 850;
  text-align: center;
}

.math {
  white-space: nowrap;
}

.theorem-card .formula .katex {
  display: inline-block;
  white-space: nowrap;
}

.theorem-card .formula br {
  display: block;
  content: "";
  margin-top: 4px;
}

.theorem-card .theorem-consequence {
  margin-top: 0;
  padding: 6px 8px 7px;
  border-top: 1px solid rgba(8, 167, 28, 0.14);
  background: rgba(255, 255, 255, 0.62);
  color: #25372e;
  font-size: 0.49rem;
  line-height: 1.08;
  font-weight: 760;
}

.theorem-consequence > span {
  color: #096c19;
  font-size: 0.38rem;
  font-weight: 950;
  letter-spacing: 0.045em;
  text-transform: uppercase;
}

.theorem-consequence .katex {
  display: inline-block;
  white-space: nowrap;
}

.theorem-rule {
  min-width: 0;
  border-radius: 8px;
  background:
    linear-gradient(90deg, rgba(20, 121, 189, 0.11), rgba(232, 125, 34, 0.1)),
    #ffffff;
  border: 1px solid rgba(8, 167, 28, 0.2);
}

.theorem-rule p {
  margin: 0;
  padding: 7px 9px;
  color: #32423b;
  font-size: 0.56rem;
  line-height: 1.1;
  font-weight: 720;
}

.theorem-rule > p > span {
  display: inline-block;
  margin-right: 4px;
  color: #0f6b74;
  font-size: 0.39rem;
  line-height: 1;
  font-weight: 950;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.theorem-rule strong {
  color: #1b2b22;
  font-weight: 880;
}

.theorem-rule .katex {
  display: inline-block;
  white-space: nowrap;
}

.panel--norms figure {
  margin-inline: -3px;
}

.panel--norms figure img {
  height: auto;
  object-position: top center;
}

.figure-framed {
  padding: 4px;
  border-radius: 8px;
  background: #f8faf7;
  border: 1px solid rgba(216, 224, 223, 0.75);
}

.panel--cache figure img {
  object-fit: contain;
}

.split-comparison {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 6px;
}

.split-comparison p {
  min-width: 0;
  margin: 0;
  padding: 7px 8px;
  border-radius: 8px;
  font-weight: 820;
}

.split-comparison p > span,
.split-comparison p > strong {
  display: block;
}

.split-comparison p > span {
  font-size: 0.77rem;
  line-height: 1;
  font-weight: 950;
}

.split-comparison p > strong {
  margin-top: 3px;
  font-size: 0.51rem;
  line-height: 1.05;
}

.is-loser {
  background: #fff0df;
  color: #7a4216;
}

.is-winner {
  background: #e5f3fb;
  color: #0d5484;
}

.compact-note {
  margin: 0;
  padding: 7px 9px;
  border-radius: 8px;
  background: #f4f7f4;
  color: #40505a;
  font-size: 0.65rem;
  line-height: 1.13;
  font-weight: 640;
}

.panel--error figure {
  margin-inline: -4px;
}

.panel--error figure img {
  width: 104%;
  max-width: none;
}

.panel--spectrum figure {
  padding: 4px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid rgba(216, 224, 223, 0.75);
}

.panel--spectrum figure img {
  width: 100%;
  height: auto;
  object-position: center center;
}

.spectrum-copy {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.spectrum-copy p {
  margin: 0;
  padding: 9px 10px;
  border-radius: 8px;
  background: #f3f0fb;
  color: #303846;
  font-size: 0.74rem;
  line-height: 1.15;
  font-weight: 660;
}

.spectrum-copy strong {
  color: #44318a;
  font-weight: 900;
}

.playbook-grid {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
}

.playbook-grid figure {
  min-height: 0;
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 3px;
  padding: 4px;
  border-radius: 8px;
  background: #fafafa;
  border: 1px solid rgba(216, 224, 223, 0.75);
}

.playbook-grid figcaption {
  color: #3e4b53;
  font-size: 0.54rem;
  line-height: 1.08;
  font-weight: 720;
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 5px;
}

.decision-strip p {
  min-width: 0;
  margin: 0;
  padding: 7px 6px;
  border-radius: 8px;
  background: #fff4e8;
  text-align: center;
}

.decision-strip p > strong,
.decision-strip p > small {
  display: block;
}

.decision-strip p > small > span {
  color: #7b4c1c;
  font-size: 0.42rem;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.decision-strip p > strong {
  margin-top: 4px;
  color: #1f2d35;
  font-size: 0.72rem;
  line-height: 1.02;
  font-weight: 950;
}

.decision-strip p > small {
  margin-top: 4px;
  color: #42515a;
  font-size: 0.48rem;
  line-height: 1.08;
  font-weight: 680;
}

.poster-footer {
  min-height: 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)) minmax(250px, 0.92fr);
  gap: 10px;
}

.cta-card,
.quickstart {
  min-width: 0;
  border: 1px solid var(--line);
  border-radius: 16px;
  box-shadow: 0 10px 24px rgba(31, 50, 57, 0.07);
}

.cta-card {
  min-height: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 10px;
  align-items: center;
  padding: 7px 10px;
  text-decoration: none;
}

.cta-card__meta {
  min-width: 0;
  display: grid;
  gap: 5px;
}

.cta-card__chip {
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 8px;
  border-radius: 999px;
  background: #eef4f3;
  color: #1f3d49;
  font-size: 0.72rem;
  line-height: 1;
  font-weight: 900;
}

.cta-card__chip img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}

.cta-card__chip--icon-only {
  gap: 0;
  line-height: 0;
}

.cta-card__chip--icon-only img {
  width: auto;
  height: 1.1rem;
}

.cta-card__url {
  display: block;
  min-width: 0;
  color: #314150;
  font-size: 0.72rem;
  line-height: 1.08;
  font-weight: 880;
  overflow-wrap: anywhere;
}

.cta-card__qr {
  width: 50px;
  height: 50px;
  padding: 3px;
  object-fit: contain;
  background: #ffffff;
  border: 1px solid var(--line);
  border-radius: 10px;
}

.cta-card--github {
  background: linear-gradient(180deg, #ffffff 0%, #f5f8f8 100%);
}

.cta-card--paper {
  background: linear-gradient(180deg, #ffffff 0%, #fff8f5 100%);
}

.cta-card--paper .cta-card__chip {
  background: #fff1ea;
  color: #8a3d1c;
}

.cta-card--pypi {
  background: linear-gradient(180deg, #ffffff 0%, #f3f8ff 100%);
}

.cta-card--pypi .cta-card__chip {
  background: #eaf3ff;
  color: #245283;
}

.quickstart {
  display: grid;
  align-content: center;
  gap: 3px;
  padding: 10px 12px;
  background: #18212b;
  color: #e6f1ed;
}

.quickstart code {
  display: block;
  color: #85e5c8;
  font-family: var(--mono);
  font-size: 0.62rem;
  line-height: 1.12;
  white-space: nowrap;
}

@page {
  size: 36in 47in;
  margin: 0;
}

@media print {
  body {
    background: #ffffff;
  }

  .page-shell {
    width: 36in;
    height: 47in;
    margin: 0;
    box-shadow: none;
  }
}

@media (max-width: 900px) {
  .poster-header {
    --author-center-offset: 0px;
  }

  .page-shell {
    width: min(760px, calc(100vw - 12px));
    grid-template-rows: auto auto auto;
    aspect-ratio: auto;
  }

  .poster-header,
  .poster-grid,
  .poster-footer,
  .panel--spectrum {
    grid-template-columns: 1fr;
  }

  .poster-grid {
    grid-template-areas:
      "claim"
      "spectrum"
      "norms"
      "theorems"
      "cache"
      "playbook"
      "takeaway";
    grid-template-rows: auto;
  }

  .theorem-grid,
  .theory-flow,
  .playbook-grid,
  .metric-grid {
    grid-template-columns: 1fr;
  }

  .panel--claim figure img {
    width: 100%;
    height: auto;
  }

  .motivation-visual {
    grid-template-columns: 1fr;
  }

  .motivation-table-stack {
    margin-top: 0;
  }

  .header-logos {
    justify-items: center;
  }

  .header-logos--right {
    justify-content: center;
  }

  h1 {
    font-size: 2.35rem;
  }
}
