
/*
                    t:t:t:t:t
 :t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:
 :i:i:i:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:t:i:i:
  i:i   u u:u:u:u:     :t:   :n:      n:n   i:i
  i:i   u:u:u:u:u:u    :t:   :n:      n:n   i:i
  i:i   u:u:    u:u:   :t:   :n:      n:n   i:i       
  i:i   u:u      :u:   :t:   :n:n    :n:n   i:i
  i:i   u:u      :u:   :t:    n:n:n:n:n:n   i:i
 :i:i:  u:u      :u:    :t:t:  :n:n:n:n n  :i:i:

Mesa virtual para consulta ao Tarô
Marcos Vaz de Araujo e Castro
2010 / 2023

*/

#aviso-voz {
  bottom: 500%;
  position: absolute;
  left: -9999px;
}

p > span.leia-mais {
  display: inline;
  cursor: pointer;
}

p > span.leia-mais::after {
  content: " ...";
  display: inline;
}

p.expandido > span.leia-mais::after {
  content: "";
}

p.expandido > span.leia-mais.expandido::after {
  content: "";
}

p.expandido > span.leia-mais::before {
  content: "[fechar]";
  display: inline;
  margin-right: 5px;
  cursor: pointer;
}

#infoFontes p {
text-decoration: none;
font-family: "IMFellEnglish-Regular";
src: url("fonts/IMFellEnglish-Regular.ttf");
font-size: 22px;
font-display: swap;
color:rgb(46, 22, 0);
}

#infoExpressao p {
  text-decoration: none;
  font-family: "IMFellEnglish-Regular";
  src: url("fonts/IMFellEnglish-Regular.ttf");
  font-size: 18px;
  font-display: swap;
  color:rgb(46, 22, 0);
  }

  #infoLugares p {
    text-decoration: none;
    font-family: "IMFellEnglish-Regular";
    src: url("fonts/IMFellEnglish-Regular.ttf");
    font-size: 22px;
    font-display: swap;
    color:rgb(46, 22, 0);
    }

    #infoMyNoise p {
      text-decoration: none;
      font-family: "IMFellEnglish-Regular";
      src: url("fonts/IMFellEnglish-Regular.ttf");
      font-size: 22px;
      font-display: swap;
      color:rgb(46, 22, 0);
      }

    a {
  color:rgb(11, 50, 122);
  text-decoration: none;
  font-family: "Lato-Regular";
  src: url("fonts/Lato-Regular.ttf");
  font-display: swap;
  }

