.loader-container{z-index:10;position:relative}.logo-loader-wrapper{justify-content:center;align-items:center;width:106px;height:106px;display:flex;position:relative}.svg-container{z-index:5;filter:drop-shadow(0 0 20px #ffffff80);animation:3s ease-in-out infinite float-svg,2s ease-in-out infinite glow;position:relative}.svg-container svg{width:106px;height:106px}.svg-container svg path{stroke-dasharray:1000;stroke-dashoffset:1000px;animation:3s ease-in-out infinite draw}[data-theme=dark] .svg-container svg path{stroke:#fff}.svg-container svg path:first-child{animation-delay:0s}.svg-container svg path:nth-child(2){animation-delay:.3s}.svg-container svg path:nth-child(3){fill-opacity:0;animation:3s ease-in-out infinite draw,3s ease-in-out infinite fillFade}.logo-loading-text{color:#000;letter-spacing:3px;text-transform:uppercase;font-family:Arial,sans-serif;font-size:10px;font-weight:600;position:absolute;bottom:-40px;left:50%;transform:translate(-50%)}[data-theme=dark] .logo-loading-text{color:#fff}.logo-loading-text:after{content:"";animation:1.5s steps(4,end) infinite dots}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.1)}}@keyframes float-svg{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes glow{0%,to{filter:drop-shadow(0 0 20px #ffffff80)}50%{filter:drop-shadow(0 0 30px #ffffffe6)}}@keyframes draw{0%{stroke-dashoffset:1000px}50%{stroke-dashoffset:0}to{stroke-dashoffset:-1000px}}@keyframes fillFade{0%,30%{fill-opacity:0}50%{fill-opacity:1}70%,to{fill-opacity:0}}@keyframes dots{0%,20%{content:""}40%{content:"."}60%{content:".."}80%,to{content:"..."}}
