:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#050711;color:#f5fbff}*{box-sizing:border-box}html,body,#game-shell{width:100%;height:100%;margin:0;overflow:hidden}body{min-width:320px;background:radial-gradient(circle at 20% 10%,rgba(0,242,255,.18),transparent 32%),radial-gradient(circle at 85% 85%,rgba(255,71,166,.15),transparent 34%),#050711}#game-shell{position:relative}#game-root{position:absolute;top:0;right:0;bottom:0;left:0}canvas{display:block;width:100%;height:100%;touch-action:none}#touch-controls{position:absolute;left:16px;right:16px;bottom:16px;display:flex;justify-content:space-between;align-items:flex-end;pointer-events:none}.touch-button{width:54px;height:54px;border:1px solid rgba(121,251,255,.55);border-radius:8px;color:#efffff;background:#07101e8f;box-shadow:0 0 16px #00f2ff29,inset 0 0 18px #00f2ff14;font-size:24px;font-weight:800;line-height:1;pointer-events:auto;touch-action:none}.touch-button:active{background:#00f2ff3d;border-color:#f7ff6be6}.touch-button.jump{margin-left:auto;border-color:#ff50b8a6;box-shadow:0 0 18px #ff50b833,inset 0 0 18px #ff50b814}@media(pointer:fine)and (min-width:760px){#touch-controls{display:none}}