@font-face {
  font-family: "IMFellEnglish-Regular";
  src: url("fonts/IMFellEnglish-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "IMFellEnglish-Italic";
  src: url("fonts/IMFellEnglish-Italic.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Lato-Regular";
  src: url("fonts/Lato-Regular.ttf");
  font-display: swap;
}

@font-face {
  font-family: "Lato-Italic";
  src: url("fonts/Lato-Italic.ttf");
  font-display: swap;
}

/* Estilizando a barra de rolagem do navegador Chrome, Safari e Edge */
::-webkit-scrollbar {
  width: 12px;
  background-color: #6d3100;
}

/* Estilizando o preenchimento da barra de rolagem */
::-webkit-scrollbar-thumb {
  background-color: #381500;
}

/* Estilizando a barra de rolagem em si */
::-webkit-scrollbar-track {
  background-color: #000000;
}
   
  #background {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow: hidden;
    z-index: 1;
    position: relative;
    display: flex;
    background-color: rgb(0, 0, 0);
    user-select: none;
  }
  
  #backgroundimagem {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
       
body {
    background-color: rgb(0, 0, 0);
    text-decoration-color: rgb(197, 89, 0);
    overflow: hidden;
    padding: 0;
    margin: 0;
    }
    
.overlay {
    height: 0;
    width: 100%;
    position: fixed;
    z-index: 201;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
    color: white;
    text-align: right;
  }
  
  .textoPrincipal {
    position: absolute;
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;    
    width: 54%;
    text-align: justify;
    left: 3%;
    background-color: rgb(46, 22, 0);
    padding: 2%;
    padding-top: 0;
  }
  
  .colunaDireita {
    position: absolute;
    width: 34%;
    display: flex;
    flex-direction: column;
    right: 3%;
    padding-top: 0;
  }

  .colunaDireitaSuperior {
    position: relative;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    padding-top: 0;
  }

  .imagemCarta {
    position: relative;
    text-align: center;
    justify-content: center;
    width: 40%;
    padding: 5%;
    top: 7%;
    margin-bottom: 5%;
    background-color:rgb(90, 59, 28)
  }
  .imagemCarta img{
    width: 200px;
  }

  .textoChave {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    text-align: right;
    justify-content: center;
    width: 60%;
    padding: 5%;
    padding-top: 0;
    list-style-type: none;
    margin-bottom: 5%;
    font-size: 16px;
    color: white;
    background-color:rgb(90, 59, 28)
  }
  
  .textoAlternativo {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    color: white;    text-align: justify;
    background-color: rgb(61, 29, 0);
    padding: 5%;
    padding-top: 0;
  }
  
  h1 {
    font-family: "IMFellEnglish-Regular", sans-serif;
    font-size: 36px;
    color: white;
  }

  h2 {
    font-family: "IMFellEnglish-Regular", sans-serif;
    font-size: 22px;
    color: white;
  }
 
  .overlay a {
    font-family: 'Montserrat', sans-serif;
    transition: 0.3s;
    font-size: 18px;
  }
  
  .overlay a:hover, .overlay a:focus {
   color: rgb(43, 121, 185);
  }

  .overlay a:visited {
    color: rgb(43, 121, 185);
   }
  
  .overlay .closebtn {
    position: sticky;
    top: 5%;
    left: 3px;
    font-size: 60px;
    text-decoration: none;
    color: white;
    z-index: 202;
  }

  .overlay .closebtn a:hover{
    color: white;
  }
  
  @media screen and (max-height: 450px) {
    .overlay a {font-size: 20px}
    .overlay .closebtn {
    font-size: 40px;
    top: 15px;
    right: 35px;
    }
  }
  
  /* BARALHO INICIAL INNER */

  #molduraBaralho {
    
    position: fixed;
    user-select: none;
    display: block;
    bottom: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    pointer-events: none;
    transition: 1s ease;
    will-change: transform;
  }  
  
  .molduraBaralho .baralho {
    pointer-events: auto;
  }

  #baralho {
    user-select: none;
    z-index: 100;
    display: none;
    opacity: 1;
    animation: fade-in 3s ease forwards;
    transition: 1s ease;
    will-change: transform;
  }

  .divcartas {
    user-select: none;
    position: absolute;
    transition: 1s ease;
    will-change: transform;
  }
  
  .cartas {
    width: 100%;
    height: 100%;
  }
  
  /* -------------------------------------------------------------------- */

  #setinha {
    position: fixed;
    left: 48.5%;
    top: 7%;
    z-index: 100;
    display: none;
  }

  #setinha img {
    width: 80%;
  }
  
  #reembaralhar {
  z-index: 6;
  }
  
  #menu {
    display: flex;
    align-items: center;
    border-radius: 10px;
    user-select: none;
    object-fit: cover;
    z-index: 400;
    }


  .col-1 {
    position: relative;
    display: flex;
    width: 48%;
    justify-content: flex-start;
    align-items: center; /* centralizar verticalmente */
    text-align: left;
    z-index: 400;
    user-select: none;
    opacity: 1;
  }
  
  .slides {
    position: relative;
    display: flex;
    width: 40%;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center; /* centralizar verticalmente */
    text-align: left;
    z-index: 400;
    user-select: none;
  }
  
  .slidecontainer {
    flex: 1;
    margin-left: 10px;
    }
  
  
  .slide:first-child .slidecontainer {
    margin-right: 0;
    align-items: center;
  }
  
  .slide:last-child .slidecontainer {
    margin-left: 0;
    align-items: center;
  }
  
  #brilhoAmarelo {
          width: 100%;
          height: 10px;
          background: rgba(255, 166, 0, 0.212);
          border-radius: 25%;
          -webkit-appearance: none;
          appearance: none;
          outline: none;
          opacity: 0.3;
          -webkit-transition: .2s;
          transition: opacity .2s;
          z-index: 400;
      }
  
          #brilhoAmarelo:hover {
          opacity: 1;
          }
  
          #brilhoAmarelo::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 20px;
          height: 20px;
          box-sizing: border-box;
          border-radius: 50%;
          background: rgb(255, 153, 0);
          cursor: pointer;
          border: 5px solid rgb(255, 153, 0);
          margin-left: 1%;
          }
  
          #brilhoAmarelo::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border: 0;
          border-radius: 50%;
          background: rgba(71, 46, 0, 0.521);
          cursor: pointer;
          border: 5px solid white;
          }
  
          #opacidadeAmarela {
          width: 100%;
          height: 10px;
          background: rgb(255, 153, 0, 0.322);
          border-radius: 25%;
          -webkit-appearance: none;
          appearance: none;
          outline: none;
          opacity: 0.3;
          -webkit-transition: .2s;
          transition: opacity .2s;
          z-index: 400;
      }
  
          #opacidadeAmarela:hover {
          opacity: 1;
          }
  
          #opacidadeAmarela::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 20px;
          height: 20px;
          box-sizing: border-box;
          border-radius: 50%;
          background: rgb(255, 153, 0);
          cursor: pointer;
          border: 5px solid rgb(255, 153, 0);
          }
  
          #opacidadeAmarela::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border: 0;
          border-radius: 50%;
          background: rgba(71, 46, 0, 0.521);
          cursor: pointer;
          border: 5px solid white;
          width: 20px;
          }
  
          #brilhoAzul {
          width: 100%;
          height: 10px;
          background: rgba(0, 89, 255, 0.322);
          border-radius: 25%;
          -webkit-appearance: none;
          appearance: none;
          outline: none;
          opacity: 0.3;
          -webkit-transition: .2s;
          transition: opacity .2s;
          z-index: 400;
      }
  
          #brilhoAzul:hover {
          opacity: 1;
          }
  
          #brilhoAzul::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 20px;
          height: 20px;
          box-sizing: border-box;
          border-radius: 50%;
          background: rgb(0, 17, 255);
          cursor: pointer;
          border: 5px solid rgb(0, 17, 255);
          }
  
          #brilhoAzul::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border: 0;
          border-radius: 50%;
          background: rgba(0, 89, 255, 0.322);
          cursor: pointer;
          border: 5px solid white;
          width: 20px;
          }
  
          #opacidadeAzul {
          width: 100%;
          height: 10px;
          background: rgba(0, 89, 255, 0.322);
          border-radius: 25%;
          -webkit-appearance: none;
          appearance: none;
          outline: none;
          opacity: 0.3;
          -webkit-transition: .2s;
          transition: opacity .2s;
          z-index: 400;
      }
  
          #opacidadeAzul:hover {
          opacity: 1;
          }
  
          #opacidadeAzul::-webkit-slider-thumb {
          -webkit-appearance: none;
          appearance: none;
          width: 20px;
          height: 20px;
          box-sizing: border-box;
          border-radius: 50%;
          background: rgb(0, 17, 255);
          cursor: pointer;
          border: 5px solid rgb(0, 17, 255);
          }
  
          #opacidadeAzul::-moz-range-thumb {
          width: 20px;
          height: 20px;
          border: 0;
          border-radius: 50%;
          background: rgba(0, 89, 255, 0.322);
          cursor: pointer;
          border: 5px solid white;
          width: 20px;
          }

          #brilhoMarrom {
            width: 100%;
            height: 10px;
            background: rgba(255, 166, 0, 0.212);
            border-radius: 25%;
            -webkit-appearance: none;
            appearance: none;
            outline: none;
            opacity: 0.3;
            -webkit-transition: .2s;
            transition: opacity .2s;
            z-index: 400;
        }
    
            #brilhoMarrom:hover {
            opacity: 1;
            }
    
            #brilhoMarrom::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            box-sizing: border-box;
            border-radius: 50%;
            background: rgb(77, 46, 0);
            cursor: pointer;
            border: 5px solid rgb(77, 46, 0);
            margin-left: 1%;
            }
    
            #brilhoMarrom::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 50%;
            background: rgba(71, 46, 0, 0.521);
            cursor: pointer;
            border: 5px solid white;
            }
    
            #opacidadeMarrom {
            width: 100%;
            height: 10px;
            background: rgb(255, 153, 0, 0.322);
            border-radius: 25%;
            -webkit-appearance: none;
            appearance: none;
            outline: none;
            opacity: 0.3;
            -webkit-transition: .2s;
            transition: opacity .2s;
            z-index: 400;
        }
    
            #opacidadeMarrom:hover {
            opacity: 1;
            }
    
            #opacidadeMarrom::-webkit-slider-thumb {
            -webkit-appearance: none;
            appearance: none;
            width: 20px;
            height: 20px;
            box-sizing: border-box;
            border-radius: 50%;
            background: rgb(77, 46, 0);
            cursor: pointer;
            border: 5px solid rgb(77, 46, 0);
            }
    
            #opacidadeMarrom::-moz-range-thumb {
            width: 20px;
            height: 20px;
            border: 0;
            border-radius: 50%;
            background: rgba(71, 46, 0, 0.521);
            cursor: pointer;
            border: 5px solid white;
            width: 20px;
            }          

