.spinner-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;min-height:200px}.spinner{width:40px;height:40px;border:4px solid rgba(255,255,255,.2);border-top-color:#ffffffde;border-radius:50%;animation:spin 1s linear infinite}.spinner-text{margin-top:1rem;color:#ffffffde}@keyframes spin{to{transform:rotate(360deg)}}@media (prefers-color-scheme: light){.spinner{border-color:#0003;border-top-color:#213547}.spinner-text{color:#213547}}
