#Cocos3dGameContainer, #GameCanvas, #GameDiv, body {
  width: 100%;
  height: 100%;
}
html {
  -ms-touch-action: none;
  background-color: #070913;
}
body, canvas, div {
  display: block;
  outline: 0;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
body {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
  border: 0;
  margin: 0;
  overflow: hidden;
  touch-action: none;
  cursor: default;
  color: #e2e8f0;
  background: radial-gradient(circle at center, #0f172a 0%, #070913 100%);
  text-align: center;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  flex-direction: column;
}
canvas {
  background-color: transparent;
}
: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);
}
