/* [project]/src/app/(paginas)/em-jogo/styles.module.css [app-client] (css) */
#styles-module__NYZWCa__recipiente_pagina_jogo {
  flex-direction: column;
  width: 100%;
  height: 100%;
  font-family: Crimson Pro, serif;
  display: flex;
}

.styles-module__NYZWCa__secao_unica {
  flex-direction: column;
  align-items: center;
  gap: 4vh;
  width: 100%;
  height: 100%;
  padding: 1% 0;
  display: flex;
}

.styles-module__NYZWCa__titulos_secoes_nexup {
  flex-direction: row;
  align-items: center;
  gap: 2vw;
  display: flex;
}

.styles-module__NYZWCa__titulos_secoes_nexup h2 {
  margin: 0;
}

.styles-module__NYZWCa__titulos_secoes_nexup h2.styles-module__NYZWCa__secao_aberta {
  color: #71f2ff;
}

.styles-module__NYZWCa__titulos_secoes_nexup h2:hover {
  color: #399989;
  cursor: pointer;
}

.styles-module__NYZWCa__secao_edicao {
  flex-direction: row;
  width: 100%;
  height: 100%;
  display: flex;
}

.styles-module__NYZWCa__secao_edicao_centro {
  flex-direction: column;
  flex: 1;
  gap: 2vh;
  width: 100%;
  display: flex;
  overflow: auto;
}

.styles-module__NYZWCa__titulo_edicao_ficha {
  margin: auto;
  font-size: 2.5em;
}

.styles-module__NYZWCa__recipiente_edicao {
  flex-direction: column;
  flex: 1 0 0;
  align-items: center;
  gap: 1vh;
  width: 100%;
  margin: 0 auto;
  display: flex;
  overflow: auto;
}

.styles-module__NYZWCa__secao_cima {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.styles-module__NYZWCa__tela_principal {
  aspect-ratio: 16 / 9;
  background-position: center;
  background-size: cover;
  border-radius: 10px;
  height: 90%;
}

.styles-module__NYZWCa__fatia_parte_baixo_detalhes {
  flex-direction: column;
  align-items: center;
  gap: .4vh;
  width: 26%;
  padding: .6%;
  display: flex;
}

.styles-module__NYZWCa__recipiente_informacoes_personagem {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.styles-module__NYZWCa__recipiente_imagem_personagem {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  width: 100%;
  display: flex;
}

#styles-module__NYZWCa__imagem_personagem {
  aspect-ratio: 1;
  height: 100%;
  position: relative;
}

#styles-module__NYZWCa__imagem_personagem img {
  transform: scaleX(-1);
}

.styles-module__NYZWCa__fatia_parte_baixo_atalhos {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
}

.styles-module__NYZWCa__barra_locais {
  flex-direction: row;
  justify-content: space-evenly;
  width: 12%;
  height: 10%;
  display: flex;
}

.styles-module__NYZWCa__barras {
  flex-direction: column;
  justify-content: space-around;
  width: 50%;
  height: 80%;
  display: flex;
}

.styles-module__NYZWCa__barra_acoes {
  background-color: gray;
  border: 2px solid gray;
  flex-direction: row;
  gap: .7vw;
  height: 30%;
  display: flex;
}

.styles-module__NYZWCa__item_barra_acoes {
  aspect-ratio: 1;
  background-color: gray;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  box-shadow: inset 0 0 29px 7px #aaa;
}

