.loading-container{display:flex;height:100vh;align-items:center;justify-content:center;background:transparent}.loading-content{display:flex;flex-direction:column;align-items:center;gap:1.5rem}.loading-spinner-wrapper{display:flex;align-items:center;justify-content:center;gap:8px}.loading-dot{width:12px;height:12px;border-radius:50%;background:#6366f1;animation:pulse-dot 1.4s ease-in-out infinite}.loading-dot:nth-child(1){animation-delay:0s}.loading-dot:nth-child(2){animation-delay:.2s}.loading-dot:nth-child(3){animation-delay:.4s}@media(prefers-color-scheme:dark){.loading-dot{background:#818cf8}}.loading-spinner-wrapper-sm .loading-dot{width:8px;height:8px}.loading-spinner-wrapper-md .loading-dot{width:10px;height:10px}.loading-spinner-wrapper-lg .loading-dot{width:12px;height:12px}.loading-message{font-size:.875rem;font-weight:500;letter-spacing:.02em;color:#64748b}@media(prefers-color-scheme:dark){.loading-message{color:#94a3b8}}@keyframes pulse-dot{0%,80%,to{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}
