@import url("guide-editorial-shared.css");

/* Care guide — target RH band visualization */
.guide-page--care .care-rh-chart {
  margin-top: 8px;
  padding: 18px;
  border-radius: 16px;
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid rgba(255, 255, 255, 0.06);
}
.guide-page--care .care-rh-track {
  position: relative;
  height: 36px;
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    #4a6fa5 0%,
    rgba(200, 148, 90, 0.35) 28%,
    rgba(92, 143, 123, 0.55) 35%,
    rgba(92, 143, 123, 0.55) 68%,
    var(--oak) 72%,
    #c07050 100%
  );
  opacity: 0.85;
  border: 1px solid rgba(255, 255, 255, 0.1);
}
.guide-page--care .care-rh-band {
  position: absolute;
  top: 4px;
  bottom: 4px;
  left: 35%;
  width: 30%;
  border-radius: 6px;
  border: 2px solid rgba(255, 255, 255, 0.85);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.4);
  pointer-events: none;
}
.guide-page--care .care-rh-labels {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.guide-page--care .care-rh-target-note {
  margin-top: 12px;
  font-size: 0.84rem;
  color: var(--text);
  line-height: 1.45;
}
