:root{--ink: #16213a;--paper: #fff8dc;--gold: #ffd166;--red: #ef476f;--blue: #118ab2}*{box-sizing:border-box}html,body,#game-root{width:100%;height:100%;margin:0;overflow:hidden;background:#6fd3ff;touch-action:none;-webkit-user-select:none;user-select:none}body{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}canvas{display:block}#hud{position:fixed;left:0;right:0;top:env(safe-area-inset-top,0);z-index:5;display:flex;justify-content:center;pointer-events:none;padding:10px}.hud-panel{display:flex;align-items:center;gap:10px;max-width:min(760px,calc(100vw - 20px));padding:8px 10px;border:3px solid var(--ink);border-radius:8px;background:#fff8dcf0;color:var(--ink);box-shadow:0 4px #16213a38;font-weight:800;font-size:14px}.hud-pill{min-width:58px;white-space:nowrap}.hud-weapon{min-width:112px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hud-scores{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#touch-controls{position:fixed;top:0;right:0;bottom:0;left:0;z-index:6;pointer-events:none}#joystick-zone{position:absolute;left:0;bottom:0;width:46vw;height:48vh;pointer-events:auto}#joystick-base{position:absolute;left:max(24px,env(safe-area-inset-left,0px) + 16px);bottom:max(28px,env(safe-area-inset-bottom,0px) + 20px);width:112px;height:112px;border:3px solid rgba(22,33,58,.5);border-radius:50%;background:#fff8dc59}#joystick-stick{position:absolute;left:31px;top:31px;width:44px;height:44px;border:3px solid rgba(22,33,58,.75);border-radius:50%;background:#ffd166d1}#touch-buttons{position:absolute;right:max(18px,env(safe-area-inset-right,0px) + 14px);bottom:max(26px,env(safe-area-inset-bottom,0px) + 20px);display:grid;grid-template-columns:86px;gap:14px;pointer-events:auto}#touch-buttons button{width:86px;height:86px;border:3px solid var(--ink);border-radius:50%;background:var(--paper);color:var(--ink);font:inherit;font-size:14px;font-weight:900;box-shadow:0 5px #16213a4d}#attack-button{background:var(--red)!important;color:#fff!important}#dash-button{background:var(--blue)!important;color:#fff!important}@media(pointer:fine)and (min-width:900px){#touch-controls{display:none}}@media(max-width:520px){.hud-panel{gap:7px;font-size:12px}.hud-weapon{min-width:82px}.hud-scores{display:none}#joystick-base{width:100px;height:100px}#joystick-stick{left:28px;top:28px;width:38px;height:38px}#touch-buttons{grid-template-columns:78px}#touch-buttons button{width:78px;height:78px}}
