.loading-screen{z-index:9999;background-color:#0a1929;flex-direction:column;justify-content:center;align-items:center;transition:opacity .6s ease-out;display:flex;position:fixed;inset:0;overflow:hidden}.loading-screen.fade-out{opacity:0;pointer-events:none}.loading-text{z-index:10;text-align:center;position:relative}.loading-text span{text-transform:uppercase;letter-spacing:.4em;color:#ffffff40;font-family:monospace;font-size:10px;animation:1.5s ease-in-out infinite loading-pulse;display:block}.loading-screen.fade-out .loading-text{opacity:0;transition:opacity .3s}@keyframes loading-pulse{0%,to{opacity:.25}50%{opacity:.6}}