.styles-module__NYZWCa__icone_acao {
  cursor: pointer;
  pointer-events: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.styles-module__NYZWCa__fatia_parte_baixo_estatisticas {
  flex-direction: row;
  width: 26%;
  padding: 1vh;
  display: flex;
}

.styles-module__NYZWCa__fatia_parte_baixo_estatisticas_danificaveis {
  flex-direction: column;
  flex: 1;
  gap: 5%;
  display: flex;
}

.styles-module__NYZWCa__fatia_parte_baixo_execucoes {
  text-align: center;
  flex-direction: column;
  justify-content: space-evenly;
  width: 40%;
  display: flex;
}

.styles-module__NYZWCa__recipiente_estatistica_danificavel {
  flex: 1;
  display: flex;
}

.styles-module__NYZWCa__botoes {
  flex-direction: row;
  flex: 0 0 0;
  justify-content: center;
  gap: 5%;
  display: flex;
}

.styles-module__NYZWCa__secao_baixo {
  border-image: linear-gradient(.7turn, #fff0, var(--cor1), #fff0) 1;
  border-style: solid none none;
  border-width: 2px 0 0;
  border-bottom-color: currentColor;
  border-left-color: currentColor;
  border-right-color: currentColor;
  flex-direction: row;
  width: 100%;
  height: 24.7%;
  display: flex;
  position: relative;
}


/* [project]/src/componentes/ElementosVisuais/PaginaAterrissagem/Cabecalho/styles.module.css [app-client] (css) */
#styles-module__WlqLdG__cabecalho {
  flex-direction: row;
  width: 90%;
  height: 13vh;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__cabecalho_esquerda {
  flex-direction: row;
  flex: .15;
  height: 100%;
  display: flex;
}

#styles-module__WlqLdG__recipiente_logo {
  flex: 1;
  align-items: center;
  margin: 6%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__recipiente_logo a {
  width: 100%;
}

#styles-module__WlqLdG__cabecalho_direita {
  flex-direction: row;
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
}

#styles-module__WlqLdG__cabecalho_direita_linha {
  flex: 1;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__cabecalho_direita_acesso {
  flex: .23;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

#styles-module__WlqLdG__recipiente_linha_cabecalho {
  width: 100.5%;
  height: 100%;
  position: absolute;
}


/* [project]/src/componentes/ElementosVisuais/BotaoAcessar/styles.module.css [app-client] (css) */
#styles-module__FY3GNa__recipiente_svg_botao_acesso {
  width: 100%;
  height: 100%;
}


/* [project]/src/componentes/Elementos/Chat/styles.module.css [app-client] (css) */
#styles-module__FRID-G__recipiente_chat {
  width: 30%;
  height: 2.2rem;
  z-index: calc(var(--zindex-final-chat)  - 0);
  background-color: #000c;
  border: 1px solid #b79051;
  border-radius: 1vh;
  flex-direction: row;
  gap: 1%;
  padding: .4vh .3vw;
  display: flex;
  position: absolute;
  bottom: 2%;
  left: 2%;
}

#styles-module__FRID-G__recipiente_icone_chat {
  height: 100%;
  position: relative;
}

#styles-module__FRID-G__recipiente_icone_chat svg {
  color: #d2c31a;
  transform: scaleX(-1);
}

#styles-module__FRID-G__recipiente_campo_texto_chat {
  flex: 1;
}

#styles-module__FRID-G__recipiente_campo_texto_chat input {
  all: unset;
  width: 100%;
  height: 100%;
  font-size: 1.3rem;
}


/* [project]/src/componentes/ElementosDeJogo/BarraLocaisDeJogo/styles.module.css [app-client] (css) */
.styles-module__3D1p_W__barra_locais_borda_esquerda {
  border-right: 1px solid #979797;
  border-radius: 0 0 0 20px;
  flex: .2;
}

.styles-module__3D1p_W__barra_locais_borda_esquerda:hover, .styles-module__3D1p_W__barra_locais_borda_direita:hover {
  background-color: #aef3fa;
}

