/* ===== SLIDE 18: Four Phases to Full Kill Chain ===== */

#slide-16 .growth-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
  max-width: 1100px;
  width: 100%;
  flex: 1;
  min-height: 0;
  align-items: start;
}

#slide-16 .phases-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

#slide-16 .phase-item {
  display: flex;
  flex-direction: row;
  gap: 0.65rem;
  background: var(--card);
  border: 1px solid var(--border);
  border-radius: 0;
  padding: 0.6rem;
  align-items: flex-start;
}

#slide-16 .phase-badge {
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-family: var(--font-mono);
  font-size: 0.75rem;
  border-radius: 0;
  color: #fff;
}

#slide-16 .phase-badge.p1 { background: #0693E3; }
#slide-16 .phase-badge.p2 { background: #2DD4BF; color: #1A1A1A; }
#slide-16 .phase-badge.p3 { background: #C8A86A; color: #1A1A1A; }
#slide-16 .phase-badge.p4 { background: #A78BFA; }

#slide-16 .phase-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}

#slide-16 .phase-title {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
}

#slide-16 .phase-detail {
  font-size: 0.68rem;
  color: var(--text-muted);
  line-height: 1.4;
}

#slide-16 .phase-tam {
  font-family: var(--font-mono);
  font-size: 0.68rem;
  color: var(--text-muted);
  margin-top: 0.05rem;
}

#slide-16 .growth-chart-wrap {
  position: relative;
  min-height: 200px;
  background: #1A1A1A;
  border: 1px solid var(--border);
  padding: 0.75rem;
  display: flex;
  align-items: stretch;
}

#slide-16 .growth-chart-wrap canvas {
  width: 100% !important;
  height: 100% !important;
  min-height: 260px;
}

#slide-16 .cite {
  font-size: 0.58rem;
  color: var(--text-muted);
}
