: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}*{box-sizing:border-box}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}body{margin:0;width:100vw;display:flex;place-items:center;min-width:320px;min-height:100vh;justify-content:space-evenly}div#help{position:fixed;padding:20px;max-width:500px;margin:30px;background-color:#000000e6}div#help h1{margin:10px 0}div#help button{position:absolute;top:10px;right:10px;stroke:#fff;line-height:0;padding:10px}div#help button svg{stroke:#fff;stroke-width:5;height:20px}.flex{display:flex;margin:0 auto;width:100%;height:100vh;flex-direction:row;place-items:stretch}.flex button{margin:5px}#views{display:flex;margin:10px;flex-direction:column;gap:10px;flex-basis:200px}#views div{border:1px solid white;height:200px;flex-shrink:1;width:100%;min-width:100px}#controls{margin:10px;display:flex;flex-direction:column;justify-content:stretch}#gui_container{position:absolute}#app{height:100%;border:1px solid orangered;border:1px solid black;min-width:100px;min-height:100px;flex-grow:1;flex-shrink:1;flex-basis:0}.card{padding:2em}button{border-radius:8px;border:1px solid white;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#494949;cursor:pointer;transition:border-color .25s;display:block}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}@media (max-width: 800px){.flex{flex-direction:column}#views{flex-direction:row;justify-content:space-between;margin:10px 0;flex:1;align-items:stretch}#views div{flex:1}#gui_container{display:none}#app{flex:6}#controls{flex-direction:row;margin:10px 0}}
