/* ===== SLIDE 14: US ARMY C-UAS THREAT GROUPS ===== */
#slide-14 .s14-layout {
  display: flex;
  gap: 1.5rem;
  width: 100%;
  max-width: 1200px;
  flex: 1;
  min-height: 0;
  align-items: stretch;
}

#slide-14 .s14-chart-wrap {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

#slide-14 .s14-chart-img {
  width: 100%;
  border-radius: 8px;
  border: 1px solid rgba(255,255,255,0.08);
  box-shadow: 0 4px 24px rgba(0,0,0,0.4);
}

#slide-14 .s14-chart-source {
  font-family: var(--font-mono);
  font-size: 0.44rem;
  color: rgba(255,255,255,0.25);
  margin-top: 0.4rem;
  text-align: center;
}

#slide-14 .s14-coverage {
  flex: 0.9;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  justify-content: center;
}

#slide-14 .s14-cov-header {
  font-family: var(--font-mono);
  font-size: 0.56rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--blue);
  font-weight: 700;
  margin-bottom: 0.2rem;
}

#slide-14 .s14-group {
  background: rgba(10, 12, 22, 0.6);
  border: 1px solid rgba(255,255,255,0.06);
  border-left: 3px solid;
  border-radius: 0 6px 6px 0;
  padding: 0.5rem 0.7rem;
  backdrop-filter: blur(10px);
}

#slide-14 .s14-group.active {
  border-left-color: var(--green);
}

#slide-14 .s14-group.future {
  border-left-color: rgba(255,255,255,0.15);
  opacity: 0.55;
}

#slide-14 .s14-group-badge {
  font-family: var(--font-mono);
  font-size: 0.46rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.15rem;
}

#slide-14 .s14-group-badge.g1 { color: #22c55e; }
#slide-14 .s14-group-badge.g2 { color: #22c55e; }
#slide-14 .s14-group-badge.g3 { color: #f59e0b; }
#slide-14 .s14-group-badge.g4 { color: rgba(255,255,255,0.35); }

#slide-14 .s14-group-name {
  font-size: 0.82rem;
  font-weight: 700;
  color: var(--text);
  margin-bottom: 0.1rem;
}

#slide-14 .s14-group-examples {
  font-size: 0.62rem;
  color: var(--text-muted);
  margin-bottom: 0.2rem;
}

#slide-14 .s14-group-status {
  font-family: var(--font-mono);
  font-size: 0.52rem;
  font-weight: 600;
}

#slide-14 .s14-check {
  color: #22c55e;
  margin-right: 0.3rem;
  font-weight: 700;
}

#slide-14 .s14-group.active .s14-group-status {
  color: #22c55e;
}

#slide-14 .s14-future-tag {
  background: rgba(255,255,255,0.06);
  color: rgba(255,255,255,0.4);
  font-size: 0.46rem;
  padding: 0.1rem 0.4rem;
  border-radius: 3px;
  font-family: var(--font-mono);
  letter-spacing: 0.06em;
}

#slide-14 .s14-bottom-note {
  font-size: 0.62rem;
  color: var(--text-muted);
  line-height: 1.45;
  margin-top: 0.3rem;
  padding-top: 0.4rem;
  border-top: 1px solid rgba(255,255,255,0.06);
}
