.loading-main{background:rgba(0,0,0,.8);width:100%;height:100%;position:absolute;z-index:100000000;top:0;left:0}.liquid-loader{position:absolute;left:40%;top:40%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:5px;padding:20px;font-family:system-ui,sans-serif}.loader-track{position:relative;width:180px;height:32px;background:linear-gradient(135deg,#2a2a2a,#1a1a1a);border-radius:16px;overflow:hidden;-webkit-box-shadow:inset 0 2px 4px rgba(0,0,0,.6),0 1px 3px hsla(0,0%,100%,.1);box-shadow:inset 0 2px 4px rgba(0,0,0,.6),0 1px 3px hsla(0,0%,100%,.1)}.liquid-fill{position:absolute;top:2px;left:2px;height:calc(100% - 4px);background:#13ce66;border-radius:14px;-webkit-animation:fillProgress 4s ease-out infinite,colorShift 3s linear infinite;animation:fillProgress 4s ease-out infinite,colorShift 3s linear infinite;-webkit-box-shadow:0 0 12px #13ce66,inset 0 1px 2px #13ce66;box-shadow:0 0 12px #13ce66,inset 0 1px 2px #13ce66}.loading-text{color:#fff;font-size:18px;font-weight:600;letter-spacing:1px;-webkit-animation:textGlow 1s ease-in-out infinite;animation:textGlow 1s ease-in-out infinite}.dot{margin-left:3px;-webkit-animation:blink 1.5s infinite;animation:blink 1.5s infinite}.dot:first-of-type{-webkit-animation-delay:0s;animation-delay:0s}.dot:nth-of-type(2){-webkit-animation-delay:.3s;animation-delay:.3s}.dot:nth-of-type(3){-webkit-animation-delay:.6s;animation-delay:.6s}@-webkit-keyframes fillProgress{0%{width:4px}25%{width:25%}50%{width:50%}75%{width:75%}to{width:calc(100% - 4px)}}@keyframes fillProgress{0%{width:4px}25%{width:25%}50%{width:50%}75%{width:75%}to{width:calc(100% - 4px)}}@-webkit-keyframes textGlow{0%,to{opacity:.7;text-shadow:0 0 8px #13ce66}50%{opacity:1;text-shadow:0 0 16px #13ce66}}@keyframes textGlow{0%,to{opacity:.7;text-shadow:0 0 8px #13ce66}50%{opacity:1;text-shadow:0 0 16px #13ce66}}@-webkit-keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}