.global-loading-overlay{position:fixed;left:50%;bottom:72px;transform:translateX(-50%) translateY(8px);z-index:10050;visibility:hidden;opacity:0;pointer-events:none !important;transition:opacity 0.2s ease-out, transform 0.2s ease-out, visibility 0.2s ease-out}.global-loading-overlay.global-loading--visible{visibility:visible;opacity:1;transform:translateX(-50%) translateY(0)}.global-loading-overlay.global-loading--fade-in,.global-loading-overlay.global-loading--fade-out{animation:none}.global-loading-content{display:inline-flex;align-items:center;justify-content:center;width:92vw;max-width:420px;padding:6px 10px;border-radius:999px;border:1px solid rgba(73,80,87,0.18);background:rgba(255,255,255,0.92);box-shadow:0 2px 8px rgba(0,0,0,0.08);backdrop-filter:blur(2px)}.global-loading-message{margin:0;display:inline-flex;align-items:center;gap:6px}.global-loading-dot{width:6px;height:6px;border-radius:50%;background:#4a90e2;animation:globalLoadingPulse 1.1s ease-in-out infinite}.global-loading-text{font-size:11px;font-weight:500;color:#495057;letter-spacing:0.1px;line-height:1.2}@keyframes globalLoadingPulse{0%,100%{opacity:0.35;transform:scale(0.9)}50%{opacity:1;transform:scale(1)}}.global-loading-overlay .sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}@media (prefers-reduced-motion: reduce){.global-loading-overlay,.global-loading-dot{transition:none;animation:none}}@media screen and (max-width: 600px){.global-loading-overlay{bottom:64px}}
