/* [project]/app/intelligence/intelligence.module.css [app-client] (css) */
.intelligence-module__NdCoAG__stageRow {
  gap: var(--space-3);
  align-items: stretch;
  display: flex;
}

.intelligence-module__NdCoAG__stageCard {
  position: relative;
}

.intelligence-module__NdCoAG__chopBadge {
  position: absolute;
  top: 6px;
  right: 6px;
}

.intelligence-module__NdCoAG__stageLabel {
  margin-bottom: var(--space-1);
  display: block;
}

.intelligence-module__NdCoAG__srScore {
  margin-bottom: var(--space-1);
  line-height: 1.1;
  display: block;
}

.intelligence-module__NdCoAG__srSub {
  margin-bottom: var(--space-2);
  display: block;
}

.intelligence-module__NdCoAG__stageNote {
  font-style: italic;
  display: block;
}

.intelligence-module__NdCoAG__stageFooter {
  align-items: center;
  gap: var(--space-2);
  margin-top: var(--space-3);
  display: flex;
}

.intelligence-module__NdCoAG__footerIcon {
  color: var(--gray-9);
  flex-shrink: 0;
}

.intelligence-module__NdCoAG__stageCard[data-tier="critical"] .intelligence-module__NdCoAG__srScore {
  color: var(--red-11);
}

.intelligence-module__NdCoAG__stageCard[data-tier="high"] .intelligence-module__NdCoAG__srScore {
  color: var(--orange-11);
}

.intelligence-module__NdCoAG__stageCard[data-tier="elevated"] .intelligence-module__NdCoAG__srScore {
  color: var(--yellow-11);
}

.intelligence-module__NdCoAG__stageCard[data-tier="moderate"] .intelligence-module__NdCoAG__srScore {
  color: var(--teal-11);
}

/*# sourceMappingURL=app_intelligence_intelligence_module_0f.kl85.css.map*/