/* CASINO / MATRIZ — JUEGO MÓVIL PANTALLA COMPLETA V1
   Solo se activa en rutas de juego y pantallas de hasta 768px.
   No modifica el lobby, el login ni escritorio. */

@media (max-width: 768px) {
  html.casino-game-fullscreen-v1,
  html.casino-game-fullscreen-v1 body {
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    overscroll-behavior: none !important;
    background: #000 !important;
  }

  html.casino-game-fullscreen-v1 .casino-game-fullscreen-v1-ancestor {
    transform: none !important;
    filter: none !important;
    perspective: none !important;
    contain: none !important;
    clip-path: none !important;
    overflow: visible !important;
  }

  html.casino-game-fullscreen-v1 iframe.casino-game-fullscreen-v1-frame {
    position: fixed !important;
    inset: 0 !important;
    z-index: 2147483000 !important;
    display: block !important;
    width: 100vw !important;
    width: 100dvw !important;
    max-width: none !important;
    min-width: 100vw !important;
    min-width: 100dvw !important;
    height: 100vh !important;
    height: 100dvh !important;
    max-height: none !important;
    min-height: 100vh !important;
    min-height: 100dvh !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    background: #000 !important;
  }

  html.casino-game-fullscreen-v1 #casino-mobile-finance,
  html.casino-game-fullscreen-v1 #casino-mobile-finance-v2,
  html.casino-game-fullscreen-v1 #casino-mobile-platform-v22,
  html.casino-game-fullscreen-v1 #casino-game-mobile-header-v11,
  html.casino-game-fullscreen-v1 #casino-game-mobile-header-v22,
  html.casino-game-fullscreen-v1 [id*="casino-game-mobile-header" i],
  html.casino-game-fullscreen-v1 [class*="casino-game-v" i][class*="header" i] {
    display: none !important;
  }
}
