@keyframes shineStar{0%{opacity:0;transform:scale(1)}to{opacity:.7;transform:scale(1.5)}}.loading{display:flex;justify-content:center;align-items:center;width:100%}.default-loading{position:relative;border-radius:50%;border-color:#2a97c5 rgba(0,0,0,0);border-style:solid;border-width:3px;aspect-ratio:1/1;animation:rotate 1.1s linear infinite;margin:0 5px;flex-shrink:0}.modern-spinner-box{display:flex;justify-content:center;align-items:center;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:5px}.modern-spinner-box .modern-spinner{position:relative;width:20px;height:20px;overflow:visible;animation:rotateModernSpinner 1.2s linear infinite}@keyframes rotateModernSpinner{0%{rotate:0deg}to{rotate:1turn}}.modern-spinner-box .modern-spinner circle{width:100%;height:100%;fill:none;stroke-width:3;stroke:#2a97c5;stroke-linecap:round;stroke-dasharray:59px;stroke-dashoffset:59px;animation:animateCircle 3s linear infinite}@keyframes animateCircle{0%,to{stroke-dashoffset:59px}50%{stroke-dashoffset:0}50.1%{stroke-dashoffset:118px}}.arrow-spinner,.circle-notch,.loading-spinner-dots{width:30px;aspect-ratio:1/1;display:flex!important;justify-content:center;align-items:center;font-size:30px;animation:rotate 1.1s linear infinite;color:#2a97c5}.loading-circle-image{width:40px;aspect-ratio:1/1;background-color:#ccc;border-radius:50%;animation:rotate 1s linear infinite}.three-dots{display:flex;gap:10px;align-items:center;padding:30px}.three-dots .dot{flex-shrink:0;display:flex;width:10px;border-radius:50%;aspect-ratio:1/1;background-color:#2a97c5;translate:0 -10px;box-shadow:0 20px 7px rgba(0,0,0,.1294117647);animation:move-dot .4s ease-in infinite alternate}.three-dots .dot.dot-2{animation:move-dot .4s ease-in .2s infinite alternate}.three-dots .dot.dot-3{animation:move-dot .4s ease-in .4s infinite alternate}@keyframes move-dot{0%{translate:0 -10px;opacity:1;box-shadow:0 20px 7px rgba(0,0,0,.1294117647)}to{opacity:.3;translate:0 10px;box-shadow:0 0 2px rgba(0,0,0,.3647058824)}}.loading-page .electrons{position:absolute}.loading-page .electrons .ring{width:230px}.loading-page{display:flex;justify-content:center;align-items:center;position:fixed;top:0;left:0;z-index:3;background:#111;width:100dvw;min-height:100dvh}.animated-atom.flicker{animation:flicker 1.8s linear infinite reverse}@keyframes flicker{0%{opacity:1}2%{opacity:.2}10%{opacity:1}14%{opacity:.3}20%{opacity:1}21%{opacity:.1}35%{opacity:1}38%{opacity:.5}45%{opacity:1}60%{opacity:.7}62%{opacity:1}70%{opacity:.2}75%{opacity:1}85%{opacity:.3}to{opacity:1}}.animated-atom .spinner{position:relative;width:200px;height:200px;transform-style:preserve-3d;perspective:800px}.animated-atom .orb{position:absolute;width:200px;height:200px;border-radius:50%;border:4px solid rgba(0,0,0,0);animation:spin .8s linear infinite;box-shadow:0 0 15px rgba(0,255,255,.4)}.animated-atom .orbit-1{border-top-color:#00f0ff;animation:spin1 .5s linear infinite;box-shadow:0 0 15px rgba(0,238,255,.7333333333)}.animated-atom .orbit-2{border-right-color:#ff00c8;animation:spin2 .4s linear infinite;box-shadow:0 0 15px rgba(255,0,200,.7333333333)}.animated-atom .orbit-3{border-bottom-color:#0f8;animation:spin3 .3s linear infinite;box-shadow:0 0 15px rgba(0,255,136,.7333333333)}.animated-atom .core{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:30px;height:30px;background:radial-gradient(circle,#ffffff,#00fff7);border-radius:50%;box-shadow:0 0 20px 5px #00fff7,0 0 40px #00fff7}@keyframes spin1{0%{transform:rotateX(65deg) rotateY(-35deg) rotate(0deg)}50%{transform:rotateX(63deg) rotateY(-33deg) rotate(180deg)}to{transform:rotateX(65deg) rotateY(-35deg) rotate(1turn)}}@keyframes spin2{0%{transform:rotateX(0deg) rotateY(75deg) rotate(0deg)}50%{transform:rotateX(3deg) rotateY(73deg) rotate(180deg)}to{transform:rotateX(0deg) rotateY(75deg) rotate(1turn)}}@keyframes spin3{0%{transform:rotateX(65deg) rotateY(35deg) rotate(0deg)}50%{transform:rotateX(63deg) rotateY(33deg) rotate(180deg)}to{transform:rotateX(65deg) rotateY(35deg) rotate(1turn)}}.electrons{display:flex;justify-content:center;align-items:center;height:100%;position:relative}.electrons .ring{width:200px;aspect-ratio:1/1;border:0 solid #222;border-radius:50%;position:absolute}.electrons .ring:first-child{border-color:#38bdf8;border-bottom-width:8px;animation:rotate1 1s linear infinite}.electrons .ring:nth-child(2){border-color:#2571ff;border-right-width:8px;animation:rotate2 1s linear infinite}.electrons .ring:nth-child(3){border-color:#08b31e;border-top-width:8px;animation:rotate3 1s linear infinite}@keyframes rotate1{0%{transform:rotateX(25deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(25deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate2{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate3{0%{transform:rotateX(25deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(25deg) rotateY(55deg) rotate(1turn)}}@keyframes rotate{0%{rotate:0deg;opacity:1}50%{opacity:.2}to{opacity:1;rotate:1turn}}