*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;overflow:hidden;background:#eda466;font-family:Arial,Helvetica,sans-serif;color:#58382d}body{overscroll-behavior:none}button{font:inherit;cursor:pointer}button:focus-visible{outline:3px solid #245b62;outline-offset:5px}#world{position:fixed;inset:0;width:100%;height:100%;display:block;touch-action:none;user-select:none;-webkit-user-select:none;outline:none;cursor:grab}#world:active{cursor:grabbing}#loading{position:fixed;left:50%;top:50%;width:28px;height:28px;margin:-14px;border:2px solid #fff8e944;border-top-color:#fff8e9;border-radius:50%;animation:turn 1s linear infinite;pointer-events:none}#loading[hidden]{display:none}@keyframes turn{to{transform:rotate(360deg)}}#error{position:fixed;inset:0;z-index:10;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:32px;text-align:center;background:#fff6e8}#error[hidden]{display:none}#error button{padding:13px 20px;border:0;border-radius:8px;background:#56362a;color:#fff}#error-detail{font-size:14px;max-width:30em}@media(prefers-reduced-motion:reduce){#loading{animation:none}}
