.reveal-viewport {
  overflow: hidden !important;
}

/* Reveal print/PDF mode needs page scrolling and full slide flow. */
html.print-pdf,
html.print-pdf body,
html.print-pdf .reveal-viewport {
  overflow: visible !important;
  height: auto !important;
}

.reveal .slides section > h2:first-of-type {
  font-weight: 700;
  font-size: 1.42em;
  line-height: 1.12;
  letter-spacing: -0.01em;
  margin-bottom: 0.24em;
}

.reveal .slides section > h3:first-of-type {
  font-weight: 450;
  font-size: 0.84em;
  line-height: 1.3;
  color: #334155;
  max-width: 72ch;
  margin-top: 0;
  margin-bottom: 1.05em;
}

.reveal .slides section ul,
.reveal .slides section ol {
  font-size: 0.75em;
}

.reveal .slides section.disruption-bg {
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.58), rgba(255, 255, 255, 0.58)),
    url("assets/svg/disruption-background.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio {
  display: flex;
  flex-direction: column;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio .columns {
  margin-bottom: 0.08em;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio .columns .column {
  padding: 0 0.42em;
  box-sizing: border-box;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio .disruption-arrow-space {
  height: 0.35em;
  flex: 0 0 auto;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio .disruption-participation-svg-wrap {
  width: min(1460px, 96%);
  max-width: 96%;
  margin: calc(0.08em + 0.63in) auto 0;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio .disruption-participation-svg-wrap svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.reveal .slides section#three-forces-are-reshaping-amateur-radio .disruption-participation-svg-text {
  font-family: "Source Sans Pro", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  fill: #1f2937;
}

.reveal .slides section#market-knowledge-is-the-foundation-ardc-needs-to-stay-ahead .knowledge-foundation-svg-wrap {
  width: min(1460px, 96%);
  max-width: 96%;
  margin: 0.04em auto 0;
}

.reveal .slides section#market-knowledge-is-the-foundation-ardc-needs-to-stay-ahead .knowledge-foundation-svg-wrap svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

.reveal .slides section#market-knowledge-is-the-foundation-ardc-needs-to-stay-ahead .knowledge-foundation-svg-text {
  font-family: "Source Sans Pro", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: 0;
  fill: #1f2937;
}

.reveal .slides section#from-capability-building-to-strategic-outcomes .capability-caption {
  margin: 0 0 0.12em;
  font-size: 0.62em;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #334155;
}

.reveal .slides section#from-capability-building-to-strategic-outcomes .capability-group {
  border: 1px solid rgba(100, 116, 139, 0.3);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.5);
  padding: 0.22em 0.36em 0.26em;
  margin: 0.12em 0;
}

.reveal .slides section#from-capability-building-to-strategic-outcomes .capability-connector {
  margin: 0.08em 0;
  font-size: 0.96em;
  font-weight: 700;
  text-align: center;
  color: #1f3348;
}

.reveal .slides section#from-capability-building-to-strategic-outcomes .capability-row {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  gap: 1.15em;
}

.reveal .slides section#from-capability-building-to-strategic-outcomes .capability-row .column {
  flex: 1 1 0;
  min-width: 0;
  width: auto !important;
  padding: 0 !important;
  box-sizing: border-box;
}

.reveal .slides section#from-capability-building-to-strategic-outcomes .capability-row ul {
  font-size: 0.62em;
  padding-left: 1.05em;
  margin-right: 0.18em;
}

.reveal .slides section#understanding-the-opportunity-space .opp-space-figure {
  width: 100%;
  margin: 0.45em 0 0;
  display: flex;
  justify-content: center;
}

.reveal .slides section#understanding-the-opportunity-space .opp-space-figure img {
  display: block;
  width: min(1300px, 96%);
  max-width: 96%;
  height: auto;
  margin: 0 auto;
}

.reveal .slides section#understanding-the-opportunity-space .opp-space-two-col {
  width: min(1300px, 96%);
  max-width: 96%;
  margin: 0.35em auto 0;
}

.reveal .slides section#understanding-the-opportunity-space .opp-space-two-col .column {
  padding: 0 0.85em;
  box-sizing: border-box;
}

/* Reusable layout: left commentary + right diagram + bottom info band. */
.reveal .slides section .model-layout {
  width: 100%;
  max-width: 100%;
  margin: 0.15em 0 0;
}

.reveal .slides section .model-layout-top {
  display: flex;
  align-items: flex-start;
  gap: 1.15em;
}

.reveal .slides section .model-layout-notes {
  flex: 0 0 24%;
  font-size: 0.72em;
  line-height: 1.32;
  padding: 0.2em 0.25em 0.2em 0;
}

.reveal .slides section .model-layout-figure {
  flex: 1 1 auto;
  display: flex;
  justify-content: flex-end;
}

.reveal .slides section .model-layout-figure .model-figure {
  margin: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}

.reveal .slides section .model-layout-figure .model-figure img {
  display: block;
  width: 120%;
  max-width: 120%;
  height: auto;
}

