.loading-container{width:100%;height:100%;display:flex;flex-direction:column;align-items:center}.hedgehog-container{margin-top:16px;margin-bottom:16px;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.loading-text{margin-top:16px;margin-bottom:16px}.wobble{animation:wobble 1.8s ease-in-out infinite}.spike{animation:spikeRotate 1.8s ease-in-out infinite}.spike-1{animation-delay:0s}.spike-2{animation-delay:.15s}.spike-3{animation-delay:.3s}.spike-4{animation-delay:.45s}.spike-5{animation-delay:.6s}.spike-6{animation-delay:.75s}.spike-7{animation-delay:.9s}.spike-8{animation-delay:1.05s}.spike-9{animation-delay:1.2s}.spike-10{animation-delay:1.35s}.spike-11{animation-delay:1.5s}.spike-12{animation-delay:1.65s}@keyframes wobble{0%,to{transform:rotate(0) scale(1)}25%{transform:rotate(-5deg) scale(1.05)}75%{transform:rotate(5deg) scale(1.05)}}@keyframes spikeRotate{0%{fill:var(--spike-animation-color, #b0ddf1)}8.33%{fill:#1f1f1f}to{fill:#1f1f1f}}