.dropdownTemas {
position: absolute;
left: 44%;
color: #fff;
display: flex;
align-items: center;
top: 65%;
transform: translateY(-50%);
z-index: 400;
}
          
.dropdownTemas-content {
display: none;
position: absolute;
flex-direction: column;
top: 100%;
left: -20%;
background-color: #33333300;
min-width: 80px;
width: 600px;
padding: 10px;
z-index: 400;
}

.linhaTema {
position: relative;
display: flex;
flex-direction: row;
width: 100%; 
}

.linhaArquivoTema {
  border-radius: 7px;
  position: relative;
  display: flex;
  flex-direction: column;
  width: 97%; 
  height: 80px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: rgb(159, 103, 66);
  border-color: rgb(78, 42, 19);
  border-width: 4px;
  border-style: solid;
  justify-content: center;
  }

  .linhaArquivoTemaTexto {
    position: relative;
    display: flex;
    width: 100%; 
    justify-content: center;
    }

    .linhaArquivoTemaTexto a {
    color: rgb(0, 0, 0);
      }
          
.dropdownTemas.clicked .dropdownTemas-content {
display: block;
}
          
.dropdownTemas-content img {
display: block;
width: 100%;
margin-bottom: 10px;
border: 2px solid black;
border-radius: 10px;
box-sizing: border-box;
}
          
.dropdownTemas-content img:hover{
border: 2px solid orange;
}


.dropdownVersos {
  position: absolute;
  left: 60%;
  color: #fff;
  display: flex;
  align-items: center;
  top: 65%;
  transform: translateY(-50%);
  z-index: 400;
  }
          
  .dropdownVersos-content {
  display: none;
  position: absolute;
  flex-direction: column;
  top: 100%;
  left: -20%;
  background-color: #33333300;
  width: 600px;
  padding: 10px;
  z-index: 400;
  justify-content: center;
  align-items: center;
  }
  
  .linhaVersos {
  position: relative;
  display: flex;
  flex-direction: row; 
  }
  
  .linhaVersos img{
    width: 100px;
    height: 160px;
        }

  .linhaArquivoVersos {
    border-radius: 7px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 97%; 
    height: 80px;
    left: 6px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgb(159, 103, 66);
    border-color: rgb(78, 42, 19);
    border-width: 4px;
    border-style: solid;
    justify-content: center;
    }
  
    .linhaArquivoVersosTexto {
      position: relative;
      display: flex;
      width: 100%; 
      justify-content: center;
      align-items: center;
      }
  
      .linhaArquivoVersosTexto a {
      color: rgb(0, 0, 0);
        }
            
  .dropdownVersos.clicked .dropdownVersos-content {
  display: block;
  }
            
  .dropdownVersos-content img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  border: 3px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  }
            
  .dropdownVersos-content img:hover{
  border: 3px solid orange;
  }

          
.dropdownBaralhos {
position: absolute;
left: 54%;
color: #fff;
display: flex;
top: 65%;
transform: translateY(-50%);
z-index: 400;
text-align: center;
justify-content: center;
align-items: center;
align-content: center;
margin: 0;
}
                    
.dropdownBaralhos-content {
  display: none;
  position: absolute;
  top: 100%;
  left: -21%;
  background-color: #33333300;
  z-index: 400;
  text-align: center;
  justify-content: center;
  align-items: center;
  align-content: center;
  margin: 0;
}
    
.dropdownBaralhos.clicked .dropdownBaralhos-content{
display: flex;
z-index: 400;
margin: 0;
}

