:root{font-family:Georgia,serif;color:#fff7db;background:#17122b}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at top,#3c2c66,#17122b 65%)}#app{min-height:100vh;display:grid;place-items:center;padding:12px}#game{width:min(100%,960px);border:4px solid #d9b45b;border-radius:16px;overflow:hidden;box-shadow:0 16px 48px #090611aa;touch-action:none}#game canvas{display:block;width:100%!important;height:auto!important}#status{min-height:1.2rem;margin:8px 0 0;color:#f4d878;font:600 .9rem system-ui,sans-serif}
