html,body,#root{background:#000;width:100%;height:100%;margin:0;overflow:hidden}*{box-sizing:border-box}.app-layout{width:100%;height:100%;display:flex;overflow:hidden}.sidebar{background:#0f0f0f;border-right:1px solid #333;width:340px;min-width:340px;max-width:340px;height:100%;padding:12px;overflow-y:auto}.workspace{flex:1;height:100%;position:relative}.workspace canvas{display:block;width:100%!important;height:100%!important}.homepage-layout{width:100vw;height:100vh;position:relative;overflow:hidden}.homepage-layout .workspace{width:100%;height:100%}.homepage-layout canvas{display:block;width:100%!important;height:100%!important}
