.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.95);z-index:9999}.loading-container,.loading-screen{display:flex;justify-content:center;align-items:center}.loading-container{flex-direction:column}.loading-logo{margin-bottom:20px}.loading-text{color:#01FF55;font-size:18px;margin-top:20px;animation:pulse 1.5s infinite}@keyframes pulse{0%{opacity:.5}50%{opacity:1}to{opacity:.5}}