.bicycle-container{animation:2s ease-in-out infinite pedal;display:inline-block}@keyframes pedal{0%{transform:translate(0)rotate(0)}25%{transform:translate(-8px)rotate(-2deg)}50%{transform:translate(0)rotate(0)}75%{transform:translate(8px)rotate(2deg)}to{transform:translate(0)rotate(0)}}.loading-dots{justify-content:center;align-items:center;display:flex}.dot{background-color:#6b7280;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite pulse-dot}.dot:first-child{animation-delay:0s}.dot:nth-child(2){animation-delay:.3s}.dot:nth-child(3){animation-delay:.6s}@keyframes pulse-dot{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}