.dropdownBaralhosDivs {
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-align: center;
  margin: 0;

}
.dropdownBaralhosCarta {
position: relative;
text-align: center;
margin: 0;
}
.dropdownBaralhosPreload {
position: relative;
width: 50%;
height: 50%;
text-align: center;
margin: 0;
left: 17px;
}
.dropdownBaralhosCarta img{
  border: 3px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 400;
  margin: 0;
  width: 85.85px;
  height: 160px;
}
.dropdownBaralhosCarta img:hover{
  border: 3px solid orange;
}  
.dropdownBaralhosPreload img{
  border: 3px solid transparent;
  border-radius: 10px;
  box-sizing: border-box;
  z-index: 400;
  width: 30px;
  height: 30px;
  margin: 0;
}
.dropdownBaralhosPreload img:hover{
  border: 3px solid orange;
}

.reduzir_todasascartas {
  position: absolute;
  right: 19%;
  color: #fff;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
  user-select: none;  
  }

  .reduzir_todasascartas img{
  width: 100%;
  }

  .ampliar_todasascartas {
  position: absolute;
  right: 26%;
  color: #fff;
  display: flex;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  z-index: 400;
  user-select: none;  
  }

  .ampliar_todasascartas img{
  width: 100%;
  }

.dropdownDisposicoes {
position: absolute;
right: 6%;
color: #fff;
display: none;
align-items: center;
top: 65%;
transform: translateY(-50%);
z-index: 400;
}
          
.dropdownDisposicoes img {
width: 80%;
}
    
.dropdownDisposicoes-content {
display: none;
position: absolute;
top: 100%;
left: -21%;
background-color: #33333300;
min-width: 50px;
padding: 10px;
z-index: 400;
}
    
.dropdownDisposicoes.clicked .dropdownDisposicoes-content {
display: block;
z-index: 400;
}
    
.dropdownDisposicoes-content img {
display: block;
width: 100%;
margin-bottom: 10px;
border: 3px solid transparent;
border-radius: 10px;
box-sizing: border-box;
z-index: 400;
}
    
.dropdownDisposicoes-content img:hover{
border: 3px solid orange;
}

      .persistenciaBaralho {
        position: absolute;
        right: 2%;
        color: #fff;
        display: flex;
        align-items: center;
        top: 50%;
        transform: translateY(-50%);
        z-index: 400;
        user-select: none;  
        }

      #persistenciaBaralho {
        display: none;
      }
  
  
  .col-2 {
    position: relative;
      width: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 400;
    user-select: none;
    opacity: 1;
  }
  
  .col-3 {
    position: relative;
    display: flex;
    width: 48%;
    justify-content: flex-start;
    align-items: center; /* centralizar verticalmente */
    text-align: left;
    z-index: 400;
    user-select: none;
    opacity: 1;
    }
  
  .expressao {
    position: absolute;
    left: 5%;
    color: #fff;
    display: flex;
    align-items: center;
    max-width: 85%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
    user-select: text;
  }
  
  .center-input {
  width: 70%;
  max-width: 70%;
  min-width: 25px;
  text-align: center;
  min-height: 25px;
  border-radius: 20px;
  font-family: "Lato-Bold", sans-serif;
  font-size: 16px;
  padding: 0.7%;
  color: rgb(63, 28, 0);
  background-color: rgb(167, 92, 0);
  background-image: url('./icones/input.webp');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border-color: rgb(216, 144, 61);
  border-style: double;
  transition: border-color 5s;
  z-index: 400;
  }
  
      .center-input:focus {
      border-color: rgb(9, 114, 0);
      border-style: groove;
      border-radius: 20px;
      padding: 0.7%;
      }
  
      #expcortetooltip {
      user-select: none;
      float: right;
    }

    
  .textosCartas {
    position: absolute;
    right: 17%;
    margin-right: 10px;
    color: #fff;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-50%);
    z-index: 400;
    user-select: none;
    display: flex;
  }
    
    .som {
      position: absolute;
      right: 9%;
      margin-right: 10px;
      color: #fff;
      display: flex;
      align-items: center;
      top: 50%;
      transform: translateY(-50%);
      z-index: 400;
      user-select: none;
    }  

  .telaCheia {
    position: absolute;
    right: 3%;
    color: #fff;
    display: flex;
    align-items: center;
    top: 50%;
    transform: translateY(-48%);
    z-index: 400;
    user-select: none;
  }

  .menuzao {
      height: 0;
      width: 100%;
      position: fixed;
      text-align: right;
      z-index: 200;
      top: 0;
      left: 0;
      background-color: rgb(0,0,0);
      background-color: rgba(0,0,0, 0.9);
      overflow-x: auto;
      transition: 0.5s;
      color: white;
      margin: 0;
    }    
    .menuzao .closebtn {
      position: sticky;
      top: 5%;
      left: 3px;
      font-size: 60px;
      text-decoration: none;
      color: white;
      z-index: 202;
    }
    .todasAsCartas {
      position: absolute;
      display: flex;
      flex-wrap: wrap;
      font-family: 'Montserrat', sans-serif;
      font-size: 18px;
      color: white;    
      text-align: center;
      align-items: center;
      align-content: center;
      padding-top: 0;
      width: 90%;
      left: 5%;  
    }  
    #arcanosMaiores {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #paus {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #pausCorte {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #ouros {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #ourosCorte {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #copas {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #copasCorte {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #espadas {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    #espadasCorte {
      position: relative;
      max-width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
    }
    .todasAsCartas > div {
      flex: 0 0 calc(100% - 20px); /* Define a largura das divs filhas */
      padding: 20px;
    }
    
    .todasAsCartas img {
      width: 100px;
      height: 178px;
      height: auto;
      cursor: pointer;
    }
  
  /* DIV SELETORES */
  
  #divseletor {
  position: fixed;
  height: 50%;
  top: 0;
  left: 0;
  z-index: 10;
  }
  
  /* Esconder HUD */
 
      .seletor input { 
      display:none;
      }
  
      .seletor {
      position:relative;
      display:inline-block;
      width:50px;
      height:14px;
      margin:10px;
      -webkit-transform:translateY(50%);
      transform:translateY(50%);
      background-color: rgb(0, 0, 0);
      z-index: 26;
      }
  
      .slider {
      position:absolute;
      top:0px;
      bottom:0;
      left:0;
      right:0;
      border-radius:20px;
      background: rgb(58, 26, 0);
      cursor:pointer;
      border:4px solid transparent;
      overflow:visible;
      -webkit-transition:.4s;
      transition:.4s;
      }
  
          .slider:before {
          position:absolute;
          content:"";
          width:22px;
          height:22px;
          background:rgb(240, 128, 0);
          border-radius:100px;
          top: -8px;
          -webkit-transform:translateX(-0px);
          transform:translateX(-0px);
          -webkit-transition:.4s;
          transition:.4s;
          -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.23);
          }
  
          .seletor input:checked + .slider:before {
          -webkit-transform:translateX(20px);
          transform:translateX(20px);
          background:rgb(99, 74, 49);
          }
  
  html {
  scroll-behavior: smooth;
  }
  
  #mesa {
  position: static;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  z-index: 20;
  }
  
  
  /*
  .girarEsquerda {
    transform: rotate(90deg);
  }
  
  .girarDireita {
    transform: rotate(-90deg);
  }
  */
  
  .show {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 99;
  opacity: 1;
  width: 200px;
  height: 358px;
  overflow: hidden;
  min-width: 100px;
  min-height: 179px;
  max-width: 200px;
  max-height: 358px;
  }
  
  .show.ouros {
  border-radius: 3%;
  box-shadow: 0px 0px 50px 1px rgba(255, 208, 0, 0.507);
  }
  
  .show.paus {
  border-radius: 3%;
  box-shadow: 0px 0px 50px 1px rgba(131, 64, 20, 0.774);
  }
  
  .show.espadas {
  border-radius: 3%;
  box-shadow: 0px 0px 50px 1px rgba(0, 38, 255, 0.425);
  }
  
  .show.copas {
  border-radius: 3%;
  box-shadow: 0px 0px 50px 1px rgba(255, 0, 0, 0.425);
  }
  
  .show.arcanomaior {
  border-radius: 3%;
  box-shadow: 0px 0px 50px 1px rgba(255, 255, 255, 0.425);
  }
  
  .palavrasChaveFundo {
    background-color: rgba(255, 255, 255, 0.619);
    position: absolute;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 15%;
    padding-bottom: 15%;
    padding-left: 3%;
    padding-right: 3%;
}

