.fz-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;background:#faf5ff;font-family:system-ui,-apple-system,sans-serif}
.fz-loading__spinner{width:32px;height:32px;border:3px solid #e9d5ff;border-top-color:#7c3aed;border-radius:50%;animation:fz-spin .8s linear infinite}
@keyframes fz-spin{to{transform:rotate(360deg)}}
.fz-loading__text{margin-top:16px;color:#6b21a8;font-size:14px}
