/* $BELIEVE — living vitals (js/vitals.js owns the DOM). Three small
   surfaces: the panel-3 PROTOCOL VITALS block, the gate census line, the
   sit-card worldwide line. Data tier styling: quiet grey labels, green
   numbers — the numbers are the believers' part. */

.vitals {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  padding-top: 0.65rem;
  border-top: 1px solid color-mix(in srgb, var(--believe-green, #b8d62e) 35%, transparent);
}

.vitals__row {
  margin: 0;
  font-size: 0.62rem;
  letter-spacing: 0.08em;
  color: var(--believe-grey, #6a6f5e);
}

.vitals__row b {
  font-weight: 700;
  color: var(--believe-green, #b8d62e);
}

.vitals__row span {
  color: var(--believe-grey, #6a6f5e);
}

.vitals__watch {
  margin: 0.15rem 0 0;
  font-size: 0.56rem;
  letter-spacing: 0.18em;
  color: var(--believe-grey, #6a6f5e);
  opacity: 0.8;
}

/* Gate census — beneath the ritual, quiet as a plaque. */
.gate__census {
  margin: 1.4rem 0 0;
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  color: var(--believe-grey, #6a6f5e);
  opacity: 0.75;
}

/* Sit-complete card's worldwide line. */
.vitals__worldwide {
  margin: 0.6rem 0 0;
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  color: var(--believe-grey, #6a6f5e);
}
