/* styles/wheel-logic/wheel-spin-physics.css
   SpinChoice — wheel physics support styles
   (kept minimal; the “physics” is JS-driven)
*/

.wheel{
  /* helps mobile taps feel instant */
  touch-action: manipulation;
}
