.debug-menu {
  position: fixed;
  z-index: 1000;
  left: 10px;
  bottom: 40px;
}

.hybrid-default-toast.t-message {
  pointer-events: none;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 8px 16px;
  border-radius: 6px;
  width: max-content;
  max-width: 80vw;
  box-shadow: none;
}

:root {
  --background-color: #fff;
}
html,
body {
  padding: 0;
  margin: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {
  background: var(--background-color);
  font-family: "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Microsoft YaHei UI", "Microsoft YaHei", "Source Han Sans CN", sans-serif;
}

