.wic-loader-wrapper{z-index:9999;background:linear-gradient(135deg,#f0f9ff 0%,#e6f4ff 100%);justify-content:center;align-items:center;width:100%;height:100%;transition:opacity .5s cubic-bezier(.4,0,.2,1);display:flex;position:fixed;top:0;left:0}.wic-loader-content{flex-direction:column;align-items:center;gap:40px;display:flex;position:relative}.wic-ripple-loader{--wic-size:320px;--wic-duration:1.8s;--wic-logo-color:#4dabf7;--wic-background:radial-gradient(circle at 30% 30%,#4dabf7e6 0%,#4299e1b3 50%,#3888cc80 100%);height:var(--wic-size);aspect-ratio:1;filter:drop-shadow(0 20px 40px #4299e14d);position:relative}.wic-ripple-box{background:var(--wic-background);backdrop-filter:blur(8px);animation:wic-ripple var(--wic-duration)infinite cubic-bezier(.68,-.55,.27,1.55);border:2px solid #ffffff4d;border-radius:50%;position:absolute;box-shadow:inset 0 0 40px #fffc,0 15px 30px #4299e14d,0 0 60px #4dabf733}.wic-ripple-box:first-child{z-index:99;border-color:#fff6;inset:40%}.wic-ripple-box:nth-child(2){z-index:98;border-color:#ffffff4d;animation-delay:.15s;inset:30%}.wic-ripple-box:nth-child(3){z-index:97;border-color:#fff3;animation-delay:.3s;inset:20%}.wic-ripple-box:nth-child(4){z-index:96;border-color:#ffffff26;animation-delay:.45s;inset:10%}.wic-ripple-box:nth-child(5){z-index:95;border-color:#ffffff1a;animation-delay:.6s;inset:0%}.wic-loader-logo{place-content:center;padding:28%;animation:3s ease-in-out infinite wic-float;display:grid;position:absolute;inset:0}.wic-loader-svg{fill:var(--wic-logo-color);filter:drop-shadow(0 0 20px #4dabf799);width:100%;animation:wic-color-change var(--wic-duration)infinite ease-in-out,wic-pulse 2s infinite ease-in-out}.wic-progress-ring{z-index:90;position:absolute;inset:-20px}.wic-progress-ring-svg{width:100%;height:100%}.wic-progress-track{fill:#0000;stroke:#fff3}.wic-progress-fill{fill:#0000;stroke:url(#wic-progress-gradient);stroke-linecap:round;transform-origin:50%;transition:stroke-dashoffset .3s}.wic-progress-text{color:#3182ce;font-variant-numeric:tabular-nums;text-shadow:0 2px 10px #fffc;font-size:42px;font-weight:800;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.wic-loader-message{flex-direction:column;align-items:center;gap:15px;display:flex;position:absolute;bottom:-70px;left:0;right:0}.wic-message-text{color:#2c5282;text-align:center;opacity:.9;min-height:30px;font-size:18px;font-weight:500;animation:2.5s ease-in-out infinite wic-fade-in-out}.wic-message-dots{gap:8px;display:flex}.wic-dot{background:#4dabf7;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both wic-bounce}.wic-dot:first-child{animation-delay:-.32s}.wic-dot:nth-child(2){animation-delay:-.16s}.wic-particles-container{z-index:80;width:100%;height:100%;position:absolute}.wic-floating-particle{background:#4dabf799;border-radius:50%;width:4px;height:4px;animation:8s linear infinite wic-float-particle;position:absolute}.wic-floating-particle:first-child{animation-delay:0s;top:10%;left:20%}.wic-floating-particle:nth-child(2){animation-delay:-2s;top:20%;left:80%}.wic-floating-particle:nth-child(3){animation-delay:-4s;top:60%;left:10%}.wic-floating-particle:nth-child(4){animation-delay:-6s;top:80%;left:50%}.wic-floating-particle:nth-child(5){animation-delay:-1s;top:30%;left:40%}.wic-floating-particle:nth-child(6){animation-delay:-3s;top:50%;left:90%}.wic-floating-particle:nth-child(7){animation-delay:-5s;top:70%;left:30%}.wic-floating-particle:nth-child(8){animation-delay:-7s;top:90%;left:70%}.wic-floating-particle:nth-child(9){animation-delay:-.5s;top:15%;left:60%}.wic-floating-particle:nth-child(10){animation-delay:-2.5s;top:45%;left:20%}.wic-floating-particle:nth-child(11){animation-delay:-4.5s;top:75%;left:80%}.wic-floating-particle:nth-child(12){animation-delay:-6.5s;top:25%;left:10%}@keyframes wic-ripple{0%{opacity:.9;transform:scale(1);box-shadow:inset 0 0 40px #fffc,0 15px 30px #4299e14d,0 0 60px #4dabf733}50%{opacity:.95;transform:scale(1.25);box-shadow:inset 0 0 50px #ffffffe6,0 25px 50px #4299e166,0 0 80px #4dabf74d}to{opacity:.9;transform:scale(1);box-shadow:inset 0 0 40px #fffc,0 15px 30px #4299e14d,0 0 60px #4dabf733}}@keyframes wic-color-change{0%,to{fill:#4dabf7;filter:drop-shadow(0 0 20px #4dabf799)}50%{fill:#fff;filter:drop-shadow(0 0 30px #4dabf7cc)}}@keyframes wic-float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes wic-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes wic-bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}@keyframes wic-fade-in-out{0%,to{opacity:.7}50%{opacity:1}}@keyframes wic-float-particle{0%{opacity:0;transform:translateY(0)translate(0)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(-100px)translate(20px)}}@media (max-width:768px){.wic-ripple-loader{--wic-size:280px}.wic-progress-text{font-size:36px}.wic-message-text{font-size:16px}}@media (max-width:480px){.wic-ripple-loader{--wic-size:240px}.wic-progress-text{font-size:32px}.wic-message-text{font-size:14px}}.wic-loader-fade-out{opacity:0;pointer-events:none;transition:opacity .5s cubic-bezier(.4,0,.2,1)}
