.global-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.gl-dots{display:flex;gap:8px}.gl-dots span{width:8px;height:8px;border-radius:50%;background:var(--ink);opacity:.25;animation:gl-bounce 1.2s ease-in-out infinite}.gl-dots span:nth-child(2){animation-delay:.15s}.gl-dots span:nth-child(3){animation-delay:.3s}@keyframes gl-bounce{0%,80%,to{opacity:.15;transform:scale(.85)}40%{opacity:.7;transform:scale(1)}}@media (prefers-reduced-motion:reduce){.gl-dots span{animation:none;opacity:.35}}