.loading{z-index:100;background:#000000d9;justify-content:center;align-items:center;gap:.5rem;display:flex;position:fixed;inset:0}.loading__spinner{width:1.5rem;height:1.5rem}@keyframes spin{to{transform:rotate(360deg)}}.loading__spinner{color:var(--accent-indigo);animation:1s linear infinite spin}.loading__text{color:var(--accent-indigo);font-size:.875rem;font-weight:500;line-height:1.25rem}
