/* Among Us escape easter egg — triggered from js/easter-amongus.js when the
   "Amongus" variant is selected on the Among Us logo page. */
.amongus-runner {
  position: fixed;
  top: 0;
  left: 0;
  width: 72px;
  height: auto;
  pointer-events: none;
  z-index: 10000;
  will-change: transform;
  filter: drop-shadow(0 6px 10px rgba(0, 0, 0, 0.35));
}

.amongus-runner--seeker {
  width: 96px;
  z-index: 9999;
}