.reveal .slides section .model-layout-bottom {
  margin-top: 0.32em;
  padding-top: 0.2em;
}

.reveal .slides section .model-layout-bottom table {
  width: 100%;
  font-size: 0.62em;
  border-collapse: collapse;
  table-layout: fixed;
}

.reveal .slides section .model-layout-bottom th,
.reveal .slides section .model-layout-bottom td {
  text-align: left;
  vertical-align: top;
  padding: 0.32em 0.48em;
}

.reveal .slides section .model-layout-bottom th:nth-child(1),
.reveal .slides section .model-layout-bottom td:nth-child(1) {
  width: 25%;
}

.reveal .slides section .model-layout-bottom th:nth-child(2),
.reveal .slides section .model-layout-bottom td:nth-child(2) {
  width: 35%;
}

.reveal .slides section .model-layout-bottom th:nth-child(3),
.reveal .slides section .model-layout-bottom td:nth-child(3) {
  width: 40%;
}

/* Some rendered tables include a colgroup with inline 33/33/33 widths.
   Force our intended proportions in those cases as well. */
.reveal .slides section .model-layout-bottom colgroup col:nth-child(1) {
  width: 25% !important;
}

.reveal .slides section .model-layout-bottom colgroup col:nth-child(2) {
  width: 35% !important;
}

.reveal .slides section .model-layout-bottom colgroup col:nth-child(3) {
  width: 40% !important;
}

.reveal .slides section .model-layout-bottom .column {
  padding: 0 0.75em;
  box-sizing: border-box;
}

.reveal .slides section#engagement-metric .engagement-radar-panel {
  width: 100%;
  max-width: 820px;
  margin: 0.1em auto 0;
}

.reveal .slides section#engagement-metric .engagement-radar-title {
  margin: 0.18em 0 0.12em;
  font-size: 0.86em;
  font-weight: 700;
  color: #1f2a3a;
  text-align: center;
}

.reveal .slides section#engagement-metric .engagement-radar-panel [data-d3-engagement-radar] {
  width: 100%;
}

.reveal .slides section .exhibit-42-wrap {
  width: 100%;
  margin: 0.2em auto 0;
}

.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap {
  margin-top: calc(0.2em + 36px);
}

.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap .cell,
.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap .cell-output-display,
.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap .cell-output-display > div,
.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap figure,
.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap figure > div {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.reveal .slides section .exhibit-42-wrap .mermaid {
  margin: 0 auto;
}

.reveal .slides section .exhibit-42-wrap .mermaid svg {
  width: 100%;
  height: auto;
  display: block;
}

.reveal .slides section#trajectories-engagement-driven-outcomes .trajectory-caption {
  width: 86%;
  max-width: 86%;
  margin: 0.16em auto 0;
  font-size: 0.54em;
  line-height: 1.26;
  text-align: left;
  color: #374151;
}

/* Allow Reveal swipe gestures across the Mermaid area on slide 16 */
.reveal .slides section#trajectories-engagement-driven-outcomes svg.mermaid-js,
.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap .mermaid,
.reveal .slides section#trajectories-engagement-driven-outcomes .exhibit-42-wrap .mermaid svg {
  pointer-events: none;
}

