:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1;margin:0}h2{font-size:1.5em;line-height:1.2}.game-layout{display:flex;flex-wrap:wrap;align-items:stretch;justify-content:center;gap:1.5rem;margin-top:1rem}.panel{border:1px solid gray;border-radius:.2rem;padding:.75rem;box-sizing:border-box;width:320px;display:flex;flex-direction:column}.side-panel{display:flex;flex-direction:column;align-items:stretch;gap:.3rem;text-align:left;-webkit-user-select:none;user-select:none}.game-panel{display:flex;justify-content:center;align-items:center;align-self:stretch}.action-icon{width:18px;height:18px;stroke-width:2.5;vertical-align:-.2em}.action-ellipsis{padding:0 .3rem}#menu-icon{width:18px;height:18px;stroke-width:2;vertical-align:-.1em;margin-right:.2rem}.text-input{width:100%}.range-input-group output{width:3rem;text-align:right;margin-right:.5rem}.range-input-group{display:flex;justify-content:space-between;align-items:center;gap:.5rem}.keybind-group{margin-bottom:.2rem;display:flex;justify-content:space-between;align-items:center}.keybind-button{all:unset;cursor:pointer;border:1px solid gray;border-radius:.5rem;padding:.2rem .4rem;margin-right:.2rem;display:inline-flex;align-items:center;justify-content:center}.keybind-button svg{pointer-events:none}.keybind-button:hover{background-color:#80808033}.keybind-icon{width:16px;height:16px;stroke-width:2;vertical-align:-.1em;margin-right:.3rem}.reset-keybind-icon{width:16px;height:16px;stroke-width:2;vertical-align:-.1em}summary>h2{display:inline}h3{margin:.7rem 0 .5rem}h4{margin:.5rem 0 .2rem}#app{max-width:1280px;margin:0 auto;padding:2rem;text-align:center}#play-controls button{margin-top:.5rem}#play-controls p,#stats-panel p{margin:.2rem 0}.site-footer{margin-top:2rem;padding:1rem 0;font-size:.9rem;color:light-dark(rgba(0,0,0,.6),rgba(255,255,255,.6));border-top:1px solid light-dark(rgba(0,0,0,.2),rgba(255,255,255,.2));text-align:center}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}button{background-color:#f9f9f9}}
