html{overflow-y:hidden}body{margin:0;font-family:consolas,monospace}#toolbar{position:fixed;width:100%;height:fit-content;top:0;left:0;background-color:#0003;display:flex;padding:5px;gap:5px}#toolbar>.toolbar-btn{width:50px;height:50px;padding:5px;background-color:#fff;border-radius:5px;transition:.1s ease-in-out;cursor:pointer;-webkit-user-select:none;user-select:none;display:flex}#toolbar>.toolbar-btn>*{margin:auto}#toolbar>.toolbar-btn>img{filter:invert(1)}#toolbar>.toolbar-btn:hover{background-color:#eee}#toolbar>.toolbar-btn.selected{background-color:#eee;cursor:default}#toolbar>.toolbar-divider{padding:0;margin:auto 10px;height:50px;border-left:1px solid #eee}#backBtn{margin-left:auto;margin-right:10px;display:none}#infoBtn{margin-left:auto;margin-right:10px}#popup{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);min-width:600px;min-height:100px;background-color:#fff;padding:15px;border-radius:5px;filter:drop-shadow(0px 0px 2px #000);transition:.3s ease-in-out}#popup.hidden{top:calc(100% + 10px);transform:translate(-50%)}
