/* ===================== ESTILOS ESPECÍFICOS VIEW-ESPERA-FRASES-JUGADOR ===================== */
/* Nota: Estilos base (fonts, reset, body, animaciones comunes, banner-apodo-jugador) están en yonunca_base.css */

/* ===================== BODY ESPECÍFICO ESPERA-FRASES-JUGADOR ===================== */
#view-espera-frases-jugador body {
  height: 100vh;
  display: flex;
  justify-content: center;
  font-family: 'Arial', sans-serif;
  background: none;
}

/* ===================== CONTAINER ESPECÍFICO ESPERA-FRASES-JUGADOR ===================== */
#view-espera-frases-jugador .container {
  text-align: center;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 18vh; /* Espacio para el banner de abajo */
}

/* ===================== LOGO CONTAINER ESPECÍFICO ESPERA-FRASES-JUGADOR ===================== */
/* Logo container único para espera-frases-jugador - sin herencia */
.logo-container_espera_frases_jugador {
  position: relative;
  z-index: 1;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  margin-top: 4vh !important;
  /* La animación moveUpDown se controla desde spa_transitions.css */
}

/* Logo único para espera-frases-jugador - sin herencia */
.logo_espera_frases_jugador {
  font-size: 8vw;
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  width: 60vw;
  height: auto;
  margin-top: 4vh;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: block;
}

/* ===================== HEADINGS ESPECÍFICOS ESPERA-FRASES-JUGADOR ===================== */
#view-espera-frases-jugador h1 {
  font-size: 12vw;
  font-weight: bold;
  margin-bottom: 4vh;
  margin-top: 4vh;
  font-family: 'ChauPhilomeneOne-Italic', sans-serif;
  letter-spacing: 0.3vw;
  text-shadow: 0.1vw 0.1vw 0.2vw rgb(244, 29, 29), -0.1vw -0.1vw 0.2vw rgb(0, 255, 255);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
}

#view-espera-frases-jugador .second-heading {
  font-size: 8vw;
  font-weight: bold;
  margin-bottom: 3vh;
  margin-top: 2vh;
  font-family: 'ChauPhilomeneOne-Italic', sans-serif;
  color: white;
  text-shadow: 
    -2px -2px 0 #000,
    2px -2px 0 #000,
    -2px 2px 0 #000,
    2px 2px 0 #000,
    0 0 10px rgba(0, 0, 0, 0.8);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  line-height: 1.2;
  text-align: center;
}

#view-espera-frases-jugador .third-heading {
  font-size: 5.5vw;
  font-weight: bold;
  margin-bottom: 0;
  font-family: 'ChauPhilomeneOne-Italic', sans-serif;
  letter-spacing: 0.2vw;
  color: white;
  text-shadow: 
    -1.5px -1.5px 0 #000,
    1.5px -1.5px 0 #000,
    -1.5px 1.5px 0 #000,
    1.5px 1.5px 0 #000,
    0 0 8px rgba(0, 0, 0, 0.7);
  transition: transform 0.3s ease, text-shadow 0.3s ease;
  line-height: 1.3;
  text-align: center;
}

/* ===================== CORE CONTAINER ESPECÍFICO ESPERA-FRASES-JUGADOR ===================== */
#view-espera-frases-jugador .core-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2vh;
  margin-bottom: 2vh;
}

/* ===================== LOTTIE CONTAINER ESPECÍFICO ESPERA-FRASES-JUGADOR ===================== */
#view-espera-frases-jugador #lottie-container-espera {
  width: 40vw;
  height: auto;
  background-color: transparent;
  border-radius: 1.5vh;
  margin: 3vh auto; 
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 2;
}

