.global-restart-control {
  position: absolute;
  z-index: 220;
  left: clamp(10px, 0.8cqw, 16px);
  top: clamp(84px, 8.2cqh, 96px);
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 5px 4px;
  border: 0;
  color: rgba(202, 165, 108, 0.42);
  background: transparent;
  font: 350 clamp(8px, 0.5cqw, 10px)/1.2 "Noto Serif SC", "Source Han Serif SC", "思源宋体", "Songti SC", STSong, serif;
  letter-spacing: 0.24em;
  writing-mode: vertical-rl;
  text-orientation: upright;
  cursor: pointer;
  transition: color 240ms ease, text-shadow 240ms ease;
}

.global-restart-control::before {
  content: "";
  width: 1px;
  height: 28px;
  background: linear-gradient(180deg, transparent, rgba(201, 156, 93, 0.48), transparent);
}

.global-restart-control:hover,
.global-restart-control:focus-visible {
  color: rgba(226, 189, 128, 0.82);
  text-shadow: 0 0 10px rgba(203, 158, 96, 0.28);
}

.global-restart-control:focus-visible {
  outline: 1px solid rgba(211, 163, 98, 0.44);
  outline-offset: 3px;
}

html.is-fixed-desktop-stage .global-restart-control {
  left: 16px;
  top: 92px;
}
