.page-play { height: 100vh; height: 100dvh; overflow: hidden; }
.play-bar { flex-shrink: 0; padding: 4px max(10px, env(safe-area-inset-right)) 4px max(10px, env(safe-area-inset-left)); }
.play-frame-wrap { position: relative; overflow: hidden; }
.play-frame-wrap iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
/* Overlay só — iframe continua vivo por baixo (evita reinício N64 no Android). */
.play-frame-wrap.is-portrait-blocked iframe {
  pointer-events: none;
}
.rotate-gate { position: absolute; inset: 0; z-index: 20000; display: flex; flex-direction: column; align-items: center; justify-content: center; padding: 24px; background: #0c1018; color: #edf1f7; text-align: center; font: 16px/1.5 system-ui, sans-serif; }
.rotate-gate[hidden] { display: none; }
.rotate-gate h1 { font-size: clamp(22px, 5vw, 30px); margin: 12px 0; }
.rotate-gate p { max-width: 32ch; margin: 8px 0; color: #a5afbf; }
.rotate-gate button { padding: 14px 22px; margin: 16px 0; border: 0; border-radius: 12px; color: #111722; background: #9cbbdf; font: 700 16px system-ui; cursor: pointer; }
.rotate-symbol { font-size: 64px; line-height: 1; }
.leave-fullscreen { display: none; position: absolute; z-index: 21000; top: max(8px, env(safe-area-inset-top)); left: 50%; transform: translateX(-50%); background: #111722d9; color: #edf1f7; border: 1px solid #536076; border-radius: 10px; min-height: 36px; padding: 6px 12px; font: 12px system-ui; cursor: pointer; }
.play-frame-wrap:fullscreen .leave-fullscreen { display: block; }
