@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.95)}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(255,255,255,.8);display:flex;justify-content:center;align-items:center;z-index:9999;backdrop-filter:blur(4px)}.loading-spinner{display:flex;gap:.5rem}.loading-dot{width:1rem;height:1rem;border-radius:50%;background-color:#3b82f6;animation:pulse 1.4s ease-in-out infinite}.loading-dot:first-child{animation-delay:-.32s}.loading-dot:nth-child(2){animation-delay:-.16s}