.sol-loader{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;-webkit-user-select:none;user-select:none}.sol-text{font-size:14px;opacity:.8}.sol-line,.sol-handle,.sol-shine{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round}.sol-line{stroke-width:8;opacity:.95}.sol-handle{stroke-width:6.5;opacity:.9}.sol-pivot{fill:currentColor;opacity:.95}.sol-shine{stroke-width:3;opacity:.22}:root{--dur: .8s}.sol-rotor{transform-origin:0 0;animation:rotorSpin var(--dur) linear infinite}.sol-blade--top{transform-origin:0 0;animation:bladeTop var(--dur) linear infinite}.sol-blade--bottom{transform-origin:0 0;animation:bladeBottom var(--dur) linear infinite}@keyframes bladeTop{0%,to{transform:rotate(-22deg)}50%{transform:rotate(6deg)}}@keyframes bladeBottom{0%,to{transform:rotate(22deg)}50%{transform:rotate(-6deg)}}@media (prefers-reduced-motion: reduce){.sol-rotor,.sol-blade--top,.sol-blade--bottom{animation:none!important}}html,body{background:#2a2926}
