@import"https://fonts.googleapis.com/css2?family=Share+Tech+Mono&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#000;font-family:Share Tech Mono,monospace;color:#fff;cursor:default}#game-container{position:relative;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0a2e}#game-canvas{display:block;background:#000}#game-canvas.gameplay-cursor{cursor:none}#ui-overlay{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;color:transparent;font-size:0;overflow:hidden}#ui-overlay *{color:transparent;font-size:0;line-height:0;height:0;overflow:hidden}#game-container{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
