/* 스택 타워 전용 스타일 */
#ready {
  background: rgba(13, 18, 32, 0.45);
  justify-content: flex-start;
  padding-top: max(10vh, env(safe-area-inset-top));
}

#ready .tap-to-start {
  margin-top: auto;
  margin-bottom: 9vh;
}

#ready h1 {
  font-size: clamp(40px, 12vw, 64px);
  font-weight: 800;
  letter-spacing: -0.02em;
  background: linear-gradient(135deg, #ffd54a, #ff9f43);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.hint { font-size: 17px; color: #aab4d4; line-height: 1.5; }
.hint .accent { color: #ffd54a; font-weight: 700; }
