.elementor-733 .elementor-element.elementor-element-16594de:not(.elementor-motion-effects-element-type-background), .elementor-733 .elementor-element.elementor-element-16594de > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020530;}.elementor-733 .elementor-element.elementor-element-16594de{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;}.elementor-733 .elementor-element.elementor-element-16594de > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}body.elementor-page-733:not(.elementor-motion-effects-element-type-background), body.elementor-page-733 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#020530;}/* Start custom CSS for html, class: .elementor-element-2fc2f2a *//* Reset e estilos base */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Montserrat', 'Roboto', sans-serif;
  background-color: #111827;
  color: #eeff00;
  line-height: 1.6;
  padding: 10px;
}

/* Cabeçalho */
h1 {
  font-size: 2.5rem;
  font-weight: 700;
  color: #eeff00;
  margin-bottom: 8px;
  text-shadow: 0 0 10px rgba(238, 255, 0, 0.5);
}

h3 {
  font-size: 1.2rem;
  font-weight: 400;
  color: #ccff00;
  margin-bottom: 30px;
}

/* Container principal */
.main-container {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #1f2937;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  padding: 40px 20px;
  border: 1px solid rgba(238, 255, 0, 0.2);
}

/* Configuração para o container da roleta */
.wheel-container {
  display: flex;
  justify-content: center;
  margin: 20px auto 30px;
  position: relative;
  max-width: 100%;
}

/* Sets the background image for the wheel */
td.the_wheel {
  background-image: url(https://roleta.lentesvisionfit.com.br/wp-content/uploads/2025/03/wheel_back.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 380px;
  height: 380px;
  transition: transform 0.3s ease;
}

/* Hover effect for wheel */
td.the_wheel:hover {
  transform: scale(1.02);
}

/* Configuração para o canvas da roleta */
canvas {
  display: block;
  margin: 0 auto;
}

/* Container para o botão de girar e o link de reset */
.button-container {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* Estilo para o texto do prêmio */
#prize-text {
  font-size: 22px;
  font-weight: 600;
  color: #eeff00;
  min-height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  transition: all 0.3s ease;
  text-shadow: 0 0 8px rgba(238, 255, 0, 0.5);
  text-align: center;
  padding: 0 15px;
}

/* Configuração para o botão de girar */
#spin_button {
  cursor: pointer;
  transition: transform 0.2s ease;
  width: 120px;
  filter: drop-shadow(0 5px 15px rgba(238, 255, 0, 0.2));
}

#spin_button:hover {
  transform: scale(1.1);
}

#spin_button:active {
  transform: scale(0.95);
}

/* Estilo para o link de Nova Tentativa */
#nova-tentativa {
  display: inline-block;
  margin-top: 30px;
  padding: 12px 24px;
  background-color: #111827;
  color: #eeff00;
  text-decoration: none;
  border-radius: 50px;
  font-weight: 500;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(238, 255, 0, 0.3);
  border: 1px solid #eeff00;
}

#nova-tentativa:hover {
  background-color: #eeff00;
  color: #111827;
  transform: translateY(-2px);
  box-shadow: 0 0 20px rgba(238, 255, 0, 0.5);
}

#nova-tentativa:active {
  transform: translateY(0);
}

/* Animações para melhorar a experiência */
@keyframes fadeIn {
  from { opacity: 0; transform: translateY(10px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-in {
  animation: fadeIn 0.5s ease forwards;
}

/* Estilos para o texto de prêmio quando ganha */
.premio-ganho {
  color: #00ff66 !important;
  text-shadow: 0 0 10px rgba(0, 255, 102, 0.5) !important;
}

/* Estilos para o texto quando não ganha */
.premio-perdido {
  color: #ff3366 !important;
  text-shadow: 0 0 10px rgba(255, 51, 102, 0.5) !important;
}

/* Estilos responsivos para diferentes tamanhos de tela */
@media (max-width: 768px) {
  body {
    padding: 5px;
  }
  
  .main-container {
    padding: 20px 10px;
    border-radius: 15px;
  }
  
  h1 {
    font-size: 2rem;
  }
  
  h3 {
    font-size: 1rem;
    margin-bottom: 15px;
  }
}

@media (max-width: 600px) {
  h1 {
    font-size: 1.8rem;
  }
  
  h3 {
    font-size: 0.9rem;
    margin-bottom: 15px;
  }
  
  td.the_wheel {
    width: 300px;
    height: 300px;
  }
  
  canvas {
    width: 280px;
    height: 280px;
  }
  
  #spin_button {
    width: 100px;
  }
  
  #prize-text {
    font-size: 18px;
  }
}

@media (max-width: 400px) {
  h1 {
    font-size: 1.5rem;
  }
  
  h3 {
    font-size: 0.8rem;
  }
  
  td.the_wheel {
    width: 250px;
    height: 250px;
  }
  
  canvas {
    width: 230px;
    height: 230px;
  }
  
  #spin_button {
    width: 80px;
  }
  
  #prize-text {
    font-size: 16px;
    min-height: 60px;
  }
  
  #nova-tentativa {
    padding: 10px 20px;
    font-size: 14px;
  }
  
  .main-container {
    padding: 15px 10px;
  }
}

/* Estilos para touch devices */
@media (hover: none) {
  #spin_button:hover {
    transform: none;
  }
  
  #nova-tentativa:hover {
    transform: none;
    background-color: #111827;
    color: #eeff00;
  }
  
  td.the_wheel:hover {
    transform: none;
  }
}

/* Fix para orientação landscape em dispositivos móveis */
@media (max-height: 500px) and (orientation: landscape) {
  .main-container {
    padding: 15px 10px;
    max-width: 95%;
  }
  
  h1 {
    font-size: 1.5rem;
    margin-bottom: 3px;
  }
  
  h3 {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }
  
  .wheel-container {
    margin: 5px auto 15px;
  }
  
  td.the_wheel {
    width: 220px;
    height: 220px;
  }
  
  canvas {
    width: 200px;
    height: 200px;
  }
  
  #prize-text {
    margin-bottom: 10px;
    min-height: 40px;
  }
  
  #nova-tentativa {
    margin-top: 10px;
  }
}/* End custom CSS */