.landing-title.haitang-title {
  margin-top: 14px;
  margin-bottom: 8px;
  font-size: clamp(1.65rem, 8vw, 2.35rem);
  line-height: 1.17;
  letter-spacing: 0.035em;
}

.haitang-title .title-line {
  display: block;
  white-space: nowrap;
}

.haitang-title .title-line + .title-line {
  margin-top: 4px;
}

.wish-tools {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin: -6px 2px 8px;
}

.wish-tools .counter {
  flex: 0 0 auto;
  margin: 0;
}

.random-wish-btn {
  flex: 0 0 auto;
  padding: 6px 11px;
  border: 1px solid rgba(125, 230, 255, 0.3);
  border-radius: var(--radius-pill);
  background: linear-gradient(120deg, rgba(24, 111, 156, 0.28), rgba(44, 74, 156, 0.2));
  color: #bcefff;
  font-size: 10.5px;
  line-height: 1.2;
  letter-spacing: 0.04em;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.07);
  cursor: pointer;
  touch-action: manipulation;
}

.random-wish-btn:active {
  transform: translateY(1px);
  background: rgba(125, 230, 255, 0.18);
}

.random-wish-btn:focus-visible {
  outline: 2px solid var(--accent-cyan);
  outline-offset: 2px;
}

.random-wish-btn:disabled {
  opacity: 0.45;
  cursor: default;
}

@media (max-width: 360px) {
  .landing-title.haitang-title { font-size: 1.65rem; }
  .random-wish-btn { padding: 6px 9px; font-size: 10px; }
}
