html,body,#app{width:100%;height:100%;margin:0;overflow:hidden;background:#88b9d7;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}#game{display:block;width:100vw;height:100vh;cursor:crosshair}#hud{position:fixed;left:16px;top:16px;color:#f7fbff;text-shadow:0 1px 2px rgb(0 0 0 / 55%);-webkit-user-select:none;user-select:none;pointer-events:none}.brand{font-size:18px;font-weight:700;line-height:1.2}#stats{margin-top:6px;font-size:13px;line-height:1.45;white-space:pre-line}#crosshair{position:fixed;left:50%;top:50%;width:14px;height:14px;transform:translate(-50%,-50%);pointer-events:none}#crosshair:before,#crosshair:after{content:"";position:absolute;background:#ffffffdb;box-shadow:0 1px 2px #0006}#crosshair:before{left:6px;top:0;width:2px;height:14px}#crosshair:after{left:0;top:6px;width:14px;height:2px}
