*{box-sizing:border-box;margin:0;padding:0}html,body{touch-action:manipulation;background:#0b1118;width:100%;height:100%;overflow:hidden}#app,#game-layout{width:100%;height:100%}#game-layout{flex-direction:column;justify-content:center;align-items:center;display:flex}#play-area{touch-action:none;justify-content:center;align-items:center;width:100%;height:100%;display:flex}#play-area canvas{touch-action:none;display:block}.mobile-chrome{display:none}body.layout-mobile{touch-action:none;overscroll-behavior:none}body.layout-mobile #game-layout{height:100dvh;max-height:100dvh;padding:env(safe-area-inset-top,0) env(safe-area-inset-right,0) 0 env(safe-area-inset-left,0);justify-content:stretch}body.layout-mobile .mobile-chrome{touch-action:none;flex-shrink:0;width:100%;display:flex}body.layout-mobile #mobile-hud{background:linear-gradient(#0f1923 0%,#0c141c 100%);border-bottom:1px solid #243444;flex-direction:column;gap:6px;padding:10px 12px 8px}.mobile-hud-row{justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.mobile-hud-item{color:#e8eef5;white-space:nowrap;background:#00000059;border:1px solid #2a3a4a;border-radius:6px;padding:6px 10px;font-family:monospace;font-size:15px}.mobile-hud-time{color:#ffd54f;font-size:16px;font-weight:700}.mobile-hud-burst{color:#4fc3f7;flex:1}.mobile-hud-slow{color:#b39ddb;text-align:center;min-width:96px}.mobile-hud-slow.is-hidden{visibility:hidden}body.layout-mobile #play-area{background:#0b1118;flex:1;width:100%;min-height:0}body.layout-mobile #touch-bar{min-height:132px;padding:12px 20px calc(12px + env(safe-area-inset-bottom,0));background:linear-gradient(#0f1923 0%,#0a1018 100%);border-top:1px solid #243444;justify-content:space-between;align-items:center;gap:16px}.joystick-host{touch-action:none;flex-shrink:0;width:140px;height:140px;position:relative}.joystick-base{background:#4fc3f71f;border:2px solid #4fc3f759;border-radius:50%;position:absolute;inset:0}.joystick-thumb{pointer-events:none;background:#ffffff47;border:2px solid #4fc3f7a6;border-radius:50%;width:52px;height:52px;margin-top:-26px;margin-left:-26px;position:absolute;top:50%;left:50%}.burst-btn{color:#e1f5fe;touch-action:manipulation;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;background:#4fc3f72e;border:2px solid #4fc3f78c;border-radius:50%;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:4px;width:112px;height:112px;font-family:monospace;display:flex}.burst-btn:active:not(:disabled){transform:scale(.94)}.burst-btn:disabled{opacity:.4;color:#78909c;border-color:#546e7a}.burst-label{font-size:13px;font-weight:700}.burst-charges{color:#ffd54f;font-size:14px}.burst-btn:disabled .burst-charges{color:#546e7a}body.layout-mobile.chrome-hidden .mobile-chrome{display:none}body.layout-mobile.chrome-dormant .mobile-chrome{visibility:hidden;pointer-events:none}
