#pvpHint {
  position: fixed;
  bottom: 16px;
  left: 16px;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(0,0,0,0.65);
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  box-shadow: none;
  pointer-events: none;
  cursor: default;
  opacity: 0.85;
  z-index: 9999;
}

#pvpSearchBtn {
  position: fixed;
  bottom: 16px;
  right: 16px;
  padding: 12px 16px;
  border-radius: 999px;
  border: none;
  background: #ff5fa2;
  color: #fff;
  font-weight: 700;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  cursor: pointer;
  z-index: 9999;
}
