*{box-sizing:border-box;margin:0;padding:0}html,body,#root{width:100%;height:100%;overflow:hidden;background:#1a3a1a;font-family:Segoe UI,system-ui,sans-serif}#root{display:flex;align-items:center;justify-content:center}.game-container{position:relative;width:400px;height:600px;border-radius:12px;overflow:hidden;box-shadow:0 0 40px #00000080,0 0 80px #228b2233;cursor:pointer;user-select:none;-webkit-user-select:none}canvas{display:block;width:100%;height:100%}