.reveal .slides section p.figcap {
  margin: 0.28em auto 0;
  font-size: 0.58em;
  line-height: 1.25;
  text-align: center;
  color: #374151;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 70px;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-top-copy {
  margin: 0.2em 0 0;
  font-size: 0.98em;
  line-height: 1.32;
  text-align: left;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-top-copy .columns {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  row-gap: 0;
  align-items: start;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-top-copy .column {
  width: auto !important;
  display: block;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-top-copy p {
  margin: 0 0 0.26em;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-top-copy ul {
  margin: 0;
  padding-left: 1.05em;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-top-copy li {
  margin: 0.1em 0;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap .mermaid,
.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap pre.mermaid {
  margin: 0;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap .mermaid svg,
.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap pre.mermaid > svg {
  width: 100%;
  height: auto;
  display: block;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap .mermaid .label p {
  margin: 0 !important;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap .mermaid .label foreignObject > div {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  text-align: left !important;
  box-sizing: border-box;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-wrap .mermaid .label .nodeLabel {
  display: block !important;
  margin: 0 !important;
  padding: 2px 4px !important;
  width: 100% !important;
  text-align: left !important;
  box-sizing: border-box;
  transform: translate(-6px, -2px);
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-flow-diagram {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr;
  gap: 0.46em;
  align-items: stretch;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-stage {
  background: #cfd4df;
  border: 1.5px solid #7e8490;
  padding: 0.58em 0.6em;
  min-height: 6.7em;
  box-sizing: border-box;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-stage-title {
  margin: 0 0 0.24em;
  font-size: 0.76em;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-stage ul {
  margin: 0;
  padding-left: 0;
  list-style: none;
  font-size: 0.60em;
  font-weight: 400;
  line-height: 1.18;
  text-align: left;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-stage li {
  margin: 0.06em 0;
  position: relative;
  padding-left: 0.78em;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-stage li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-arrow {
  display: flex;
  align-self: center;
  align-items: center;
  justify-content: center;
  font-size: 1.08em;
  color: #6b7280;
  padding: 0;
}

.reveal .slides section#feeder-channel-flow-diagram .feeder-funnel-bottom {
  margin-top: 0.2em;
  min-height: 0.8em;
}

.reveal .slides section.two-col-match-feeder .columns {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  row-gap: 0;
  align-items: start;
}

.reveal .slides section.two-col-match-feeder .column {
  width: auto !important;
  display: block;
}

.reveal .slides section#deliverables-by-phase .deliverables-note,
.reveal .slides section#costs .deliverables-note,
.reveal .slides section#early-budget-ranges-and-cost-drivers .deliverables-note,
.reveal .slides section#cost-components-planning-table .deliverables-note {
  margin-top: 0.5in;
  font-size: 0.5em;
  line-height: 1.2;
  text-align: center;
}

.reveal .slides section#cost-components-planning-table .deliverables-note {
  margin-top: 0.25in;
}

.reveal .slides section#deliverables-by-phase .deliverables-note p,
.reveal .slides section#costs .deliverables-note p,
.reveal .slides section#early-budget-ranges-and-cost-drivers .deliverables-note p,
.reveal .slides section#cost-components-planning-table .deliverables-note p {
  margin: 0;
}

.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap .deliverables-note {
  width: auto;
  max-width: none;
  margin: 0.24em 0 0;
  text-align: left;
  font-size: 0.46em;
  line-height: 1.2;
}

.reveal .slides section#costs .cost-table-wrap,
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap,
.reveal .slides section#cost-components-planning-table .cost-table-wrap {
  margin-top: 0.35em;
}

.reveal .slides section#costs .cost-table-wrap table,
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap table,
.reveal .slides section#cost-components-planning-table .cost-table-wrap table {
  width: 100%;
  font-size: 0.43em;
  border-collapse: collapse;
  table-layout: fixed;
}

.reveal .slides section#costs .cost-table-wrap th,
.reveal .slides section#costs .cost-table-wrap td,
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap th,
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap td,
.reveal .slides section#cost-components-planning-table .cost-table-wrap th,
.reveal .slides section#cost-components-planning-table .cost-table-wrap td {
  text-align: left;
  vertical-align: top;
  padding: 0.16em 0.28em;
  line-height: 1.22;
}

.reveal .slides section#costs .cost-table-wrap th:nth-child(1),
.reveal .slides section#costs .cost-table-wrap td:nth-child(1),
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap th:nth-child(1),
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap td:nth-child(1),
.reveal .slides section#cost-components-planning-table .cost-table-wrap th:nth-child(1),
.reveal .slides section#cost-components-planning-table .cost-table-wrap td:nth-child(1) {
  width: 29%;
}

.reveal .slides section#costs .cost-table-wrap th:nth-child(2),
.reveal .slides section#costs .cost-table-wrap td:nth-child(2),
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap th:nth-child(2),
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap td:nth-child(2),
.reveal .slides section#cost-components-planning-table .cost-table-wrap th:nth-child(2),
.reveal .slides section#cost-components-planning-table .cost-table-wrap td:nth-child(2) {
  width: 14%;
}

.reveal .slides section#costs .cost-table-wrap th:nth-child(3),
.reveal .slides section#costs .cost-table-wrap td:nth-child(3),
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap th:nth-child(3),
.reveal .slides section#early-budget-ranges-and-cost-drivers .cost-table-wrap td:nth-child(3),
.reveal .slides section#cost-components-planning-table .cost-table-wrap th:nth-child(3),
.reveal .slides section#cost-components-planning-table .cost-table-wrap td:nth-child(3) {
  width: 57%;
}

.reveal .slides section#early-budget-ranges-and-cost-drivers .columns > .column:nth-child(2) {
  font-size: 0.92em;
  line-height: 1.2;
}

.reveal .slides section#early-budget-ranges-and-cost-drivers .columns > .column:nth-child(2) p {
  margin: 0 0 0.14em;
}

.reveal .slides section#early-budget-ranges-and-cost-drivers .columns > .column:nth-child(2) ul {
  margin: 0.06em 0 0.24em 1em;
}

.reveal .slides section#early-budget-ranges-and-cost-drivers .columns > .column:nth-child(2) li {
  margin: 0.04em 0;
}

/* Cost Components slide: show table in normal (less compact) mode for review. */
.reveal .slides section#cost-components-planning-table .cost-table-wrap table {
  font-size: 0.56em;
}

.reveal .slides section#cost-components-planning-table .cost-table-wrap th,
.reveal .slides section#cost-components-planning-table .cost-table-wrap td {
  padding: 0.28em 0.4em;
  line-height: 1.3;
}

