.text_view{color:#fff}.text_view a,.text_view a:active,.text_view a:hover,.text_view a:visited{color:#5fafff}.text_view img{max-width:100%;max-height:50vh}.text_view ul{padding-left:20px}.hljs{display:block;overflow-x:auto;padding:0;color:#fafafa;background:transparent}.hljs-comment,.hljs-quote{color:#5f5f87;font-style:italic}.hljs-built_in,.hljs-doctag,.hljs-formula{color:#ff79c6}.hljs-deletion,.hljs-name,.hljs-section,.hljs-selector-tag,.hljs-subst{color:#ff6059}.hljs-literal{color:#5fafff}.hljs-addition,.hljs-attribute,.hljs-keyword,.hljs-meta-string,.hljs-regexp{color:#5fff87}.hljs-class .hljs-title,.hljs-string{color:#ffff87}.hljs-attr,.hljs-number,.hljs-selector-attr,.hljs-selector-class,.hljs-selector-pseudo,.hljs-template-variable,.hljs-type,.hljs-variable{color:#ff875f}.hljs-bullet,.hljs-link,.hljs-meta,.hljs-selector-id,.hljs-symbol,.hljs-title{color:#5fafff}.hljs-emphasis{font-style:italic}.hljs-strong{font-weight:400}.hljs-link{text-decoration:underline}.edit_form__section{margin:20px 0;width:100%;position:relative}.code_editor__textarea{caret-color:#fff}.overlay{position:fixed;top:0;padding:30px;left:0;background:rgba(10,3,20,.2);-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center}.node_view,.overlay{width:100vw;height:100vh}.node_view{display:-webkit-flex;display:flex}.node_view__graph{-webkit-flex:1 1;flex:1 1}.node_view__dialog{position:fixed;width:100vw;height:100vh;top:0;padding:30px;left:0;background:rgba(10,3,20,.2);-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;pointer-events:none;z-index:10}.node_view__dialog>*{pointer-events:auto}.node_view__dialog--open{display:-webkit-flex;display:flex}.node_view__dialog--closed{display:none}.graph_index{margin-top:60px;padding:20px 30px;width:100vw;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-webkit-justify-content:space-between;justify-content:space-between;list-style:none}.graph_index__link{display:block;margin:20px 5px}.login_form{-webkit-flex-direction:column;flex-direction:column}.login_form,.login_form__section{display:-webkit-flex;display:flex;width:100%}.login_form__section{margin:20px 0;position:relative;-webkit-align-content:center;align-content:center;-webkit-justify-content:space-around;justify-content:space-around}.login_form__section label{display:block;-webkit-flex:1 1;flex:1 1;margin-right:30px}.message_display{position:fixed;z-index:20;bottom:0;right:0;padding:10px 20px;font-size:1.1rem}.message{color:#000;padding:20px 15px;border-radius:5px;white-space:pre-line;box-shadow:2px 2px 0 2px #5fafff,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1);background:#5fafff;margin:5px 0;-webkit-animation:reveal_message .2s ease-in-out;animation:reveal_message .2s ease-in-out}.message--error{background:#ff6059}.message--error,.message--success{box-shadow:2px 2px 0 2px #ff6059,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.message--success{background:#5fff87}@-webkit-keyframes reveal_message{0%{opacity:0}to{opacity:1}}@keyframes reveal_message{0%{opacity:0}to{opacity:1}}.search_bar{-webkit-flex:1 1;flex:1 1;display:-webkit-flex;display:flex;-webkit-justify-content:center;justify-content:center;position:relative}.search_bar:hover .search_bar__results{display:-webkit-flex!important;display:flex!important}.search_bar:hover .search_bar__results--noContent{display:none!important}.search_bar__results{position:absolute!important;width:100%;left:0;top:0;-webkit-flex-direction:row!important;flex-direction:row!important;-webkit-flex-wrap:wrap;flex-wrap:wrap}.search_bar__results--hidden{display:none!important}.result_item,.search_bar__results--show{display:-webkit-flex;display:flex}.result_item{margin:10px}.field--search_bar{width:360px;margin:auto 20px}.head{display:-webkit-flex;display:flex;-webkit-justify-content:space-between;justify-content:space-between;-webkit-align-items:baseline;align-items:baseline;position:fixed;top:0;left:0;z-index:5;height:60px;width:100vw;padding:5px 20px;background:rgba(49,52,64,.9);box-shadow:2px 2px 0 2px #000,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.button--head{margin:auto 10px}@font-face{font-family:"Space Mono";font-weight:400;src:local("Space Mono"),url(/static/media/SpaceMono-Regular.52eb73db.ttf) format("truetype")}@font-face{font-family:"Space Mono";font-weight:700;src:local("Space Mono"),url(/static/media/SpaceMono-Bold.450f757b.ttf) format("truetype")}.font_headers_reg{font-family:"Space Mono",monospace;font-weight:400}.font_headers_med{font-weight:700}.font_headers_med,.font_text,body,html{font-family:"Space Mono",monospace}body,html{margin:0;padding:0;box-sizing:border-box;background:#313440;color:#fff}*,:after,:before{box-sizing:inherit}.app main{position:relative}.box{position:relative;min-width:360px;max-height:calc(100vh - 60px);margin:60px 10px 10px;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:flex-start;align-items:flex-start;border-radius:25px;background:rgba(49,52,64,.9);padding:40px 30px 30px;box-shadow:2px 2px 0 2px #000,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.box,.box__toolbar{display:-webkit-flex;display:flex}.box__toolbar{position:absolute;top:0;right:20px;-webkit-justify-content:flex-end;justify-content:flex-end}.box__content{width:100%;max-height:calc(100vh - 130px);overflow:auto}.button{border:none;padding:8px 13px;font-size:1.1em;border-radius:2px;outline:none;cursor:pointer;text-decoration:none;font-family:"Space Mono",monospace;font-weight:700;color:#000;background-color:#5fff87;box-shadow:2px 2px 0 2px #00c531,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1);transition:box-shadow .2s ease,background-color .2s ease}.button:hover{background-color:#00f83e;box-shadow:2px 2px 0 2px #005f18,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.button--small_icon{border-radius:25%;display:block;width:40px;height:40px;line-height:40px;text-align:center;position:relative;overflow:hidden;padding:0;margin:0 5px}.button.button--red{color:#000;background-color:#ff6059;box-shadow:2px 2px 0 2px #bf0800,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1);transition:box-shadow .2s ease,background-color .2s ease}.button.button--red:hover{background-color:#f20a00;box-shadow:2px 2px 0 2px #590400,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.button.button--blue{color:#000;background-color:#5fafff;box-shadow:2px 2px 0 2px #0062c5,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1);transition:box-shadow .2s ease,background-color .2s ease}.button.button--blue:hover{background-color:#007cf8;box-shadow:2px 2px 0 2px #002f5f,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.button.button--yellow{color:#000;background-color:#ffff87;box-shadow:2px 2px 0 2px #eded00,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1);transition:box-shadow .2s ease,background-color .2s ease}.button.button--yellow:hover{background-color:#ffff21;box-shadow:2px 2px 0 2px #878700,5px 5px 10px 5px #000,inset 0 0 1px 1px hsla(0,0%,100%,.1),inset 10px 10px 40px hsla(0,0%,100%,.1)}.icon{display:inline-block;width:25px;height:25px;overflow:hidden;text-indent:-1000px;vertical-align:middle}.icon--exit{background-image:url(/static/media/icon-exit.b4dd38ec.svg)}.icon--exit,.icon--loading{background-size:25px 25px;background-position:50%;background-repeat:no-repeat}.icon--loading{background-image:url(/static/media/icon-loading.db197234.svg);-webkit-animation-name:loading;animation-name:loading;-webkit-animation-duration:4s;animation-duration:4s}.icon--edit{background-image:url(/static/media/icon-edit.b6cee1ef.svg)}.icon--edit,.icon--text{background-size:25px 25px;background-position:50%;background-repeat:no-repeat}.icon--text{background-image:url(/static/media/icon-text.93b5332a.svg)}.icon--goto{background-image:url(/static/media/icon-goto.000a2ee4.svg);background-size:25px 25px;background-position:50%;background-repeat:no-repeat}@-webkit-keyframes rotateIcon{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotateIcon{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}50%{-webkit-transform:rotate(180deg);transform:rotate(180deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.field{min-width:120px;border:none;background:rgba(0,0,0,.2);box-shadow:0 0 10px 5px rgba(0,0,0,.2);color:#fff;font-family:"Space Mono",monospace}
/*# sourceMappingURL=main.dc2fca22.chunk.css.map */