.evidence-stack-chart__head span {
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(186, 198, 214, 0.72);
}

.evidence-stack-chart__head small {
  font-size: 0.78rem;
  line-height: 1.35;
  color: rgba(196, 208, 221, 0.72);
}

.evidence-stack-chart {
  position: relative;
  display: grid;
  gap: 12px;
  padding: 10px 4px 0 18px;
}

.evidence-stack-chart__rail {
  position: absolute;
  left: 6px;
  top: 10px;
  bottom: 10px;
  width: 1px;
  background: linear-gradient(180deg, rgba(132, 213, 255, 0.42), rgba(132, 213, 255, 0.04));
}

.evidence-stack-chart__card {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  min-width: 0;
  width: var(--stack-width, 100%);
  margin-left: var(--stack-offset, 0);
  padding: 14px 16px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016)),
    rgba(10, 17, 27, 0.9);
  transform: scale(var(--stack-scale, 1));
  transform-origin: left center;
  box-shadow: 0 18px 38px rgba(0, 0, 0, 0.18);
}

.evidence-stack-chart__card::before {
  content: "";
  position: absolute;
  inset: 14px auto 14px -8px;
  width: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.2);
}

.evidence-stack-chart__card--mint::before {
  background: rgba(144, 240, 203, 0.9);
}

.evidence-stack-chart__card--coral::before {
  background: rgba(255, 158, 135, 0.9);
}

.evidence-stack-chart__card--sky::before {
  background: rgba(132, 213, 255, 0.9);
}

.evidence-stack-chart__card--violet::before {
  background: rgba(199, 187, 255, 0.9);
}

.evidence-stack-chart__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px;
}

.evidence-stack-chart__card strong {
  font-family: var(--display);
  font-size: 1.08rem;
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.evidence-stack-chart__card p {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.46;
  color: rgba(198, 210, 223, 0.8);
}

.orbit-stage__visual .evidence-stack-chart {
  gap: 10px;
  padding: 4px 0 0 14px;
}

.orbit-stage__visual .evidence-stack-chart__card {
  padding: 12px 14px;
  border-radius: 20px;
}

.orbit-stage__visual .evidence-stack-chart__card strong {
  font-size: 1rem;
}

.orbit-stage__visual .evidence-stack-chart__card p {
  font-size: 0.84rem;
  line-height: 1.38;
}
