.map-loading-bottom-center{position:absolute;bottom:20px;left:50%;transform:translateX(-50%);z-index:1000}.map-loading-content{background:hsla(0,0%,100%,.95);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.1);border-radius:16px;padding:16px 24px;display:flex;align-items:center;gap:12px;box-shadow:0 8px 24px rgba(0,0,0,.15);min-width:200px;justify-content:center}.map-loading-spinner{position:relative;width:32px;height:32px}.map-spinner-ring{position:absolute;width:100%;height:100%;border:2px solid transparent;border-radius:50%;animation:map-spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.map-spinner-ring:first-child{border-top-color:#3b82f6;animation-delay:-.45s}.map-spinner-ring:nth-child(2){border-right-color:#3b82f6;animation-delay:-.3s}.map-spinner-ring:nth-child(3){border-bottom-color:#3b82f6;animation-delay:-.15s}.map-spinner-ring:nth-child(4){border-left-color:#3b82f6}.map-loading-text{display:flex;flex-direction:column;align-items:center;gap:6px}.map-loading-message{font-size:14px;font-weight:500;color:#374151;white-space:nowrap}.map-loading-dots{display:flex;justify-content:center;gap:3px}.map-loading-dots span{width:4px;height:4px;background-color:#3b82f6;border-radius:50%;animation:map-bounce 1.4s ease-in-out infinite both}.map-loading-dots span:first-child{animation-delay:-.32s}.map-loading-dots span:nth-child(2){animation-delay:-.16s}.map-loading-dots span:nth-child(3){animation-delay:0s}@media(max-width:768px){.map-loading-bottom-center{bottom:15px}.map-loading-content{padding:12px 18px;min-width:160px;gap:10px}.map-loading-spinner{width:28px;height:28px}.map-loading-message{font-size:12px}.map-loading-dots span{width:3px;height:3px}}@media(max-width:480px){.map-loading-content{padding:10px 16px;min-width:140px;gap:8px}.map-loading-spinner{width:24px;height:24px}.map-loading-message{font-size:11px}}