:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;--safe-top:env(safe-area-inset-top,0px);--safe-right:env(safe-area-inset-right,0px);--safe-bottom:env(safe-area-inset-bottom,0px);--safe-left:env(safe-area-inset-left,0px);background:#171916;font-family:system-ui,sans-serif}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}*{box-sizing:border-box}[hidden]{display:none!important}html,body{overscroll-behavior:none;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent;width:100%;height:100%;margin:0;padding:0;overflow:hidden}body{background:#eef0ec;position:fixed;inset:0}#app{width:100%;height:100dvh;position:relative}canvas{touch-action:none;outline:none;width:100%;height:100%;display:block}#reticle{z-index:2;pointer-events:none;background:#fffffff5;border:0 solid #fffffffa;border-radius:50%;width:5px;height:5px;transition:width .11s,height .11s,border-width .11s,background-color .11s,box-shadow .11s;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 1px #21252229,0 0 10px #ffffffb3}#reticle.interactive{background:0 0;border-width:2px;width:13px;height:13px;box-shadow:0 0 0 1px #2125221f,0 0 12px #ffffffd6}#reticle.charging{width:var(--charge-size,7px);height:var(--charge-size,7px);background:0 0;border-width:2px;box-shadow:0 0 14px #ffffffeb}.overlay{z-index:10;padding:calc(24px + var(--safe-top)) calc(24px + var(--safe-right)) calc(24px + var(--safe-bottom)) calc(24px + var(--safe-left));-webkit-backdrop-filter:blur(6px);color:#eef0ec;text-align:center;background:#0c0e0cd1;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.overlay-card{max-width:34rem}.overlay h1{letter-spacing:.02em;margin:0 0 .6rem;font-size:clamp(1.9rem,6vw,2.6rem);font-weight:600}.overlay h2{margin:0 0 .5rem;font-size:clamp(1.2rem,4.5vw,1.6rem);font-weight:600}.overlay p{color:#eef0ecc2;max-width:30rem;margin:0 auto 1.4rem;font-size:clamp(.86rem,2.6vw,1rem);line-height:1.55}.rotate-icon{border:3px solid #eef0ecd9;border-radius:8px;width:74px;height:46px;margin:0 auto 1.4rem;animation:2.4s ease-in-out infinite rotate-hint}@keyframes rotate-hint{0%,30%{transform:rotate(90deg)}60%,to{transform:rotate(0)}}#touch-controls{z-index:5;pointer-events:none;touch-action:none;position:fixed;inset:0}#touch-controls.is-idle{opacity:.4}.touch-stick{bottom:calc(14px + var(--safe-bottom));pointer-events:auto;touch-action:none;justify-content:center;align-items:center;width:188px;height:188px;display:flex;position:absolute}.touch-stick-move{left:calc(10px + var(--safe-left))}.touch-look-layer{pointer-events:auto;touch-action:none;position:absolute;inset:0}.touch-stick-ring{opacity:.66;background:#14161429;border:2px solid #ffffff57;border-radius:50%;width:140px;height:140px;transition:opacity .14s;position:relative;box-shadow:0 2px 14px #0003}.touch-stick.is-active .touch-stick-ring{opacity:1}.touch-stick-knob{background:#ffffffa8;border-radius:50%;width:62px;height:62px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 2px 10px #00000052}.touch-button{color:#fffffff0;font:inherit;text-shadow:0 1px 3px #0000008c;pointer-events:auto;touch-action:none;background:#14161452;border:2px solid #ffffff70;border-radius:50%;justify-content:center;align-items:center;padding:0;font-size:.78rem;font-weight:600;display:flex;position:absolute}.touch-button.is-pressed{color:#171916;text-shadow:none;background:#eef0ecbd}.touch-button.is-active{background:#eef0ec57;border-color:#ffffffe6}.touch-button-crouch{left:calc(30px + var(--safe-left));bottom:calc(196px + var(--safe-bottom));width:74px;height:74px}.touch-button-jump{right:calc(128px + var(--safe-right));bottom:calc(196px + var(--safe-bottom));width:74px;height:74px}.touch-button-interact{right:calc(30px + var(--safe-right));bottom:calc(192px + var(--safe-bottom));width:84px;height:84px;font-size:.84rem}@media (height<=400px){.touch-stick{width:168px;height:168px}.touch-stick-ring{width:124px;height:124px}.touch-button-crouch,.touch-button-jump{width:64px;height:64px;bottom:calc(174px + var(--safe-bottom))}.touch-button-jump{right:calc(112px + var(--safe-right))}.touch-button-interact{width:74px;height:74px;bottom:calc(170px + var(--safe-bottom))}}.boot{z-index:20;color:#eef0ece6;text-align:center;pointer-events:none;background:#0c0e0ce0;border-radius:14px;width:min(78vw,26rem);max-width:min(90vw,44rem);padding:1.1rem 1.4rem 1.2rem;font-size:.9rem;position:fixed;top:50%;left:50%;transform:translate(-50%,-50%)}.boot-title{letter-spacing:.04em;margin-bottom:.85rem;font-size:1.05rem;font-weight:600}.boot-track{background:#eef0ec29;border-radius:999px;height:4px;overflow:hidden}.boot-bar{background:#eef0eceb;border-radius:999px;width:0;height:100%;transition:width .22s}.boot-bar.is-indeterminate{width:38%;animation:1.15s ease-in-out infinite boot-sweep}@keyframes boot-sweep{0%{transform:translate(-110%)}to{transform:translate(300%)}}.boot-label{color:#eef0ec99;margin-top:.7rem;font-size:.78rem}.boot-error button{color:#fff;font:inherit;background:0 0;border:1px solid #ffffff80;border-radius:999px;margin-top:.8rem;padding:.5rem 1.2rem}.boot-error{color:#fff;text-align:left;pointer-events:auto;background:#7a1818f0;max-height:70vh;overflow:auto}.boot-error pre{white-space:pre-wrap;word-break:break-word;margin:.5rem 0 0;font-size:.72rem;line-height:1.4}.touch-button.is-hidden{opacity:0;pointer-events:none;transform:scale(.86)}.touch-button-interact{transition:opacity .12s,transform .12s,background-color .12s}#perf-overlay{z-index:30;top:calc(8px + var(--safe-top));left:calc(8px + var(--safe-left));color:#a0ffbeeb;white-space:pre;pointer-events:none;background:#0c0e0cb8;border-radius:8px;padding:.4rem .6rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.66rem;line-height:1.45;position:fixed}
