:root{color-scheme:dark}html,body{margin:0;height:100%;background:#0b0d0a;color:#e8e6df;font-family:system-ui,-apple-system,Segoe UI,sans-serif;overflow:hidden}#view{position:fixed;inset:0;width:100%;height:100%;display:block;touch-action:none}#hud{position:fixed;inset:0;pointer-events:none}#loading{position:fixed;inset:0;display:grid;place-items:center;background:#0b0d0a;z-index:10;transition:opacity .6s}#loading.hidden{opacity:0;pointer-events:none}#loading .box{text-align:center}#loading h1{font-weight:500;letter-spacing:.08em;margin:0 0 .5rem}#loading .bar{width:260px;height:3px;background:#23261f;margin:1rem auto 0}#loading-bar{height:100%;width:0;background:#b7d38f;transition:width .2s}
