/* ==========================================================================
   BONUS — 7 Vibecoding Hacks (final slide). Dense, screenshot-friendly 2-col
   reference grid (column-major: 01-04 left, 05-07 right). Daniel's content;
   em-dashes resolved per the deck rule (title/desc split + internal -> period).
   NOTE: rules are .reveal-qualified — reveal's `.reveal ol/li/p` element rules
   would otherwise out-specify bare .nc-bonus__* (grid collapses, fonts balloon).
   ========================================================================== */
.nc-bonus__slide { justify-content: center; }

.nc-bonus__head { margin-bottom: var(--space-lg); }
.nc-bonus__head .nc-eyebrow { margin-bottom: var(--space-sm); }
.nc-bonus__head .nc-eyebrow .idx { color: var(--accent); }
.reveal .nc-bonus__title {
  font-family: var(--font-display);
  font-size: var(--fs-h1);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.0;
  margin: 0;
}

.reveal .nc-bonus__grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(4, auto);
  grid-template-columns: 1fr 1fr;
  gap: var(--space-lg) var(--space-4xl);
  list-style: none;
  margin: 0;
  padding: 0;
}
.reveal .nc-bonus__item {
  display: grid;
  grid-template-columns: 2.6rem 1fr;
  gap: var(--space-md);
  align-items: start;
  margin: 0;
}
.reveal .nc-bonus__num {
  font-family: var(--font-mono);
  font-size: var(--fs-h3);
  font-weight: 700;
  color: var(--accent);
  line-height: 1.05;
}
.reveal .nc-bonus__k {
  font-family: var(--font-display);
  font-size: var(--fs-body-lg);
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: var(--text-primary);
  margin: 0 0 0.3em;
}
.reveal .nc-bonus__v {
  font-family: var(--font-body);
  font-size: var(--fs-body-sm);
  line-height: 1.4;
  color: var(--text-muted);
  margin: 0;
  max-width: 48ch;
}
