.input-hint.hidden {
  opacity: 0;
  pointer-events: none;
}

#wiggle-toggle.active {
  background: #fcbf49;
  color: #2d1b54;
  box-shadow: inset 0 0 0 2px rgba(45, 27, 84, 0.4);
}

.meter {
  position: relative;
}

.meter::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(255, 255, 255, 0));
  mix-blend-mode: screen;
  pointer-events: none;
}

.svg-wrap {
  position: relative;
}

.svg-wrap::after {
  content: "nothing in there";
  position: absolute;
  right: 14px;
  bottom: 12px;
  font-size: 13px;
  color: rgba(45, 27, 84, 0.35);
  background: rgba(255, 255, 255, 0.85);
  padding: 4px 8px;
  border-radius: 10px;
  border: 2px solid rgba(45, 27, 84, 0.1);
  transition: opacity 200ms ease, transform 200ms ease;
}

.svg-wrap.filled::after {
  opacity: 0;
  transform: translateY(6px);
}

.toggle-row {
  display: flex;
  align-items: center;
}

.calm-toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: var(--subtle);
  cursor: pointer;
}

.calm-toggle input {
  width: 18px;
  height: 18px;
  accent-color: var(--accent);
}
