html,body,#root{position:fixed;top:0;left:0;width:100%;height:100%;background:#000}@keyframes pulse{0%{transform:scale(1);opacity:.75}50%{transform:scale(1.05);opacity:1}to{transform:scale(1);opacity:.75}}.pulse{animation:pulse 2s infinite}.loading-screen-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse at center,#643c8c1f,#000);color:#fff;z-index:1;transition:opacity 1.5s ease-in-out;font-family:Georgia,serif;overflow:hidden}.loading-screen-overlay--fading{opacity:0;pointer-events:none}.loading-screen-cover{position:absolute;bottom:60px;left:50%;transform:translate(-50%);width:420px;max-width:90vw;z-index:2}.loading-screen__progress-label{font-size:13px;opacity:.5;margin-bottom:8px;text-align:center;letter-spacing:.15em;text-transform:uppercase}.loading-screen__progress-track{height:1px;background:#ffffff14;overflow:hidden;margin-bottom:10px}.loading-screen__progress-bar{height:100%;background:linear-gradient(90deg,#c8a0ff99,#8c64dc99);transition:width .3s ease}.loading-screen__asset-name{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:11px;opacity:.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-align:center}.loading-screen__errors{color:#ff9aa2;margin-top:8px;font-size:12px;text-align:center}.loading-screen__enter{text-align:center;cursor:pointer;font-size:14px;letter-spacing:.2em;text-transform:uppercase;opacity:.6;transition:opacity .3s;background:none;border:none;color:inherit;font-family:inherit;padding:0}.loading-screen__enter:hover,.loading-screen__enter:focus-visible{opacity:1}@keyframes loading-screen-pulse{0%,to{opacity:.4}50%{opacity:.8}}
