html,body{width:100%;height:100%;margin:0;padding:0;overflow:hidden;background:#0b111c;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;overscroll-behavior:none}body{display:flex;align-items:center;justify-content:center}#game-container{width:100vw;height:100vh;overflow:hidden;position:relative;touch-action:none;pointer-events:auto}canvas{display:block;touch-action:none;user-select:none;-webkit-user-select:none;-webkit-touch-callout:none;pointer-events:auto}#mine-crash-debug{position:fixed;left:10px;right:10px;bottom:10px;z-index:999999;padding:8px 10px;border:1px solid rgba(243,198,83,.9);border-radius:6px;background:#0b111cdb;color:#f3c653;font:700 13px Arial,Tahoma,sans-serif;line-height:1.25;pointer-events:none;user-select:none;-webkit-user-select:none}
