.loading{justify-content:center;align-items:center;gap:var(--space-3);padding:var(--space-12) 0;flex-direction:column;min-height:200px;display:flex}.loading__spinner{border:3px solid var(--border);border-top-color:var(--red-500);border-radius:var(--radius-full);width:28px;height:28px;animation:.7s linear infinite spin}.loading__text{color:var(--text-muted);font-size:.8125rem}
