:root{--border-color: #888;--tab-select-color: #555;--text-color: black;--tab-text-color: #555}body{overflow:hidden;font-size:12px}svg.icon path{stroke:#000;fill:none}@media(prefers-color-scheme:dark){:root{--tab-select-color: #eee;--tab-text-color: #aaa;--text-color: white;background-color:#000;color-scheme:dark}body{color:var(--text-color)}svg.icon path{stroke:#fff;fill:none}.tabBody{color:#abb2bf;background-color:#282c34}}#help{padding:5px;font-family:Comic Code,monospace;overflow:auto;height:100%}#help>div{margin:5px 0}.toast{position:absolute;left:50%;top:50px;width:auto;z-index:100;background:#fff}.toast div{margin-left:-50%;border:solid 2px darkgrey;padding:10px;border-radius:10px;background:#fff;text-align:center}#javascript{height:100%}.right .tabBody{border-left:solid 1px var(--border-color)}#app{inset:0;position:absolute}#editor{height:100%}.wrapper{display:flex;flex-direction:row;height:100%}@media(min-width:1024px){.wrapper>div{flex:1 1;width:100px}}@media(max-width:1024px){.wrapper{flex-direction:column}.wrapper .tabPanel.left{flex:.65 .65;height:100px}.wrapper .tabPanel.right{flex:.35 .35;height:100px}}.tabBar button{border:none;padding:none;background:inherit}.tabPanel{display:flex;flex-direction:column;font-family:Comic Code,monospace}.tabBar{display:flex;flex-direction:row;gap:10px;margin:10px 0 0;border-bottom:solid 1px var(--border-color);height:30px}.tabBar>select{margin:0 5px 5px}.tab{padding:4px;border-bottom:solid 2px transparent;color:var(--tab-text-color)}.tab.selected{border-bottom:solid 2px var(--tab-select-color);color:var(--text-color)}.tabBody{flex:1 1;height:0}#result{font-family:Comic Code,monospace;font-size:12px;white-space:pre;padding:5px}.tooltip{padding:5px}.cm-editor .cm-content{font-family:Comic Code,monospace}.cm-editor{height:100%}
