.loading-circle{border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;width:64px;height:64px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}