.loading-overlay.svelte-iqduaa{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000c;display:flex;justify-content:center;align-items:center;z-index:9999;opacity:0;visibility:hidden;transition:opacity .3s ease}.loading-overlay.show.svelte-iqduaa{opacity:1;visibility:visible}.loading-content.svelte-iqduaa{text-align:center;color:#fff;max-width:400px;padding:2rem}.loading-animation.svelte-iqduaa{position:relative;width:200px;height:100px;margin:0 auto 2rem}.circle.svelte-iqduaa{width:20px;height:20px;position:absolute;border-radius:50%;background-color:#fff;left:15%;transform-origin:50%;animation:svelte-iqduaa-circle .5s alternate infinite ease}.circle.svelte-iqduaa:nth-child(2){left:45%;animation-delay:.2s}.circle.svelte-iqduaa:nth-child(3){left:75%;animation-delay:.3s}.shadow.svelte-iqduaa{width:20px;height:4px;border-radius:50%;background-color:#00000080;position:absolute;top:62px;transform-origin:50%;z-index:-1;left:15%;filter:blur(1px);animation:svelte-iqduaa-shadow .5s alternate infinite ease}.shadow.svelte-iqduaa:nth-child(4){left:45%;animation-delay:.2s}.shadow.svelte-iqduaa:nth-child(5){left:75%;animation-delay:.3s}.progress-bar.svelte-iqduaa{width:100%;height:6px;background-color:#fff3;border-radius:3px;overflow:hidden;margin-top:1.5rem}.progress-fill.svelte-iqduaa{height:100%;background:linear-gradient(to right,#a855f7,#6366f1);animation:svelte-iqduaa-progress 2.5s infinite;width:0%}.loading-text.svelte-iqduaa{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.loading-subtext.svelte-iqduaa{opacity:.8;margin-bottom:1rem}@keyframes svelte-iqduaa-circle{0%{top:60px;height:5px;border-radius:50px 50px 25px 25px;transform:scaleX(1.7)}40%{height:20px;border-radius:50%;transform:scaleX(1)}to{top:0%}}@keyframes svelte-iqduaa-shadow{0%{transform:scaleX(1.5)}40%{transform:scaleX(1);opacity:.7}to{transform:scaleX(.2);opacity:.4}}@keyframes svelte-iqduaa-progress{0%{width:0%}50%{width:70%}to{width:95%}}
