.loader{color:#fff;flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:20px;display:flex}.spinner{border:4px solid #00ff0040;border-top-color:#0f0;border-radius:50%;width:48px;height:48px;animation:1s linear infinite spin}.loader__text{font-size:16px;animation:1.6s ease-in-out infinite fade}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fade{0%,to{opacity:1}50%{opacity:.5}}
