.auth-gate,
.auth-gate .lock-stage,
.auth-gate .lock-wheels,
.auth-gate .lock-spin,
.auth-gate .lock-rail {
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
}

.auth-gate,
.auth-gate .lock-stage,
.auth-gate .lock-wheels {
  user-select: none;
  -webkit-user-select: none;
}
