.loading-style-font{font-size:35px;background:linear-gradient(270deg,#fec300,#f90,#ba20b4,#1bc8ff);background-size:200% auto;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:rainbow 2.5s linear infinite}@keyframes rainbow{0%{background-position:200% 0}to{background-position:0 200%}}.loader{width:4.25rem;aspect-ratio:1;border-radius:100%;image-rendering:crisp-edges;filter:blur(.5px);background:radial-gradient(farthest-side,#fec300 94%,hsla(0,0%,100%,.055)) top/10px 10px no-repeat,conic-gradient(hsla(0,0%,100%,.055) 30%,#fec300);-webkit-mask:radial-gradient(farthest-side,hsla(0,0%,100%,.055) calc(100% - 10px),#fff 0);animation:spin .7s linear infinite,color 7s linear infinite}@keyframes color{0%{background:radial-gradient(farthest-side,rgba(27,202,255,.769) 94%,hsla(0,0%,100%,.055)) top/10px 10px no-repeat,conic-gradient(hsla(0,0%,100%,.055) 30%,#f90,#ba20b4,rgba(27,202,255,.824))}to{background:radial-gradient(farthest-side,#1bc8ff 94%,hsla(0,0%,100%,.055)) top/10px 10px no-repeat,conic-gradient(hsla(0,0%,100%,.055) 30%,#f90,#ba20b4,rgba(27,202,255,.835))}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.monster-sprite{width:236px;height:236px;background-image:url(/calcipher_run.png);background-repeat:no-repeat;background-size:1760px auto;animation:run-sprite .8s steps(8) infinite}@keyframes run-sprite{0%{background-position:0 0}to{background-position:-1652px 0}}