.subtitle {
  color: var(--text-muted);
  margin-bottom: 30px;
}

label {
  display: block;
  margin-bottom: 6px;
  color: var(--text-muted);
}

.toggle-row {
  display: flex;
  justify-content: space-between;
  margin: 15px 0;
}

.health {
  text-align: center;
  transition: var(--transition);
}

.health:hover {
  transform: translateY(-6px);
}

.green-glow:hover {
  box-shadow: 0 0 20px var(--accent-glow);
}

.yellow-glow:hover {
  box-shadow: 0 0 20px rgba(250,204,21,0.4);
}

.blue-glow:hover {
  box-shadow: 0 0 20px rgba(37,99,235,0.4);
}