/* Appendix C detailed slide: compact pass to keep all content visible. */
.reveal .slides section#appendix-c-sampling-response-and-confidence .callout-note {
  margin: 0.14em 0 0.16em;
  font-size: 0.66em;
  line-height: 1.2;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .callout-note p {
  margin: 0;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .columns {
  margin-top: 0.08em;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .column {
  font-size: 0.88em;
  line-height: 1.2;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .column p {
  margin: 0 0 0.16em;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .column ul {
  margin: 0.04em 0 0.12em 1em;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .column li {
  margin: 0.04em 0;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap {
  margin-top: 0.12em;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap table {
  width: 100%;
  font-size: 0.58em;
  border-collapse: collapse;
  table-layout: fixed;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap th,
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap td {
  text-align: left;
  vertical-align: top;
  padding: 0.16em 0.24em;
  line-height: 1.18;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap colgroup col:nth-child(1),
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap th:nth-child(1),
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap td:nth-child(1) {
  width: 18% !important;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap colgroup col:nth-child(2),
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap th:nth-child(2),
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap td:nth-child(2) {
  width: 30% !important;
}

.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap colgroup col:nth-child(3),
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap th:nth-child(3),
.reveal .slides section#appendix-c-sampling-response-and-confidence .cost-table-wrap td:nth-child(3) {
  width: 52% !important;
}

/* Appendix C decision-oriented framework slide */
.reveal .slides section.appendix-c-decision-slide .appendix-c-thesis {
  width: 96%;
  max-width: 96%;
  margin: 0.1em auto 0.16em;
  padding: 0.32em 0.5em;
  border-left: 4px solid #1f6fb2;
  background: rgba(31, 111, 178, 0.08);
  border-radius: 8px;
  font-size: 0.68em;
  line-height: 1.24;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-thesis p {
  margin: 0;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-body {
  display: grid;
  grid-template-columns: 60% 38%;
  column-gap: 2.5%;
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
  min-height: 450px;
  align-items: start;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-left,
.reveal .slides section.appendix-c-decision-slide .appendix-c-right {
  width: auto;
  height: 100%;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-ladder {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0.16em;
  margin: 0;
  height: 100%;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-card {
  border: 1px solid #d2dce9;
  border-left: 4px solid #4f7ea7;
  border-radius: 8px;
  background: #f9fbfd;
  padding: 0.32em 0.46em;
  font-size: 0.69em;
  line-height: 1.2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-card p {
  margin: 0 0 0.08em;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-card p:first-child {
  margin-bottom: 0.1em;
  font-size: 1.04em;
  line-height: 1.2;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-card p:last-child {
  margin-bottom: 0;
  margin-top: 0.08em;
  color: #2b4158;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-right {
  display: grid;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  gap: 0.16em;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-insight-box {
  border: 1px solid #d0dae7;
  border-radius: 8px;
  background: #f8fafd;
  padding: 0.32em 0.46em;
  font-size: 0.67em;
  line-height: 1.2;
  margin: 0;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-insight-box p {
  margin: 0 0 0.08em;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-insight-box ul {
  margin: 0.03em 0 0 1em;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-insight-box li {
  margin: 0.04em 0;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-insight-box.appendix-c-posture-box {
  border-color: #c3cedd;
  background: #f3f7fc;
  border-left: 4px solid #5f7ea0;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-transition {
  width: 96%;
  max-width: 96%;
  margin: 0.12em auto 0.56em;
  padding: 0.24em 0.5em;
  border-top: 1px solid #c8d1dd;
  background: #f9fafc;
  font-size: 0.64em;
  line-height: 1.24;
  color: #334155;
}

.reveal .slides section.appendix-c-decision-slide .appendix-c-transition p {
  margin: 0;
}

/* Appendix C quantitative companion slide */
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-thesis {
  width: 96%;
  max-width: 96%;
  margin: 0.1em auto 0.16em;
  padding: 0.3em 0.48em;
  border-left: 4px solid #1f6fb2;
  background: rgba(31, 111, 178, 0.08);
  border-radius: 8px;
  font-size: 0.66em;
  line-height: 1.24;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-thesis p {
  margin: 0;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-body {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 37% 59%;
  column-gap: 4%;
  align-items: stretch;
  min-height: 420px;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-left,
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-right {
  height: auto;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-ladder {
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  gap: 0.1em;
  height: 100%;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-card {
  border: 1px solid #d2dce9;
  border-left: 4px solid #4f7ea7;
  border-radius: 8px;
  background: #f9fbfd;
  padding: 0.24em 0.36em;
  font-size: 0.62em;
  line-height: 1.16;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-card p {
  margin: 0;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-card p:first-child {
  margin-bottom: 0.08em;
  font-size: 1.08em;
  line-height: 1.2;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-right {
  display: grid;
  grid-template-rows: repeat(2, auto);
  gap: 0.1em;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-box {
  border: 1px solid #d0dae7;
  border-radius: 8px;
  background: #f8fafd;
  padding: 0.26em 0.38em;
  font-size: 0.6em;
  line-height: 1.18;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-box p {
  margin: 0 0 0.07em;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-box ul {
  margin: 0.02em 0 0.1em 1em;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-box li {
  margin: 0.03em 0;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table {
  margin: 0.08em 0 0.1em;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 0.86em;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table th,
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table td {
  text-align: left;
  vertical-align: top;
  padding: 0.18em 0.24em;
  line-height: 1.16;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table th:nth-child(1),
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table td:nth-child(1) {
  width: 24%;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table th:nth-child(2),
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table td:nth-child(2),
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table th:nth-child(3),
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table td:nth-child(3),
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table th:nth-child(4),
.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-table td:nth-child(4) {
  width: 25.33%;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-strip {
  width: 96%;
  max-width: 96%;
  margin: 0.12em auto 0.52em;
  padding: 0.24em 0.5em;
  border-top: 1px solid #c8d1dd;
  background: #f9fafc;
  font-size: 0.62em;
  line-height: 1.24;
  color: #334155;
}

.reveal .slides section.appendix-c-quant-slide .appendix-c-quant-strip p {
  margin: 0;
}

/* Appendix A credibility slide */
.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-body {
  width: 96%;
  max-width: 96%;
  margin: 0.14em auto 0.52em;
  display: grid;
  grid-template-columns: 56% 42%;
  column-gap: 2%;
  align-items: start;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-left {
  display: grid;
  gap: 0.14em;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-pillar {
  border: 1px solid #d2dce9;
  border-left: 4px solid #4f7ea7;
  border-radius: 8px;
  background: #f9fbfd;
  padding: 0.28em 0.42em;
  font-size: 0.62em;
  line-height: 1.22;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-pillar p {
  margin: 0;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-right {
  display: grid;
  gap: 0.14em;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-interpretation {
  border: 1px solid #d0dae7;
  border-radius: 8px;
  background: #f8fafd;
  padding: 0.3em 0.44em;
  font-size: 0.775em;
  line-height: 1.22;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-interpretation p {
  margin: 0 0 0.08em;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-interpretation ul {
  margin: 0.04em 0 0 1em;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-interpretation li {
  margin: 0.05em 0;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-synthesis {
  border-top: 1px solid #c8d1dd;
  background: #f9fafc;
  padding: 0.22em 0.4em;
  font-size: 0.7125em;
  line-height: 1.2;
  color: #334155;
}

.reveal .slides section.appendix-a-cred-slide .appendix-a-cred-synthesis p {
  margin: 0;
}

/* Appendix B proof-of-pattern slide */
.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-grid {
  width: 96%;
  max-width: 96%;
  margin: 0.14em auto 0.16em;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  row-gap: 0.14em;
  align-items: stretch;
}

.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-card {
  border: 1px solid #d2dce9;
  border-left: 4px solid #4f7ea7;
  border-radius: 8px;
  background: #f9fbfd;
  padding: 0.28em 0.42em;
  font-size: 0.62em;
  line-height: 1.22;
  display: flex;
  flex-direction: column;
}

.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-card p {
  margin: 0 0 0.08em;
}

.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-card p:first-child {
  margin-bottom: 0.1em;
  font-size: 1.04em;
}

.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-card p:last-child {
  margin-top: 0.08em;
  margin-bottom: 0;
  color: #2b4158;
}

.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-strip {
  width: 96%;
  max-width: 96%;
  margin: 0.12em auto 0.5em;
  padding: 0.22em 0.46em;
  border-top: 1px solid #c8d1dd;
  background: #f9fafc;
  font-size: 0.59em;
  line-height: 1.22;
  color: #334155;
}

.reveal .slides section.appendix-b-pattern-slide .appendix-b-pattern-strip p {
  margin: 0;
}

/* Appendix D bias risk and control slide */
.reveal .slides section.appendix-d-bias-slide .appendix-d-thesis {
  width: 96%;
  max-width: 96%;
  margin: 0.12em auto 0.18em;
  padding: 0.32em 0.52em;
  border-left: 4px solid #1f6fb2;
  background: rgba(31, 111, 178, 0.08);
  border-radius: 8px;
  font-size: 0.65em;
  line-height: 1.24;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-thesis p {
  margin: 0;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-body {
  width: 96%;
  max-width: 96%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 49% 49%;
  column-gap: 2%;
  align-items: start;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-col {
  display: grid;
  gap: 0.14em;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-card {
  border: 1px solid #d2dce9;
  border-left: 4px solid #4f7ea7;
  border-radius: 8px;
  background: #f9fbfd;
  padding: 0.28em 0.4em;
  font-size: 0.62em;
  line-height: 1.22;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-card p {
  margin: 0;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-implication {
  width: 96%;
  max-width: 96%;
  margin: 0.14em auto 0.5em;
  padding: 0.2em 0.48em;
  border-top: 1px solid #c8d1dd;
  background: #f9fafc;
  font-size: 0.59em;
  line-height: 1.2;
  color: #334155;
}

.reveal .slides section.appendix-d-bias-slide .appendix-d-implication p {
  margin: 0;
}

/* Appendix E privacy and data stewardship slide */
.reveal .slides section.appendix-e-privacy-slide .appendix-e-narrative {
  width: 96%;
  max-width: 96%;
  margin: 0.12em auto 0.18em;
  padding: 0.32em 0.52em;
  border-left: 4px solid #1f6fb2;
  background: rgba(31, 111, 178, 0.08);
  border-radius: 8px;
  font-size: 0.65em;
  line-height: 1.24;
}

.reveal .slides section.appendix-e-privacy-slide .appendix-e-narrative p {
  margin: 0;
}

.reveal .slides section#timelines .timelines-grid {
  display: grid;
  grid-template-columns: 48.5% 48.5%;
  column-gap: 3%;
  align-items: start;
  margin-top: 0.1em;
}

.reveal .slides section#timelines .ws-vertical {
  border: 1px solid #d7dfeb;
  border-radius: 10px;
  background: #fbfcfe;
  padding: 0.8rem 0.9rem;
}

.reveal .slides section#timelines .ws-vertical h4 {
  margin: 0 0 0.55rem;
  font-size: 1.84rem;
  font-weight: 700;
  line-height: 1.25;
}

.reveal .slides section#timelines .ws-axis {
  position: relative;
  padding-left: 1.2rem;
  display: grid;
  gap: 0.6rem;
}

.reveal .slides section#timelines .ws-axis::before {
  content: "";
  position: absolute;
  left: 0.35rem;
  top: 0.1rem;
  bottom: 0.1rem;
  width: 2px;
  background: #c3d0e2;
}

.reveal .slides section#timelines .ws-block {
  position: relative;
  width: min(94%, 760px);
  border: 1px solid #d6e0ec;
  border-left: 4px solid #1e6fa8;
  border-radius: 8px;
  background: #fff;
  padding: 0.55rem 0.65rem;
}

.reveal .slides section#timelines .ws-block::before {
  content: "";
  position: absolute;
  left: -1rem;
  top: 0.8rem;
  width: 0.48rem;
  height: 0.48rem;
  border-radius: 999px;
  background: #3f79aa;
}

.reveal .slides section#timelines .ws-block h5 {
  margin: 0 0 0.22rem;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.25;
}

.reveal .slides section#timelines .ws-block p {
  margin: 0;
  font-size: 1.25rem;
  line-height: 1.22;
  color: #334256;
}

.reveal .slides section#timelines .ws-output {
  margin-top: 0.28rem;
  font-size: 1.2rem;
  color: #4a5d75;
  display: inline-flex;
  align-items: center;
  gap: 0.28rem;
}

.reveal .slides section#timelines .ws-output .arrow {
  font-weight: 700;
  color: #2f5f90;
}

.reveal .slides section#timelines .ws-vertical.ws2 .ws-block {
  border-left-color: #2f855a;
}

.reveal .slides section#timelines .ws-vertical.ws2 .ws-block::before {
  background: #2f855a;
}

.reveal .slides section#timelines .ws-vertical.ws2 .ws-output .arrow {
  color: #2f855a;
}

/* Research Objectives: stronger objective labels + more breathing room */
.reveal .slides section#research-objectives .columns {
  display: grid;
  grid-template-columns: 48% 48%;
  column-gap: 4%;
  row-gap: 0;
  align-items: start;
  margin-top: 0.45rem;
}

.reveal .slides section#research-objectives .column {
  width: auto !important;
  display: block;
  padding: 0;
}

.reveal .slides section#research-objectives ul {
  margin-top: 0.1rem;
  margin-bottom: 0;
}

.reveal .slides section#research-objectives li {
  margin-bottom: 1.18rem;
  line-height: 1.26;
}

.reveal .slides section#research-objectives li li {
  margin-bottom: 0.89rem;
  line-height: 1.24;
}

.reveal .slides section#research-objectives li:last-child {
  margin-bottom: 0;
}

.reveal .slides section#research-objectives li strong {
  display: inline;
  margin-bottom: 0;
  font-size: 1.18em;
  font-weight: 700;
}

/* Title slide keeps its own hierarchy and should stay a touch more prominent. */
.reveal .slides section.title-slide h1.title {
  font-family: "Source Sans Pro", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.reveal .slides section.title-slide > p.subtitle {
  font-weight: 500;
}

.reveal .slides section.title-polish-draft > h2:first-of-type {
  display: none;
}

.reveal .slides section.title-polish-draft .title-polish-layout {
  width: calc(100% - 9.6%);
  margin: 16vh 4.8% 0;
  text-align: left;
  box-sizing: border-box;
}

.reveal .slides section.title-polish-draft .title-polish-kicker {
  margin: 0 0 0.42rem;
  font-size: 0.66em;
  font-weight: 650;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #475569;
}

.reveal .slides section.title-polish-draft .title-polish-main {
  margin: 0;
  font-family: "Source Sans Pro", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: clamp(2.25rem, 5vw, 4.35rem);
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.012em;
  color: #0f172a;
}

.reveal .slides section.title-polish-draft .title-polish-sub {
  margin: 0.86rem 0 0;
  max-width: none;
  font-size: clamp(1.28rem, 2.24vw, 2.08rem);
  font-weight: 420;
  line-height: 1.26;
  color: #334155;
}

.reveal .slides section.title-polish-draft .title-polish-rule {
  width: 100%;
  height: 1px;
  margin: 1.9rem 0 1.14rem;
  background: linear-gradient(90deg, rgba(71, 85, 105, 0.5) 0%, rgba(71, 85, 105, 0.14) 100%);
}

.reveal .slides section.title-polish-draft .title-polish-meta {
  display: grid;
  gap: 0.32rem;
  font-size: clamp(1.16rem, 1.66vw, 1.56rem);
  line-height: 1.28;
  color: #334155;
}

.reveal .slides section.title-polish-draft .title-polish-meta p {
  margin: 0;
}

.reveal .slides section.title-polish-draft .title-polish-meta p:first-child {
  font-size: clamp(1.28rem, 1.9vw, 1.74rem);
  font-weight: 650;
}

.reveal .slides section.title-polish-draft .title-polish-meta-label {
  color: #475569;
}

.reveal .slides section.title-polish-draft .title-polish-meta .nowrap {
  white-space: nowrap;
}

.reveal .slides section.title-polish-draft .title-polish-meta a {
  color: #1f6fb2;
  text-decoration-color: rgba(31, 111, 178, 0.4);
}

.reveal .slides section.title-polish-draft .title-polish-lower {
  margin-top: 2.05rem;
  display: flex;
  justify-content: flex-start;
}

.reveal .slides section.title-polish-draft .title-polish-nav {
  margin-top: 0;
  width: 100%;
  margin-left: 0;
  text-align: right;
  flex: 0 0 auto;
}

.reveal .slides section.title-polish-draft .title-polish-nav-label {
  margin: 0;
  font-size: clamp(1.08rem, 1.38vw, 1.36rem);
  line-height: 1.36;
  color: #475569;
}

.reveal .slides section.title-polish-draft .title-polish-nav-actions {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  justify-content: flex-end;
}

.reveal .slides section.title-polish-draft .title-polish-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.36rem;
  padding: 0.5rem 1.14rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: clamp(1.03rem, 1.15vw, 1.18rem);
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}

.reveal .slides section.title-polish-draft .title-polish-btn-primary {
  background: rgba(31, 111, 178, 0.14);
  color: #15568c;
  border-color: rgba(31, 111, 178, 0.42);
}

.reveal .slides section.title-polish-draft .title-polish-btn-primary:hover,
.reveal .slides section.title-polish-draft .title-polish-btn-primary:focus {
  background: rgba(31, 111, 178, 0.22);
  border-color: rgba(31, 111, 178, 0.62);
}

.reveal .slides section.title-polish-draft .title-polish-btn-secondary {
  background: rgba(100, 116, 139, 0.08);
  color: #334155;
  border-color: rgba(100, 116, 139, 0.34);
}

.reveal .slides section.title-polish-draft .title-polish-btn-secondary:hover,
.reveal .slides section.title-polish-draft .title-polish-btn-secondary:focus {
  background: rgba(100, 116, 139, 0.14);
  border-color: rgba(100, 116, 139, 0.5);
}

.reveal .slides section.title-polish-draft .title-polish-disclaimer {
  margin: 0;
  max-width: none;
  font-size: clamp(0.78rem, 1.03vw, 1rem);
  font-weight: 400;
  line-height: 1.32;
  color: #475569;
  text-align: left;
}

.reveal .slides section.title-polish-draft .title-polish-disclaimer-rail {
  margin: 3.5rem 0 0;
  width: min(735px, 54%);
}

.reveal .slides section#title-slide {
  text-align: left;
  height: 100% !important;
  padding-left: 4.8%;
  padding-right: 4.8%;
  box-sizing: border-box;
}

.reveal .slides section#title-slide > h1.title {
  margin-top: 144px;
  margin-bottom: 0;
  font-family: "Source Sans Pro", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  font-size: 70px;
  font-weight: 650;
  line-height: 1.04;
  letter-spacing: -0.012em;
  color: #0f172a;
  max-width: none;
}

.reveal .slides section#title-slide > p.subtitle {
  margin: 0.86rem 0 0;
  max-width: none;
  font-size: 33px;
  font-weight: 420;
  line-height: 1.26;
  color: #334155;
}

.reveal .slides section#title-slide > p.author,
.reveal .slides section#title-slide > p.date {
  display: none;
}

.reveal .slides section#title-slide .quarto-title-authors,
.reveal .slides section#title-slide .quarto-title-author,
.reveal .slides section#title-slide .quarto-title-author-name {
  display: none;
}

.reveal .slides section#title-slide .title-slide-enhanced {
  width: 100%;
}

.reveal .slides section#title-slide .title-slide-enhanced-rule {
  width: 100%;
  height: 1px;
  margin: 1.9rem 0 1.14rem;
  background: linear-gradient(90deg, rgba(71, 85, 105, 0.5) 0%, rgba(71, 85, 105, 0.14) 100%);
}

.reveal .slides section#title-slide .title-slide-enhanced-meta {
  display: grid;
  gap: 0.32rem;
  font-size: 25px;
  line-height: 1.28;
  color: #334155;
}

.reveal .slides section#title-slide .title-slide-enhanced-meta p {
  margin: 0;
}

.reveal .slides section#title-slide .title-slide-enhanced-meta p:first-child {
  font-size: 29px;
  font-weight: 650;
}

.reveal .slides section#title-slide .title-slide-enhanced-meta .nowrap {
  white-space: nowrap;
}

.reveal .slides section#title-slide .title-slide-enhanced-meta a {
  color: #1f6fb2;
  text-decoration-color: rgba(31, 111, 178, 0.4);
}

.reveal .slides section#title-slide .title-slide-enhanced-lower {
  margin-top: 2.05rem;
  display: flex;
  justify-content: flex-start;
}

.reveal .slides section#title-slide .title-slide-enhanced-actions {
  margin-top: 0;
  width: 100%;
  text-align: right;
  display: flex;
  flex-wrap: wrap;
  gap: 0.68rem;
  justify-content: flex-end;
}

.reveal .slides section#title-slide .title-slide-enhanced-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.36rem;
  padding: 0.5rem 1.14rem;
  border-radius: 999px;
  text-decoration: none;
  font-size: 19px;
  font-weight: 680;
  line-height: 1;
  white-space: nowrap;
  border: 1px solid transparent;
}

.reveal .slides section#title-slide .title-slide-enhanced-btn--primary {
  background: rgba(31, 111, 178, 0.14);
  color: #15568c;
  border-color: rgba(31, 111, 178, 0.42);
}

.reveal .slides section#title-slide .title-slide-enhanced-btn--primary:hover,
.reveal .slides section#title-slide .title-slide-enhanced-btn--primary:focus {
  background: rgba(31, 111, 178, 0.22);
  border-color: rgba(31, 111, 178, 0.62);
}

.reveal .slides section#title-slide .title-slide-enhanced-btn--secondary {
  background: rgba(100, 116, 139, 0.08);
  color: #334155;
  border-color: rgba(100, 116, 139, 0.34);
}

.reveal .slides section#title-slide .title-slide-enhanced-btn--secondary:hover,
.reveal .slides section#title-slide .title-slide-enhanced-btn--secondary:focus {
  background: rgba(100, 116, 139, 0.14);
  border-color: rgba(100, 116, 139, 0.5);
}

.reveal .slides section#title-slide .title-slide-enhanced-disclaimer-rail {
  margin: 3.5rem 0 0;
  width: min(735px, 54%);
}

.reveal .slides section#title-slide .title-slide-enhanced-disclaimer {
  margin: 0;
  max-width: none;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.32;
  color: #475569;
  text-align: left;
}

.reveal .footer > p {
  display: inline-block;
}

.reveal .slides a.deck-jump-link {
  color: #1f6fb2;
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.12em;
  text-decoration-color: rgba(31, 111, 178, 0.45);
}

.reveal .slides a.deck-jump-link:hover,
.reveal .slides a.deck-jump-link:focus {
  color: #15568c;
  text-decoration-color: rgba(21, 86, 140, 0.75);
}

.reveal .slide-top-links {
  position: absolute;
  z-index: 12;
  right: 12px;
  top: 8px;
  display: inline-flex;
  align-items: center;
  gap: 1ch;
  pointer-events: auto;
}

.reveal .slide-top-links .proposal-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.36rem;
  padding: 0.5rem 0.92rem;
  border-radius: 999px;
  border: 1px solid rgba(31, 111, 178, 0.38);
  background: rgba(31, 111, 178, 0.07);
  color: #1f6fb2;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

.reveal .slide-top-links .proposal-btn:hover,
.reveal .slide-top-links .proposal-btn:focus {
  border-color: rgba(31, 111, 178, 0.58);
  background: rgba(31, 111, 178, 0.14);
  text-decoration: none;
}

.reveal .slide-top-links .proposal-link {
  color: #64748b;
  text-decoration: none;
  font-size: 0.98rem;
  font-weight: 650;
  line-height: 1;
  letter-spacing: 0.01em;
  white-space: nowrap;
  padding: 0.2rem 0.1rem;
}

.reveal .slide-top-links .proposal-link:hover,
.reveal .slide-top-links .proposal-link:focus {
  color: #111111;
  text-decoration: none;
}

.reveal .slide-menu-button {
  z-index: 40;
}

@media screen and (max-width: 900px) {
  .reveal .slide-top-links .proposal-btn {
    font-size: 0.82rem;
    padding: 0.26rem 0.66rem;
  }
}
