html,body{overflow:hidden;width:100%;height:100%;margin:0;padding:0}#renderCanvas{width:100%;height:100%;touch-action:none}#babylonVRiconsDiv{position:fixed!important;bottom:40px!important;left:50%!important;right:auto!important;transform:translate(-50%)!important}#babylonVRiconsDiv img{width:80px!important;height:80px!important;opacity:.9}#loadingScreen{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;display:flex;align-items:center;justify-content:center;background:radial-gradient(125% 120% at 50% 38%,#06170d,#02090a);color:#35ff6d;font-family:Courier New,monospace;transition:opacity .4s ease-out}#loadingScreen.loading-screen--hidden{opacity:0;pointer-events:none}.loading-panel{width:min(420px,80vw);text-align:center;letter-spacing:2px}.loading-header{display:flex;align-items:center;justify-content:center;gap:10px;font-size:14px;margin-bottom:24px;text-shadow:0 0 8px rgba(53,255,109,.6)}.loading-dot{width:8px;height:8px;border-radius:50%;background:#35ff6d;box-shadow:0 0 8px #35ff6d;animation:loading-blink 1.2s steps(2) infinite}.loading-status{font-size:22px;margin-bottom:16px;text-shadow:0 0 10px rgba(53,255,109,.6)}.loading-bar{width:100%;height:6px;border:1px solid #1c8a44;background:#35ff6d14;margin-bottom:10px;overflow:hidden}.loading-bar-fill{height:100%;width:0%;background:#35ff6d;box-shadow:0 0 8px #35ff6d;transition:width .2s ease-out}.loading-bar-fill.indeterminate{width:40%!important;animation:loading-pulse 1.2s ease-in-out infinite}.loading-pct{font-size:13px;color:#8fe9b6}@keyframes loading-blink{0%,to{opacity:1}50%{opacity:.2}}@keyframes loading-pulse{0%,to{opacity:.4}50%{opacity:1}}@media screen and (orientation: portrait){html.is-mobile{transform:rotate(-90deg);transform-origin:left top;width:100dvh;height:100dvw;overflow:hidden;position:absolute;top:100dvh;left:0}}
