/* Talk-specific overrides. Safe to grow as the deck takes shape. */

/* Agenda title, set small above the display headline. */
.reveal .eyebrow {
  font-size: 0.5em;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #9e9e9e;
  margin-bottom: 0.3em;
}

.reveal .title {
  font-size: 2.1em;
  line-height: 1.1;
}

.reveal .subtitle {
  color: #b388ff;
  margin-top: 0.2em;
}

.reveal .byline {
  font-size: 0.6em;
  color: #9e9e9e;
}

/* Slightly larger code blocks — readable from the back of the room. */
.reveal pre code {
  font-size: 0.85em;
  line-height: 1.3;
  max-height: 70vh;
}

/* Emphasis for the punchline fragment on the thesis setup. */
.reveal .fragment-highlight {
  color: #b388ff;
  font-weight: 600;
}

/* OODA flow row on the intro slide. */
.reveal .ooda {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.4em;
  flex-wrap: wrap;
  margin: 0.6em 0;
}
.reveal .ooda-step {
  padding: 0.25em 0.6em;
  border: 2px solid #b388ff;
  border-radius: 0.4em;
  color: #b388ff;
  font-weight: 600;
}
.reveal .ooda-arrow {
  color: #9e9e9e;
  font-size: 1.2em;
}

/* QR + link block on the closing slide. */
.reveal .qr-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5em;
}
.reveal .qr {
  width: 260px;
  height: 260px;
  padding: 14px;
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(0, 0, 0, 0.35);
}
.reveal .qr-block .byline a {
  color: #b388ff;
}

/* Small stage tag (Observe / Orient / Act) next to factor headings. */
.reveal h2 .tag {
  font-size: 0.45em;
  vertical-align: middle;
  margin-left: 0.5em;
  padding: 0.15em 0.5em;
  border-radius: 0.4em;
  background: #b388ff;
  color: #16161a;
  font-weight: 700;
  letter-spacing: 0.03em;
}