.palavrasChave {
  text-align: center;
  list-style-type: none;
  font-weight: bold;
  display: inline-block;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  color: black;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
  
  /*
  .show.hover {
      border: 2px solid red;
  }
  */
  
  .cabecalhodascartas {
  position: absolute;
  top: 0;
  }
  
  .cabecalhodascartas img {
      width: 100%;
      display: inline-block;
  }
  
  .show:hover > .rodapedascartas,
  .show:hover > .cabecalhodascartas {
    display: block;
  }
  
  
  .rodapedascartas {
  position: absolute;
  justify-content: center;
  bottom: 0;
  }
  
  .rodapedascartas img {
      width: 25%;
      display: inline-block;
  }
  
  .sorteadaAstrologico {
  width: 100%;
  height: 100%; 
  cursor: move;
  }
  
  .sorteadaMarselha {
  width: 100%;
  height: 100%; 
  cursor: move;
  }

  .sorteadaRws {
    width: 100%;
    height: 100%; 
    cursor: move;
    }

    .sorteadaTmh {
      width: 100%;
      height: 100%; 
      cursor: move;
      }
  
  .sorteadaAstrologico.estado1 {
  width: 100%;
  height: 100%; 
  cursor: move;
  }
  
  .sorteadaAstrologico.estado2 {
  width: 100%;
  height: 100%;  
  cursor: move;
  transform: rotate(180deg);
  }
  
  .sorteadaMarselha.estado1 {
  width: 100%;
  height: 100%; 
  cursor: move;
  }
  
  .sorteadaMarselha.estado2 {
  width: 100%;
  height: 100%; 
  cursor: move;
  transform: rotate(180deg);
  }

  .sorteadaRws.estado1 {
    width: 100%;
    height: 100%; 
    cursor: move;
    }
    
    .sorteadaRws.estado2 {
    width: 100%;
    height: 100%; 
    cursor: move;
    transform: rotate(180deg);
    }

    .sorteadaTmh.estado1 {
      width: 100%;
      height: 100%; 
      cursor: move;
      }
      
      .sorteadaTmh.estado2 {
      width: 100%;
      height: 100%;  
      cursor: move;
      transform: rotate(180deg);
      }
  
  #loading {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50%;
  height: 50%;
  z-index: 101;
  display: none; 
  text-align: center;
  align-items: center;
  align-content: center;
  justify-content: center;
  color: rgb(192, 160, 134);
  opacity: 0.3;
  }

  #circle-image-container {
    display: none;
    width: 500px;
    height: 500px;
    border-radius: 50%;
    background-image: url("./efeitos/mandala2.webp");
    background-size: cover;
    background-repeat:  no-repeat;
    background-position: center;
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.3) inset;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99;
    animation: fade-out 3.5s ease forwards;
    -webkit-mask-image: radial-gradient(ellipse at center, rgb(165, 2, 2) 0%, rgba(163, 3, 3, 0.5) 40%, rgba(0, 0, 0, 0) 100%);
    mask-image: radial-gradient(ellipse at center, rgb(172, 0, 0) 0%, rgba(167, 1, 1, 0.5) 40%, rgba(3, 0, 0, 0) 100%);
}

