.sparky-walker{position:fixed;right:12px;bottom:0;left:auto;z-index:9990;width:220px;display:flex;flex-direction:column;align-items:center;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;filter:drop-shadow(0 16px 24px rgba(0,0,0,.55));animation:sparky-rise 4.8s cubic-bezier(.15,.75,.2,1) .35s both}.sparky-body{position:relative;width:210px;height:210px}.sparky-sprite{position:absolute;left:0;right:0;bottom:0;width:100%;height:108%;-o-object-fit:contain;object-fit:contain;-o-object-position:center bottom;object-position:center bottom;background:transparent;pointer-events:none}.sparky-error{margin-top:4px;color:#fbbf24;font-size:10px;font-weight:800}@keyframes sparky-rise{0%{transform:translateY(120%)}to{transform:translateY(0)}}@media (max-width:767px){.sparky-walker{right:8px;bottom:60px;width:160px}.sparky-body{width:148px;height:148px}}@media (prefers-reduced-motion:reduce){.sparky-walker{animation:none}}