html,body{margin:0;padding:0;width:100%;height:100%;overflow:hidden;background:#08121b;color:#eef4fb;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}#game-shell{display:grid;place-items:center;width:100%;height:100%;background:radial-gradient(circle at 50% 10%,#163247 0,#0b1722 52%,#071018 100%)}canvas{display:block;width:100%;height:100%;touch-action:none;user-select:none;-webkit-user-select:none}