@keyframes fade-out {
  0% { opacity: 1; }
  80% { opacity: 1; }
  100% { opacity: 0; }
}

/*
  #intui {
    position: fixed;
    top: 54%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 33.33%;
    height: 33.33%;
    z-index: 10;
    display: flex; 
    text-align: center;
    align-items: center;
    align-content: center;
    justify-content: center;
    color: rgb(192, 160, 134);
    }
  
      #intui img {
      width: 50%;
      opacity: 0.1;
      }

    */
  
  .confirmacaoembaralhar {
  display: none;
  flex-wrap: wrap;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  text-align: center;
  align-items: center;
  justify-content: center;
  color: white;
  align-content: center;
  }
  
      .confirmacaoembaralhar button {
      margin: 3px;
      }
  
  #confirma {
  top: 38%;
  position: absolute;
  }
  
  #definirestado {
      display: flex;
      flex-direction: column;
    bottom: 33%;
    position: absolute;
    justify-content: center;
    align-items: center;
    text-align: center;
    align-content: center;
    user-select: none;
  }
  
  #definirestado div {
    display: flex;
    align-items: center;
  }
  
  #definirestado img {
    margin-left: 10px;
  }
  
  p,
  label {
      font: 1rem 'Montserrat', sans-serif;
      align-items: center;
  }
  
  input {
      margin: 0.4rem;
  }

  .infoExpressao {
    position: fixed;
    z-index: 50;
    left: 0;
    top: -200%;
    width: 100%;
    height: 100%;
    transition: top 0.7s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: start;
    justify-content: center;
  }
  
  .infoExpressao.mostrar {
    top: 0;
  }
  
  .infoExpressao-content {
    position: absolute;
    background-image: url("./temas/plaquinha.webp");
    background-size: cover;
    max-width: 450px;
    height: 400px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
  
  .infoExpressaoTexto {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 3px;
    color: #361e01;
    text-align: justify;
  }
  
  .infoExpressao-close {
    color: #0edb20;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
    
  .infoExpressao-close:hover,
  .infoExpressao-close:focus {
    color: rgb(214, 174, 113);
    text-decoration: none;
    cursor: pointer;
  }

  .infoFontes {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: -200%;
    width: 100%;
    height: 100%;
    transition: bottom 0.7s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  
  .infoFontes.mostrar {
    bottom: 0;
  }
  
  .infoFontes-content {
    position: relative;
    background-image: url("./temas/fontes.webp");
    background-size: cover;
    width: 650px;
    height: 500px;
  }
  
  .infoFontesTexto {
    padding-top: 28px;
    color: #dda65f;
    text-align: center;
    font-family: "IMFellEnglish-Regular";

    font-weight: bold;
  }

  .infoFontes-close {
    color: #d88b4c;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .infoFontes-close:hover,
  .infoFontes-close:focus {
    color: rgb(223, 255, 108);
    text-decoration: none;
    cursor: pointer;
  }

  .infoLugares {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: -200%;
    width: 100%;
    height: 100%;
    transition: bottom 0.7s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  
  .infoLugares.mostrar {
    bottom: 0;
  }
  
  .infoLugares-content {
    position: relative;
    background-image: url("./temas/fontes.webp");
    background-size: cover;
    width: 650px;
    height: 500px;
  }
  
  .infoLugares {
    padding-top: 28px;
    color: #dda65f;
    text-align: center;
    font-family: "IMFellEnglish-Regular";

    font-weight: bold;
  }

  .infoLugares-close {
    color: #d88b4c;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .infoLugares-close:hover,
  .infoLugares-close:focus {
    color: rgb(223, 255, 108);
    text-decoration: none;
    cursor: pointer;
  }

  .infoMyNoise {
    position: fixed;
    z-index: 50;
    left: 0;
    bottom: -200%;
    width: 100%;
    height: 100%;
    transition: bottom 0.7s ease-in-out;
    overflow: hidden;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  
  .infoMyNoise.mostrar {
    bottom: 0;
  }
  
  .infoMyNoise-content {
    position: relative;
    background-image: url("./temas/fontes.webp");
    background-size: cover;
    width: 650px;
    height: 500px;
  }
  
  .infoMyNoise {
    padding-top: 28px;
    color: #dda65f;
    text-align: center;
    font-family: "IMFellEnglish-Regular";

    font-weight: bold;
  }

  .infoMyNoise-close {
    color: #d88b4c;
    float: right;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
  }
  
  .infoMyNoise-close:hover,
  .infoMyNoise-close:focus {
    color: rgb(223, 255, 108);
    text-decoration: none;
    cursor: pointer;
  }

  .spinner_98HH {
    stroke: #faf9f9;
    stroke-width: 2px;
    fill: transparent;
  }

  /* RODAPE DA PAGINA */

  #chaozinho {
    position: absolute;
    display: flex;
    align-items: center;
    border-radius: 10px;
    user-select: none;
    width: 100%;
    height: 7%;
    bottom: 0;
    left: 0;
    z-index: 101;
    opacity: 1;
    }
  
  .chaozinho-col-1 {
    position: relative;
    display: flex;
    width: 30%;
    height: 100%;
    justify-content: flex-start;
    align-items: center;
    text-align: left;
    z-index: 101;
    user-select: none;
  }

  .playpause { 
    position: relative;
    left: 10px;
    color: #fff;
    display: flex;
    z-index: 101;
    align-items: center;
  }

  .voltarpassar {
    width: 25px;
    height: 25px;
    display: none;
  }
  
.slidevolume {
position: relative;
display: none;
width: 30%;
flex-direction: row;
justify-content: flex-start;
align-items: center; /* centralizar verticalmente */
text-align: right;
z-index: 101;
user-select: none;
}
  
.slidevolumecontainer {
flex: 1;
margin-left: 10px;
}
    
.slidevolume:first-child .slidevolumecontainer {
margin-right: 0;
align-items: center;
}
  
#volume {
width: 100%;
height: 10px;
background: rgba(255, 166, 0, 0.212);
border-radius: 25%;
-webkit-appearance: none;
appearance: none;
outline: none;
opacity: 0.3;
-webkit-transition: .2s;
transition: opacity .2s;
z-index: 101;
}
  
#volume:hover {
opacity: 1;
}
  
#volume::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 20px;
height: 20px;
box-sizing: border-box;
border-radius: 50%;
background: rgb(255, 153, 0);
cursor: pointer;
border: 5px solid rgb(255, 153, 0);
margin-left: 1%;
}
  
#volume::-moz-range-thumb {
width: 20px;
height: 20px;
border: 0;
border-radius: 50%;
background: rgba(71, 46, 0, 0.521);
cursor: pointer;
border: 5px solid white;
}

.myNoise {
  position: relative;
  color: #fff;
  display: flex;
  z-index: 101;
  align-items: center;
  opacity: 1;
}

.chaozinho-col-2 {
position: relative;
width: 40%;
height: 100%;
display: flex;
justify-content: center;
align-items: center;
z-index: 101;
user-select: none;
}

#recuperarSessao {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 30;
  color: white;
}

#textoRecuperarSessao {
  display: none;
  border-radius: 15px;
  background-color: black;
  cursor: pointer;
  color: rgb(190, 133, 63)
}

