:root{color-scheme:dark}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background-color:#140a2b;background-image:radial-gradient(circle at 50% 32%,#7d3ca58c,#140a2b00 60%),radial-gradient(circle at 18% 85%,#4dd0e12e,#140a2b00 45%),radial-gradient(circle at 85% 80%,#ff5c8d33,#140a2b00 45%),linear-gradient(160deg,#1f1142,#140a2b 55%,#0f0720);background-attachment:fixed;font-family:Trebuchet MS,Segoe UI,system-ui,sans-serif;-webkit-tap-highlight-color:transparent;touch-action:none}#game-root{width:100vw;height:100vh;display:flex;align-items:center;justify-content:center}#game-root canvas{max-width:100%;max-height:100%;display:block}
