.themeContainer{width:100%;height:100vh;background:#f7fafc;display:flex;gap:16px;flex-direction:column;align-items:center;justify-content:center}.themeContainer .spinner{width:48px;height:48px;border:5px solid #2D3748;border-bottom-color:transparent;border-radius:50%;animation:rotation 1s linear infinite;box-sizing:border-box;display:inline-block}.themeContainer .loadingText,.themeContainer .errorText{margin:0;color:#2d3748;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@keyframes rotation{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
