<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.loader{display:flex;justify-content:center;align-items:center;width:80px;height:80px;position:relative}.loader:before{content:"";position:absolute;top:-10px;left:-10px;right:-10px;bottom:-10px;border-radius:50%}.loader-inner{display:flex;justify-content:center;align-items:center;position:relative}.loader-block{display:inline-block;width:10px;height:10px;margin:2px;background-color:#e0cd72;box-shadow:0 0 20px #e0cd72;animation:loader_562 1.2s cubic-bezier(.5,0,.5,1) infinite}.loader-block:first-child{animation-delay:.1s}.loader-block:nth-child(2){animation-delay:.2s}.loader-block:nth-child(3){animation-delay:.3s}.loader-block:nth-child(4){animation-delay:.4s}.loader-block:nth-child(5){animation-delay:.5s}.loader-block:nth-child(6){animation-delay:.6s}.loader-block:nth-child(7){animation-delay:.7s}.loader-block:nth-child(8){animation-delay:.8s}@keyframes loader_562{0%{transform:scale(1);box-shadow:0 0 20px hsla(0,0%,100%,.5)}20%{transform:scaleY(2.5);box-shadow:0 0 50px hsla(0,0%,100%,.7)}40%{transform:scale(1);box-shadow:0 0 20px hsla(0,0%,100%,.5)}}.loader-inside{width:48px;height:48px;margin:auto;position:relative}.loader-inside:before{width:48px;height:5px;top:60px;animation:shadow324 .5s linear infinite}.loader-inside:after,.loader-inside:before{content:"";background:gold;position:absolute;left:0;border-radius:50%}.loader-inside:after{width:100%;height:100%;top:0;animation:jump7456 .5s linear infinite}@keyframes jump7456{15%{border-bottom-right-radius:50%}25%{transform:translateY(9px) rotate(22.5deg)}50%{transform:translateY(18px) scaleY(.9) rotate(45deg);border-bottom-right-radius:40px}75%{transform:translateY(9px) rotate(67.5deg)}to{transform:translateY(0) rotate(90deg)}}@keyframes shadow324{0%,to{transform:scale(1)}50%{transform:scaleX(1.2)}}</pre></body></html>