:root{color-scheme:dark;--moss: #163224;--pine: #1f3d2b;--honey: #e8b84a;--cream: #f3e6c8}*{box-sizing:border-box}html,body{margin:0;min-height:100%;background:radial-gradient(1200px 700px at 50% 20%,#2d5a3c 0%,var(--moss) 55%,#0d1c14 100%);font-family:Nunito,Segoe UI,sans-serif;color:var(--cream);overflow:hidden}#game-root{min-height:100vh;min-height:100dvh;display:grid;place-items:center}#game-container{width:1280px;height:720px;outline:none;box-shadow:0 0 0 4px #3a2415,0 18px 50px #00000073;background:#1a3a28}#game-container canvas{display:block}
