* { margin: 0; padding: 0; box-sizing: border-box; }
html, body {
  height: 100%;
  background: #000;
  color: #fff;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  overflow: hidden;
}
#status {
  z-index: 10;
  pointer-events: none;
  position: absolute;
  left: 50%;
  bottom: 8vh;
  transform: translateX(-50%);
  max-width: 90vw;
  text-align: center;
  font-size: 1.05em;
  color: #fff;
  text-shadow: 0 1px 3px rgba(0,0,0,0.9);
}
#place-rabbit-btn {
  z-index: 10;
  position: absolute;
  left: 50%;
  bottom: 18vh;
  transform: translateX(-50%);
  padding: 0.75em 1.5em;
  font-size: 1em;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 2px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  -webkit-tap-highlight-color: transparent;
}
