/**
 * Tablet embutido direto no painel do Meta Gaming (sem iframe).
 */
.tablet-root.metta-game-embed {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  background: #ffffff;
}

.tablet-root.metta-game-embed .app-container {
  max-width: none;
  width: 100%;
  height: 100%;
  min-height: 0;
  flex: 1;
  margin: 0;
}

.tablet-root.metta-game-embed .welcome-screen,
.tablet-root.metta-game-embed .next-screen {
  display: none !important;
}

.tablet-root .berco-settings-overlay {
  position: absolute;
  inset: 0;
  z-index: 500;
}

.tablet-root .app-container {
  position: relative;
}
