/* Overlay messaggio rotazione */
#rotateMessage {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.92);
  z-index: 10000;
  text-align: center;
  padding: 24px;
}

#rotateMessage p {
  margin: 0;
  font-size: 18px;
  line-height: 1.35;
  position: relative;
  top: 35%;
  transform: translateY(-35%);
}
