.loading-screen{z-index:9999;background-color:#111112;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:fixed;top:0;left:0}.loading-logo{filter:drop-shadow(0 0 18px #6366f199);width:90px;height:90px;animation:2s cubic-bezier(.4,0,.2,1) infinite loadingLogoFloat,.6s cubic-bezier(.4,0,.2,1) loadingLogoFadeIn}.loading-title{letter-spacing:3px;color:#ececf1;margin-top:1.5rem;font-size:1.75rem;font-weight:700;animation:2s ease-in-out infinite loadingTitlePulse}.loading-bar{background:#ffffff1f;border-radius:2px;width:160px;height:4px;margin-top:1.5rem;overflow:hidden}.loading-bar-fill{background:linear-gradient(90deg,#6366f1,#a855f7);border-radius:2px;width:40%;height:100%;animation:1.2s ease-in-out infinite loadingBarSlide}@keyframes loadingLogoFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes loadingLogoFadeIn{0%{opacity:0;transform:translateY(-15px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes loadingTitlePulse{0%,to{opacity:.7}50%{opacity:1}}@keyframes loadingBarSlide{0%{transform:translate(-100%)}to{transform:translate(250%)}}[data-theme=light] .loading-screen{background-color:#fff}[data-theme=light] .loading-logo{filter:drop-shadow(0 0 18px #10a37f66)}[data-theme=light] .loading-title{color:#2c2c2e}[data-theme=light] .loading-bar{background:#00000014}[data-theme=light] .loading-bar-fill{background:linear-gradient(90deg,#6366f1,#a855f7)}