.styles-module__3D1p_W__barra_locais_centro {
  border-bottom: 1px solid #979797;
  flex-direction: row;
  flex: 1;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.styles-module__3D1p_W__barra_locais_borda_esquerda, .styles-module__3D1p_W__barra_locais_centro, .styles-module__3D1p_W__barra_locais_borda_direita {
  background-color: #b8b4b4;
}

.styles-module__3D1p_W__barra_locais_borda_direita {
  border-left: 1px solid #979797;
  border-radius: 0 0 20px;
  flex: .2;
}

.styles-module__3D1p_W__icone_local:hover {
  color: #6ebcc5;
}

.styles-module__3D1p_W__icone_local.styles-module__3D1p_W__local_selecionado {
  color: #aef3fa;
}

.styles-module__3D1p_W__recipiente_icone_barra_locais {
  aspect-ratio: 1;
  height: 100%;
}


/* [project]/src/componentes/ElementosDeJogo/ControladorSwiperFicha/styles.module.css [app-client] (css) */
#styles-module__3ejskG__conteudo_swiper_direita {
  flex-direction: column;
  flex: 1;
  gap: 1vh;
  padding: 2vh 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styles-module__3ejskG__swiper_direita {
  color: #fff;
  z-index: 101;
  background: #0b0d0e;
  border-radius: 5px 0 0 5px;
  flex-direction: column;
  width: 40vw;
  height: 100%;
  transition: transform .3s;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  overflow-y: visible;
  box-shadow: 0 2px 5px #0000001a;
}

.styles-module__3ejskG__botao_swiper_direita {
  color: #fff;
  cursor: pointer;
  background: #0b0d0e;
  border: none;
  border-radius: 5px 0 0 5px;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 8vh;
  display: flex;
  position: absolute;
  top: 0;
  left: -4vw;
}

.styles-module__3ejskG__swiper_direita.styles-module__3ejskG__swiper_direita_fechado {
  transform: translateX(100%);
}


/* [project]/src/componentes/ElementosDeJogo/ControladorSwiperFicha/PaginaControleAtributosPericias/styles.module.css [app-client] (css) */
.styles-module__BR-bQW__atributos_personagem, .styles-module__BR-bQW__atributos_personagem button {
  color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-around;
  gap: 1vh;
  font-family: Crimson Pro, serif;
  display: flex;
}

.styles-module__BR-bQW__atributo_personagem {
  text-align: center;
  flex-direction: column;
  gap: 1vh;
  display: flex;
}

.styles-module__BR-bQW__atributo_personagem button {
  padding: .15vh .32vw;
}

.styles-module__BR-bQW__nome_atributo {
  width: fit-content;
  margin: 0 auto;
  font-size: 1.8rem;
  display: inline-block;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__AGI button {
  color: #3e9d15;
  border: 3px solid #2f7810;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__AGI button:hover {
  background-color: #7eed57;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__FOR button {
  color: #4d2a2a;
  border: 3px solid #822f2f;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__FOR button:hover {
  background-color: #dc5656;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__INT button {
  color: #1b478b;
  border: 3px solid #537cbc;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__INT button:hover {
  background-color: #2d70d8;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__PRE button {
  color: #991fe0;
  border: 3px solid #5b3bba;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__PRE button:hover {
  background-color: #ad63bf;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__VIG button {
  color: #656325;
  border: 3px solid #625325;
}

.styles-module__BR-bQW__atributo_personagem.styles-module__BR-bQW__VIG button:hover {
  background-color: #f3f434;
}

.styles-module__BR-bQW__pericias_personagem {
  flex-flow: wrap;
  justify-content: center;
  row-gap: .2vh;
  display: flex;
}

.styles-module__BR-bQW__pericia_personagem > button {
  cursor: pointer;
  background-color: #fff;
  border-radius: 40px;
  font-weight: 600;
}

.styles-module__BR-bQW__pericia_personagem {
  margin: 0 .4vw;
}

.styles-module__BR-bQW__pericia_valor {
  margin: 0;
}

.styles-module__BR-bQW__toogle_abreviar[data-state="on"] {
  color: purple;
  background-color: orange;
}

.styles-module__BR-bQW__botao_pericia {
  font-size: 1.1rem;
}


/* [project]/src/componentes/ElementosDeJogo/CarrosselSwiperDireita/styles.module.css [app-client] (css) */
.styles-module__VD14Xq__item_slider {
  opacity: .5;
  text-align: center;
  cursor: pointer;
  transition: transform .3s, opacity .3s, flex-basis .3s;
  transform: scale(.5);
}

.styles-module__VD14Xq__item_slider_selecionado {
  opacity: 1;
  transform: scale(1.1);
}

.styles-module__VD14Xq__icone_config_pagina {
  width: 15%;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(90%, -40%);
}

#styles-module__VD14Xq__titulos_paginas_swiper_direita .slick-slider {
  width: 100%;
  height: auto;
}

#styles-module__VD14Xq__titulos_paginas_swiper_direita .slick-list {
  padding: 0;
  overflow: visible;
}

