.loading-wrapper{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.spinner{width:48px;height:48px;border:4px solid #ddd;border-top-color:#101010;border-radius:50%;animation:spin .9s linear infinite;margin-bottom:12px}@keyframes spin{to{transform:rotate(1turn)}}