.bkg-turn-tutorial{position:absolute;left:50%;bottom:8%;z-index:1;display:flex;flex-direction:column;align-items:center;gap:5px;transform:translateX(-50%);pointer-events:none;user-select:none;color:#a94a3e;white-space:nowrap;font-size:14px;font-weight:500;line-height:1.4}
.bkg-turn-tutorial *{pointer-events:none}
.bkg-turn-hand{display:block;width:53px;height:53px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}
.bkg-turn-arrow{opacity:.55}
.bkg-turn-finger{fill:#faf5ec;animation:bkg-turn-gesture 2.6s ease-in-out infinite}
@keyframes bkg-turn-gesture{0%,100%{transform:translateX(-7px)}50%{transform:translateX(7px)}}
@media(max-width:640px){.bkg-turn-tutorial{bottom:6%;font-size:14px}.bkg-turn-hand{width:48px;height:48px}}
@media(prefers-reduced-motion:reduce){.bkg-turn-finger{animation:none}}
