html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #050816;
  font-family: "Microsoft YaHei", "PingFang SC", sans-serif;
}

.liquid-ether-container {
  position: fixed;
  inset: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  touch-action: none;
}

.site-footer {
  left: 0;
  right: 0;
  bottom: 22px;
  text-align: center;
  pointer-events: auto;
  opacity: 0;
  transform: translateY(12px);
  transition: all 0.8s ease 0.4s;
}

.site-footer.show {
  opacity: 1;
  transform: translateY(0);
}

.site-footer a {
  margin: 0 10px;
  font-size: 12px;
  color: rgba(160, 200, 255, 0.4);
  text-decoration: none;
  transition: color 0.3s ease;
}

.site-footer a:hover {
  color: rgba(160, 200, 255, 0.85);
}

.site-footer .divider {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: rgba(160, 200, 255, 0.25);
  vertical-align: middle;
}
