*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden;background:#0a0a1a;font-family:system-ui,-apple-system,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;touch-action:manipulation;user-select:none;-webkit-user-select:none}#root{width:100%;height:100%;display:flex;align-items:center;justify-content:center}#game-wrapper{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#0a0a1a,#16213e)}#game-container{width:100%;max-width:800px;aspect-ratio:800 / 700}#game-container canvas{width:100%!important;height:100%!important;border-radius:12px;box-shadow:0 0 40px #f59e0b26,0 20px 60px #0006}@media(max-width:640px){#game-container{border-radius:0}#game-container canvas{border-radius:0}}@media(display-mode:standalone){#game-wrapper{padding:0}}