.chaozinho-col-3 {
  position: relative;
  display: flex;
  width: 30%;
  height: 100%;
  z-index: 101;
  user-select: none;
  justify-content: flex-end;  
  }

#licenca {
  position: relative;
  height: 100%;
  display: flex;
  align-items: end;
}

#fontes {
  position: relative;
  height: 15px;
  right: 20px;
  bottom: 5px;
  opacity: 0.4;
  cursor: pointer;
  vertical-align: bottom;
}

#lugares {
  position: relative;
  height: 40px;
  right: 10px;
  bottom: 5px;
  opacity: 1;
  right: 10px;
  cursor: pointer;
  vertical-align: bottom;
}

#ccimg{
  height: 40px;
  right: 10px;
  cursor: pointer;
  opacity: 0.4;
  display: none;
   }

   #carregamento {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.582);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
  }
  /*
  #carregando {
    border: 16px solid #f3f3f3;
    border-top: 16px solid #3498db;
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  */

  #carregando {
  position: fixed;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(82, 51, 12, 0.815);
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
    border-top-color: rgba(105, 65, 12, 0.815);
  }
  25% {
    border-top-color: rgba(224, 148, 8, 0.664);
    box-shadow: 0 0 200px 5px rgba(255, 104, 3, 0.479);
  }
  50% {
    border-top-color: rgba(95, 58, 10, 0.815);
  }
  75% {
    border-top-color: rgba(224, 148, 8, 0.664);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    border-top-color: rgba(110, 70, 17, 0.815);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
    border-top-color: rgba(100, 62, 12, 0.815);
  }
  25% {
    border-top-color: rgb(224, 149, 8);
  }
  50% {
    border-top-color: rgba(90, 56, 12, 0.815);
  }
  75% {
    border-top-color: rgb(224, 149, 8);
  }
  100% {
    transform: rotate(360deg);
    border-top-color: rgba(102, 63, 11, 0.815);
  }
}

.cartaEmbInt {
  width: 100px;
  height: 200px;
  position: absolute;
  user-select: none;
  z-index: 100;
  }
  .cartaEmbInt img {
      width: 100px;
      height: 200px;
      user-select: none
  }

/* --- ESTILOS MULTIPLAYER & CHAT --- */

/* Painel Lateral de Conexão */
.painel-lateral {
  position: fixed;
  top: 0;
  right: -320px;
  width: 300px;
  height: 100%;
  background-color: rgba(22, 10, 2, 0.95);
  border-left: 2px solid #5a3b1c;
  z-index: 500;
  transition: right 0.3s ease;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.5);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.painel-lateral.aberto {
  right: 0;
}

.painel-header {
  padding: 15px;
  background-color: #381500;
  border-bottom: 2px solid #5a3b1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.painel-header h3 {
  margin: 0;
  font-family: "IMFellEnglish-Regular", serif;
  color: #ff9d00;
  font-size: 20px;
}

.fechar-painel {
  cursor: pointer;
  font-size: 24px;
  color: #c55900;
}

.painel-body {
  padding: 15px;
  overflow-y: auto;
  flex-grow: 1;
}

.secao-mp h4 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #ffb84d;
  font-family: "IMFellEnglish-Regular", serif;
  font-size: 16px;
  border-bottom: 1px solid #5a3b1c;
  padding-bottom: 5px;
}

.input-mp {
  width: calc(100% - 16px);
  padding: 8px;
  margin-bottom: 10px;
  background-color: #1a0a02;
  border: 1px solid #5a3b1c;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
}

.input-mp:focus {
  border-color: #ff9d00;
  outline: none;
}

.btn-mp {
  width: 100%;
  padding: 10px;
  background-color: #6d3100;
  border: 1px solid #ff9d00;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  transition: background-color 0.2s;
  margin-bottom: 10px;
}

.btn-mp:hover {
  background-color: #8c3f00;
}

