html, body { height: 100%; padding: 0; margin: 0 }
#app, #preso { height: 100%; width: 100%; transform: scale(1.025) !important; transform-origin: center center !important; }

#rotate-hint {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.82);
  color: #fff;
  z-index: 99999;
  padding: 24px;
  cursor: pointer;
  touch-action: manipulation;
  pointer-events: auto;
  text-align: center;
  font-family: Arial, sans-serif;
}

#rotate-hint .icon {
  font-size: 42px;
  margin-bottom: 20px;
}

#rotate-hint .title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 8px;
}

#rotate-hint .desc {
  font-size: 15px;
  line-height: 1;
  opacity: 0.95;
}

body { background: #000000 !important }