.reveal section > h1:first-child {
  color: #A31229;
}

.reveal a {
  color: #A31229;
}

.reveal a:hover,
.reveal a:focus {
  color: #5F0A18;
}

.reveal code:not(pre code) {
  color: #A31229;
  background: rgba(163, 18, 41, 0.08);
  border-radius: 4px;
  padding: 0.05em 0.22em;
}

.reveal .furg-arrow {
  display: inline-block;
  height: 0.42em;
  margin: 0 0.35em;
  position: relative;
  vertical-align: middle;
  width: 1.75em;
}

.reveal .furg-arrow::before {
  background: #A31229;
  border-radius: 999px;
  content: "";
  height: 0.12em;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.reveal .furg-arrow::after {
  border-bottom: 0.21em solid transparent;
  border-left: 0.34em solid #A31229;
  border-top: 0.21em solid transparent;
  content: "";
  position: absolute;
  right: -0.22em;
  top: 50%;
  transform: translateY(-50%);
}

.reveal div.callout.callout-warning {
  border-left-color: #E5AD2A !important;
}

.reveal div.callout.callout-warning.callout-style-default .callout-title {
  background-color: rgba(229, 173, 42, 0.2) !important;
  color: #5F0A18 !important;
}

.reveal div.callout.callout-warning .callout-icon::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation-triangle" viewBox="0 0 16 16"><path style="fill: %23E5AD2A" d="M7.938 2.016A.13.13 0 0 1 8.002 2a.13.13 0 0 1 .063.016.146.146 0 0 1 .054.057l6.857 11.667c.036.06.035.124.002.183a.163.163 0 0 1-.054.06.116.116 0 0 1-.066.017H1.146a.115.115 0 0 1-.066-.017.163.163 0 0 1-.054-.06.176.176 0 0 1 .002-.183L7.884 2.073a.147.147 0 0 1 .054-.057zm1.044-.45a1.13 1.13 0 0 0-1.96 0L.165 13.233c-.457.778.091 1.767.98 1.767h13.713c.889 0 1.438-.99.98-1.767L8.982 1.566z"/><path style="fill: %23E5AD2A" d="M7.002 12a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 5.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 5.995z"/></svg>') !important;
}

.reveal div.callout.callout-important {
  border-left-color: #A31229 !important;
}

.reveal div.callout.callout-important.callout-style-default .callout-title {
  background-color: rgba(163, 18, 41, 0.14) !important;
  color: #5F0A18 !important;
}

.reveal div.callout.callout-important .callout-icon::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-exclamation-circle" viewBox="0 0 16 16"><path style="fill: %23A31229" d="M8 15A7 7 0 1 1 8 1a7 7 0 0 1 0 14zm0 1A8 8 0 1 0 8 0a8 8 0 0 0 0 16z"/><path style="fill: %23A31229" d="M7.002 11a1 1 0 1 1 2 0 1 1 0 0 1-2 0zM7.1 4.995a.905.905 0 1 1 1.8 0l-.35 3.507a.552.552 0 0 1-1.1 0L7.1 4.995z"/></svg>') !important;
}

.reveal div.callout.callout-tip {
  border-left-color: #C77824 !important;
}

.reveal div.callout.callout-tip.callout-style-default .callout-title {
  background-color: rgba(199, 120, 36, 0.2) !important;
  color: #5F0A18 !important;
}

.reveal div.callout.callout-tip .callout-icon::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-lightbulb" viewBox="0 0 16 16"><path style="fill: %23C77824" d="M2 6a6 6 0 1 1 10.174 4.31c-.203.196-.359.4-.453.619l-.762 1.769A.5.5 0 0 1 10.5 13a.5.5 0 0 1 0 1 .5.5 0 0 1 0 1l-.224.447a1 1 0 0 1-.894.553H6.618a1 1 0 0 1-.894-.553L5.5 15a.5.5 0 0 1 0-1 .5.5 0 0 1 0-1 .5.5 0 0 1-.46-.302l-.761-1.77a1.964 1.964 0 0 0-.453-.618A5.984 5.984 0 0 1 2 6zm6-5a5 5 0 0 0-3.479 8.592c.263.254.514.564.676.941L5.83 12h4.342l.632-1.467c.162-.377.413-.687.676-.941A5 5 0 0 0 8 1z"/></svg>') !important;
}