.btn-mp-secundario {
  width: 100%;
  padding: 8px;
  background-color: #331602;
  border: 1px solid #5a3b1c;
  color: #ccc;
  cursor: pointer;
  border-radius: 4px;
  margin-bottom: 10px;
}

.btn-mp-secundario:hover {
  color: #fff;
  border-color: #ff9d00;
}

.btn-mp-perigo {
  width: 100%;
  padding: 8px;
  background-color: #660e0e;
  border: 1px solid #ff4d4d;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  border-radius: 4px;
  margin-top: 10px;
}

.btn-mp-perigo:hover {
  background-color: #8c1414;
}

.divisor-mp {
  border: 0;
  height: 1px;
  background: #5a3b1c;
  margin: 15px 0;
}

.lista-salas {
  max-height: 200px;
  overflow-y: auto;
  border: 1px solid #5a3b1c;
  border-radius: 4px;
  background-color: #120601;
  padding: 5px;
}

.item-sala {
  padding: 8px;
  border-bottom: 1px solid #2a1306;
  cursor: pointer;
  transition: background-color 0.2s;
  display: flex;
  justify-content: space-between;
  font-size: 13px;
}

.item-sala:hover {
  background-color: #381500;
  color: #ff9d00;
}

.item-sala:last-child {
  border-bottom: none;
}

.txt-vazio {
  text-align: center;
  color: #777;
  font-style: italic;
  font-size: 12px;
  margin: 10px 0;
}

/* Participantes & Voz */
.lista-participantes {
  margin-bottom: 10px;
}

.participante-item {
  display: flex;
  align-items: center;
  padding: 6px 0;
  font-size: 14px;
}

.participante-item::before {
  content: "•";
  color: #00ff66;
  margin-right: 8px;
  font-size: 18px;
}

.controles-voz {
  text-align: center;
  padding: 10px;
  background-color: #1a0a02;
  border: 1px solid #5a3b1c;
  border-radius: 4px;
}

.btn-mp-voz {
  padding: 8px 15px;
  background-color: #274d1a;
  border: 1px solid #00ff66;
  color: white;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.btn-mp-voz.ativo {
  background-color: #8c1414;
  border-color: #ff4d4d;
}

.status-voz-txt {
  font-size: 11px;
  color: #aaa;
  margin-top: 5px;
  margin-bottom: 0;
}

/* Badges e Icones adicionais */
.chat-btn-container {
  position: relative;
  display: inline-block;
}

.chat-badge {
  position: absolute;
  top: -5px;
  right: -5px;
  background-color: #ff3b30;
  color: white;
  border-radius: 50%;
  padding: 2px 6px;
  font-size: 10px;
  font-weight: bold;
  border: 1px solid #fff;
}

/* Painel de Chat Flutuante */
.painel-chat {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 320px;
  height: 400px;
  background-color: rgba(22, 10, 2, 0.96);
  border: 2px solid #5a3b1c;
  border-radius: 8px;
  z-index: 499;
  display: none;
  flex-direction: column;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.7);
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.chat-header {
  padding: 10px;
  background-color: #381500;
  border-bottom: 2px solid #5a3b1c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.chat-header h4 {
  margin: 0;
  color: #ff9d00;
}

.fechar-chat {
  cursor: pointer;
  font-size: 20px;
  color: #c55900;
}

.chat-mensagens {
  flex-grow: 1;
  padding: 10px;
  overflow-y: auto;
  font-size: 13px;
  background-color: #120601;
}

.msg-chat {
  margin-bottom: 10px;
  line-height: 1.4;
  word-wrap: break-word;
}

.msg-chat-time {
  font-size: 9px;
  color: #888;
  margin-left: 5px;
}

.msg-chat-nome {
  font-weight: bold;
  color: #ffb84d;
}

.msg-sistema {
  font-style: italic;
  color: #888;
  font-size: 11px;
  text-align: center;
  margin: 5px 0;
}

.chat-input-area {
  padding: 10px;
  border-top: 1px solid #5a3b1c;
  display: flex;
  background-color: #1a0a02;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.chat-input-area input {
  flex-grow: 1;
  padding: 8px;
  background-color: #120601;
  border: 1px solid #5a3b1c;
  border-radius: 4px;
  color: #fff;
  margin-right: 5px;
}

.chat-input-area input:focus {
  outline: none;
  border-color: #ff9d00;
}

.chat-input-area button {
  padding: 8px 12px;
  background-color: #6d3100;
  border: 1px solid #ff9d00;
  color: #fff;
  border-radius: 4px;
  cursor: pointer;
}

/* Modais MP */
.modal-mp {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 600;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  color: #fff;
}

.modal-mp-content {
  background-color: #261204;
  border: 2px solid #ff9d00;
  border-radius: 8px;
  padding: 20px;
  width: 300px;
  box-shadow: 0 0 30px rgba(255, 157, 0, 0.3);
}

.modal-mp-content h3 {
  margin-top: 0;
  font-family: "IMFellEnglish-Regular", serif;
  color: #ff9d00;
}

.modal-mp-botoes {
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}

.modal-mp-botoes button {
  width: 48%;
  margin-bottom: 0;
}

/* Cursors Virtuais */
.virtual-cursor {
  position: absolute;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  pointer-events: none;
  z-index: 99999;
  transform: translate(-50%, -50%);
  transition: top 0.1s linear, left 0.1s linear;
}

.virtual-cursor-label {
  position: absolute;
  top: 15px;
  left: 15px;
  background-color: rgba(0,0,0,0.85);
  color: #fff;
  padding: 2px 6px;
  font-size: 10px;
  border-radius: 3px;
  white-space: nowrap;
  border: 1px solid;
}



