html,body{width:100%;height:100%;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,avenir next,avenir,segoe ui,helvetica neue,helvetica,Cantarell,Ubuntu,roboto,noto,arial,sans-serif;font-size:1em}body{display:flex;flex-direction:row}#sidebar{display:flex;flex-direction:column;border-right:1px solid #ddd;background:#f6f6f6;width:250px}#sidebar #title{padding:.5em;text-align:center;font-weight:700;font-style:italic;border-bottom:1pt dotted}#sidebar #sidebar-actions{padding:.25em;text-align:center}#sidebar #file-drawer{display:flex;flex-direction:column;padding:.5em;flex:1;overflow-x:hidden;overflow-y:scroll}#sidebar .file{padding:.25em}#sidebar #file-drawer .file.selected{background:green;color:#fff}#sidebar.drag-over{opacity:.5;background:#e0e0e0;transition:opacity .2s ease,background .2s ease}#ide{height:100%;flex-grow:1;display:flex;flex-direction:column;width:calc(100% - 250px);max-width:calc(100% - 250px)}#loading{display:block;position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:#000;background-color:#0006}#loading-content{background-color:#fefefe;margin:auto;padding:20px;border:1px solid #888;width:80%}#in-progress,#in-progress-trace{display:none}#header{background:#eee;color:#333;padding:.5em;flex:0 0 auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between}#content{background-color:#fff;color:#000;display:flex;flex-direction:row;width:100%;flex:1;min-height:0}#editor{font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;font-size:1em;width:100%;height:100%}#results{display:flex;flex-direction:column;flex:1;min-height:0}#results-toolbar{flex:0 0 auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;margin-left:.25em;margin-right:.25em}#output{background:#fff;color:#333;flex:1;min-height:0;overflow:scroll;white-space:pre-wrap;content-visibility:auto}#output code{font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;font-size:1em}#output .trace{border:solid 1px black;margin:.5em}#output .trace-block{border:dotted 1px black;margin:.5em}#output .trace-block.collapsed{display:none}#output .scamper-output{margin:.5em}#output .scamper-trace{margin:0}#output .test-result{font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;font-size:1em;margin:.5em;padding:.25em;border:dashed 1px black}#output .test-result.ok{background-color:#e5ffe5}#output .test-result.error{background-color:#ffe5e5}#interactions{background-color:"Cornsilk";color:#333;font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;overflow:auto}.gutter{background-color:#eee;background-repeat:no-repeat;background-position:50%}.gutter.gutter-horizontal{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAAAeCAYAAADkftS9AAAAIklEQVQoU2M4c+bMfxAGAgYYmwGrIIiDjrELjpo5aiZeMwF+yNnOs5KSvgAAAABJRU5ErkJggg==);cursor:col-resize}.cm-editor{height:100%;max-height:100%}.cm-scroller{overflow:auto}.cm-editor .cm-content{font-family:Menlo,Consolas,Monaco,Liberation Mono,Lucida Console,monospace;font-size:1em}
