.preloader{z-index:9999;background:#000;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;height:100%;transition:opacity .5s;display:flex;position:fixed;top:0;left:0;overflow:hidden}.preloader-hide{opacity:0;pointer-events:none}.logo-container{align-items:center;gap:.5rem;display:inline-flex;position:relative}.preloader-logo{filter:drop-shadow(0 0 10px #fff3);width:150px;animation:2.5s ease-in-out infinite logoShine;display:block;position:relative}@keyframes logoShine{0%{filter:drop-shadow(0 0 10px #fff3)drop-shadow(-30px 0 20px #fff0)}50%{filter:drop-shadow(0 0 10px #fff3)drop-shadow(0 0 30px #fffc)drop-shadow(0 0 40px #fff9)}to{filter:drop-shadow(0 0 10px #fff3)drop-shadow(30px 0 20px #fff0)}}.light-sweep{display:none}@keyframes sweep{0%{opacity:0;left:-100%}10%{opacity:1}90%{opacity:1}to{opacity:0;left:130%}}.loading-indicator{flex-direction:column;align-items:center;gap:1rem;display:flex}.loading-text{color:#fff;letter-spacing:.15em;text-transform:uppercase;opacity:.8;font-size:.9rem;animation:2s ease-in-out infinite pulse}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.loading-squares{gap:.5rem;display:flex}.square{background:#fff;width:12px;height:12px;animation:1s ease-in-out infinite scaleUp;transform:scale(.5)}.square:first-child{animation-delay:0s}.square:nth-child(2){animation-delay:.2s}.square:nth-child(3){animation-delay:.4s}@keyframes scaleUp{0%,80%,to{opacity:.5;transform:scale(.5)}40%{opacity:1;transform:scale(1)}}.spinner-ring{border:3px solid #ffffff1a;border-top-color:#fff;border-radius:50%;width:50px;height:50px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}
