/* Throwing / aiming tuning */

.spinning-stick {
  width: 46px;
  height: 7px;
  border-radius: 999px;
  background: #8b5a35;
  border: 1px solid #59381f;
  transform-origin: 50% 50%;
  will-change: left, top, transform;
}

/* The visible bird stays the same size.
   The wider aim area is handled in JavaScript so collision accuracy remains separate. */
.bird {
  touch-action: manipulation;
}
