html.xinqiao-game-embedded,
html.xinqiao-game-embedded body {
  overflow: hidden !important;
  background: #03051a !important;
  overscroll-behavior: none;
}

html.xinqiao-game-embedded .planet-contact-rail,
html.xinqiao-game-embedded .planet-title,
html.xinqiao-game-embedded #roomHomeBtn,
html.xinqiao-game-embedded #roomLandBtn,
html.xinqiao-game-embedded #plotHomeBtn,
html.xinqiao-game-embedded #villaHomeBtn {
  display: none !important;
}

html.xinqiao-game-embedded .planet-hint {
  bottom: max(16px, env(safe-area-inset-bottom)) !important;
  color: rgba(232, 236, 255, 0.58) !important;
}

html.xinqiao-game-embedded #backBtn {
  left: 66px !important;
}

html.xinqiao-game-embedded #planetView,
html.xinqiao-game-embedded #planetCanvas {
  inset: 0 !important;
}

.xinqiao-game-home {
  position: fixed;
  z-index: 2147483600;
  top: max(12px, env(safe-area-inset-top));
  left: max(12px, env(safe-area-inset-left));
  width: 42px;
  height: 42px;
  padding: 4px;
  border: 1px solid rgba(190, 255, 170, 0.58);
  border-radius: 50%;
  background: rgba(5, 12, 9, 0.68);
  box-shadow: 0 8px 26px rgba(0, 0, 0, 0.34), 0 0 18px rgba(116, 255, 82, 0.12);
  backdrop-filter: blur(14px) saturate(150%);
  -webkit-backdrop-filter: blur(14px) saturate(150%);
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.xinqiao-game-home img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

.xinqiao-game-home:active {
  transform: scale(0.92);
}
