html.runner,body.runner{height:100%;overflow:hidden;background:#000;overscroll-behavior:none;touch-action:none}html.runner.hide-cursor,body.runner.hide-cursor{cursor:none!important}.stage{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;background:#000;overflow:hidden;z-index:1}@supports (height: 100dvh){.stage{height:100dvh}}.bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;object-fit:contain;opacity:0;transition:opacity .18s ease;display:block;background:#000}@supports (height: 100dvh){.bg{height:100dvh}}.bg.show{opacity:1}img.bg{transition:none}video.bg{pointer-events:none}.runner-preview{position:absolute;top:24px;right:24px;width:240px;height:135px;background:#111;border-radius:8px;border:1px solid rgba(255,255,255,.14);object-fit:cover;z-index:3}.runner-preview-overlay{position:absolute;top:24px;right:24px;width:240px;height:135px;border-radius:8px;z-index:4;pointer-events:auto;background:transparent}.runner-preview-overlay.clickable{cursor:pointer}.runner-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;z-index:4;pointer-events:none}.runner-ui{pointer-events:auto;color:#fff;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;text-align:center;background:#020617b8;-webkit-backdrop-filter:saturate(140%) blur(10px);backdrop-filter:saturate(140%) blur(10px);border:1px solid rgba(255,255,255,.12);box-shadow:0 18px 60px #0009;padding:18px 22px;border-radius:16px;max-width:520px}.camHidden{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.hud{position:absolute;left:12px;bottom:12px;background:#02061799;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.12);color:#fff;padding:6px 10px;border-radius:12px;font:14px system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;z-index:5}.hud-top{top:12px;bottom:auto;width:min(520px,calc(100vw - 24px))}.hud-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.hud-row span{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.hud-bar{margin-top:8px;height:6px;border-radius:999px;background:#ffffff29;overflow:hidden}.hud-bar>i{display:block;height:100%;width:0%;background:#60a5faf2;border-radius:999px}.full{position:fixed;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;display:flex;padding:24px;color:#fff;background:#000}.center{align-items:center;justify-content:center}.stack{flex-direction:column;gap:14px}.error{color:#fca5a5}
