/* ===== Push notification toggle (profile dropdown) ===== */
.profile-push-row { margin-top: 8px; }
.profile-push-btn {
  display: block;
  width: 100%;
  padding: 8px;
  text-align: center;
  background: none;
  border: 1px solid var(--glass-border);
  color: var(--text-muted);
  border-radius: 8px;
  font-size: 0.8rem;
  cursor: pointer;
  font-family: inherit;
}
.profile-push-btn:hover { border-color: rgba(255,255,255,0.2); color: var(--text-secondary); }
.profile-push-btn.is-on { border-color: rgba(107,255,150,0.35); color: var(--text-secondary); }
.profile-push-hint {
  margin-top: 6px;
  font-size: 0.7rem;
  line-height: 1.4;
  color: var(--text-muted);
  text-align: center;
}

