html {
  -ms-touch-action: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #071914;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body, canvas, div {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[data-mahjong-input],
input[data-mahjong-modal-input] {
  min-width: 0;
  max-width: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

input[data-mahjong-input]::placeholder,
input[data-mahjong-modal-input]::placeholder {
  color: rgba(74, 83, 77, 0.7);
  font-size: inherit;
  font-weight: 500;
  opacity: 1;
  text-overflow: ellipsis;
}

body {
  position: fixed;
  inset: 0;
  width: 100vw;
  height: 100vh;
  height: 100dvh;
  padding: 0;
  border: 0;
  margin: 0;
  overflow: hidden;
  cursor: default;
  color: #f6edd1;
  background: #071914;
  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;
}

canvas {
  background-color: rgba(0, 0, 0, 0);
}

#GameDiv,
#Cocos3dGameContainer,
#GameCanvas {
  position: fixed;
  inset: 0;
  width: 100vw !important;
  height: 100vh !important;
  height: 100dvh !important;
  padding: 0;
  border: 0;
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}

#Cocos3dGameContainer {
  overflow: hidden;
}

:root {
  --safe-top: env(safe-area-inset-top);
  --safe-right: env(safe-area-inset-right);
  --safe-bottom: env(safe-area-inset-bottom);
  --safe-left: env(safe-area-inset-left);
}

#deploy-marker {
  display: none;
}
