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