#styles-module__VD14Xq__titulos_paginas_swiper_direita .slick-slide {
  display: flex;
}

#styles-module__VD14Xq__titulos_paginas_swiper_direita .slick-slide > div {
  margin: auto;
  display: flex;
}

.styles-module__VD14Xq__arrow {
  cursor: pointer;
  z-index: 10;
  height: 65%;
  position: absolute;
  top: 35%;
}

.styles-module__VD14Xq__arrow svg {
  transition: color .3s;
}

.styles-module__VD14Xq__arrow svg:hover {
  color: #68edff;
}

.styles-module__VD14Xq__arrow_next {
  right: 0;
}

.styles-module__VD14Xq__arrow_prev {
  left: 0;
}


/* [project]/src/componentes/ElementosDeJogo/BarraMenu/styles.module.css [app-client] (css) */
.styles-module__szw79a__barra_menu {
  display: inline-block;
}

.styles-module__szw79a__barra_menu > button {
  all: unset;
}

.styles-module__szw79a__menu_item {
  all: unset;
  user-select: none;
  z-index: 200;
  outline: none;
  justify-content: space-between;
  align-items: center;
  gap: 2px;
  height: 100%;
  padding: 0 .2vw;
  font-weight: 500;
  display: flex;
  box-shadow: 0 0 1px #000;
}

.styles-module__szw79a__menu_item:hover {
  background-color: #d6cec3;
}

.styles-module__szw79a__menu_conteudo, .styles-module__szw79a__menu_subconteudo {
  will-change: transform, opacity;
  z-index: 200;
  background-color: #fff;
  border-radius: 6px;
  min-width: 220px;
  padding: 5px;
  animation-duration: .4s;
  animation-timing-function: cubic-bezier(.16, 1, .3, 1);
  box-shadow: 0 10px 38px -10px #16171859, 0 10px 20px -15px #16171833;
}

.styles-module__szw79a__objeto_menu_item, .styles-module__szw79a__MenubarSubTrigger, .styles-module__szw79a__objeto_menu_checkboxitem, .styles-module__szw79a__MenubarRadioItem {
  all: unset;
  color: #000;
  user-select: none;
  border-radius: 4px;
  align-items: center;
  height: 25px;
  padding: 0 10px;
  font-size: 13px;
  line-height: 1;
  display: flex;
  position: relative;
}

.styles-module__szw79a__objeto_menu_item.styles-module__szw79a__inset, .styles-module__szw79a__MenubarSubTrigger.styles-module__szw79a__inset, .styles-module__szw79a__objeto_menu_checkboxitem.styles-module__szw79a__inset, .styles-module__szw79a__MenubarRadioItem.styles-module__szw79a__inset {
  padding-left: 20px;
}

.styles-module__szw79a__objeto_menu_item[data-state="open"], .styles-module__szw79a__MenubarSubTrigger[data-state="open"] {
  background-color: "#EBE4FF";
  color: #6550b9;
}

.styles-module__szw79a__objeto_menu_item[data-highlighted], .styles-module__szw79a__MenubarSubTrigger[data-highlighted], .styles-module__szw79a__objeto_menu_checkboxitem[data-highlighted], .styles-module__szw79a__MenubarRadioItem[data-highlighted] {
  background-image: linear-gradient(135deg, "#6E56CF" 0%, "#654DC4" 100%);
  color: "#FDFCFE";
}

.styles-module__szw79a__objeto_menu_item[data-disabled], .styles-module__szw79a__MenubarSubTrigger[data-disabled], .styles-module__szw79a__objeto_menu_checkboxitem[data-disabled], .styles-module__szw79a__MenubarRadioItem[data-disabled] {
  color: "#BCBAC7";
  pointer-events: none;
}

.styles-module__szw79a__checkbox_indicator {
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.styles-module__szw79a__objeto_menu_separador {
  background-color: "#D4CAFE";
  height: 1px;
  margin: 5px;
}

[data-highlighted] > .styles-module__szw79a__RightSlot {
  color: #fff;
}

[data-disabled] > .styles-module__szw79a__RightSlot {
  color: "#BCBAC7";
}


/*# sourceMappingURL=src_24070ccc._.css.map*/