.reveal .vcenter-slide .vcenter-body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 500px;
}

.reveal .vcenter-slide .product-table-body {
  transform: translateY(-35px);
}

.reveal .price-table-slide .product-table-body {
  margin-top: 0.5rem;
  transform: none;
}

.reveal .concept-map {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.75rem;
  margin-top: 1.2rem;
}

.reveal .concept-card {
  border-top: 6px solid #A31229;
  background: #f7f7f7;
  padding: 0.9rem;
  min-height: 205px;
}

.reveal .concept-card strong {
  color: #A31229;
  display: block;
  font-size: 1.05em;
  margin-bottom: 0.45rem;
}

.reveal .product-bridge {
  display: grid;
  grid-template-columns: 1fr 110px 2.25fr;
  gap: 0.9rem;
  align-items: center;
  margin-top: 0.9rem;
}

.reveal .llm-source {
  border-top: 7px solid #A31229;
  background: #f7f7f7;
  padding: 1rem;
  min-height: 135px;
}

.reveal .llm-source strong {
  color: #A31229;
  display: block;
  font-size: 1.15em;
  margin-bottom: 0.35rem;
}

.reveal .product-arrow {
  color: #C77824;
  font-size: 3.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.reveal .ml-example-flow {
  align-items: center;
  display: grid;
  gap: 0.8rem;
  grid-template-columns: minmax(0, 1fr) 110px minmax(0, 1fr);
  margin-top: 1.2rem;
}

.reveal .ml-example-card {
  background: #f7f7f7;
  border-top: 7px solid #A31229;
  min-height: 230px;
  padding: 0.9rem 1rem;
}

.reveal .ml-example-card strong {
  color: #A31229;
  display: block;
  font-size: 1.02em;
  margin-bottom: 0.45rem;
}

.reveal .ml-example-card ul {
  margin-top: 0.4rem;
}

.reveal .ml-example-arrow {
  align-items: center;
  display: flex;
  height: 44px;
  justify-content: center;
  position: relative;
}

.reveal .ml-example-arrow::before {
  background: #A31229;
  border-radius: 999px;
  content: "";
  height: 12px;
  width: 78px;
}

.reveal .ml-example-arrow::after {
  border-bottom: 18px solid transparent;
  border-left: 26px solid #A31229;
  border-top: 18px solid transparent;
  content: "";
  margin-left: -2px;
}

.reveal .product-cloud {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}

.reveal .product-chip {
  background: #fff;
  border: 2px solid #e6d7c2;
  border-top: 5px solid #C77824;
  padding: 0.65rem 0.55rem;
  min-height: 112px;
}

.reveal .product-chip strong {
  color: #A31229;
  display: block;
  font-size: 0.9em;
  margin-bottom: 0.28rem;
}

.reveal .product-chip span {
  display: block;
  font-size: 0.64em;
  line-height: 1.18;
}

.reveal .timeline {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  column-gap: 0.45rem;
  min-height: 375px;
  margin-top: 1.15rem;
  padding: 0 0.35rem;
  position: relative;
}

.reveal .timeline::before {
  background: #C77824;
  content: "";
  height: 5px;
  left: 2%;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;
}

.reveal .timeline-event {
  display: grid;
  grid-template-rows: 1fr 34px 1fr;
  min-width: 0;
  position: relative;
  z-index: 1;
}

.reveal .timeline-label {
  background: transparent;
  border: 0;
  font-size: 0.5em;
  line-height: 1.16;
  padding: 0 0.2rem;
  position: relative;
}

.reveal .timeline-label strong {
  color: #A31229;
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.22rem;
}

.reveal .timeline-event.above .timeline-label {
  align-self: end;
  grid-row: 1;
  margin-bottom: 1.75rem;
}

.reveal .timeline-event.below .timeline-label {
  align-self: start;
  grid-row: 3;
  margin-top: 1.75rem;
}

.reveal .timeline-event.above::before,
.reveal .timeline-event.below::before {
  background: #C77824;
  content: "";
  height: 30px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 3px;
  z-index: 2;
}

.reveal .timeline-event.above::before {
  top: calc(50% - 58px);
}

.reveal .timeline-event.below::before {
  top: calc(50% + 28px);
}

.reveal .timeline-event.above::after,
.reveal .timeline-event.below::after {
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
  z-index: 2;
}

.reveal .timeline-event.above::after {
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid #C77824;
  top: calc(50% - 28px);
}

.reveal .timeline-event.below::after {
  border-bottom: 12px solid #C77824;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  top: calc(50% + 16px);
}

.reveal .timeline-marker {
  align-self: center;
  background: #A31229;
  border: 4px solid #fff;
  border-radius: 50%;
  box-shadow: 0 0 0 3px #C77824;
  grid-row: 2;
  height: 20px;
  justify-self: center;
  width: 20px;
}

.reveal .product-table {
  font-size: 0.6em;
}

.reveal .product-table.product-table-large {
  font-size: 0.66em;
}

.reveal .product-table.terminal-os-table {
  font-size: 0.82em;
}

.reveal .terminal-os-table-body {
  margin-top: 0.55rem;
}

.reveal .copilot-cursor-table th {
  color: #A31229;
}

.reveal .product-table.copilot-cursor-table {
  font-size: 0.66em;
}

.reveal .copilot-cursor-table th a {
  color: #A31229;
}

.reveal .product-table.model-size-table {
  font-size: 1.12em;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.reveal .model-size-table th {
  color: #A31229;
  white-space: nowrap;
}

.reveal .model-size-table table {
  table-layout: fixed;
  width: 100%;
}

.reveal .product-table.model-size-table td,
.reveal .product-table.model-size-table th {
  padding-left: 0.32rem;
  padding-right: 0.32rem;
}

.reveal .product-table.rule-of-thumb-table {
  max-width: 100%;
  width: 100%;
}

.reveal .product-table.rule-of-thumb-table table {
  table-layout: fixed;
  width: 100%;
}

.reveal .product-table.rule-of-thumb-table th {
  color: #A31229;
}

.reveal .product-table td,
.reveal .product-table th {
  padding: 0.38rem 0.5rem;
  vertical-align: top;
}

.reveal .workflow-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 0.8rem;
  margin-top: 1rem;
}

.reveal .workflow-card {
  background: #f7f7f7;
  border-left: 6px solid #A31229;
  padding: 0.85rem;
  min-height: 170px;
}

.reveal .workflow-card strong {
  color: #A31229;
}

.reveal .tool-family-grid {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  margin-top: 1rem;
}

.reveal .tool-family-card {
  background: #f7f7f7;
  border-top: 6px solid #A31229;
  font-size: 0.68em;
  min-height: 225px;
  padding: 0.75rem;
}

.reveal .tool-family-card strong {
  color: #A31229;
  display: block;
  font-size: 1.05em;
  margin-bottom: 0.45rem;
}

.reveal .price-decision-grid {
  display: grid;
  gap: 0.85rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 1rem;
}

.reveal .price-decision-card {
  background: #f7f7f7;
  border-left: 7px solid #C77824;
  min-height: 210px;
  padding: 0.9rem 1rem;
}

.reveal .price-decision-card strong {
  color: #A31229;
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.45rem;
}

.reveal .model-use-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.reveal .model-use-card {
  background: #f7f7f7;
  border-top: 7px solid #A31229;
  min-height: 380px;
  padding: 1rem 1.05rem;
}

.reveal .model-use-card.large-model {
  border-top-color: #C77824;
}

.reveal .model-use-card strong {
  color: #A31229;
  display: block;
  font-size: 1.1em;
  margin-bottom: 0.55rem;
}

.reveal .model-use-card.large-model strong {
  color: #C77824;
}

.reveal .model-use-card li {
  margin-bottom: 0.32rem;
}

.reveal .do-dont-grid {
  align-items: stretch;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 1rem;
}

.reveal .do-dont-card {
  background: #f7f7f7;
  border: 2px solid #d8d8d8;
  border-top-width: 8px;
  min-height: 380px;
  padding: 1rem 1.1rem;
}

.reveal .do-dont-card.do {
  background: #f1f8f4;
  border-color: #2E7D4F;
}

.reveal .do-dont-card.dont {
  background: #fbf1f3;
  border-color: #A31229;
}

.reveal .do-dont-title {
  align-items: center;
  display: flex;
  font-size: 1.15em;
  font-weight: 700;
  gap: 0.55rem;
  margin-bottom: 0.75rem;
}

.reveal .do-dont-card.do .do-dont-title {
  color: #2E7D4F;
}

.reveal .do-dont-card.dont .do-dont-title {
  color: #A31229;
}

.reveal .do-dont-title span {
  border: 2px solid currentColor;
  border-radius: 999px;
  font-size: 0.62em;
  letter-spacing: 0.04em;
  padding: 0.12rem 0.42rem;
  text-transform: uppercase;
}

.reveal .do-dont-card ul {
  margin-top: 0.35rem;
}

.reveal .do-dont-card li {
  margin-bottom: 0.35rem;
}

.reveal .source-note {
  color: #555;
  font-size: 0.48em;
  margin-top: 0.55rem;
}

.reveal .pdf-link-box {
  background: #f7f7f7;
  border-left: 6px solid #A31229;
  font-size: 0.62em;
  margin: 0.9rem auto 0;
  max-width: 780px;
  padding: 0.55rem 0.75rem;
  text-align: center;
}

.reveal .pdf-link-box a {
  color: #A31229;
  font-weight: 700;
}

.reveal .wrap-code pre,
.reveal .wrap-code pre code {
  white-space: pre-wrap !important;
  word-break: break-word;
}

.reveal .mini-prompt {
  background: #f8f9fa;
  border: 1px solid #d6d9dc;
  border-radius: 4px;
  color: #003b4f;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.48em;
  line-height: 1.32;
  margin: 0.45rem 0 0.55rem;
  padding: 0.55rem 0.7rem;
}

.reveal .agent-flow {
  display: grid;
  gap: 0.7rem;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 1.3rem;
}

.reveal .agent-step {
  background: #f7f7f7;
  border-top: 7px solid #A31229;
  min-height: 190px;
  padding: 0.85rem;
}

.reveal .agent-step strong {
  color: #A31229;
  display: block;
  margin-bottom: 0.35rem;
}

.reveal .prompt-quality-grid {
  align-items: stretch;
  display: grid;
  gap: 0.7rem;
  grid-template-columns: minmax(0, 1fr) 72px minmax(0, 1fr);
  margin-top: 0.85rem;
}

.reveal .prompt-quality-card {
  background: #f7f7f7;
  border-top: 7px solid #A31229;
  min-height: 330px;
  padding: 0.8rem 0.9rem;
}

.reveal .prompt-card-header {
  align-items: center;
  color: #A31229;
  display: flex;
  font-size: 1.05em;
  font-weight: 700;
  gap: 0.45rem;
  margin-bottom: 0.65rem;
}

.reveal .prompt-card-icon {
  align-items: center;
  background: #A31229;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  font-size: 0.72em;
  font-weight: 700;
  height: 1.8rem;
  justify-content: center;
  width: 1.8rem;
}

.reveal .prompt-quality-card.good {
  border-top-color: #2E7D4F;
}

.reveal .prompt-quality-card.good .prompt-card-header {
  color: #2E7D4F;
}

.reveal .prompt-quality-card.good .prompt-card-icon {
  background: #2E7D4F;
}

.reveal .prompt-art {
  background: #fff;
  border: 2px solid #e6d7c2;
  margin-bottom: 0.65rem;
  min-height: 96px;
  padding: 0.55rem;
}

.reveal .prompt-line {
  background: rgba(95, 10, 24, 0.16);
  border-radius: 999px;
  height: 0.34rem;
  margin-bottom: 0.42rem;
}

.reveal .prompt-line.long {
  width: 92%;
}

.reveal .prompt-line.medium {
  width: 68%;
}

.reveal .prompt-line.short {
  width: 42%;
}

.reveal .prompt-art.bad .prompt-line {
  background: rgba(163, 18, 41, 0.38);
  transform: rotate(-1.6deg);
}

.reveal .prompt-art.good {
  border-color: rgba(46, 125, 79, 0.36);
}

.reveal .prompt-art.good .prompt-line {
  background: rgba(46, 125, 79, 0.24);
  height: 0.24rem;
  margin-bottom: 0.28rem;
}

.reveal .prompt-section {
  color: #2E7D4F;
  font-size: 0.46em;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1;
  margin: 0.05rem 0 0.18rem;
  text-transform: uppercase;
}

.reveal .prompt-checks {
  display: flex;
  gap: 0.35rem;
  margin-top: 0.1rem;
}

.reveal .prompt-check {
  border: 3px solid #2E7D4F;
  border-left: 0;
  border-top: 0;
  height: 0.55rem;
  transform: rotate(45deg);
  width: 0.28rem;
}

.reveal .prompt-quality-card ul {
  margin-top: 0.35rem;
}

.reveal .prompt-quality-card li {
  margin-bottom: 0.12rem;
}

.reveal .prompt-quality-arrow {
  align-self: center;
  color: #A31229;
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.reveal .prompt-tabset .panel-tabset-tabby a {
  color: #A31229;
}

.reveal .prompt-tabset .panel-tabset-tabby a[aria-selected="true"],
.reveal .prompt-tabset .panel-tabset-tabby a:hover,
.reveal .prompt-tabset .panel-tabset-tabby a:focus {
  color: #5F0A18;
}

.reveal .caution-slide ul {
  font-size: 0.88em;
}

.reveal .caution-slide li {
  margin-bottom: 0.2rem;
}

.reveal .caution-slide .callout {
  font-size: 0.78em;
  margin-top: 0.45rem;
}

.reveal .scrollable-prompt {
  height: 585px;
  max-height: 585px;
  overflow-y: auto;
}

.reveal .scrollable-prompt pre {
  font-size: 0.56em;
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.reveal .scrollable-prompt .sourceCode,
.reveal .scrollable-prompt .code-copy-outer-scaffold {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
}

.reveal .prompt-box {
  background: #f1f3f5;
  border: 1px solid #d6d9dc;
  border-radius: 4px;
  color: #003b4f;
  font-family: "Courier New", Courier, monospace;
  font-size: 0.58em;
  line-height: 1.38;
  margin-top: 0.7rem;
  padding: 0.85rem 1.05rem;
}

.reveal .prompt-box p {
  margin: 0 0 0.65rem 0;
}

.reveal .prompt-box ol {
  margin: 0;
  padding-left: 1.45rem;
}

.reveal .prompt-box li {
  margin-bottom: 0.52rem;
}

.reveal .prompt-box li:last-child {
  margin-bottom: 0;
}

.reveal .center-link-slide {
  align-items: center;
  display: flex;
  font-size: 1.45em;
  justify-content: center;
  min-height: 520px;
  text-align: center;
}
