*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0}body{display:grid;place-items:center;overflow:hidden;background:radial-gradient(circle at 50% 30%,#2a2752,#14132a 60%,#080616);font-family:Georgia,Times New Roman,serif;color:#ffedcf}#game{width:min(100vw,calc(100vh * 16 / 9));height:min(100vh,56.25vw);aspect-ratio:16 / 9;border-radius:10px;box-shadow:0 22px 60px #0000008c,0 0 0 1px #ffd89b33;cursor:crosshair}canvas:fullscreen{width:min(100vw,calc(100vh * 16 / 9))!important;height:min(100vh,56.25vw)!important;object-fit:contain;background:#1b1a3a;border-radius:0;box-shadow:none}
