#rotate-overlay {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #000;
  color: #f0ede6;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  font-family: sans-serif;
  text-align: center;
}

@media (pointer: coarse) and (orientation: landscape) {
  #rotate-overlay { display: flex; }
}

#rotate-overlay .rotate-icon {
  font-size: 52px;
}

#rotate-overlay .rotate-title {
  font-size: 22px;
  font-weight: 900;
  letter-spacing: 4px;
}

#rotate-overlay .rotate-sub {
  font-size: 11px;
  color: #555;
  letter-spacing: 2px;
}
