/* Highlight app popups with the same neon teal deposit-lock style. */
.van-toast,
.van-dialog {
  background: linear-gradient(180deg, rgba(8, 24, 25, .98), rgba(3, 9, 10, .98)) !important;
  border: 1px solid rgba(0, 245, 255, .95) !important;
  border-radius: 16px !important;
  box-shadow: 0 0 22px rgba(0, 245, 255, .7), inset 0 0 24px rgba(0, 245, 255, .12) !important;
  color: #eaffff !important;
}

.van-toast__text,
.van-dialog__message,
.van-dialog__header {
  color: #eaffff !important;
  font-weight: 800 !important;
  text-shadow: 0 0 12px rgba(0, 245, 255, .65) !important;
}

.van-toast {
  width: fit-content !important;
  min-width: max-content !important;
  max-width: calc(100vw - 48px) !important;
  padding: .22rem .38rem !important;
  white-space: nowrap !important;
  word-break: keep-all !important;
}

.van-toast__text {
  white-space: nowrap !important;
  word-break: keep-all !important;
  line-height: 1.2 !important;
}

.van-toast__icon {
  font-size: .64rem !important;
  margin-bottom: .08rem !important;
}

.van-toast__icon,
.van-dialog__confirm,
.van-dialog__confirm .van-button__text {
  color: #00f5ff !important;
}

.van-dialog__confirm {
  background: rgba(0, 245, 255, .08) !important;
}
