:root{font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#f7fbff;background:#000}*{box-sizing:border-box}html,body,#game{width:100%;height:100%;margin:0;overflow:hidden}body{touch-action:none;background:#000;overscroll-behavior:none}#game{display:flex;align-items:center;justify-content:center;background:#000}canvas{display:block;max-width:100%;max-height:100%;border:0;outline:0;box-shadow:none;background:#000}body.waiting-to-start .touch-controls,body.game-over .touch-controls{display:none}.touch-controls{position:fixed;inset:auto max(18px,env(safe-area-inset-right)) max(16px,env(safe-area-inset-bottom)) max(18px,env(safe-area-inset-left));z-index:10;display:none;align-items:end;justify-content:space-between;gap:18px;pointer-events:none}body.game-running .touch-controls{display:flex}.touch-jump,.touch-move{position:relative;border:0;color:#fff;background:transparent;box-shadow:none;font:700 20px/1 system-ui,sans-serif;line-height:1;padding:0;outline:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;pointer-events:auto;touch-action:none;-webkit-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}.touch-jump{width:78px;height:78px;border-radius:50%}.touch-move{--move-x: 0px;width:142px;height:66px;border-radius:999px}.touch-jump:before,.touch-move:before{content:"";position:absolute;border:2px solid rgb(255 255 255 / .75);background:radial-gradient(circle at 50% 34%,#a6192eb8,#071d2cb8);box-shadow:0 12px 28px #14273752,inset 0 0 20px #f7e2a429;pointer-events:none}.touch-jump:before{top:10px;right:10px;bottom:10px;left:10px;border-radius:50%}.touch-move:before{top:11px;right:14px;bottom:11px;left:14px;border-radius:999px}.touch-jump.is-active,.touch-jump:active,.touch-move.is-active,.touch-move:active{transform:translateY(2px)}.touch-jump.is-active:before,.touch-jump:active:before,.touch-move.is-active:before,.touch-move:active:before{background:radial-gradient(circle at 50% 38%,#0f6f3fc7,#0c2234b8)}.touch-jump__arrow,.touch-move__arrow,.touch-move__knob{position:absolute;z-index:1;pointer-events:none}.touch-jump__arrow,.touch-move__arrow{color:#ffffffe6;text-shadow:0 2px 6px rgb(0 0 0 / .35)}.touch-jump__arrow{left:50%;top:48%;font-size:23px;transform:translate(-50%,-50%)}.touch-move__arrow--left{left:28px;top:50%;transform:translateY(-50%)}.touch-move__arrow--right{right:28px;top:50%;transform:translateY(-50%)}.touch-move__knob{left:50%;top:50%;width:31px;height:31px;border:2px solid rgb(247 251 255 / .9);border-radius:50%;background:radial-gradient(circle at 34% 28%,#f7fbff,#f7e2a4 52%,#a6192e);box-shadow:0 5px 12px #00000059;transform:translate(calc(-50% + var(--move-x)),-50%)}@media(hover:hover)and (pointer:fine)and (min-width:760px){body.game-running .touch-controls{display:none}}@media(max-width:760px)and (orientation:portrait){.touch-controls{bottom:max(18px,env(safe-area-inset-bottom))}.touch-jump{width:74px;height:74px}.touch-move{width:138px;height:64px}.touch-jump:before,.touch-move:before{background:radial-gradient(circle at 50% 38%,#0f6f3fc7,#091727b8)}.touch-jump:before{top:10px;right:10px;bottom:10px;left:10px}.touch-move:before{top:10px;right:12px;bottom:10px;left:12px}.touch-move__knob{width:31px;height:31px}}
