/* SKY */

.sky {
  position: relative;
  height: 100vh;
  height: 100dvh;
  overflow: hidden;
  background: #000;
}

.sky canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.sky.idle {
  cursor: none;
}
