<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#blocker{position:absolute;width:100%;height:100%;background-color:#00000080}html{touch-action:manipulation;-ms-touch-action:manipulation}#instructions{width:100%;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:14px;cursor:pointer}#mobileControls{position:absolute;bottom:80px;left:50%;transform:translate(-50%);width:100%;height:120px;display:none}#jumpButton{user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;position:absolute;bottom:80px;right:20px;width:60px;height:60px;background-color:#ffffff80;border-radius:50%;display:none;justify-content:center;align-items:center;font-size:16px;z-index:1000}#touchSplitIndicator{position:absolute;left:0;right:0;height:2px;background-color:#fff0;pointer-events:none}.experience-wrapper{position:fixed;width:100vw;height:100vh;z-index:-1}.experience-canvas{position:fixed;height:100%;width:100%}*{margin:0;padding:0;box-sizing:border-box}html,body{overflow:hidden}video{display:none}#loader-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#121212;color:#fff;display:flex;justify-content:center;align-items:center;flex-direction:column;font-size:1.5em;z-index:10;transition:opacity .6s ease}#loader-overlay.hidden{opacity:0;pointer-events:none}.loader{text-align:center;animation:fadeIn 1s ease-in-out}.logo{width:120px;height:auto;animation:logoBounce 2s infinite ease-in-out;margin-bottom:20px}#loader-text{font-size:1em;color:#fff;animation:textPulse 1.5s ease-in-out infinite}@keyframes logoBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes textPulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
</pre></body></html>