.legend[data-v-96372244] {
  margin-top: 8px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 12px;
  color: #888;
}
.legend-title[data-v-96372244] {
  font-weight: 600;
  margin-bottom: 2px;
}
.legend-items[data-v-96372244] {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}
.legend-item[data-v-96372244] {
  display: flex;
  align-items: center;
  gap: 8px;
}
.legend-item-color[data-v-96372244] {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}
.legend-item-color.goal[data-v-96372244] {
  width: 4px;
  height: 16px;
  border-radius: 2px;
  background: var(--ion-color-success);
  border: none;
}
.legend-item-label[data-v-96372244] {
  font-size: 12px;
  color: #666;
}
.np-range-bar[data-v-96372244] {
  width: 100%;
  margin: 8px 0 4px 0;
}
.bar[data-v-96372244] {
  position: relative;
  height: 8px;
  background: #e6eaed;
  border-radius: 4px;
  width: 100%;
}
.indicator[data-v-96372244] {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--d3a20568);
  border: 2px solid #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  transition: left 0.2s;
  left: 0%;
}
.bar-labels[data-v-96372244] {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: #888;
  margin-top: 2px;
}
.goal-indicator[data-v-96372244] {
  position: absolute;
  top: -4px;
  width: 4px;
  height: 16px;
  background: var(--ion-color-success);
  border-radius: 2px;
  left: 0%;
  z-index: 2;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
}