html[data-youzi-route="canvas"] .youzi-return-home {
  position: absolute;
  top: 18px;
  right: 26px;
  z-index: 9000;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 13px;
  border: 1px solid #dedfe4;
  border-radius: 10px;
  background: #fff;
  color: #272a31;
  font-size: 13px;
  font-weight: 650;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

html[data-youzi-route="canvas"] .graph-world {
  width: 1px;
  height: 1px;
  contain: none;
  overflow: visible;
}

html[data-youzi-route="canvas"] .thin-connections {
  width: 1px;
  height: 1px;
  overflow: visible;
}

html[data-youzi-route="canvas"] .youzi-return-home:hover {
  background: #f1f2f5;
  color: #111318;
  transform: translateY(-1px);
}

html[data-youzi-theme="dark"][data-youzi-route="canvas"] .youzi-return-home,
html.dark[data-youzi-route="canvas"] .youzi-return-home {
  border-color: #343946;
  background: #171b24;
  color: #f5f7fb;
}

html[data-youzi-theme="dark"][data-youzi-route="canvas"] .youzi-return-home:hover,
html.dark[data-youzi-route="canvas"] .youzi-return-home:hover {
  background: #222734;
}
