MediaWiki:Common.css: mudanças entre as edições

De Farmland
Ir para navegação Ir para pesquisar
Sem resumo de edição
Sem resumo de edição
Etiqueta: Revertido
Linha 1: Linha 1:
/* =====================================
/* =====================================
   EVERLIGHT WIKI - COMMON.CSS
 
   FARMLAND WIKI - COMMON.CSS
 
   ===================================== */
   ===================================== */


/* =============================================
/* =============================================
   AJUSTE FINAL DO LOGO SIDEBAR
   AJUSTE FINAL DO LOGO SIDEBAR
   ============================================= */
   ============================================= */


/* Força o tamanho no contêiner principal do logo */
/* Força o tamanho no contêiner principal do logo */
#p-logo, .mw-wiki-logo, .ps-logo {
#p-logo, .mw-wiki-logo, .ps-logo {
     width: 140px !important;  /* Ajuste essa largura para caber na sua barra lateral */
     width: 140px !important;  /* Ajuste essa largura para caber na sua barra lateral */
     height: auto !important;
     height: auto !important;
     display: block !important;
     display: block !important;
     margin: 10px auto !important;
     margin: 10px auto !important;
     padding: 0 !important;
     padding: 0 !important;
}
}


/* Força a imagem dentro do logo a não estourar */
/* Força a imagem dentro do logo a não estourar */
#p-logo a, .mw-wiki-logo img {
#p-logo a, .mw-wiki-logo img {
     background-size: contain !important;
     background-size: contain !important;
     width: 100% !important;
     width: 100% !important;
     height: 140px !important; /* Ajuste a altura proporcional aqui */
     height: 140px !important; /* Ajuste a altura proporcional aqui */
}
}


/* Se o logo estiver como imagem fixa na tag <img> */
/* Se o logo estiver como imagem fixa na tag <img> */
#p-logo img {
#p-logo img {
     max-width: 140px !important;
     max-width: 140px !important;
     height: auto !important;
     height: auto !important;
}
}
/* -----------------------------
/* -----------------------------
   FONTE E FUNDO PADRÃO
   FONTE E FUNDO PADRÃO
   ----------------------------- */
   ----------------------------- */
body {
body {
     font-family: "Segoe UI", Arial, sans-serif;  /* FONTE PADRÃO IGUAL AO PRINT */
     font-family: "Segoe UI", Arial, sans-serif;  /* FONTE PADRÃO IGUAL AO PRINT */
     background-color: #ffffff;                  /* FUNDO BRANCO IGUAL AO PRINT */
     background-color: #ffffff;                  /* FUNDO BRANCO IGUAL AO PRINT */
}
}


/* -----------------------------
/* -----------------------------
   REMOVE LARGURA QUEBRADA PADRÃO
   REMOVE LARGURA QUEBRADA PADRÃO
   ----------------------------- */
   ----------------------------- */
.mw-body {
.mw-body {
     max-width: 100%;          /* LARGURA MÁXIMA PARA EVITAR QUEBRA */
     max-width: 100%;          /* LARGURA MÁXIMA PARA EVITAR QUEBRA */
}
}


/* -----------------------------
/* -----------------------------
   CONTAINER PRINCIPAL DA PÁGINA
   CONTAINER PRINCIPAL DA PÁGINA
   ----------------------------- */
   ----------------------------- */
.everlight-container {
 
.farm-land-container {
 
     max-width: 1200px;        /* LARGURA MÁXIMA IGUAL AO PRINT */
     max-width: 1200px;        /* LARGURA MÁXIMA IGUAL AO PRINT */
     margin: 0 auto;          /* CENTRALIZA CONTAINER */
     margin: 0 auto;          /* CENTRALIZA CONTAINER */
     padding: 10px;            /* ESPAÇAMENTO INTERNO PADRÃO */
     padding: 10px;            /* ESPAÇAMENTO INTERNO PADRÃO */
}
}


/* =========================
/* =========================
   BARRA SUPERIOR DE LINKS
   BARRA SUPERIOR DE LINKS
   ========================= */
   ========================= */
.everlight-top-links {
 
.farm-land-top-links {
 
     text-align: center;      /* CENTRALIZA TEXTO IGUAL AO PRINT */
     text-align: center;      /* CENTRALIZA TEXTO IGUAL AO PRINT */
     font-size: 14px;          /* TAMANHO DE FONTE IGUAL AO PRINT */
     font-size: 14px;          /* TAMANHO DE FONTE IGUAL AO PRINT */
     margin-bottom: 15px;      /* ESPAÇAMENTO INFERIOR IGUAL AO PRINT */
     margin-bottom: 15px;      /* ESPAÇAMENTO INFERIOR IGUAL AO PRINT */
}
}


.everlight-top-links a {
.farm-land-top-links a {
 
     color: #2a4bd7;          /* COR DO LINK IGUAL AO PRINT */
     color: #2a4bd7;          /* COR DO LINK IGUAL AO PRINT */
     text-decoration: none;    /* REMOVE SUBLINHADO PADRÃO */
     text-decoration: none;    /* REMOVE SUBLINHADO PADRÃO */
     margin: 0 6px;            /* ESPAÇAMENTO ENTRE LINKS IGUAL AO PRINT */
     margin: 0 6px;            /* ESPAÇAMENTO ENTRE LINKS IGUAL AO PRINT */
}
}


.everlight-top-links a:hover {
.farm-land-top-links a:hover {
 
     text-decoration: underline; /* SUBLINHADO AO PASSAR O MOUSE */
     text-decoration: underline; /* SUBLINHADO AO PASSAR O MOUSE */
}
}


/* =========================
/* =========================
   BANNER PRINCIPAL
   BANNER PRINCIPAL
   ========================= */
   ========================= */
.everlight-banner {
 
.farm-land-banner {
 
     height: 220px;            /* ALTURA DO BANNER IGUAL AO PRINT */
     height: 220px;            /* ALTURA DO BANNER IGUAL AO PRINT */
     background: #9b1c1c;      /* COR DE FUNDO DO BANNER */
     background: #9b1c1c;      /* COR DE FUNDO DO BANNER */
     border-radius: 10px;      /* CANTOS ARREDONDADOS */
     border-radius: 10px;      /* CANTOS ARREDONDADOS */
     display: flex;            /* FLEX PARA CENTRALIZAR CONTEÚDO */
     display: flex;            /* FLEX PARA CENTRALIZAR CONTEÚDO */
     align-items: center;      /* CENTRALIZA VERTICALMENTE */
     align-items: center;      /* CENTRALIZA VERTICALMENTE */
     justify-content: center;  /* CENTRALIZA HORIZONTALMENTE */
     justify-content: center;  /* CENTRALIZA HORIZONTALMENTE */
     color: #ffffff;            /* COR DO TEXTO DO BANNER */
     color: #ffffff;            /* COR DO TEXTO DO BANNER */
     font-size: 32px;          /* TAMANHO DA FONTE DO BANNER */
     font-size: 32px;          /* TAMANHO DA FONTE DO BANNER */
     font-weight: bold;        /* NEGRITO */
     font-weight: bold;        /* NEGRITO */
     margin-bottom: 20px;      /* ESPAÇAMENTO ABAIXO DO BANNER */
     margin-bottom: 20px;      /* ESPAÇAMENTO ABAIXO DO BANNER */
}
}


/* =========================
/* =========================
   BOTÃO DE EVENTO
   BOTÃO DE EVENTO
   ========================= */
   ========================= */
.everlight-event-button {
 
.farm-land-event-button {
 
     text-align: center;        /* CENTRALIZA O BOTÃO */
     text-align: center;        /* CENTRALIZA O BOTÃO */
     margin-bottom: 25px;      /* ESPAÇAMENTO ABAIXO DO BOTÃO */
     margin-bottom: 25px;      /* ESPAÇAMENTO ABAIXO DO BOTÃO */
}
}


.everlight-event-button a {
.farm-land-event-button a {
 
     background: #c62828;      /* COR DE FUNDO DO BOTÃO */
     background: #c62828;      /* COR DE FUNDO DO BOTÃO */
     color: #fff;              /* COR DO TEXTO */
     color: #fff;              /* COR DO TEXTO */
     padding: 12px 30px;        /* PADDING DO BOTÃO */
     padding: 12px 30px;        /* PADDING DO BOTÃO */
     font-size: 20px;          /* TAMANHO DA FONTE DO BOTÃO */
     font-size: 20px;          /* TAMANHO DA FONTE DO BOTÃO */
     text-decoration: none;    /* REMOVE SUBLINHADO */
     text-decoration: none;    /* REMOVE SUBLINHADO */
     border-radius: 6px;        /* CANTOS LEVEMENTE ARREDONDADOS */
     border-radius: 6px;        /* CANTOS LEVEMENTE ARREDONDADOS */
     transition: background 0.3s; /* TRANSIÇÃO SUAVE AO HOVER */
     transition: background 0.3s; /* TRANSIÇÃO SUAVE AO HOVER */
}
}


.everlight-event-button a:hover {
.farm-land-event-button a:hover {
 
     background: #a11f1f;      /* COR DE FUNDO AO PASSAR O MOUSE */
     background: #a11f1f;      /* COR DE FUNDO AO PASSAR O MOUSE */
}
}


/* =========================
/* =========================
   CARDS PRINCIPAIS
   CARDS PRINCIPAIS
   ========================= */
   ========================= */


/* =====================================
/* =====================================
   IMAGENS SIMPLES COM HOVER (SEM GRID)
   IMAGENS SIMPLES COM HOVER (SEM GRID)
   ===================================== */
   ===================================== */


/* Container das imagens com hover */
/* Container das imagens com hover */
.hover-images {
.hover-images {
     display: flex;                  /* FLEX PARA LINHAS */
     display: flex;                  /* FLEX PARA LINHAS */
     flex-wrap: wrap;                /* QUEBRA AUTOMÁTICA DE LINHA */
     flex-wrap: wrap;                /* QUEBRA AUTOMÁTICA DE LINHA */
     gap: 16px;                      /* ESPAÇAMENTO ENTRE IMAGENS */
     gap: 16px;                      /* ESPAÇAMENTO ENTRE IMAGENS */
     justify-content: center;        /* CENTRALIZA HORIZONTALMENTE */
     justify-content: center;        /* CENTRALIZA HORIZONTALMENTE */
     align-items: center;            /* ALINHA VERTICALMENTE */
     align-items: center;            /* ALINHA VERTICALMENTE */
     margin: 20px 0;                /* MARGEM SUPERIOR E INFERIOR */
     margin: 20px 0;                /* MARGEM SUPERIOR E INFERIOR */
}
}


/* Remove qualquer estilo padrão do MediaWiki */
/* Remove qualquer estilo padrão do MediaWiki */
.hover-images .thumb,
.hover-images .thumb,
.hover-images .image {
.hover-images .image {
     background: none;              /* REMOVE FUNDO */
     background: none;              /* REMOVE FUNDO */
     border: none;                  /* REMOVE BORDA */
     border: none;                  /* REMOVE BORDA */
     box-shadow: none;              /* REMOVE SOMBRA */
     box-shadow: none;              /* REMOVE SOMBRA */
     margin: 0;                      /* REMOVE MARGEM */
     margin: 0;                      /* REMOVE MARGEM */
     padding: 0;                    /* REMOVE PADDING */
     padding: 0;                    /* REMOVE PADDING */
}
}


/* Imagens dentro do container hover */
/* Imagens dentro do container hover */
.hover-images img {
.hover-images img {
     display: block;                /* EXIBE COMO BLOCO */
     display: block;                /* EXIBE COMO BLOCO */
     border-radius: 6px;            /* CANTOS ARREDONDADOS */
     border-radius: 6px;            /* CANTOS ARREDONDADOS */
     transition: transform 0.3s ease, box-shadow 0.3s ease; /* TRANSIÇÃO SUAVE */
     transition: transform 0.3s ease, box-shadow 0.3s ease; /* TRANSIÇÃO SUAVE */
}
}


/* Efeito ao passar o mouse nas imagens */
/* Efeito ao passar o mouse nas imagens */
.hover-images img:hover {
.hover-images img:hover {
     transform: translateY(-6px) scale(1.03); /* LEVE MOVIMENTO E AUMENTO */
     transform: translateY(-6px) scale(1.03); /* LEVE MOVIMENTO E AUMENTO */
     box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25); /* SOMBRA SUAVE */
     box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25); /* SOMBRA SUAVE */
}
}


/* Efeito especial para galerias com hover */
/* Efeito especial para galerias com hover */
.everlight-hover-gallery img:hover {
 
.farm-land-hover-gallery img:hover {
 
     transform: scale(1.08) translateY(-6px);  /* AMPLIAÇÃO + LEVE ELEVAÇÃO */
     transform: scale(1.08) translateY(-6px);  /* AMPLIAÇÃO + LEVE ELEVAÇÃO */
     box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
     box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);
     cursor: pointer;                          /* CURSOR DE MÃO */
     cursor: pointer;                          /* CURSOR DE MÃO */
}
}


/* =========================
/* =========================
   TÍTULOS DE SEÇÃO
   TÍTULOS DE SEÇÃO
   ========================= */
   ========================= */
.everlight-section-title {
 
.farm-land-section-title {
 
     font-size: 22px;              /* TAMANHO DA FONTE IGUAL AO PRINT */
     font-size: 22px;              /* TAMANHO DA FONTE IGUAL AO PRINT */
     margin: 25px 0 15px;          /* MARGEM SUPERIOR E INFERIOR */
     margin: 25px 0 15px;          /* MARGEM SUPERIOR E INFERIOR */
     border-bottom: 2px solid #ccc; /* LINHA INFERIOR */
     border-bottom: 2px solid #ccc; /* LINHA INFERIOR */
}
}


/* =========================
/* =========================
   GUIAS
   GUIAS
   ========================= */
   ========================= */
.everlight-guide {
 
.farm-land-guide {
 
     display: flex;                /* FLEX PARA ÍCONES + TEXTO */
     display: flex;                /* FLEX PARA ÍCONES + TEXTO */
     align-items: center;          /* CENTRALIZA VERTICALMENTE */
     align-items: center;          /* CENTRALIZA VERTICALMENTE */
     font-size: 14px;              /* TAMANHO DA FONTE PADRÃO */
     font-size: 14px;              /* TAMANHO DA FONTE PADRÃO */
}
}


/* Ícones dentro das guias */
/* Ícones dentro das guias */
.everlight-guide .icon {
 
.farm-land-guide .icon {
 
     width: 28px;                  /* LARGURA DO ÍCONE */
     width: 28px;                  /* LARGURA DO ÍCONE */
     height: 28px;                /* ALTURA DO ÍCONE */
     height: 28px;                /* ALTURA DO ÍCONE */
     background: #ccc;            /* FUNDO CINZA */
     background: #ccc;            /* FUNDO CINZA */
     margin-right: 8px;            /* ESPAÇAMENTO ENTRE ÍCONE E TEXTO */
     margin-right: 8px;            /* ESPAÇAMENTO ENTRE ÍCONE E TEXTO */
}
}


/* =========================
/* =========================
   DESTAQUES
   DESTAQUES
   ========================= */
   ========================= */


/* Container de destaques em grid */
/* Container de destaques em grid */
.everlight-highlights {
 
.farm-land-highlights {
 
     display: grid;                              /* GRID PARA CARDS */
     display: grid;                              /* GRID PARA CARDS */
     grid-template-columns: repeat(4, 1fr);      /* 4 COLUNAS IGUAIS */
     grid-template-columns: repeat(4, 1fr);      /* 4 COLUNAS IGUAIS */
     gap: 12px;                                  /* ESPAÇAMENTO ENTRE CARDS */
     gap: 12px;                                  /* ESPAÇAMENTO ENTRE CARDS */
}
}


/* Imagem do destaque */
/* Imagem do destaque */
.everlight-highlight .img {
 
.farm-land-highlight .img {
 
     height: 120px;                              /* ALTURA IGUAL AO PRINT */
     height: 120px;                              /* ALTURA IGUAL AO PRINT */
     background: #ddd;                          /* FUNDO CINZA CLARO */
     background: #ddd;                          /* FUNDO CINZA CLARO */
}
}


/* Título do destaque */
/* Título do destaque */
.everlight-highlight .title {
 
.farm-land-highlight .title {
 
     padding: 8px;                              /* ESPAÇAMENTO INTERNO */
     padding: 8px;                              /* ESPAÇAMENTO INTERNO */
     text-align: center;                        /* CENTRALIZA TEXTO */
     text-align: center;                        /* CENTRALIZA TEXTO */
     font-weight: bold;                          /* TEXTO EM NEGRITO */
     font-weight: bold;                          /* TEXTO EM NEGRITO */
}
}


/* =========================
/* =========================
   ANIMAÇÕES - CARDS PRINCIPAIS
   ANIMAÇÕES - CARDS PRINCIPAIS
   ========================= */
   ========================= */


/* Card container */
/* Card container */
.everlight-card {
 
.farm-land-card {
 
     transition: transform 0.25s ease, box-shadow 0.25s ease; /* TRANSIÇÃO SUAVE */
     transition: transform 0.25s ease, box-shadow 0.25s ease; /* TRANSIÇÃO SUAVE */
     cursor: pointer;                                        /* CURSOR DE MÃO */
     cursor: pointer;                                        /* CURSOR DE MÃO */
}
}


/* Efeito hover do card */
/* Efeito hover do card */
.everlight-card:hover {
 
.farm-land-card:hover {
 
     transform: translateY(-6px);                            /* LEVE ELEVAÇÃO */
     transform: translateY(-6px);                            /* LEVE ELEVAÇÃO */
     box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);            /* SOMBRA SUAVE */
     box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);            /* SOMBRA SUAVE */
     background: #ffffff;                                    /* FUNDO BRANCO */
     background: #ffffff;                                    /* FUNDO BRANCO */
}
}


/* Imagem dentro do card */
/* Imagem dentro do card */
.everlight-card .img {
 
.farm-land-card .img {
 
     transition: transform 0.25s ease;                        /* TRANSIÇÃO SUAVE */
     transition: transform 0.25s ease;                        /* TRANSIÇÃO SUAVE */
}
}


/* Efeito hover na imagem do card */
/* Efeito hover na imagem do card */
.everlight-card:hover .img {
 
.farm-land-card:hover .img {
 
     transform: scale(1.05);                                  /* LEVE AMPLIAÇÃO */
     transform: scale(1.05);                                  /* LEVE AMPLIAÇÃO */
}
}


/* =========================
/* =========================
   CONTEÚDOS EXCLUSIVOS
   CONTEÚDOS EXCLUSIVOS
   ========================= */
   ========================= */


/* Container geral */
/* Container geral */
.everlight-exclusive-wrapper {
 
.farm-land-exclusive-wrapper {
 
     margin-top: 30px;                                        /* MARGEM SUPERIOR */
     margin-top: 30px;                                        /* MARGEM SUPERIOR */
}
}


/* Grid dos conteúdos exclusivos */
/* Grid dos conteúdos exclusivos */
.everlight-exclusive-grid {
 
.farm-land-exclusive-grid {
 
     display: grid;                                          /* GRID PARA ITENS */
     display: grid;                                          /* GRID PARA ITENS */
     grid-template-columns: repeat(3, 1fr);                  /* 3 COLUNAS IGUAIS */
     grid-template-columns: repeat(3, 1fr);                  /* 3 COLUNAS IGUAIS */
     gap: 15px;                                              /* ESPAÇAMENTO ENTRE ITENS */
     gap: 15px;                                              /* ESPAÇAMENTO ENTRE ITENS */
}
}


/* Item individual */
/* Item individual */
.everlight-exclusive-item {
 
.farm-land-exclusive-item {
 
     border: 1px solid #cfcfcf;                              /* BORDA LEVE */
     border: 1px solid #cfcfcf;                              /* BORDA LEVE */
     background: #f7f7f7;                                    /* FUNDO CINZA CLARO */
     background: #f7f7f7;                                    /* FUNDO CINZA CLARO */
     transition: transform 0.25s ease, box-shadow 0.25s ease; /* TRANSIÇÃO SUAVE */
     transition: transform 0.25s ease, box-shadow 0.25s ease; /* TRANSIÇÃO SUAVE */
}
}


/* Efeito hover no item */
/* Efeito hover no item */
.everlight-exclusive-item:hover {
 
.farm-land-exclusive-item:hover {
 
     transform: translateY(-5px);                              /* LEVE ELEVAÇÃO */
     transform: translateY(-5px);                              /* LEVE ELEVAÇÃO */
     box-shadow: 0 8px 18px rgba(0,0,0,0.18);                /* SOMBRA SUAVE */
     box-shadow: 0 8px 18px rgba(0,0,0,0.18);                /* SOMBRA SUAVE */
}
}


/* Imagem do item exclusivo */
/* Imagem do item exclusivo */
.everlight-exclusive-img {
 
.farm-land-exclusive-img {
 
     height: 140px;                                            /* ALTURA IGUAL AO PRINT */
     height: 140px;                                            /* ALTURA IGUAL AO PRINT */
     background: #dcdcdc;                                      /* FUNDO CINZA CLARO */
     background: #dcdcdc;                                      /* FUNDO CINZA CLARO */
}
}


/* Título do item exclusivo */
/* Título do item exclusivo */
.everlight-exclusive-title {
 
.farm-land-exclusive-title {
 
     padding: 10px;                                          /* ESPAÇAMENTO INTERNO */
     padding: 10px;                                          /* ESPAÇAMENTO INTERNO */
     font-weight: bold;                                      /* TEXTO EM NEGRITO */
     font-weight: bold;                                      /* TEXTO EM NEGRITO */
     text-align: center;                                      /* CENTRALIZA TEXTO */
     text-align: center;                                      /* CENTRALIZA TEXTO */
     background: #ffffff;                                    /* FUNDO BRANCO */
     background: #ffffff;                                    /* FUNDO BRANCO */
}
}


/* =========================
/* =========================
   GUIAS – EverLight
 
   GUIAS – FarmLand
 
   ========================= */
   ========================= */


/* Container geral das guias */
/* Container geral das guias */
.hr-guides-wrapper {
.hr-guides-wrapper {
     max-width: 1200px;          /* LARGURA MÁXIMA IGUAL AO PRINT */
     max-width: 1200px;          /* LARGURA MÁXIMA IGUAL AO PRINT */
     margin: 25px auto;          /* CENTRALIZA E MARGEM SUPERIOR */
     margin: 25px auto;          /* CENTRALIZA E MARGEM SUPERIOR */
     background: #ffffff;        /* FUNDO BRANCO */
     background: #ffffff;        /* FUNDO BRANCO */
}
}


/* Título das guias */
/* Título das guias */
.hr-guides-title {
.hr-guides-title {
     text-align: center;        /* CENTRALIZA TEXTO */
     text-align: center;        /* CENTRALIZA TEXTO */
     font-weight: bold;          /* NEGRITO */
     font-weight: bold;          /* NEGRITO */
     font-size: 14px;            /* TAMANHO DA FONTE */
     font-size: 14px;            /* TAMANHO DA FONTE */
     letter-spacing: 1px;        /* ESPAÇAMENTO ENTRE LETRAS */
     letter-spacing: 1px;        /* ESPAÇAMENTO ENTRE LETRAS */
     padding: 6px 0;            /* ESPAÇAMENTO INTERNO */
     padding: 6px 0;            /* ESPAÇAMENTO INTERNO */
     margin-bottom: 10px;        /* MARGEM INFERIOR */
     margin-bottom: 10px;        /* MARGEM INFERIOR */
     border-top: 1px solid #cfcfcf;
     border-top: 1px solid #cfcfcf;
     border-bottom: 1px solid #cfcfcf;
     border-bottom: 1px solid #cfcfcf;
}
}


/* =========================
/* =========================
   CARDS
   CARDS
   ========================= */
   ========================= */


/* Container geral de cards */
/* Container geral de cards */
.everlight-cards {
 
.farm-land-cards {
 
     display: flex;                                      /* FLEX PARA CARDS */
     display: flex;                                      /* FLEX PARA CARDS */
     gap: 14px;                                          /* ESPAÇAMENTO ENTRE CARDS */
     gap: 14px;                                          /* ESPAÇAMENTO ENTRE CARDS */
     justify-content: center;                            /* CENTRALIZA HORIZONTALMENTE */
     justify-content: center;                            /* CENTRALIZA HORIZONTALMENTE */
     flex-wrap: wrap;                                    /* QUEBRA DE LINHA AUTOMÁTICA */
     flex-wrap: wrap;                                    /* QUEBRA DE LINHA AUTOMÁTICA */
}
}


/* Card individual */
/* Card individual */
.everlight-card {
 
.farm-land-card {
 
     width: 160px;                                      /* LARGURA DO CARD */
     width: 160px;                                      /* LARGURA DO CARD */
     background: #ffffff;                              /* FUNDO BRANCO */
     background: #ffffff;                              /* FUNDO BRANCO */
     border: 1px solid #cfd6dd;                        /* BORDA LEVE */
     border: 1px solid #cfd6dd;                        /* BORDA LEVE */
     border-radius: 2px;                                /* CANTOS LEVEMENTE ARREDONDADOS */
     border-radius: 2px;                                /* CANTOS LEVEMENTE ARREDONDADOS */
     overflow: hidden;                                  /* ESCONDE EXCESSO DE CONTEÚDO */
     overflow: hidden;                                  /* ESCONDE EXCESSO DE CONTEÚDO */
     text-align: center;                                /* CENTRALIZA TEXTO */
     text-align: center;                                /* CENTRALIZA TEXTO */
     font-family: Arial, sans-serif;                    /* FONTE PADRÃO */
     font-family: Arial, sans-serif;                    /* FONTE PADRÃO */
}
}


/* Imagem do card */
/* Imagem do card */
.everlight-img {
 
.farm-land-img {
 
     width: 100%;                                      /* OCUPA TODA A LARGURA */
     width: 100%;                                      /* OCUPA TODA A LARGURA */
     height: 100px;                                    /* ALTURA IGUAL AO PRINT */
     height: 100px;                                    /* ALTURA IGUAL AO PRINT */
     background-size: cover;                            /* IMAGEM COBRE TODO O ESPAÇO */
     background-size: cover;                            /* IMAGEM COBRE TODO O ESPAÇO */
     background-position: center;                        /* CENTRALIZA IMAGEM */
     background-position: center;                        /* CENTRALIZA IMAGEM */
     background-repeat: no-repeat;                      /* SEM REPETIÇÃO */
     background-repeat: no-repeat;                      /* SEM REPETIÇÃO */
}
}


/* Link do card */
/* Link do card */
.everlight-card a {
 
.farm-land-card a {
 
     display: block;
     display: block;
     padding: 8px 4px;                                  /* PADDING INTERNO */
     padding: 8px 4px;                                  /* PADDING INTERNO */
     font-weight: bold;                                /* TEXTO NEGRITO */
     font-weight: bold;                                /* TEXTO NEGRITO */
     color: #0033cc;                                    /* COR DO LINK */
     color: #0033cc;                                    /* COR DO LINK */
     text-decoration: none;                            /* REMOVE SUBLINHADO */
     text-decoration: none;                            /* REMOVE SUBLINHADO */
}
}


.everlight-card a:hover {
.farm-land-card a:hover {
 
     text-decoration: underline;                        /* SUBLINHADO AO PASSAR O MOUSE */
     text-decoration: underline;                        /* SUBLINHADO AO PASSAR O MOUSE */
}
}


/* =========================
/* =========================
   CLASSES TABLE
   CLASSES TABLE
   ========================= */
   ========================= */


/* Tabela de classes */
/* Tabela de classes */
.classes-table {
.classes-table {
     width: 100%;                                      /* OCUPA 100% DA LARGURA */
     width: 100%;                                      /* OCUPA 100% DA LARGURA */
     border-collapse: collapse;                        /* REMOVE ESPAÇAMENTO ENTRE CELULAS */
     border-collapse: collapse;                        /* REMOVE ESPAÇAMENTO ENTRE CELULAS */
     text-align: center;                                /* CENTRALIZA TEXTO */
     text-align: center;                                /* CENTRALIZA TEXTO */
     background: #fff;                                  /* FUNDO BRANCO */
     background: #fff;                                  /* FUNDO BRANCO */
}
}


/* Células da tabela */
/* Células da tabela */
.classes-table td {
.classes-table td {
     border: 1px solid #cfcfcf;                        /* BORDA LEVE */
     border: 1px solid #cfcfcf;                        /* BORDA LEVE */
     padding: 10px;                                    /* ESPAÇAMENTO INTERNO */
     padding: 10px;                                    /* ESPAÇAMENTO INTERNO */
     vertical-align: middle;                            /* ALINHA TEXTO NO CENTRO */
     vertical-align: middle;                            /* ALINHA TEXTO NO CENTRO */
}
}


/* Nome da classe */
/* Nome da classe */
.class-name {
.class-name {
     color: #2a5db0;                                    /* COR AZUL */
     color: #2a5db0;                                    /* COR AZUL */
     font-weight: bold;                                  /* TEXTO NEGRITO */
     font-weight: bold;                                  /* TEXTO NEGRITO */
}
}


/* =========================
/* =========================
   BARRAS DE TÍTULO
   BARRAS DE TÍTULO
   ========================= */
   ========================= */


/* Barra padrão */
/* Barra padrão */
.row-title td {
.row-title td {
     font-weight: bold;                                  /* TEXTO NEGRITO */
     font-weight: bold;                                  /* TEXTO NEGRITO */
     padding: 6px;                                      /* PADDING INTERNO */
     padding: 6px;                                      /* PADDING INTERNO */
     border: 1px solid #bdbdbd;                          /* BORDA LEVE */
     border: 1px solid #bdbdbd;                          /* BORDA LEVE */
}
}


/* Barra inicial */
/* Barra inicial */
.row-title.initial td {
.row-title.initial td {
     background: #fdecc8;                                /* FUNDO LARANJA CLARO */
     background: #fdecc8;                                /* FUNDO LARANJA CLARO */
}
}


/* Barras de cores alternativas */
/* Barras de cores alternativas */
.row-title.c1 td {
.row-title.c1 td {
     background: #f6ef99;                                /* FUNDO AMARELO CLARO */
     background: #f6ef99;                                /* FUNDO AMARELO CLARO */
}
}


.row-title.c2 td {
.row-title.c2 td {
     background: #f2ddc7;                                /* FUNDO BEGE CLARO */
     background: #f2ddc7;                                /* FUNDO BEGE CLARO */
}
}


.row-title.trans td {
.row-title.trans td {
     background: #dce8dc;                                /* FUNDO VERDE CLARO */
     background: #dce8dc;                                /* FUNDO VERDE CLARO */
}
}


.row-title.expand td {
.row-title.expand td {
     background: #f6ef99;                                /* FUNDO AMARELO CLARO */
     background: #f6ef99;                                /* FUNDO AMARELO CLARO */
}
}


.row-title.expand2 td {
.row-title.expand2 td {
     background: #f2ddc7;                                /* FUNDO BEGE CLARO */
     background: #f2ddc7;                                /* FUNDO BEGE CLARO */
}
}


/* ===============================
/* ===============================
   LAYOUT DAS CLASSES – EVERLIGHT
 
   LAYOUT DAS CLASSES – FARMLAND
 
   =============================== */
   =============================== */


/* Grid principal das classes */
/* Grid principal das classes */
.classes-grid {
.classes-grid {
     display: grid;                                /* GRID PARA ITENS */
     display: grid;                                /* GRID PARA ITENS */
     gap: 0;                                      /* SEM ESPAÇAMENTO ENTRE ITENS */
     gap: 0;                                      /* SEM ESPAÇAMENTO ENTRE ITENS */
     border-left: 1px solid #cfcfcf;              /* BORDA ESQUERDA */
     border-left: 1px solid #cfcfcf;              /* BORDA ESQUERDA */
     border-top: 1px solid #cfcfcf;              /* BORDA SUPERIOR */
     border-top: 1px solid #cfcfcf;              /* BORDA SUPERIOR */
     margin-bottom: 25px;                          /* MARGEM INFERIOR */
     margin-bottom: 25px;                          /* MARGEM INFERIOR */
     background: #ffffff;                          /* FUNDO BRANCO */
     background: #ffffff;                          /* FUNDO BRANCO */
}
}


/* Configurações por quantidade de colunas */
/* Configurações por quantidade de colunas */
.classes-grid-2  { grid-template-columns: repeat(2, 1fr); }
.classes-grid-2  { grid-template-columns: repeat(2, 1fr); }
.classes-grid-4  { grid-template-columns: repeat(4, 1fr); }
.classes-grid-4  { grid-template-columns: repeat(4, 1fr); }
.classes-grid-6  { grid-template-columns: repeat(6, 1fr); }
.classes-grid-6  { grid-template-columns: repeat(6, 1fr); }
.classes-grid-10 { grid-template-columns: repeat(5, 1fr); }
.classes-grid-10 { grid-template-columns: repeat(5, 1fr); }


/* Item individual da classe */
/* Item individual da classe */
.class-item {
.class-item {
     text-align: center;                          /* CENTRALIZA TEXTO */
     text-align: center;                          /* CENTRALIZA TEXTO */
     padding: 20px 10px;                          /* ESPAÇAMENTO INTERNO */
     padding: 20px 10px;                          /* ESPAÇAMENTO INTERNO */
     border-right: 1px solid #cfcfcf;            /* BORDA DIREITA */
     border-right: 1px solid #cfcfcf;            /* BORDA DIREITA */
     border-bottom: 1px solid #cfcfcf;            /* BORDA INFERIOR */
     border-bottom: 1px solid #cfcfcf;            /* BORDA INFERIOR */
     background: #ffffff;                          /* FUNDO BRANCO */
     background: #ffffff;                          /* FUNDO BRANCO */
     font-size: 14px;                              /* TAMANHO DA FONTE */
     font-size: 14px;                              /* TAMANHO DA FONTE */
     line-height: 1.4;                            /* ALTURA DE LINHA */
     line-height: 1.4;                            /* ALTURA DE LINHA */
}
}


/* Imagem dentro do item da classe */
/* Imagem dentro do item da classe */
.class-item img {
.class-item img {
     display: inline-block;                        /* EXIBE EM LINHA */
     display: inline-block;                        /* EXIBE EM LINHA */
     margin: 0 2px;                                /* MARGEM LATERAL PEQUENA */
     margin: 0 2px;                                /* MARGEM LATERAL PEQUENA */
     vertical-align: middle;                      /* ALINHA AO MEIO */
     vertical-align: middle;                      /* ALINHA AO MEIO */
     max-width: 100%;                              /* NÃO ULTRAPASSA CONTAINER */
     max-width: 100%;                              /* NÃO ULTRAPASSA CONTAINER */
     height: auto;                                /* ALTURA PROPORCIONAL */
     height: auto;                                /* ALTURA PROPORCIONAL */
}
}


/* =========================
/* =========================
   TÍTULOS DE CLASSES
   TÍTULOS DE CLASSES
   ========================= */
   ========================= */


/* Títulos genéricos */
/* Títulos genéricos */
h2 {
h2 {
     margin: 0;
     margin: 0;
     padding: 6px;
     padding: 6px;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
}
}


/* Classes de cores específicas (substitui :contains) */
/* Classes de cores específicas (substitui :contains) */
.classe-inicial-title            { background: #f6e7c6; border: 1px solid #e0c99c; }
.classe-inicial-title            { background: #f6e7c6; border: 1px solid #e0c99c; }
.classe-1-title                  { background: #f2ea8c; border: 1px solid #e0d87c; }
.classe-1-title                  { background: #f2ea8c; border: 1px solid #e0d87c; }
.classe-2-title                  { background: #efd7c4; border: 1px solid #dcc2a9; }
.classe-2-title                  { background: #efd7c4; border: 1px solid #dcc2a9; }
.classe-transcendental-title    { background: #dce6d8; border: 1px solid #c5d4c1; }
.classe-transcendental-title    { background: #dce6d8; border: 1px solid #c5d4c1; }
.classe-expandida-title          { background: #f2ea8c; border: 1px solid #e0d87c; }
.classe-expandida-title          { background: #f2ea8c; border: 1px solid #e0d87c; }


/* =========================
/* =========================
   RESPONSIVIDADE DAS CLASSES
   RESPONSIVIDADE DAS CLASSES
   ========================= */
   ========================= */


/* Para telas até 1200px */
/* Para telas até 1200px */
@media (max-width: 1200px) {
@media (max-width: 1200px) {
     .classes-grid-6  { grid-template-columns: repeat(4, 1fr); }
     .classes-grid-6  { grid-template-columns: repeat(4, 1fr); }
     .classes-grid-10 { grid-template-columns: repeat(5, 1fr); }
     .classes-grid-10 { grid-template-columns: repeat(5, 1fr); }
}
}


/* Para telas até 900px */
/* Para telas até 900px */
@media (max-width: 900px) {
@media (max-width: 900px) {
     .classes-grid-6  { grid-template-columns: repeat(3, 1fr); }
     .classes-grid-6  { grid-template-columns: repeat(3, 1fr); }
     .classes-grid-10 { grid-template-columns: repeat(3, 1fr); }
     .classes-grid-10 { grid-template-columns: repeat(3, 1fr); }
     .classes-grid-4  { grid-template-columns: repeat(2, 1fr); }
     .classes-grid-4  { grid-template-columns: repeat(2, 1fr); }
}
}


/* Para telas até 600px */
/* Para telas até 600px */
@media (max-width: 600px) {
@media (max-width: 600px) {
     .classes-grid-6,  
     .classes-grid-6,  
     .classes-grid-10,  
     .classes-grid-10,  
     .classes-grid-4 { grid-template-columns: repeat(2, 1fr); }
     .classes-grid-4 { grid-template-columns: repeat(2, 1fr); }
}
}


/* Para telas até 400px */
/* Para telas até 400px */
@media (max-width: 400px) {
@media (max-width: 400px) {
     .classes-grid-6,  
     .classes-grid-6,  
     .classes-grid-10,  
     .classes-grid-10,  
     .classes-grid-4,
     .classes-grid-4,
     .classes-grid-2 { grid-template-columns: 1fr; }
     .classes-grid-2 { grid-template-columns: 1fr; }
}
}


/* ================================================= */
/* ================================================= */
/* SISTEMA DE CLASSES - WIKI EVERLIGHT             */
 
/* SISTEMA DE CLASSES - WIKI FARMLAND             */
 
/* ================================================= */
/* ================================================= */


/* -----------------------------
/* -----------------------------
   RESET E CONTAINER
   RESET E CONTAINER
   ----------------------------- */
   ----------------------------- */
.everlight-classes-system {
 
.farm-land-classes-system {
 
     max-width: 1000px;                                  /* LARGURA MÁXIMA DO SISTEMA */
     max-width: 1000px;                                  /* LARGURA MÁXIMA DO SISTEMA */
     margin: 20px auto;                                  /* CENTRALIZA HORIZONTALMENTE */
     margin: 20px auto;                                  /* CENTRALIZA HORIZONTALMENTE */
     padding: 0 15px;                                    /* PADDING LATERAL */
     padding: 0 15px;                                    /* PADDING LATERAL */
     font-family: -apple-system, BlinkMacSystemFont,    /* FONTE PADRÃO */
     font-family: -apple-system, BlinkMacSystemFont,    /* FONTE PADRÃO */
                 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
                 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
}
}


/* -----------------------------
/* -----------------------------
   TÍTULO DA PÁGINA
   TÍTULO DA PÁGINA
   ----------------------------- */
   ----------------------------- */
.everlight-page-title {
 
.farm-land-page-title {
 
     text-align: center;                                /* CENTRALIZA TEXTO */
     text-align: center;                                /* CENTRALIZA TEXTO */
     margin-bottom: 40px;                                /* MARGEM INFERIOR */
     margin-bottom: 40px;                                /* MARGEM INFERIOR */
     padding-bottom: 20px;                              /* PADDING INFERIOR */
     padding-bottom: 20px;                              /* PADDING INFERIOR */
     border-bottom: 2px solid #e0e0e0;                  /* LINHA SEPARADORA */
     border-bottom: 2px solid #e0e0e0;                  /* LINHA SEPARADORA */
}
}


.everlight-page-title h1 {
.farm-land-page-title h1 {
 
     color: #2c3e50;                                    /* COR DO TÍTULO */
     color: #2c3e50;                                    /* COR DO TÍTULO */
     font-size: 32px;                                    /* TAMANHO DO TÍTULO */
     font-size: 32px;                                    /* TAMANHO DO TÍTULO */
     margin-bottom: 15px;                                /* MARGEM INFERIOR */
     margin-bottom: 15px;                                /* MARGEM INFERIOR */
     font-weight: 700;                                  /* NEGRITO */
     font-weight: 700;                                  /* NEGRITO */
}
}


.everlight-page-title p {
.farm-land-page-title p {
 
     color: #666;                                        /* COR DO SUBTÍTULO */
     color: #666;                                        /* COR DO SUBTÍTULO */
     font-size: 16px;                                    /* TAMANHO DA FONTE */
     font-size: 16px;                                    /* TAMANHO DA FONTE */
     line-height: 1.6;                                  /* ALTURA DE LINHA */
     line-height: 1.6;                                  /* ALTURA DE LINHA */
     max-width: 800px;                                  /* LARGURA MÁXIMA DO TEXTO */
     max-width: 800px;                                  /* LARGURA MÁXIMA DO TEXTO */
     margin: 0 auto;                                    /* CENTRALIZA TEXTO */
     margin: 0 auto;                                    /* CENTRALIZA TEXTO */
}
}


/* -----------------------------
/* -----------------------------
   GRADE PRINCIPAL (3 COLUNAS)
   GRADE PRINCIPAL (3 COLUNAS)
   ----------------------------- */
   ----------------------------- */
.everlight-main-grid {
 
.farm-land-main-grid {
 
     display: grid;                                      /* GRID PARA CARDS */
     display: grid;                                      /* GRID PARA CARDS */
     grid-template-columns: repeat(3, 1fr);            /* 3 COLUNAS IGUAIS */
     grid-template-columns: repeat(3, 1fr);            /* 3 COLUNAS IGUAIS */
     gap: 25px;                                        /* ESPAÇAMENTO ENTRE CARDS */
     gap: 25px;                                        /* ESPAÇAMENTO ENTRE CARDS */
     margin-bottom: 40px;                              /* MARGEM INFERIOR */
     margin-bottom: 40px;                              /* MARGEM INFERIOR */
}
}


/* Responsividade da grade principal */
/* Responsividade da grade principal */
@media (max-width: 900px) {
@media (max-width: 900px) {
     .everlight-main-grid {
 
     .farm-land-main-grid {
 
         grid-template-columns: repeat(2, 1fr);        /* 2 COLUNAS EM TELAS MÉDIAS */
         grid-template-columns: repeat(2, 1fr);        /* 2 COLUNAS EM TELAS MÉDIAS */
     }
     }
}
}


@media (max-width: 600px) {
@media (max-width: 600px) {
     .everlight-main-grid {
 
     .farm-land-main-grid {
 
         grid-template-columns: 1fr;                    /* 1 COLUNA EM TELAS PEQUENAS */
         grid-template-columns: 1fr;                    /* 1 COLUNA EM TELAS PEQUENAS */
     }
     }
}
}


/* -----------------------------
/* -----------------------------
   CARD DA CLASSE (ESTILO SITE)
   CARD DA CLASSE (ESTILO SITE)
   ----------------------------- */
   ----------------------------- */
.everlight-class-card {
 
.farm-land-class-card {
 
     background: white;                                /* FUNDO DO CARD */
     background: white;                                /* FUNDO DO CARD */
     border-radius: 12px;                              /* CANTOS ARREDONDADOS */
     border-radius: 12px;                              /* CANTOS ARREDONDADOS */
     overflow: hidden;                                  /* ESCONDE EXCESSO */
     overflow: hidden;                                  /* ESCONDE EXCESSO */
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);          /* SOMBRA SUAVE */
     box-shadow: 0 4px 12px rgba(0,0,0,0.08);          /* SOMBRA SUAVE */
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* TRANSIÇÃO SUAVE */
     transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* TRANSIÇÃO SUAVE */
     cursor: pointer;                                  /* CURSOR DE MÃO */
     cursor: pointer;                                  /* CURSOR DE MÃO */
     border: 2px solid transparent;                    /* BORDA TRANSPARENTE INICIAL */
     border: 2px solid transparent;                    /* BORDA TRANSPARENTE INICIAL */
     position: relative;                                /* POSICIONAMENTO RELATIVO */
     position: relative;                                /* POSICIONAMENTO RELATIVO */
}
}


.everlight-class-card:hover {
.farm-land-class-card:hover {
 
     transform: translateY(-8px);                      /* LEVE ELEVAÇÃO */
     transform: translateY(-8px);                      /* LEVE ELEVAÇÃO */
     box-shadow: 0 12px 24px rgba(0,0,0,0.15);        /* SOMBRA AO HOVER */
     box-shadow: 0 12px 24px rgba(0,0,0,0.15);        /* SOMBRA AO HOVER */
     border-color: #3498db;                            /* BORDA AZUL AO HOVER */
     border-color: #3498db;                            /* BORDA AZUL AO HOVER */
}
}


.everlight-class-card.active {
.farm-land-class-card.active {
 
     border-color: #2980b9;                            /* BORDA AZUL ESCURO */
     border-color: #2980b9;                            /* BORDA AZUL ESCURO */
     background: #f8fafc;                              /* FUNDO LEVE DIFERENCIADO */
     background: #f8fafc;                              /* FUNDO LEVE DIFERENCIADO */
}
}


/* -----------------------------
/* -----------------------------
   IMAGEM DO CARD
   IMAGEM DO CARD
   ----------------------------- */
   ----------------------------- */
.everlight-class-image {
 
.farm-land-class-image {
 
     height: 220px;                                    /* ALTURA IGUAL AO PRINT */
     height: 220px;                                    /* ALTURA IGUAL AO PRINT */
     background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%); /* GRADIENTE DE FUNDO */
     background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%); /* GRADIENTE DE FUNDO */
     display: flex;                                    /* FLEX PARA CENTRALIZAR IMAGENS */
     display: flex;                                    /* FLEX PARA CENTRALIZAR IMAGENS */
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     gap: 10px;                                        /* ESPAÇAMENTO ENTRE IMAGENS */
     gap: 10px;                                        /* ESPAÇAMENTO ENTRE IMAGENS */
     padding: 20px;                                    /* PADDING INTERNO */
     padding: 20px;                                    /* PADDING INTERNO */
     overflow: hidden;
     overflow: hidden;
}
}


/* -----------------------------
/* -----------------------------
   IMAGENS COM EFEITO HOVER
   IMAGENS COM EFEITO HOVER
   ----------------------------- */
   ----------------------------- */
.everlight-img-hover {
 
.farm-land-img-hover {
 
     transition: all 0.4s ease;                        /* TRANSIÇÃO SUAVE */
     transition: all 0.4s ease;                        /* TRANSIÇÃO SUAVE */
     filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));  /* SOMBRA LEVE */
     filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));  /* SOMBRA LEVE */
     max-height: 180px;                                /* ALTURA MÁXIMA */
     max-height: 180px;                                /* ALTURA MÁXIMA */
     object-fit: contain;                              /* PROPORÇÃO CORRETA */
     object-fit: contain;                              /* PROPORÇÃO CORRETA */
}
}


.everlight-class-card:hover .everlight-img-hover {
.farm-land-class-card:hover .farm-land-img-hover {
 
     transform: scale(1.08);                            /* AMPLIAÇÃO AO HOVER */
     transform: scale(1.08);                            /* AMPLIAÇÃO AO HOVER */
     filter: drop-shadow(0 8px 16px rgba(0,0,0,0.2));  /* SOMBRA MAIOR AO HOVER */
     filter: drop-shadow(0 8px 16px rgba(0,0,0,0.2));  /* SOMBRA MAIOR AO HOVER */
}
}


/* -----------------------------
/* -----------------------------
   NOME DA CLASSE
   NOME DA CLASSE
   ----------------------------- */
   ----------------------------- */
.everlight-class-name {
 
.farm-land-class-name {
 
     padding: 20px;                                    /* PADDING INTERNO */
     padding: 20px;                                    /* PADDING INTERNO */
     text-align: center;                                /* CENTRALIZA TEXTO */
     text-align: center;                                /* CENTRALIZA TEXTO */
     background: white;                                /* FUNDO BRANCO */
     background: white;                                /* FUNDO BRANCO */
     border-top: 1px solid #f1f1f1;                  /* LINHA SEPARADORA */
     border-top: 1px solid #f1f1f1;                  /* LINHA SEPARADORA */
}
}


.everlight-class-title {
.farm-land-class-title {
 
     display: block;
     display: block;
     color: #2c3e50;                                  /* COR DO TÍTULO */
     color: #2c3e50;                                  /* COR DO TÍTULO */
     font-size: 20px;                                  /* TAMANHO DA FONTE */
     font-size: 20px;                                  /* TAMANHO DA FONTE */
     font-weight: 700;                                  /* NEGRITO */
     font-weight: 700;                                  /* NEGRITO */
     margin-bottom: 5px;                                /* MARGEM INFERIOR */
     margin-bottom: 5px;                                /* MARGEM INFERIOR */
}
}


.everlight-class-subtitle {
.farm-land-class-subtitle {
 
     display: block;
     display: block;
     color: #7f8c8d;                                  /* COR DO SUBTÍTULO */
     color: #7f8c8d;                                  /* COR DO SUBTÍTULO */
     font-size: 14px;                                  /* TAMANHO DA FONTE */
     font-size: 14px;                                  /* TAMANHO DA FONTE */
     font-weight: 500;                                  /* PESO MÉDIO */
     font-weight: 500;                                  /* PESO MÉDIO */
     text-transform: uppercase;                        /* MAIÚSCULAS */
     text-transform: uppercase;                        /* MAIÚSCULAS */
     letter-spacing: 1px;                              /* ESPAÇAMENTO ENTRE LETRAS */
     letter-spacing: 1px;                              /* ESPAÇAMENTO ENTRE LETRAS */
}
}


/* ================================================= */
/* ================================================= */
/* ÁREA DE EXPANSÃO (ABRE AO CLICAR)                */
/* ÁREA DE EXPANSÃO (ABRE AO CLICAR)                */
/* ================================================= */
/* ================================================= */


/* Container da área expansível */
/* Container da área expansível */
.everlight-expansion-area {
 
.farm-land-expansion-area {
 
     display: none;                                    /* OCULTO POR PADRÃO */
     display: none;                                    /* OCULTO POR PADRÃO */
     background: white;                                /* FUNDO BRANCO */
     background: white;                                /* FUNDO BRANCO */
     border-radius: 12px;                              /* CANTOS ARREDONDADOS */
     border-radius: 12px;                              /* CANTOS ARREDONDADOS */
     margin: 20px 0 40px;                              /* MARGEM SUPERIOR E INFERIOR */
     margin: 20px 0 40px;                              /* MARGEM SUPERIOR E INFERIOR */
     box-shadow: 0 6px 20px rgba(0,0,0,0.1);          /* SOMBRA LEVE */
     box-shadow: 0 6px 20px rgba(0,0,0,0.1);          /* SOMBRA LEVE */
     border: 1px solid #e0e0e0;                        /* BORDA CINZA CLARO */
     border: 1px solid #e0e0e0;                        /* BORDA CINZA CLARO */
     animation: everlightSlideDown 0.4s ease-out;      /* ANIMAÇÃO AO ABRIR */
 
     animation: farmLandSlideDown 0.4s ease-out;      /* ANIMAÇÃO AO ABRIR */
 
}
}


/* Área ativa (quando clicada) */
/* Área ativa (quando clicada) */
.everlight-expansion-area.active {
 
.farm-land-expansion-area.active {
 
     display: block;                                    /* EXIBE CONTEÚDO */
     display: block;                                    /* EXIBE CONTEÚDO */
}
}


/* Animação de abertura */
/* Animação de abertura */
@keyframes everlightSlideDown {
 
@keyframes farmLandSlideDown {
 
     from {
     from {
         opacity: 0;
         opacity: 0;
         transform: translateY(-15px);                /* LEVE SUBIDA INICIAL */
         transform: translateY(-15px);                /* LEVE SUBIDA INICIAL */
     }
     }
     to {
     to {
         opacity: 1;
         opacity: 1;
         transform: translateY(0);                    /* POSIÇÃO FINAL */
         transform: translateY(0);                    /* POSIÇÃO FINAL */
     }
     }
}
}


/* Conteúdo interno da expansão */
/* Conteúdo interno da expansão */
.everlight-expansion-content {
 
.farm-land-expansion-content {
 
     padding: 30px;                                    /* PADDING INTERNO */
     padding: 30px;                                    /* PADDING INTERNO */
}
}


/* Título da expansão */
/* Título da expansão */
.everlight-expansion-title {
 
.farm-land-expansion-title {
 
     color: #2c3e50;                                  /* COR DO TÍTULO */
     color: #2c3e50;                                  /* COR DO TÍTULO */
     font-size: 28px;                                  /* TAMANHO DA FONTE */
     font-size: 28px;                                  /* TAMANHO DA FONTE */
     margin-bottom: 15px;                              /* MARGEM INFERIOR */
     margin-bottom: 15px;                              /* MARGEM INFERIOR */
     padding-bottom: 15px;                              /* PADDING INFERIOR */
     padding-bottom: 15px;                              /* PADDING INFERIOR */
     border-bottom: 2px solid #3498db;                /* LINHA AZUL */
     border-bottom: 2px solid #3498db;                /* LINHA AZUL */
     font-weight: 700;                                  /* NEGRITO */
     font-weight: 700;                                  /* NEGRITO */
}
}


/* Descrição da expansão */
/* Descrição da expansão */
.everlight-expansion-description {
 
.farm-land-expansion-description {
 
     color: #555;                                      /* COR DO TEXTO */
     color: #555;                                      /* COR DO TEXTO */
     font-size: 16px;                                  /* TAMANHO DA FONTE */
     font-size: 16px;                                  /* TAMANHO DA FONTE */
     line-height: 1.7;                                  /* ALTURA DE LINHA */
     line-height: 1.7;                                  /* ALTURA DE LINHA */
     margin-bottom: 30px;                              /* MARGEM INFERIOR */
     margin-bottom: 30px;                              /* MARGEM INFERIOR */
     padding-bottom: 20px;                              /* PADDING INFERIOR */
     padding-bottom: 20px;                              /* PADDING INFERIOR */
     border-bottom: 1px solid #eee;                    /* LINHA LEVE */
     border-bottom: 1px solid #eee;                    /* LINHA LEVE */
}
}


/* ================================================= */
/* ================================================= */
/* GRADE DE SUB-CLASSES (DENTRO DA EXPANSÃO)        */
/* GRADE DE SUB-CLASSES (DENTRO DA EXPANSÃO)        */
/* ================================================= */
/* ================================================= */


/* Grid de sub-classes */
/* Grid de sub-classes */
.everlight-subclasses-grid {
 
.farm-land-subclasses-grid {
 
     display: grid;                                    /* GRID PARA ITENS */
     display: grid;                                    /* GRID PARA ITENS */
     grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* COLUNAS FLEXÍVEIS */
     grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* COLUNAS FLEXÍVEIS */
     gap: 25px;                                        /* ESPAÇAMENTO ENTRE CARDS */
     gap: 25px;                                        /* ESPAÇAMENTO ENTRE CARDS */
     margin-top: 20px;                                  /* MARGEM SUPERIOR */
     margin-top: 20px;                                  /* MARGEM SUPERIOR */
}
}


/* Card individual de sub-classe */
/* Card individual de sub-classe */
.everlight-subclass-card {
 
.farm-land-subclass-card {
 
     background: #f8fafc;                              /* FUNDO LEVE */
     background: #f8fafc;                              /* FUNDO LEVE */
     border-radius: 10px;                                /* CANTOS ARREDONDADOS */
     border-radius: 10px;                                /* CANTOS ARREDONDADOS */
     padding: 20px;                                      /* PADDING INTERNO */
     padding: 20px;                                      /* PADDING INTERNO */
     transition: all 0.3s ease;                          /* TRANSIÇÃO SUAVE */
     transition: all 0.3s ease;                          /* TRANSIÇÃO SUAVE */
     border: 1px solid #e2e8f0;                          /* BORDA CLARA */
     border: 1px solid #e2e8f0;                          /* BORDA CLARA */
     display: flex;                                      /* FLEX PARA IMAGEM + INFO */
     display: flex;                                      /* FLEX PARA IMAGEM + INFO */
     align-items: center;
     align-items: center;
     gap: 20px;                                          /* ESPAÇAMENTO ENTRE IMAGEM E INFO */
     gap: 20px;                                          /* ESPAÇAMENTO ENTRE IMAGEM E INFO */
}
}


/* Hover no card de sub-classe */
/* Hover no card de sub-classe */
.everlight-subclass-card:hover {
 
.farm-land-subclass-card:hover {
 
     background: white;                                  /* FUNDO BRANCO AO HOVER */
     background: white;                                  /* FUNDO BRANCO AO HOVER */
     border-color: #3498db;                              /* BORDA AZUL */
     border-color: #3498db;                              /* BORDA AZUL */
     box-shadow: 0 6px 12px rgba(52, 152, 219, 0.15);  /* SOMBRA AO HOVER */
     box-shadow: 0 6px 12px rgba(52, 152, 219, 0.15);  /* SOMBRA AO HOVER */
     transform: translateY(-3px);                        /* LEVE ELEVAÇÃO */
     transform: translateY(-3px);                        /* LEVE ELEVAÇÃO */
}
}


/* Imagem da sub-classe */
/* Imagem da sub-classe */
.everlight-subclass-image {
 
.farm-land-subclass-image {
 
     flex-shrink: 0;                                    /* NÃO REDUZIR */
     flex-shrink: 0;                                    /* NÃO REDUZIR */
}
}


.everlight-subclass-img {
.farm-land-subclass-img {
 
     width: 100px;
     width: 100px;
     height: 100px;                                      /* TAMANHO FIXO */
     height: 100px;                                      /* TAMANHO FIXO */
     object-fit: contain;                                /* MANDA PROPORÇÃO CORRETA */
     object-fit: contain;                                /* MANDA PROPORÇÃO CORRETA */
     transition: transform 0.3s ease;                    /* TRANSIÇÃO SUAVE */
     transition: transform 0.3s ease;                    /* TRANSIÇÃO SUAVE */
     filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));    /* SOMBRA LEVE */
     filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));    /* SOMBRA LEVE */
}
}


/* Hover na imagem */
/* Hover na imagem */
.everlight-subclass-card:hover .everlight-subclass-img {
 
.farm-land-subclass-card:hover .farm-land-subclass-img {
 
     transform: scale(1.1);                              /* LEVE AMPLIAÇÃO */
     transform: scale(1.1);                              /* LEVE AMPLIAÇÃO */
}
}


/* Informações da sub-classe */
/* Informações da sub-classe */
.everlight-subclass-info {
 
.farm-land-subclass-info {
 
     flex-grow: 1;                                      /* OCUPA ESPAÇO RESTANTE */
     flex-grow: 1;                                      /* OCUPA ESPAÇO RESTANTE */
}
}


/* Título da sub-classe */
/* Título da sub-classe */
.everlight-subclass-info h3 {
 
.farm-land-subclass-info h3 {
 
     margin: 0 0 8px 0;                                  /* MARGEM INFERIOR */
     margin: 0 0 8px 0;                                  /* MARGEM INFERIOR */
     font-size: 18px;                                    /* TAMANHO DO TÍTULO */
     font-size: 18px;                                    /* TAMANHO DO TÍTULO */
     font-weight: 700;                                  /* NEGRITO */
     font-weight: 700;                                  /* NEGRITO */
}
}


/* Link do título da sub-classe */
/* Link do título da sub-classe */
.everlight-subclass-info h3 a {
 
.farm-land-subclass-info h3 a {
 
     color: #2c3e50;                                    /* COR PADRÃO */
     color: #2c3e50;                                    /* COR PADRÃO */
     text-decoration: none;                              /* SEM SUBLINHADO */
     text-decoration: none;                              /* SEM SUBLINHADO */
     transition: color 0.2s;                            /* TRANSIÇÃO DE COR */
     transition: color 0.2s;                            /* TRANSIÇÃO DE COR */
}
}


.everlight-subclass-info h3 a:hover {
.farm-land-subclass-info h3 a:hover {
 
     color: #3498db;                                    /* AZUL AO PASSAR O MOUSE */
     color: #3498db;                                    /* AZUL AO PASSAR O MOUSE */
}
}


/* Descrição da sub-classe */
/* Descrição da sub-classe */
.everlight-subclass-info p {
 
.farm-land-subclass-info p {
 
     color: #666;                                        /* COR DO TEXTO */
     color: #666;                                        /* COR DO TEXTO */
     font-size: 14px;                                    /* TAMANHO DA FONTE */
     font-size: 14px;                                    /* TAMANHO DA FONTE */
     line-height: 1.5;                                  /* ALTURA DE LINHA */
     line-height: 1.5;                                  /* ALTURA DE LINHA */
     margin: 0;
     margin: 0;
}
}


/* ================================================= */
/* ================================================= */
/* ANIMAÇÕES EXTRAS E MELHORIAS                      */
/* ANIMAÇÕES EXTRAS E MELHORIAS                      */
/* ================================================= */
/* ================================================= */


/* -----------------------------
/* -----------------------------
   EFEITO DE CARREGAMENTO PARA AS IMAGENS
   EFEITO DE CARREGAMENTO PARA AS IMAGENS
   ----------------------------- */
   ----------------------------- */
.everlight-class-image {
 
.farm-land-class-image {
 
     position: relative;  /* Necessário para pseudo-elemento de shimmer */
     position: relative;  /* Necessário para pseudo-elemento de shimmer */
}
}


.everlight-class-image::after {
.farm-land-class-image::after {
 
     content: '';
     content: '';
     position: absolute;
     position: absolute;
     top: 0;
     top: 0;
     left: 0;
     left: 0;
     width: 100%;
     width: 100%;
     height: 100%;
     height: 100%;
     background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
     background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);
     animation: loadingShimmer 1.5s infinite;
     animation: loadingShimmer 1.5s infinite;
     pointer-events: none;
     pointer-events: none;
}
}


@keyframes loadingShimmer {
@keyframes loadingShimmer {
     0% { transform: translateX(-100%); }
     0% { transform: translateX(-100%); }
     100% { transform: translateX(100%); }
     100% { transform: translateX(100%); }
}
}


/* -----------------------------
/* -----------------------------
   SETA INDICADORA NO CARD ATIVO
   SETA INDICADORA NO CARD ATIVO
   ----------------------------- */
   ----------------------------- */
.everlight-class-card.active::after {
 
.farm-land-class-card.active::after {
 
     content: '▼';
     content: '▼';
     position: absolute;
     position: absolute;
     bottom: -15px;
     bottom: -15px;
     left: 50%;
     left: 50%;
     transform: translateX(-50%);
     transform: translateX(-50%);
     color: #2980b9;
     color: #2980b9;
     font-size: 20px;
     font-size: 20px;
     animation: bounce 0.5s infinite alternate;
     animation: bounce 0.5s infinite alternate;
}
}


@keyframes bounce {
@keyframes bounce {
     from { transform: translateX(-50%) translateY(0); }
     from { transform: translateX(-50%) translateY(0); }
     to { transform: translateX(-50%) translateY(5px); }
     to { transform: translateX(-50%) translateY(5px); }
}
}


/* -----------------------------
/* -----------------------------
   BOTÃO DE FECHAR (OPCIONAL)
   BOTÃO DE FECHAR (OPCIONAL)
   ----------------------------- */
   ----------------------------- */
.everlight-close-btn {
 
.farm-land-close-btn {
 
     position: absolute;
     position: absolute;
     top: 15px;
     top: 15px;
     right: 15px;
     right: 15px;
     background: #e74c3c;
     background: #e74c3c;
     color: white;
     color: white;
     border: none;
     border: none;
     width: 32px;
     width: 32px;
     height: 32px;
     height: 32px;
     border-radius: 50%;
     border-radius: 50%;
     font-size: 18px;
     font-size: 18px;
     cursor: pointer;
     cursor: pointer;
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     transition: background 0.2s;
     transition: background 0.2s;
     z-index: 10;
     z-index: 10;
}
}


.everlight-close-btn:hover {
.farm-land-close-btn:hover {
 
     background: #c0392b;
     background: #c0392b;
}
}


/* ================================================= */
/* ================================================= */
/* RESPONSIVIDADE ADICIONAL                        */
/* RESPONSIVIDADE ADICIONAL                        */
/* ================================================= */
/* ================================================= */


/* TABLETS MENORES */
/* TABLETS MENORES */
@media (max-width: 768px) {
@media (max-width: 768px) {
     .everlight-class-image {
 
     .farm-land-class-image {
 
         height: 180px;
         height: 180px;
         padding: 15px;
         padding: 15px;
     }
     }
      
      
     .everlight-img-hover {
 
     .farm-land-img-hover {
 
         max-height: 150px;
         max-height: 150px;
     }
     }
      
      
     .everlight-expansion-content {
 
     .farm-land-expansion-content {
 
         padding: 20px;
         padding: 20px;
     }
     }
      
      
     .everlight-subclass-card {
 
     .farm-land-subclass-card {
 
         flex-direction: column;
         flex-direction: column;
         text-align: center;
         text-align: center;
         gap: 15px;
         gap: 15px;
     }
     }
}
}


/* CELULARES */
/* CELULARES */
@media (max-width: 480px) {
@media (max-width: 480px) {
     .everlight-classes-system {
 
     .farm-land-classes-system {
 
         padding: 0 10px;
         padding: 0 10px;
     }
     }
      
      
     .everlight-page-title h1 {
 
     .farm-land-page-title h1 {
 
         font-size: 24px;
         font-size: 24px;
     }
     }
      
      
     .everlight-page-title p {
 
     .farm-land-page-title p {
 
         font-size: 14px;
         font-size: 14px;
     }
     }
      
      
     .everlight-main-grid {
 
     .farm-land-main-grid {
 
         gap: 15px;
         gap: 15px;
     }
     }
      
      
     .everlight-class-image {
 
     .farm-land-class-image {
 
         height: 150px;
         height: 150px;
     }
     }
      
      
     .everlight-img-hover {
 
     .farm-land-img-hover {
 
         max-height: 120px;
         max-height: 120px;
     }
     }
      
      
     .everlight-class-name {
 
     .farm-land-class-name {
 
         padding: 15px;
         padding: 15px;
     }
     }
      
      
     .everlight-class-title {
 
     .farm-land-class-title {
 
         font-size: 18px;
         font-size: 18px;
     }
     }
      
      
     .everlight-subclasses-grid {
 
     .farm-land-subclasses-grid {
 
         grid-template-columns: 1fr;
         grid-template-columns: 1fr;
     }
     }
}
}


/* DARK MODE SUPPORT (OPCIONAL) */
/* DARK MODE SUPPORT (OPCIONAL) */
@media (prefers-color-scheme: dark) {
@media (prefers-color-scheme: dark) {
     .everlight-classes-system {
 
     .farm-land-classes-system {
 
         background: transparent;
         background: transparent;
     }
     }
      
      
     .everlight-class-card,
 
     .everlight-expansion-area,
     .farm-land-class-card,
     .everlight-subclass-card {
 
     .farm-land-expansion-area,
 
     .farm-land-subclass-card {
 
         background: #2d3748;
         background: #2d3748;
         border-color: #4a5568;
         border-color: #4a5568;
     }
     }
      
      
     .everlight-class-name,
 
     .everlight-expansion-content {
     .farm-land-class-name,
 
     .farm-land-expansion-content {
 
         background: #2d3748;
         background: #2d3748;
     }
     }
      
      
     .everlight-class-title,
 
     .everlight-expansion-title,
     .farm-land-class-title,
     .everlight-subclass-info h3 a {
 
     .farm-land-expansion-title,
 
     .farm-land-subclass-info h3 a {
 
         color: #e2e8f0;
         color: #e2e8f0;
     }
     }
      
      
     .everlight-class-subtitle,
 
     .everlight-expansion-description,
     .farm-land-class-subtitle,
     .everlight-subclass-info p {
 
     .farm-land-expansion-description,
 
     .farm-land-subclass-info p {
 
         color: #a0aec0;
         color: #a0aec0;
     }
     }
      
      
     .everlight-class-image {
 
     .farm-land-class-image {
 
         background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
         background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);
     }
     }
      
      
     .everlight-subclass-card:hover {
 
     .farm-land-subclass-card:hover {
 
         background: #4a5568;
         background: #4a5568;
     }
     }
}
}


/* ================================================= */
/* ================================================= */
/* GRID DE CLASSES                                  */
/* GRID DE CLASSES                                  */
/* ================================================= */
/* ================================================= */
.classes-grid {
.classes-grid {
     display: grid;
     display: grid;
     grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
     grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
     gap: 16px;
     gap: 16px;
     margin: 20px 0;
     margin: 20px 0;
}
}


/* ITEM INDIVIDUAL */
/* ITEM INDIVIDUAL */
.class-item {
.class-item {
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     background: #f7f7f7;
     background: #f7f7f7;
     padding: 15px 10px;
     padding: 15px 10px;
     text-align: center;
     text-align: center;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     cursor: pointer;
     cursor: pointer;
}
}


.class-item:hover {
.class-item:hover {
     transform: translateY(-6px);
     transform: translateY(-6px);
     box-shadow: 0 8px 18px rgba(0,0,0,0.18);
     box-shadow: 0 8px 18px rgba(0,0,0,0.18);
     background: #ffffff;
     background: #ffffff;
}
}


/* IMAGENS DAS CLASSES */
/* IMAGENS DAS CLASSES */
.class-item img {
.class-item img {
     margin: 0 2px;
     margin: 0 2px;
     vertical-align: middle;
     vertical-align: middle;
}
}


/* NOME DA CLASSE */
/* NOME DA CLASSE */
.class-item b,
.class-item b,
.class-item strong {
.class-item strong {
     display: block;
     display: block;
     margin-top: 8px;
     margin-top: 8px;
     font-size: 14px;
     font-size: 14px;
}
}


/* ================================================= */
/* ================================================= */
/* LINKS EM TODO O CARD                              */
/* LINKS EM TODO O CARD                              */
/* ================================================= */
/* ================================================= */


/* Torna o card inteiro clicável */
/* Torna o card inteiro clicável */
.class-link {
.class-link {
     text-decoration: none;  /* Remove underline */
     text-decoration: none;  /* Remove underline */
     color: inherit;          /* Mantém cor do card */
     color: inherit;          /* Mantém cor do card */
     display: block;          /* Ocupa todo o card */
     display: block;          /* Ocupa todo o card */
}
}


.class-link:hover {
.class-link:hover {
     text-decoration: none;
     text-decoration: none;
     color: inherit;
     color: inherit;
}
}


/* ================================================= */
/* ================================================= */
/* ANIMAÇÃO E INTERAÇÃO – CLASSES                    */
/* ANIMAÇÃO E INTERAÇÃO – CLASSES                    */
/* ================================================= */
/* ================================================= */


/* Card individual */
/* Card individual */
.class-item {
.class-item {
     position: relative;
     position: relative;
     cursor: pointer;
     cursor: pointer;
     transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
     transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
}
}


/* Hover no card */
/* Hover no card */
.class-item:hover {
.class-item:hover {
     transform: translateY(-6px);
     transform: translateY(-6px);
     box-shadow: 0 8px 18px rgba(0,0,0,0.18);
     box-shadow: 0 8px 18px rgba(0,0,0,0.18);
     background: #fdfdfd;
     background: #fdfdfd;
}
}


/* Animação nas imagens do card */
/* Animação nas imagens do card */
.class-item img {
.class-item img {
     transition: transform 0.25s ease;
     transition: transform 0.25s ease;
}
}


.class-item:hover img {
.class-item:hover img {
     transform: scale(1.08);
     transform: scale(1.08);
}
}


/* Remove underline e mantém todo o card clicável */
/* Remove underline e mantém todo o card clicável */
.class-item a {
.class-item a {
     text-decoration: none;
     text-decoration: none;
     color: inherit;
     color: inherit;
     display: block;
     display: block;
}
}


/* ================================================= */
/* ================================================= */
/* PÁGINA DE CLASSES – EVERLIGHT                     */
 
/* PÁGINA DE CLASSES – FARMLAND                     */
 
/* ================================================= */
/* ================================================= */


/* Container principal da página */
/* Container principal da página */
.job-page {
.job-page {
     max-width: 750px;
     max-width: 750px;
     margin: 0 0 40px 0;      /* remove auto horizontal */
     margin: 0 0 40px 0;      /* remove auto horizontal */
     padding-left: 0;          /* remove recuo herdado */
     padding-left: 0;          /* remove recuo herdado */
}
}


/* Header da página */
/* Header da página */
.job-header {
.job-header {
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     gap: 20px;
     gap: 20px;
     padding: 20px;
     padding: 20px;
     background: #f6f7f9;
     background: #f6f7f9;
     border: 1px solid #dcdcdc;
     border: 1px solid #dcdcdc;
     margin-bottom: 25px;
     margin-bottom: 25px;
}
}


/* Título da página */
/* Título da página */
.job-title h1 {
.job-title h1 {
     margin: 0;
     margin: 0;
     font-size: 28px;
     font-size: 28px;
}
}


.job-title p {
.job-title p {
     margin: 0;
     margin: 0;
     color: #666;
     color: #666;
     font-weight: bold;
     font-weight: bold;
}
}


/* Seções da página */
/* Seções da página */
.job-section {
.job-section {
     margin-bottom: 25px;
     margin-bottom: 25px;
}
}


.job-section h2 {
.job-section h2 {
     font-size: 20px;
     font-size: 20px;
     margin-bottom: 10px;
     margin-bottom: 10px;
     border-bottom: 2px solid #ccc;
     border-bottom: 2px solid #ccc;
     padding-bottom: 4px;
     padding-bottom: 4px;
}
}


.job-section h3 {
.job-section h3 {
     font-size: 16px;
     font-size: 16px;
     margin-top: 15px;
     margin-top: 15px;
}
}


/* Lista de itens */
/* Lista de itens */
.job-list {
.job-list {
     display: grid;
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     grid-template-columns: repeat(2, 1fr);
     gap: 6px 20px;
     gap: 6px 20px;
     margin: 10px 0;
     margin: 10px 0;
}
}


.job-list li {
.job-list li {
     list-style: disc;
     list-style: disc;
     margin-left: 18px;
     margin-left: 18px;
}
}


/* ================================================= */
/* ================================================= */
/* TABELA DE ATRIBUTOS                              */
/* TABELA DE ATRIBUTOS                              */
/* ================================================= */
/* ================================================= */
.everlight-attr-table {
 
.farm-land-attr-table {
 
     width: 100%;
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
     background: #ffffff;
     background: #ffffff;
     margin: 20px 0 30px;
     margin: 20px 0 30px;
     font-size: 14px;
     font-size: 14px;
}
}


.everlight-attr-table th {
.farm-land-attr-table th {
 
     background: #f2ea8c;
     background: #f2ea8c;
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     padding: 8px;
     padding: 8px;
     text-align: center;
     text-align: center;
}
}


.everlight-attr-table td {
.farm-land-attr-table td {
 
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     padding: 8px;
     padding: 8px;
     text-align: center;
     text-align: center;
}
}


/* Hover nas linhas da tabela */
/* Hover nas linhas da tabela */
.everlight-attr-table tbody tr:hover {
 
.farm-land-attr-table tbody tr:hover {
 
     background: #f9f9f9;
     background: #f9f9f9;
}
}


/* ================================================= */
/* ================================================= */
/* PÁGINA DA CLASSE – APRENDIZ                      */
/* PÁGINA DA CLASSE – APRENDIZ                      */
/* ================================================= */
/* ================================================= */


/* Container principal */
/* Container principal */
.aprendiz-page {
.aprendiz-page {
     max-width: 1200px;
     max-width: 1200px;
     margin: 25px auto;
     margin: 25px auto;
     padding: 10px;
     padding: 10px;
}
}


/* Conteúdo principal: texto + infobox */
/* Conteúdo principal: texto + infobox */
.aprendiz-content {
.aprendiz-content {
     display: flex;
     display: flex;
     gap: 24px;
     gap: 24px;
}
}


/* -----------------------------
/* -----------------------------
   TEXTO PRINCIPAL
   TEXTO PRINCIPAL
   ----------------------------- */
   ----------------------------- */
.aprendiz-text {
.aprendiz-text {
     flex: 3;
     flex: 3;
     background: #ffffff;
     background: #ffffff;
     padding: 18px;
     padding: 18px;
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     font-size: 14px;
     font-size: 14px;
     line-height: 1.6;
     line-height: 1.6;
}
}


.aprendiz-text h2 {
.aprendiz-text h2 {
     margin-top: 25px;
     margin-top: 25px;
     padding-bottom: 5px;
     padding-bottom: 5px;
     border-bottom: 2px solid #e0e0e0;
     border-bottom: 2px solid #e0e0e0;
}
}


/* -----------------------------
/* -----------------------------
   INFOBOX LATERAL
   INFOBOX LATERAL
   ----------------------------- */
   ----------------------------- */
.aprendiz-infobox {
.aprendiz-infobox {
     flex: 1;
     flex: 1;
     background: #f8f8f8;
     background: #f8f8f8;
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     font-size: 13px;
     font-size: 13px;
}
}


/* Título da infobox */
/* Título da infobox */
.infobox-title {
.infobox-title {
     background: #f2ea8c;
     background: #f2ea8c;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
     padding: 8px;
     padding: 8px;
     font-size: 16px;
     font-size: 16px;
}
}


/* Área de imagens dentro da infobox */
/* Área de imagens dentro da infobox */
.infobox-images {
.infobox-images {
     text-align: center;
     text-align: center;
     padding: 10px;
     padding: 10px;
}
}


/* Tabela da infobox */
/* Tabela da infobox */
.infobox-table {
.infobox-table {
     width: 100%;
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
}
}


.infobox-table th,
.infobox-table th,
.infobox-table td {
.infobox-table td {
     border-top: 1px solid #cfcfcf;
     border-top: 1px solid #cfcfcf;
     padding: 6px;
     padding: 6px;
     text-align: left;
     text-align: left;
}
}


.infobox-table th {
.infobox-table th {
     background: #eeeeee;
     background: #eeeeee;
     width: 45%;
     width: 45%;
}
}


/* =========================
/* =========================
   RESPONSIVIDADE
   RESPONSIVIDADE
   ========================= */
   ========================= */
@media (max-width: 800px) {
@media (max-width: 800px) {
     .aprendiz-content {
     .aprendiz-content {
         flex-direction: column;
         flex-direction: column;
     }
     }
}
}


/* ================================================= */
/* ================================================= */
/* INFOBOX – APRENDIZES (CLONE)                    */
/* INFOBOX – APRENDIZES (CLONE)                    */
/* ================================================= */
/* ================================================= */


/* Container da infobox */
/* Container da infobox */
.aprendiz-infobox {
.aprendiz-infobox {
     width: 300px;
     width: 300px;
     background: #f8f8f8;
     background: #f8f8f8;
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     font-size: 13px;
     font-size: 13px;
     float: right;
     float: right;
     margin: 0 0 10px 10px;
     margin: 0 0 10px 10px;
     font-family: Arial, sans-serif;
     font-family: Arial, sans-serif;
}
}


/* Cabeçalho da infobox */
/* Cabeçalho da infobox */
.aprendiz-header {
.aprendiz-header {
     border-radius: 8px;
     border-radius: 8px;
     color: #0645ad;
     color: #0645ad;
     padding: 4px;
     padding: 4px;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
     line-height: 2;
     line-height: 2;
     display: flex;
     display: flex;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
     gap: 3px;
     gap: 3px;
}
}


/* Imagem principal */
/* Imagem principal */
.aprendiz-main-image {
.aprendiz-main-image {
     text-align: center;
     text-align: center;
     padding: 10px;
     padding: 10px;
     background: #e6e6e6;
     background: #e6e6e6;
}
}


/* Título das seções da infobox */
/* Título das seções da infobox */
.aprendiz-section-title {
.aprendiz-section-title {
     background: #4a4a4a;
     background: #4a4a4a;
     color: #fff;
     color: #fff;
     text-align: center;
     text-align: center;
     font-weight: bold;
     font-weight: bold;
     padding: 4px;
     padding: 4px;
     margin-top: 5px;
     margin-top: 5px;
}
}


.aprendiz-section-title.dark {
.aprendiz-section-title.dark {
     background: #333;
     background: #333;
}
}


/* Tabs */
/* Tabs */
.aprendiz-tabs {
.aprendiz-tabs {
     display: flex;
     display: flex;
     gap: 10px;
     gap: 10px;
     padding: 6px;
     padding: 6px;
     font-size: 12px;
     font-size: 12px;
}
}


.aprendiz-tabs .tab {
.aprendiz-tabs .tab {
     color: #0645ad;
     color: #0645ad;
     cursor: pointer;
     cursor: pointer;
}
}


.aprendiz-tabs .active {
.aprendiz-tabs .active {
     font-weight: bold;
     font-weight: bold;
     text-decoration: underline;
     text-decoration: underline;
}
}


/* Sprites */
/* Sprites */
.aprendiz-sprites {
.aprendiz-sprites {
     text-align: center;
     text-align: center;
     padding: 6px;
     padding: 6px;
}
}


/* Tabela de informações */
/* Tabela de informações */
.aprendiz-info-table {
.aprendiz-info-table {
     width: 100%;
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
}
}


.aprendiz-info-table th {
.aprendiz-info-table th {
     background: #f0f0f0;
     background: #f0f0f0;
     border: 1px solid #ccc;
     border: 1px solid #ccc;
     padding: 4px;
     padding: 4px;
     width: 40%;
     width: 40%;
     text-align: left;
     text-align: left;
}
}


.aprendiz-info-table td {
.aprendiz-info-table td {
     border: 1px solid #ccc;
     border: 1px solid #ccc;
     padding: 4px;
     padding: 4px;
}
}


.aprendiz-info-table a {
.aprendiz-info-table a {
     color: #0645ad;
     color: #0645ad;
     text-decoration: none;
     text-decoration: none;
}
}


.aprendiz-info-table a:hover {
.aprendiz-info-table a:hover {
     text-decoration: underline;
     text-decoration: underline;
}
}


/* Ícones de armas na infobox */
/* Ícones de armas na infobox */
.aprendiz-weapons img {
.aprendiz-weapons img {
     margin: 2px;
     margin: 2px;
     padding: 2px;
     padding: 2px;
     border: 1px solid #ddd;
     border: 1px solid #ddd;
     background: #fff;
     background: #fff;
     border-radius: 4px;
     border-radius: 4px;
     width: 24px;
     width: 24px;
     height: 24px;
     height: 24px;
}
}


/* Tabela de bônus */
/* Tabela de bônus */
.aprendiz-bonus-table {
.aprendiz-bonus-table {
     width: 100%;
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
     text-align: center;
     text-align: center;
}
}


.aprendiz-bonus-table th {
.aprendiz-bonus-table th {
     color: #0645ad;
     color: #0645ad;
     font-weight: bold;
     font-weight: bold;
     padding: 4px;
     padding: 4px;
     border: 1px solid #ccc;
     border: 1px solid #ccc;
}
}


.aprendiz-bonus-table td {
.aprendiz-bonus-table td {
     padding: 4px;
     padding: 4px;
     border: 1px solid #ccc;
     border: 1px solid #ccc;
}
}


/* ================================================= */
/* ================================================= */
/* TABELA DE ATRIBUTOS                              */
/* TABELA DE ATRIBUTOS                              */
/* ================================================= */
/* ================================================= */
.everlight-attr-table {
 
.farm-land-attr-table {
 
     width: 100%;
     width: 100%;
     border-collapse: collapse;
     border-collapse: collapse;
     background: #ffffff;
     background: #ffffff;
     margin: 20px 0 30px;
     margin: 20px 0 30px;
     font-size: 14px;
     font-size: 14px;
}
}


.everlight-attr-table th {
.farm-land-attr-table th {
 
     background: #f2ea8c;
     background: #f2ea8c;
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     padding: 8px;
     padding: 8px;
     text-align: center;
     text-align: center;
}
}


.everlight-attr-table td {
.farm-land-attr-table td {
 
     border: 1px solid #cfcfcf;
     border: 1px solid #cfcfcf;
     padding: 8px;
     padding: 8px;
     text-align: center;
     text-align: center;
}
}


.everlight-attr-table tbody tr:hover {
.farm-land-attr-table tbody tr:hover {
 
     background: #f9f9f9;
     background: #f9f9f9;
}
}


/* ================================================= */
/* ================================================= */
/* CARDS PRINCIPAIS                                  */
/* CARDS PRINCIPAIS                                  */
/* ================================================= */
/* ================================================= */
.everlight-cards {
 
.farm-land-cards {
 
     display: flex;
     display: flex;
     gap: 14px;
     gap: 14px;
     justify-content: center;
     justify-content: center;
     flex-wrap: wrap;
     flex-wrap: wrap;
}
}


/* Card individual */
/* Card individual */
.everlight-card {
 
.farm-land-card {
 
     width: 160px;
     width: 160px;
     background: #ffffff;
     background: #ffffff;
     border: 1px solid #cfd6dd;
     border: 1px solid #cfd6dd;
     text-align: center;
     text-align: center;
     font-family: Arial, sans-serif;
     font-family: Arial, sans-serif;
     padding-bottom: 8px;
     padding-bottom: 8px;
}
}


/* Área da imagem do card */
/* Área da imagem do card */
.everlight-card-img {
 
.farm-land-card-img {
 
     width: 100%;
     width: 100%;
     height: 100px;
     height: 100px;
     display: flex;
     display: flex;
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
     overflow: hidden;
     overflow: hidden;
}
}


/* Imagem do MediaWiki */
/* Imagem do MediaWiki */
.everlight-card-img img {
 
.farm-land-card-img img {
 
     max-width: 100%;
     max-width: 100%;
     max-height: 100%;
     max-height: 100%;
     object-fit: contain; /* Mantém proporção e centraliza */
     object-fit: contain; /* Mantém proporção e centraliza */
}
}


/* Texto do card */
/* Texto do card */
.everlight-card a {
 
.farm-land-card a {
 
     display: block;
     display: block;
     padding: 6px 4px;
     padding: 6px 4px;
     font-weight: bold;
     font-weight: bold;
     color: #0033cc;
     color: #0033cc;
     text-decoration: none;
     text-decoration: none;
}
}


.everlight-card a:hover {
.farm-land-card a:hover {
 
     text-decoration: underline;
     text-decoration: underline;
}
}


/* ================================================= */
/* ================================================= */
/* HOVER EM IMAGENS                                  */
/* HOVER EM IMAGENS                                  */
/* ================================================= */
/* ================================================= */
.img-hover a img {
.img-hover a img {
     border: none;
     border: none;
     outline: none;
     outline: none;
     box-shadow: none;
     box-shadow: none;
}
}


.hover-images {
.hover-images {
     display: flex;
     display: flex;
     gap: 16px;
     gap: 16px;
     align-items: center;
     align-items: center;
}
}


.img-hover {
.img-hover {
     display: inline-block;
     display: inline-block;
}
}


.img-hover img {
.img-hover img {
     transition: transform 0.25s ease, box-shadow 0.25s ease;
     transition: transform 0.25s ease, box-shadow 0.25s ease;
}
}


.img-hover img:hover {
.img-hover img:hover {
     transform: translateY(-6px) scale(1.03);
     transform: translateY(-6px) scale(1.03);
     box-shadow: 0 10px 20px rgba(0,0,0,0.25);
     box-shadow: 0 10px 20px rgba(0,0,0,0.25);
}
}


/* ============================= */
/* ============================= */
/* TESTE SCRIPTS - CLASSES inicio*/
/* TESTE SCRIPTS - CLASSES inicio*/
/* ============================= */
/* ============================= */


/* =====================================
/* =====================================
   SLIDER HORIZONTAL – CONTEÚDOS EXCLUSIVOS
   SLIDER HORIZONTAL – CONTEÚDOS EXCLUSIVOS
   ===================================== */
   ===================================== */


/* Container principal do carrossel */
/* Container principal do carrossel */
.everlight-carousel {
 
.farm-land-carousel {
 
     position: relative;  /* Permite posicionar setas dentro */
     position: relative;  /* Permite posicionar setas dentro */
     display: flex;      /* Organiza os elementos horizontalmente */
     display: flex;      /* Organiza os elementos horizontalmente */
     align-items: center; /* Centraliza verticalmente conteúdo e setas */
     align-items: center; /* Centraliza verticalmente conteúdo e setas */
}
}


/* Botões de navegação (setas) */
/* Botões de navegação (setas) */
.nav-btn {
.nav-btn {
     background: rgba(0,0,0,0.5); /* Transparência inicial */
     background: rgba(0,0,0,0.5); /* Transparência inicial */
     color: white;
     color: white;
     border-radius: 50%;          /* Circulares */
     border-radius: 50%;          /* Circulares */
     width: 40px;
     width: 40px;
     height: 40px;
     height: 40px;
     display: flex;
     display: flex;
     justify-content: center;
     justify-content: center;
     align-items: center;
     align-items: center;
     transition: 0.3s;            /* Suaviza mudanças visuais */
     transition: 0.3s;            /* Suaviza mudanças visuais */
}
}


/* Hover nos botões deixa a seta totalmente preta */
/* Hover nos botões deixa a seta totalmente preta */
.nav-btn:hover {  
.nav-btn:hover {  
     background: #000;  
     background: #000;  
}
}


/* Wrapper que segura a faixa rolável */
/* Wrapper que segura a faixa rolável */
.exclusive-slider-wrapper {
.exclusive-slider-wrapper {
     position: relative;
     position: relative;
     width: 100%;
     width: 100%;
     overflow: hidden;  /* Esconde overflow horizontal */
     overflow: hidden;  /* Esconde overflow horizontal */
     margin: 20px 0;
     margin: 20px 0;
}
}


/* Área rolável (slider real) */
/* Área rolável (slider real) */
.exclusive-slider {
.exclusive-slider {
     display: flex;          /* Mantém imagens lado a lado */
     display: flex;          /* Mantém imagens lado a lado */
     gap: 18px;              /* Espaçamento entre slides */
     gap: 18px;              /* Espaçamento entre slides */
     overflow-x: auto;      /* Permite rolagem horizontal */
     overflow-x: auto;      /* Permite rolagem horizontal */
     scroll-behavior: smooth; /* Rolagem suave */
     scroll-behavior: smooth; /* Rolagem suave */
     padding: 10px 40px;    /* Espaçamento interno */
     padding: 10px 40px;    /* Espaçamento interno */
}
}


/* Remove barra de rolagem no Webkit (Chrome/Safari) */
/* Remove barra de rolagem no Webkit (Chrome/Safari) */
.exclusive-slider::-webkit-scrollbar {
.exclusive-slider::-webkit-scrollbar {
     display: none;
     display: none;
}
}
/* Remove barra de rolagem em Firefox */
/* Remove barra de rolagem em Firefox */
.exclusive-slider {
.exclusive-slider {
     scrollbar-width: none;
     scrollbar-width: none;
}
}


/* Cada slide individual */
/* Cada slide individual */
.exclusive-slide {
.exclusive-slide {
     flex: 0 0 auto; /* Impede que o slide encolha ou cresça */
     flex: 0 0 auto; /* Impede que o slide encolha ou cresça */
}
}


/* Imagens dentro do slide */
/* Imagens dentro do slide */
.exclusive-slide img {
.exclusive-slide img {
     display: block;
     display: block;
     border-radius: 6px;      /* Cantos arredondados */
     border-radius: 6px;      /* Cantos arredondados */
     transition: transform 0.25s ease, box-shadow 0.25s ease; /* Animação suave */
     transition: transform 0.25s ease, box-shadow 0.25s ease; /* Animação suave */
}
}


/* Hover sobre a imagem do slide */
/* Hover sobre a imagem do slide */
.exclusive-slide img:hover {
.exclusive-slide img:hover {
     transform: translateY(-6px) scale(1.03); /* Leve elevação + zoom */
     transform: translateY(-6px) scale(1.03); /* Leve elevação + zoom */
     box-shadow: 0 10px 22px rgba(0,0,0,0.25); /* Sombra realista */
     box-shadow: 0 10px 22px rgba(0,0,0,0.25); /* Sombra realista */
}
}


/* Setas de navegação absolutas */
/* Setas de navegação absolutas */
.exclusive-arrow {
.exclusive-arrow {
     position: absolute;
     position: absolute;
     top: 50%;                  /* Centraliza verticalmente */
     top: 50%;                  /* Centraliza verticalmente */
     transform: translateY(-50%);
     transform: translateY(-50%);
     background: rgba(0,0,0,0.6);
     background: rgba(0,0,0,0.6);
     color: #fff;
     color: #fff;
     border: none;
     border: none;
     width: 34px;
     width: 34px;
     height: 60px;
     height: 60px;
     cursor: pointer;
     cursor: pointer;
     font-size: 28px;
     font-size: 28px;
     z-index: 5;                /* Fica acima dos slides */
     z-index: 5;                /* Fica acima dos slides */
}
}


/* Setas esquerda/direita */
/* Setas esquerda/direita */
.exclusive-arrow.left { left: 0; }
.exclusive-arrow.left { left: 0; }
.exclusive-arrow.right { right: 0; }
.exclusive-arrow.right { right: 0; }


/* Hover nas setas aumenta contraste */
/* Hover nas setas aumenta contraste */
.exclusive-arrow:hover {
.exclusive-arrow:hover {
     background: rgba(0,0,0,0.85);
     background: rgba(0,0,0,0.85);
}
}


/* ================================================= */
/* ================================================= */
/* CARROSSEL – CONTAINER GERAL                      */
/* CARROSSEL – CONTAINER GERAL                      */
/* ================================================= */
/* ================================================= */


/* Container geral do carrossel */
/* Container geral do carrossel */
.everlight-carousel {
 
.farm-land-carousel {
 
     position: relative;
     position: relative;
     width: 100%;        /* Ocupa 100% da largura do container pai */
     width: 100%;        /* Ocupa 100% da largura do container pai */
     overflow: hidden;    /* Esconde overflow horizontal */
     overflow: hidden;    /* Esconde overflow horizontal */
     margin: 25px 0;
     margin: 25px 0;
}
}


/* Faixa de imagens do carrossel */
/* Faixa de imagens do carrossel */
.everlight-carousel-track {
 
.farm-land-carousel-track {
 
     display: flex;      /* Alinha imagens horizontalmente */
     display: flex;      /* Alinha imagens horizontalmente */
     gap: 20px;          /* Espaço entre imagens */
     gap: 20px;          /* Espaço entre imagens */
     overflow-x: auto;    /* Permite scroll horizontal */
     overflow-x: auto;    /* Permite scroll horizontal */
     scroll-behavior: smooth; /* Rolagem suave */
     scroll-behavior: smooth; /* Rolagem suave */
     padding: 10px 40px;
     padding: 10px 40px;
}
}


/* Remove barra de rolagem feia do track */
/* Remove barra de rolagem feia do track */
.everlight-carousel-track::-webkit-scrollbar {
 
.farm-land-carousel-track::-webkit-scrollbar {
 
     display: none;
     display: none;
}
}


/* Imagens dentro do track */
/* Imagens dentro do track */
.everlight-carousel-track img {
 
.farm-land-carousel-track img {
 
     display: block;
     display: block;
     transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover suave */
     transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover suave */
}
}


/* Hover nas imagens dentro do track */
/* Hover nas imagens dentro do track */
.img-hover img:hover {
.img-hover img:hover {
     transform: translateY(-6px) scale(1.04); /* Leve elevação + zoom */
     transform: translateY(-6px) scale(1.04); /* Leve elevação + zoom */
     box-shadow: 0 10px 22px rgba(0,0,0,0.25); /* Sombra realista */
     box-shadow: 0 10px 22px rgba(0,0,0,0.25); /* Sombra realista */
}
}


/* ================================================= */
/* ================================================= */
/* SETAS DO CARROSSEL                              */
/* SETAS DO CARROSSEL                              */
/* ================================================= */
/* ================================================= */
.carousel-btn {
.carousel-btn {
     position: absolute;
     position: absolute;
     top: 50%;                /* Centraliza verticalmente */
     top: 50%;                /* Centraliza verticalmente */
     transform: translateY(-50%);
     transform: translateY(-50%);
     background: rgba(0,0,0,0.6);
     background: rgba(0,0,0,0.6);
     color: #fff;
     color: #fff;
     border: none;
     border: none;
     width: 36px;
     width: 36px;
     height: 36px;
     height: 36px;
     border-radius: 50%;      /* Círculo */
     border-radius: 50%;      /* Círculo */
     cursor: pointer;
     cursor: pointer;
     z-index: 10;              /* Fica acima do conteúdo */
     z-index: 10;              /* Fica acima do conteúdo */
}
}


/* Posicionamento das setas esquerda/direita */
/* Posicionamento das setas esquerda/direita */
.carousel-btn.left { left: 5px; }
.carousel-btn.left { left: 5px; }
.carousel-btn.right { right: 5px; }
.carousel-btn.right { right: 5px; }


/* Hover aumenta contraste */
/* Hover aumenta contraste */
.carousel-btn:hover {
.carousel-btn:hover {
     background: rgba(0,0,0,0.85);
     background: rgba(0,0,0,0.85);
}
}


.farm-land-carousel {


.everlight-carousel {
   position: relative;  /* Permite posicionar setas e elementos dentro */
   position: relative;  /* Permite posicionar setas e elementos dentro */
   width: 100%;          /* Ocupa toda largura do container pai */
   width: 100%;          /* Ocupa toda largura do container pai */
   overflow: hidden;    /* Esconde conteúdo que extrapola horizontalmente */
   overflow: hidden;    /* Esconde conteúdo que extrapola horizontalmente */
   margin: 30px auto;    /* Centraliza horizontalmente e adiciona espaçamento vertical */
   margin: 30px auto;    /* Centraliza horizontalmente e adiciona espaçamento vertical */
}
}


/* Wrapper interno do carrossel */
/* Wrapper interno do carrossel */
.carousel-wrapper {
.carousel-wrapper {
     display: flex;        /* Alinha os itens horizontalmente */
     display: flex;        /* Alinha os itens horizontalmente */
     gap: 20px;            /* Espaço entre os itens */
     gap: 20px;            /* Espaço entre os itens */
     overflow-x: hidden;    /* Oculta barra de rolagem, JS controla movimentação */
     overflow-x: hidden;    /* Oculta barra de rolagem, JS controla movimentação */
     scroll-behavior: smooth; /* Rolagem suave ao usar setas via JS */
     scroll-behavior: smooth; /* Rolagem suave ao usar setas via JS */
     padding: 40px 0;      /* Espaço vertical para que itens ativos (scale) não sejam cortados */
     padding: 40px 0;      /* Espaço vertical para que itens ativos (scale) não sejam cortados */
     white-space: nowrap;    /* Garante que os itens fiquem em linha única */
     white-space: nowrap;    /* Garante que os itens fiquem em linha única */
}
}


/* Cada item do carrossel */
/* Cada item do carrossel */
.carousel-item {
.carousel-item {
     flex: 0 0 auto;          /* Impede que o item encolha ou cresça */
     flex: 0 0 auto;          /* Impede que o item encolha ou cresça */
     transition: transform 0.4s ease, opacity 0.4s ease; /* Suaviza zoom e opacidade */
     transition: transform 0.4s ease, opacity 0.4s ease; /* Suaviza zoom e opacidade */
}
}


/* Item ativo (em destaque) */
/* Item ativo (em destaque) */
.carousel-item.active {
.carousel-item.active {
   opacity: 1;            /* Totalmente visível */
   opacity: 1;            /* Totalmente visível */
   transform: scale(1.1); /* Leve zoom para destacar */
   transform: scale(1.1); /* Leve zoom para destacar */
}
}


/* Título do item (abaixo da imagem) */
/* Título do item (abaixo da imagem) */
.carousel-title {
.carousel-title {
   margin-top: 8px;
   margin-top: 8px;
   font-weight: bold;
   font-weight: bold;
}
}


/* Botões de navegação */
/* Botões de navegação */
.nav-btn {
.nav-btn {
   position: absolute;      /* Fixa posição dentro do carrossel */
   position: absolute;      /* Fixa posição dentro do carrossel */
   top: 50%;                /* Centraliza verticalmente */
   top: 50%;                /* Centraliza verticalmente */
   transform: translateY(-50%);
   transform: translateY(-50%);
   font-size: 30px;
   font-size: 30px;
   cursor: pointer;
   cursor: pointer;
   z-index: 10;              /* Fica acima dos itens */
   z-index: 10;              /* Fica acima dos itens */
   user-select: none;        /* Impede seleção de texto */
   user-select: none;        /* Impede seleção de texto */
   padding: 10px;
   padding: 10px;
}
}


/* Posições específicas das setas */
/* Posições específicas das setas */
.left-btn { left: 0; }
.left-btn { left: 0; }
.right-btn { right: 0; }
.right-btn { right: 0; }


/* ================================================= */
/* ================================================= */
/* CARD – CONTEÚDOS EXCLUSIVOS                      */
/* CARD – CONTEÚDOS EXCLUSIVOS                      */
/* ================================================= */
/* ================================================= */
/* (Sem regras específicas ainda, mas é placeholder para estilo dos cards) */
/* (Sem regras específicas ainda, mas é placeholder para estilo dos cards) */


/* ================================================= */
/* ================================================= */
/* HIDE – SEÇÕES DOBRÁVEIS (accordion)              */
/* HIDE – SEÇÕES DOBRÁVEIS (accordion)              */
/* ================================================= */
/* ================================================= */
/* Container da seção de classe */
/* Container da seção de classe */
.job-section {
.job-section {
     margin-bottom: 15px;
     margin-bottom: 15px;
     border: 1px solid #ddd;  /* Delimita a seção */
     border: 1px solid #ddd;  /* Delimita a seção */
     border-radius: 5px;      /* Cantos arredondados */
     border-radius: 5px;      /* Cantos arredondados */
     overflow: hidden;        /* Esconde conteúdo excedente */
     overflow: hidden;        /* Esconde conteúdo excedente */
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
}


/* Estilo do título da seção (summary da tag <details>) */
/* Estilo do título da seção (summary da tag <details>) */
.job-section summary {
.job-section summary {
     padding: 12px 15px;
     padding: 12px 15px;
     cursor: pointer;          /* Indica que é clicável */
     cursor: pointer;          /* Indica que é clicável */
     font-weight: bold;
     font-weight: bold;
     list-style: none;        /* Remove a seta padrão do browser */
     list-style: none;        /* Remove a seta padrão do browser */
     transition: background 0.3s; /* Suaviza mudança de cor no hover */
     transition: background 0.3s; /* Suaviza mudança de cor no hover */
     outline: none;            /* Remove contorno padrão ao focar */
     outline: none;            /* Remove contorno padrão ao focar */
}
}


/* Hover no título da seção */
/* Hover no título da seção */
.job-section summary:hover {
.job-section summary:hover {
     filter: brightness(0.95); /* Leve escurecimento ao passar o mouse */
     filter: brightness(0.95); /* Leve escurecimento ao passar o mouse */
}
}


/* Cores específicas por categoria de classe */
/* Cores específicas por categoria de classe */
.human-job summary { background-color: #fdf2d9; } /* Bege */
.human-job summary { background-color: #fdf2d9; } /* Bege */
.expanded-job summary { background-color: #eef2ad; } /* Amarelo */
.expanded-job summary { background-color: #eef2ad; } /* Amarelo */
.doram-job summary { background-color: #e9f5e9; } /* Verde */
.doram-job summary { background-color: #e9f5e9; } /* Verde */


/* Container interno da seção (conteúdo que abre) */
/* Container interno da seção (conteúdo que abre) */
.job-content {
.job-content {
     display: flex;              /* Alinha conteúdo horizontalmente */
     display: flex;              /* Alinha conteúdo horizontalmente */
     align-items: center;        /* Centraliza verticalmente */
     align-items: center;        /* Centraliza verticalmente */
     justify-content: space-around; /* Espaço igual entre elementos */
     justify-content: space-around; /* Espaço igual entre elementos */
     background: #f9f9f9;
     background: #f9f9f9;
     padding: 20px;
     padding: 20px;
     flex-wrap: wrap;            /* Quebra linha em telas menores */
     flex-wrap: wrap;            /* Quebra linha em telas menores */
     gap: 15px;                  /* Espaçamento entre elementos */
     gap: 15px;                  /* Espaçamento entre elementos */
}
}


/* Estilo das transclasses (sub-classes) */
/* Estilo das transclasses (sub-classes) */
.trans-name {
.trans-name {
     color: #2e7d32;      /* Verde destaque */
     color: #2e7d32;      /* Verde destaque */
     font-weight: bold;
     font-weight: bold;
}
}


//* ================================================= */
/* ================================================= */
 
/* ÁRVORE DE CLASSE                                */
/* ÁRVORE DE CLASSE                                */
/* ================================================= */
/* ================================================= */


/* Container geral da árvore de classes */
/* Container geral da árvore de classes */
.job-container {  
.job-container {  
     font-family: sans-serif;      /* Fonte legível e neutra */
     font-family: sans-serif;      /* Fonte legível e neutra */
     max-width: 649px;            /* Limita largura do conteúdo */
     max-width: 649px;            /* Limita largura do conteúdo */
     margin: 10px auto;            /* Centraliza horizontalmente e adiciona espaçamento vertical */
     margin: 10px auto;            /* Centraliza horizontalmente e adiciona espaçamento vertical */
}
}


/* Cada seção da árvore (accordion) */
/* Cada seção da árvore (accordion) */
.job-section {  
.job-section {  
     border: 1px solid #ddd;      /* Borda discreta */
     border: 1px solid #ddd;      /* Borda discreta */
     margin-bottom: 5px;          /* Espaço entre seções */
     margin-bottom: 5px;          /* Espaço entre seções */
     border-radius: 4px;          /* Cantos arredondados */
     border-radius: 4px;          /* Cantos arredondados */
     overflow: hidden;            /* Esconde conteúdo que ultrapassa o container */
     overflow: hidden;            /* Esconde conteúdo que ultrapassa o container */
}
}


/* Título da seção (clicável) */
/* Título da seção (clicável) */
.job-section summary {  
.job-section summary {  
     padding: 10px 15px;          /* Espaçamento interno */
     padding: 10px 15px;          /* Espaçamento interno */
     cursor: pointer;              /* Indica que é clicável */
     cursor: pointer;              /* Indica que é clicável */
     font-weight: bold;
     font-weight: bold;
     background: #fdf2d9;          /* Cor de fundo padrão (bege) */
     background: #fdf2d9;          /* Cor de fundo padrão (bege) */
     color: #5a4a3a;              /* Cor do texto */
     color: #5a4a3a;              /* Cor do texto */
     list-style: none;            /* Remove setinha padrão do browser */
     list-style: none;            /* Remove setinha padrão do browser */
     outline: none;                /* Remove contorno ao focar */
     outline: none;                /* Remove contorno ao focar */
}
}


/* Hover no título */
/* Hover no título */
.job-section summary:hover {  
.job-section summary:hover {  
     background: #f9e8bc;          /* Leve escurecimento quando passa o mouse */
     background: #f9e8bc;          /* Leve escurecimento quando passa o mouse */
}
}


/* Seção aberta */
/* Seção aberta */
.job-section[open] summary {  
.job-section[open] summary {  
     border-bottom: 1px solid #ddd; /* Linha separadora */
     border-bottom: 1px solid #ddd; /* Linha separadora */
     background: #f4e6c5;          /* Fundo diferenciado para aberto */
     background: #f4e6c5;          /* Fundo diferenciado para aberto */
}
}


/* Headers diferenciados (cores por categoria ou evolução) */
/* Headers diferenciados (cores por categoria ou evolução) */
.expand-header summary {  
.expand-header summary {  
     background: #eef2ad;          /* Amarelo claro */
     background: #eef2ad;          /* Amarelo claro */
     color: #4a4a2a;              /* Texto mais escuro */
     color: #4a4a2a;              /* Texto mais escuro */
}
}
.expand-header summary:hover {  
.expand-header summary:hover {  
     background: #e5eb8d;          /* Alteração suave no hover */
     background: #e5eb8d;          /* Alteração suave no hover */
}
}


/* Conteúdo interno da seção */
/* Conteúdo interno da seção */
.content {  
.content {  
     display: flex;              /* Alinha os elementos em linha */
     display: flex;              /* Alinha os elementos em linha */
     align-items: center;        /* Centraliza verticalmente */
     align-items: center;        /* Centraliza verticalmente */
     justify-content: center;    /* Centraliza horizontalmente */
     justify-content: center;    /* Centraliza horizontalmente */
     background: #fff;            /* Fundo branco */
     background: #fff;            /* Fundo branco */
     padding: 20px;              /* Espaçamento interno */
     padding: 20px;              /* Espaçamento interno */
     flex-wrap: wrap;            /* Permite quebra de linha em telas menores */
     flex-wrap: wrap;            /* Permite quebra de linha em telas menores */
     gap: 15px;                  /* Espaço entre elementos */
     gap: 15px;                  /* Espaço entre elementos */
}
}


/* Caixa de evolução (sub-itens dentro da árvore) */
/* Caixa de evolução (sub-itens dentro da árvore) */
.evo-box {  
.evo-box {  
     border: 1px dashed #bbb;    /* Borda tracejada */
     border: 1px dashed #bbb;    /* Borda tracejada */
     padding: 12px;              /* Espaçamento interno */
     padding: 12px;              /* Espaçamento interno */
     background: #fafafa;        /* Fundo levemente cinza */
     background: #fafafa;        /* Fundo levemente cinza */
     border-radius: 5px;          /* Cantos arredondados */
     border-radius: 5px;          /* Cantos arredondados */
     display: flex;
     display: flex;
     flex-direction: column;      /* Itens empilhados verticalmente */
     flex-direction: column;      /* Itens empilhados verticalmente */
     gap: 10px;                  /* Espaçamento interno entre itens */
     gap: 10px;                  /* Espaçamento interno entre itens */
}
}


/* Linha horizontal dentro da caixa de evolução */
/* Linha horizontal dentro da caixa de evolução */
.row {  
.row {  
     display: flex;              /* Alinha itens horizontalmente */
     display: flex;              /* Alinha itens horizontalmente */
     align-items: center;        /* Centraliza verticalmente */
     align-items: center;        /* Centraliza verticalmente */
     gap: 10px;                  /* Espaçamento entre elementos da linha */
     gap: 10px;                  /* Espaçamento entre elementos da linha */
}
}


/* Nome de transclasses / sub-classes */
/* Nome de transclasses / sub-classes */
.trans {  
.trans {  
     color: #2e7d32;              /* Verde para destaque */
     color: #2e7d32;              /* Verde para destaque */
     font-weight: bold;
     font-weight: bold;
}
}


/* Setas indicativas */
/* Setas indicativas */
.arrow {  
.arrow {  
     color: #888;                /* Cinza neutro */
     color: #888;                /* Cinza neutro */
     font-weight: bold;
     font-weight: bold;
}
}


/* ================================================= */
/* ================================================= */
/* CARROSSEL INFOBOX CLASSES                        */
/* CARROSSEL INFOBOX CLASSES                        */
/* ================================================= */
/* ================================================= */


/* Container principal do carrossel da Infobox */
/* Container principal do carrossel da Infobox */
.carrossel-everlight {  
 
.carrossel-farm-land {  
 
     width: 200px;                /* Largura do container */
     width: 200px;                /* Largura do container */
     height: 300px;              /* Altura ideal para artes de Ragnarok */
     height: 300px;              /* Altura ideal para artes de Ragnarok */
     margin: 0 auto !important;  /* Centraliza o carrossel */
     margin: 0 auto !important;  /* Centraliza o carrossel */
     overflow: hidden;            /* Esconde imagens fora do frame */
     overflow: hidden;            /* Esconde imagens fora do frame */
     position: relative;          /* Permite animação e posicionamento interno */
     position: relative;          /* Permite animação e posicionamento interno */
     display: block;
     display: block;
}
}


/* Wrapper interno que desliza */
/* Wrapper interno que desliza */
.carrossel-slider {  
.carrossel-slider {  
     display: flex;              /* Itens alinhados horizontalmente */
     display: flex;              /* Itens alinhados horizontalmente */
     width: 400px;                /* Largura total (2 imagens de 200px cada) */
     width: 400px;                /* Largura total (2 imagens de 200px cada) */
     animation: animaCarrossel 10s infinite ease-in-out; /* Animação automática do carrossel */
     animation: animaCarrossel 10s infinite ease-in-out; /* Animação automática do carrossel */
}
}


/* Cada item do carrossel */
/* Cada item do carrossel */
.carrossel-item {  
.carrossel-item {  
     width: 200px;                /* Largura fixa igual ao container */
     width: 200px;                /* Largura fixa igual ao container */
     flex-shrink: 0;              /* Evita que encolha */
     flex-shrink: 0;              /* Evita que encolha */
     text-align: center;          /* Centraliza imagem e título */
     text-align: center;          /* Centraliza imagem e título */
}
}


/* Imagem dentro do item */
/* Imagem dentro do item */
.carrossel-item img {  
.carrossel-item img {  
     max-width: 200px;            /* Largura máxima */
     max-width: 200px;            /* Largura máxima */
     height: auto;                /* Mantém proporção */
     height: auto;                /* Mantém proporção */
     margin: 0 auto;              /* Centraliza horizontalmente */
     margin: 0 auto;              /* Centraliza horizontalmente */
}
}


/* Keyframes da animação do carrossel */
/* Keyframes da animação do carrossel */
@keyframes animaCarrossel {  
@keyframes animaCarrossel {  
     0%, 45% { transform: translateX(0); }    /* Começa parado */
     0%, 45% { transform: translateX(0); }    /* Começa parado */
     50%, 95% { transform: translateX(-200px); } /* Desliza para a próxima imagem */
     50%, 95% { transform: translateX(-200px); } /* Desliza para a próxima imagem */
     100% { transform: translateX(0); }        /* Retorna ao início */
     100% { transform: translateX(0); }        /* Retorna ao início */
}
}


/* ================================================= */
/* ================================================= */
/* GUIA MARÉ INFERNAL                              */
/* GUIA MARÉ INFERNAL                              */
/* ================================================= */
/* ================================================= */


/* Container geral do guia */
/* Container geral do guia */
.guia-mare {  
.guia-mare {  
     background: #f9f9f9;      /* Fundo neutro */
     background: #f9f9f9;      /* Fundo neutro */
     border: 1px solid #aaa;    /* Borda clara */
     border: 1px solid #aaa;    /* Borda clara */
     padding: 15px;            /* Espaçamento interno */
     padding: 15px;            /* Espaçamento interno */
     border-radius: 8px;        /* Cantos arredondados */
     border-radius: 8px;        /* Cantos arredondados */
}
}


/* Cabeçalho do guia */
/* Cabeçalho do guia */
.header-mare {  
.header-mare {  
     background: linear-gradient(90deg, #4b0082, #800000); /* Gradiente roxo/bermelo */
     background: linear-gradient(90deg, #4b0082, #800000); /* Gradiente roxo/bermelo */
     color: white;            /* Texto branco */
     color: white;            /* Texto branco */
     padding: 10px;            /* Espaçamento */
     padding: 10px;            /* Espaçamento */
     border-radius: 5px;      /* Cantos arredondados */
     border-radius: 5px;      /* Cantos arredondados */
     font-weight: bold;         
     font-weight: bold;         
     font-size: 1.2em;        /* Texto maior */
     font-size: 1.2em;        /* Texto maior */
     text-align: center;
     text-align: center;
     margin-bottom: 10px;      /* Espaço abaixo do header */
     margin-bottom: 10px;      /* Espaço abaixo do header */
}
}


/* Caixas de regra individual */
/* Caixas de regra individual */
.regra-box {  
.regra-box {  
     border-left: 5px solid #800000; /* Barra lateral vermelha */
     border-left: 5px solid #800000; /* Barra lateral vermelha */
     background: #fff5f5;            /* Fundo rosa bem claro */
     background: #fff5f5;            /* Fundo rosa bem claro */
     padding: 10px;                  /* Espaço interno */
     padding: 10px;                  /* Espaço interno */
     margin: 10px 0;                  /* Espaço entre caixas */
     margin: 10px 0;                  /* Espaço entre caixas */
}
}


/* Títulos de mapas ou seções internas */
/* Títulos de mapas ou seções internas */
.map-title {  
.map-title {  
     font-weight: bold;
     font-weight: bold;
     color: #800000;                /* Vermelho */
     color: #800000;                /* Vermelho */
     border-bottom: 1px solid #ddd; /* Linha de separação */
     border-bottom: 1px solid #ddd; /* Linha de separação */
     margin-bottom: 5px;
     margin-bottom: 5px;
     display: block;                /* Garante que fique em linha própria */
     display: block;                /* Garante que fique em linha própria */
}
}


/* ================================================= */
/* ================================================= */
/* CSS DOS COMANDOS                                */
/* CSS DOS COMANDOS                                */
/* ================================================= */
/* ================================================= */


/* Cabeçalho de comandos */
/* Cabeçalho de comandos */
.header-comandos {  
.header-comandos {  
     background: linear-gradient(90deg, #333, #555); /* Gradiente escuro */
     background: linear-gradient(90deg, #333, #555); /* Gradiente escuro */
     color: white;           
     color: white;           
     padding: 10px;         
     padding: 10px;         
     border-radius: 5px;
     border-radius: 5px;
     font-weight: bold;
     font-weight: bold;
     font-size: 1.2em;
     font-size: 1.2em;
     text-align: center;
     text-align: center;
     margin-bottom: 10px;
     margin-bottom: 10px;
}
}


/* Código de comando */
/* Código de comando */
.cmd-code {  
.cmd-code {  
     color: #800000;          /* Vermelho */
     color: #800000;          /* Vermelho */
     font-weight: bold;
     font-weight: bold;
     background: #eee;        /* Fundo claro */
     background: #eee;        /* Fundo claro */
     padding: 2px 5px;        /* Espaçamento interno */
     padding: 2px 5px;        /* Espaçamento interno */
     border-radius: 3px;       
     border-radius: 3px;       
     font-family: monospace;  /* Fonte de código */
     font-family: monospace;  /* Fonte de código */
}
}


/* Código VIP */
/* Código VIP */
.vip-code {  
.vip-code {  
     color: #b8860b;          /* Dourado */
     color: #b8860b;          /* Dourado */
     font-weight: bold;
     font-weight: bold;
     background: #fffdf5;       
     background: #fffdf5;       
     padding: 2px 5px;
     padding: 2px 5px;
     border-radius: 3px;
     border-radius: 3px;
     font-family: monospace;
     font-family: monospace;
     border: 1px solid #daa520; /* Borda dourada */
     border: 1px solid #daa520; /* Borda dourada */
}
}


/* ================================================= */
/* ================================================= */
/* ÁRVORE DE HABILIDADES – DORAM                    */
/* ÁRVORE DE HABILIDADES – DORAM                    */
/* ================================================= */
/* ================================================= */


/* Container geral da árvore */
/* Container geral da árvore */
.doram-container {
.doram-container {
     position: relative;      /* Permite posicionamento absoluto das caixas */
     position: relative;      /* Permite posicionamento absoluto das caixas */
     width: 100%;
     width: 100%;
     max-width: 850px;        /* Limita tamanho */
     max-width: 850px;        /* Limita tamanho */
     height: 900px;            /* Altura fixa para a árvore */
     height: 900px;            /* Altura fixa para a árvore */
     background-color: #f9f9f9;  
     background-color: #f9f9f9;  
     font-family: sans-serif;   
     font-family: sans-serif;   
     margin: 0 auto;          /* Centraliza horizontalmente */
     margin: 0 auto;          /* Centraliza horizontalmente */
     overflow-x: auto;        /* Scroll horizontal se ultrapassar largura */
     overflow-x: auto;        /* Scroll horizontal se ultrapassar largura */
}
}


/* Cada caixa de habilidade */
/* Cada caixa de habilidade */
.doram-skill {  
.doram-skill {  
     position: absolute;      /* Posicionamento livre dentro do container */
     position: absolute;      /* Posicionamento livre dentro do container */
     display: flex;             
     display: flex;             
     align-items: center;       
     align-items: center;       
     width: 170px;             
     width: 170px;             
     height: 42px;             
     height: 42px;             
     background: linear-gradient(180deg, #5baaff 0%, #3090f0 100%); /* Azul gradiente */
     background: linear-gradient(180deg, #5baaff 0%, #3090f0 100%); /* Azul gradiente */
     border: 1px solid #2b80dd;  
     border: 1px solid #2b80dd;  
     border-radius: 6px;       
     border-radius: 6px;       
     box-shadow: 0 2px 4px rgba(0,0,0,0.2);  
     box-shadow: 0 2px 4px rgba(0,0,0,0.2);  
     color: white;             
     color: white;             
     font-size: 13px;           
     font-size: 13px;           
    font-weight: bold;
    text-shadow: 0 1px 1px rgba(0,0,0,0.3);
    z-index: 10;             
    padding: 0 5px;         
    box-sizing: border-box; 
}
/* Área do ícone da habilidade */
.doram-icon {
    width: 32px;
    height: 32px;
    background: rgba(0,0,0,0.2);
    border-radius: 4px;     
    margin-right: 8px;       
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;       
}
/* Remove margens de imagens */
.doram-icon img {
    margin: 0;
    padding: 0;
    background: none;
}
/* Nome da habilidade */
.doram-name {
    line-height: 1.1;       
    flex: 1;                 
}
/* Etiquetas de nível */
.doram-lvl {
    position: absolute;     
    background: white;       
    color: black;           
    font-size: 11px;         
    font-weight: bold;       
    padding: 1px 4px;       
    border-radius: 4px;     
    z-index: 11;             
    white-space: nowrap;     
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
/* Posições padrões das etiquetas */
.lvl-bottom { bottom: -22px; left: 50%; transform: translateX(-50%); } /* Centro embaixo */
.lvl-right { top: 12px; right: -40px; } /* Lateral direita */
/* ================================================= */
/* LINHAS CONECTORAS (CSS PURO)                    */
/* ================================================= */
/* Faz as colunas ficarem lado a lado */
.skill-grid-aprendiz {
    display: flex;
    gap: 30px; /* Espaço entre as colunas */
    align-items: flex-start;
}
/* Estilo de cada linha de habilidade */
.skill-item {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding-left: 8px;
    min-width: 200px;
}
/* Cores das barrinhas laterais (conforme Foto 2) */
.s-passiva  { border-left: 5px solid #90EE90; } /* Verde */
.s-ofensiva { border-left: 5px solid #FFB6C1; } /* Vermelho/Rosa */
.s-suporte  { border-left: 5px solid #B0E0E6; } /* Azul claro */
.s-outros  { border-left: 5px solid #BEBEBE; } /* Cinza */
.skill-link {
    margin-left: 10px;
    font-size: 14px;
}
/* --- FIM DO CSS --- */
/* Container da Infobox à direita */
.skill-box-right {
    float: right;
    width: 350px;
    border: 1px solid #aaaaaa;
    background-color: #f9f9f9;
    margin: 0 0 1em 1em;
    padding: 0;
    font-family: sans-serif;
    font-size: 90%;
}
/* Cabeçalhos cinzas da Infobox e da Tabela */
.skill-header-main {
    background-color: #eaecf0;
    border-bottom: 1px solid #aaaaaa;
    padding: 5px;
    text-align: center;
    font-weight: bold;
}
.skill-table-subhead {
    background-color: #d1d4d9;
    font-weight: bold;
    text-align: center;
}
/* Tabela de Níveis à esquerda */
.skill-levels-table {
    border-collapse: collapse;
    width: 50%;
    float: left;
    margin-bottom: 1em;
}
.skill-levels-table th, .skill-levels-table td {
    border: 1px solid #aaaaaa;
    padding: 4px 8px;
    font-size: 13px;
}
.skill-levels-table th {
    background-color: #eaecf0;
}
/* Ajustes de texto e imagem */
.skill-img-frame {
    background: white;
    padding: 10px;
    text-align: center;
}
.skill-label {
    background-color: #eaecf0;
    font-weight: bold;
    width: 30%;
    border-top: 1px solid #aaaaaa;
}
.skill-value {
    background-color: #fdfdfd;
    border-top: 1px solid #aaaaaa;
}
/* Container para centralizar os cards principais */
.everlight-main-cards-container {
    display: flex;
    justify-content: center; /* Centraliza horizontalmente */
    align-items: center;    /* Alinha verticalmente se houver alturas diferentes */
    flex-wrap: wrap;        /* Faz os cards pularem de linha em telas menores */
    gap: 15px;              /* Espaçamento entre os cards */
    max-width: 1000px;      /* MESMA LARGURA do seu hr-guides-wrapper */
    margin: 20px auto;      /* Centraliza o bloco na página e dá espaçamento vertical */
}
/* Garante que as imagens dentro dos cards fiquem responsivas */
.everlight-main-cards-container .img-hover img {
    display: block;
    height: auto;
    border-radius: 4px;      /* Opcional: deixa as bordas levemente arredondadas */
}
/* Container que agrupa o título e os cards de destaque */
.everlight-highlights-wrapper {
    max-width: 1000px; /* Alinhado com o Painel de Conhecimento */
    margin: 30px auto; /* Centraliza o bloco todo e dá espaçamento vertical */
}
/* Garante que o título "Destaques" alinhe à esquerda do bloco de 1000px ou centralize */
.everlight-highlights-wrapper .everlight-section-title {
    text-align: left;  /* Mantenha 'center' se preferir o título no meio */
    margin-bottom: 15px;
    padding-left: 5px;
}
/* Grid que centraliza os cards de destaque */
.everlight-highlights-grid {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center; /* ESTA LINHA FAZ A CENTRALIZAÇÃO */
}
/* Ajuste fino para os cards de destaque */
.everlight-highlights-grid .img-hover img {
    border-radius: 6px;
    transition: transform 0.3s ease;
}
.everlight-main-cards-container {
    display: flex;
    justify-content: center; /* Tenta centralizar primeiro */
    flex-wrap: wrap;
    gap: 20px;
    max-width: 1000px;
    margin: 20px 25%;      /* O 'auto' centraliza o bloco inteiro na página */
   
    /* AJUSTE FINO: Se ainda parecer para a esquerda,
      aumente o padding-left abaixo para empurrar para a direita */
    padding-left: 10px;
    box-sizing: border-box;
}
/* --- BOTAO SUBIR TOPO DA PAGINA --- */
/* Botão Voltar ao Topo */
#back-to-top {
    display: none; /* Escondido por padrão */
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
    padding: 10px 15px;
    background-color: #3366cc;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
#back-to-top:hover {
    background-color: #2a4b8d;
    text-decoration: none;
}
.hr-guides-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 14px;
    margin-top: 10px;
}
.hr-guide-item {
    background: linear-gradient(145deg, #1e1e1e, #2a2a2a);
    border-radius: 12px;
    padding: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
    transition: all 0.25s ease;
    box-shadow: 0 4px 10px rgba(0,0,0,0.4);
    border: 1px solid rgba(255,255,255,0.05);
}
.hr-guide-item img {
    transition: transform 0.25s ease;
}
.hr-guide-item a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}
.hr-guide-item:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 10px 25px rgba(0,0,0,0.6);
    background: linear-gradient(145deg, #2a2a2a, #3a3a3a);
    border: 1px solid rgba(255,255,255,0.1);
}
.hr-guide-item:hover img {
    transform: scale(1.15) rotate(5deg);
}
.hr-guide-item:hover a {
    color: #00bfff;
}


/* --- classes teestee --- */
    font-weight:

Edição das 21h32min de 27 de abril de 2026

/* =====================================

   FARMLAND WIKI - COMMON.CSS

   ===================================== */

/* =============================================

   AJUSTE FINAL DO LOGO SIDEBAR

   ============================================= */

/* Força o tamanho no contêiner principal do logo */

#p-logo, .mw-wiki-logo, .ps-logo {

    width: 140px !important;  /* Ajuste essa largura para caber na sua barra lateral */

    height: auto !important;

    display: block !important;

    margin: 10px auto !important;

    padding: 0 !important;

}

/* Força a imagem dentro do logo a não estourar */

#p-logo a, .mw-wiki-logo img {

    background-size: contain !important;

    width: 100% !important;

    height: 140px !important; /* Ajuste a altura proporcional aqui */

}

/* Se o logo estiver como imagem fixa na tag <img> */

#p-logo img {

    max-width: 140px !important;

    height: auto !important;

}

/* -----------------------------

   FONTE E FUNDO PADRÃO

   ----------------------------- */

body {

    font-family: "Segoe UI", Arial, sans-serif;  /* FONTE PADRÃO IGUAL AO PRINT */

    background-color: #ffffff;                   /* FUNDO BRANCO IGUAL AO PRINT */

}

/* -----------------------------

   REMOVE LARGURA QUEBRADA PADRÃO

   ----------------------------- */

.mw-body {

    max-width: 100%;          /* LARGURA MÁXIMA PARA EVITAR QUEBRA */

}

/* -----------------------------

   CONTAINER PRINCIPAL DA PÁGINA

   ----------------------------- */

.farm-land-container {

    max-width: 1200px;        /* LARGURA MÁXIMA IGUAL AO PRINT */

    margin: 0 auto;           /* CENTRALIZA CONTAINER */

    padding: 10px;            /* ESPAÇAMENTO INTERNO PADRÃO */

}

/* =========================

   BARRA SUPERIOR DE LINKS

   ========================= */

.farm-land-top-links {

    text-align: center;       /* CENTRALIZA TEXTO IGUAL AO PRINT */

    font-size: 14px;          /* TAMANHO DE FONTE IGUAL AO PRINT */

    margin-bottom: 15px;      /* ESPAÇAMENTO INFERIOR IGUAL AO PRINT */

}

.farm-land-top-links a {

    color: #2a4bd7;           /* COR DO LINK IGUAL AO PRINT */

    text-decoration: none;    /* REMOVE SUBLINHADO PADRÃO */

    margin: 0 6px;            /* ESPAÇAMENTO ENTRE LINKS IGUAL AO PRINT */

}

.farm-land-top-links a:hover {

    text-decoration: underline; /* SUBLINHADO AO PASSAR O MOUSE */

}

/* =========================

   BANNER PRINCIPAL

   ========================= */

.farm-land-banner {

    height: 220px;            /* ALTURA DO BANNER IGUAL AO PRINT */

    background: #9b1c1c;      /* COR DE FUNDO DO BANNER */

    border-radius: 10px;       /* CANTOS ARREDONDADOS */

    display: flex;             /* FLEX PARA CENTRALIZAR CONTEÚDO */

    align-items: center;       /* CENTRALIZA VERTICALMENTE */

    justify-content: center;   /* CENTRALIZA HORIZONTALMENTE */

    color: #ffffff;            /* COR DO TEXTO DO BANNER */

    font-size: 32px;           /* TAMANHO DA FONTE DO BANNER */

    font-weight: bold;         /* NEGRITO */

    margin-bottom: 20px;       /* ESPAÇAMENTO ABAIXO DO BANNER */

}

/* =========================

   BOTÃO DE EVENTO

   ========================= */

.farm-land-event-button {

    text-align: center;        /* CENTRALIZA O BOTÃO */

    margin-bottom: 25px;       /* ESPAÇAMENTO ABAIXO DO BOTÃO */

}

.farm-land-event-button a {

    background: #c62828;       /* COR DE FUNDO DO BOTÃO */

    color: #fff;               /* COR DO TEXTO */

    padding: 12px 30px;        /* PADDING DO BOTÃO */

    font-size: 20px;           /* TAMANHO DA FONTE DO BOTÃO */

    text-decoration: none;     /* REMOVE SUBLINHADO */

    border-radius: 6px;        /* CANTOS LEVEMENTE ARREDONDADOS */

    transition: background 0.3s; /* TRANSIÇÃO SUAVE AO HOVER */

}

.farm-land-event-button a:hover {

    background: #a11f1f;       /* COR DE FUNDO AO PASSAR O MOUSE */

}

/* =========================

   CARDS PRINCIPAIS

   ========================= */

/* =====================================

   IMAGENS SIMPLES COM HOVER (SEM GRID)

   ===================================== */

/* Container das imagens com hover */

.hover-images {

    display: flex;                  /* FLEX PARA LINHAS */

    flex-wrap: wrap;                /* QUEBRA AUTOMÁTICA DE LINHA */

    gap: 16px;                      /* ESPAÇAMENTO ENTRE IMAGENS */

    justify-content: center;        /* CENTRALIZA HORIZONTALMENTE */

    align-items: center;            /* ALINHA VERTICALMENTE */

    margin: 20px 0;                 /* MARGEM SUPERIOR E INFERIOR */

}

/* Remove qualquer estilo padrão do MediaWiki */

.hover-images .thumb,

.hover-images .image {

    background: none;               /* REMOVE FUNDO */

    border: none;                   /* REMOVE BORDA */

    box-shadow: none;               /* REMOVE SOMBRA */

    margin: 0;                      /* REMOVE MARGEM */

    padding: 0;                     /* REMOVE PADDING */

}

/* Imagens dentro do container hover */

.hover-images img {

    display: block;                 /* EXIBE COMO BLOCO */

    border-radius: 6px;             /* CANTOS ARREDONDADOS */

    transition: transform 0.3s ease, box-shadow 0.3s ease; /* TRANSIÇÃO SUAVE */

}

/* Efeito ao passar o mouse nas imagens */

.hover-images img:hover {

    transform: translateY(-6px) scale(1.03); /* LEVE MOVIMENTO E AUMENTO */

    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25); /* SOMBRA SUAVE */

}

/* Efeito especial para galerias com hover */

.farm-land-hover-gallery img:hover {

    transform: scale(1.08) translateY(-6px);  /* AMPLIAÇÃO + LEVE ELEVAÇÃO */

    box-shadow: 0 10px 22px rgba(0, 0, 0, 0.25);

    cursor: pointer;                          /* CURSOR DE MÃO */

}

/* =========================

   TÍTULOS DE SEÇÃO

   ========================= */

.farm-land-section-title {

    font-size: 22px;              /* TAMANHO DA FONTE IGUAL AO PRINT */

    margin: 25px 0 15px;          /* MARGEM SUPERIOR E INFERIOR */

    border-bottom: 2px solid #ccc; /* LINHA INFERIOR */

}

/* =========================

   GUIAS

   ========================= */

.farm-land-guide {

    display: flex;                /* FLEX PARA ÍCONES + TEXTO */

    align-items: center;          /* CENTRALIZA VERTICALMENTE */

    font-size: 14px;              /* TAMANHO DA FONTE PADRÃO */

}

/* Ícones dentro das guias */

.farm-land-guide .icon {

    width: 28px;                  /* LARGURA DO ÍCONE */

    height: 28px;                 /* ALTURA DO ÍCONE */

    background: #ccc;             /* FUNDO CINZA */

    margin-right: 8px;            /* ESPAÇAMENTO ENTRE ÍCONE E TEXTO */

}

/* =========================

   DESTAQUES

   ========================= */

/* Container de destaques em grid */

.farm-land-highlights {

    display: grid;                              /* GRID PARA CARDS */

    grid-template-columns: repeat(4, 1fr);      /* 4 COLUNAS IGUAIS */

    gap: 12px;                                  /* ESPAÇAMENTO ENTRE CARDS */

}

/* Imagem do destaque */

.farm-land-highlight .img {

    height: 120px;                              /* ALTURA IGUAL AO PRINT */

    background: #ddd;                           /* FUNDO CINZA CLARO */

}

/* Título do destaque */

.farm-land-highlight .title {

    padding: 8px;                               /* ESPAÇAMENTO INTERNO */

    text-align: center;                         /* CENTRALIZA TEXTO */

    font-weight: bold;                          /* TEXTO EM NEGRITO */

}

/* =========================

   ANIMAÇÕES - CARDS PRINCIPAIS

   ========================= */

/* Card container */

.farm-land-card {

    transition: transform 0.25s ease, box-shadow 0.25s ease; /* TRANSIÇÃO SUAVE */

    cursor: pointer;                                         /* CURSOR DE MÃO */

}

/* Efeito hover do card */

.farm-land-card:hover {

    transform: translateY(-6px);                             /* LEVE ELEVAÇÃO */

    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);            /* SOMBRA SUAVE */

    background: #ffffff;                                     /* FUNDO BRANCO */

}

/* Imagem dentro do card */

.farm-land-card .img {

    transition: transform 0.25s ease;                        /* TRANSIÇÃO SUAVE */

}

/* Efeito hover na imagem do card */

.farm-land-card:hover .img {

    transform: scale(1.05);                                  /* LEVE AMPLIAÇÃO */

}

/* =========================

   CONTEÚDOS EXCLUSIVOS

   ========================= */

/* Container geral */

.farm-land-exclusive-wrapper {

    margin-top: 30px;                                        /* MARGEM SUPERIOR */

}

/* Grid dos conteúdos exclusivos */

.farm-land-exclusive-grid {

    display: grid;                                           /* GRID PARA ITENS */

    grid-template-columns: repeat(3, 1fr);                  /* 3 COLUNAS IGUAIS */

    gap: 15px;                                               /* ESPAÇAMENTO ENTRE ITENS */

}

/* Item individual */

.farm-land-exclusive-item {

    border: 1px solid #cfcfcf;                               /* BORDA LEVE */

    background: #f7f7f7;                                     /* FUNDO CINZA CLARO */

    transition: transform 0.25s ease, box-shadow 0.25s ease; /* TRANSIÇÃO SUAVE */

}

/* Efeito hover no item */

.farm-land-exclusive-item:hover {

    transform: translateY(-5px);                              /* LEVE ELEVAÇÃO */

    box-shadow: 0 8px 18px rgba(0,0,0,0.18);                /* SOMBRA SUAVE */

}

/* Imagem do item exclusivo */

.farm-land-exclusive-img {

    height: 140px;                                            /* ALTURA IGUAL AO PRINT */

    background: #dcdcdc;                                      /* FUNDO CINZA CLARO */

}

/* Título do item exclusivo */

.farm-land-exclusive-title {

    padding: 10px;                                           /* ESPAÇAMENTO INTERNO */

    font-weight: bold;                                       /* TEXTO EM NEGRITO */

    text-align: center;                                      /* CENTRALIZA TEXTO */

    background: #ffffff;                                     /* FUNDO BRANCO */

}

/* =========================

   GUIAS – FarmLand

   ========================= */

/* Container geral das guias */

.hr-guides-wrapper {

    max-width: 1200px;          /* LARGURA MÁXIMA IGUAL AO PRINT */

    margin: 25px auto;          /* CENTRALIZA E MARGEM SUPERIOR */

    background: #ffffff;        /* FUNDO BRANCO */

}

/* Título das guias */

.hr-guides-title {

    text-align: center;         /* CENTRALIZA TEXTO */

    font-weight: bold;          /* NEGRITO */

    font-size: 14px;            /* TAMANHO DA FONTE */

    letter-spacing: 1px;        /* ESPAÇAMENTO ENTRE LETRAS */

    padding: 6px 0;             /* ESPAÇAMENTO INTERNO */

    margin-bottom: 10px;        /* MARGEM INFERIOR */

    border-top: 1px solid #cfcfcf;

    border-bottom: 1px solid #cfcfcf;

}

/* =========================

   CARDS

   ========================= */

/* Container geral de cards */

.farm-land-cards {

    display: flex;                                      /* FLEX PARA CARDS */

    gap: 14px;                                          /* ESPAÇAMENTO ENTRE CARDS */

    justify-content: center;                             /* CENTRALIZA HORIZONTALMENTE */

    flex-wrap: wrap;                                    /* QUEBRA DE LINHA AUTOMÁTICA */

}

/* Card individual */

.farm-land-card {

    width: 160px;                                      /* LARGURA DO CARD */

    background: #ffffff;                               /* FUNDO BRANCO */

    border: 1px solid #cfd6dd;                         /* BORDA LEVE */

    border-radius: 2px;                                /* CANTOS LEVEMENTE ARREDONDADOS */

    overflow: hidden;                                  /* ESCONDE EXCESSO DE CONTEÚDO */

    text-align: center;                                /* CENTRALIZA TEXTO */

    font-family: Arial, sans-serif;                    /* FONTE PADRÃO */

}

/* Imagem do card */

.farm-land-img {

    width: 100%;                                       /* OCUPA TODA A LARGURA */

    height: 100px;                                     /* ALTURA IGUAL AO PRINT */

    background-size: cover;                             /* IMAGEM COBRE TODO O ESPAÇO */

    background-position: center;                        /* CENTRALIZA IMAGEM */

    background-repeat: no-repeat;                       /* SEM REPETIÇÃO */

}

/* Link do card */

.farm-land-card a {

    display: block;

    padding: 8px 4px;                                  /* PADDING INTERNO */

    font-weight: bold;                                 /* TEXTO NEGRITO */

    color: #0033cc;                                    /* COR DO LINK */

    text-decoration: none;                             /* REMOVE SUBLINHADO */

}

.farm-land-card a:hover {

    text-decoration: underline;                        /* SUBLINHADO AO PASSAR O MOUSE */

}

/* =========================

   CLASSES TABLE

   ========================= */

/* Tabela de classes */

.classes-table {

    width: 100%;                                       /* OCUPA 100% DA LARGURA */

    border-collapse: collapse;                         /* REMOVE ESPAÇAMENTO ENTRE CELULAS */

    text-align: center;                                /* CENTRALIZA TEXTO */

    background: #fff;                                  /* FUNDO BRANCO */

}

/* Células da tabela */

.classes-table td {

    border: 1px solid #cfcfcf;                         /* BORDA LEVE */

    padding: 10px;                                     /* ESPAÇAMENTO INTERNO */

    vertical-align: middle;                             /* ALINHA TEXTO NO CENTRO */

}

/* Nome da classe */

.class-name {

    color: #2a5db0;                                    /* COR AZUL */

    font-weight: bold;                                  /* TEXTO NEGRITO */

}

/* =========================

   BARRAS DE TÍTULO

   ========================= */

/* Barra padrão */

.row-title td {

    font-weight: bold;                                  /* TEXTO NEGRITO */

    padding: 6px;                                       /* PADDING INTERNO */

    border: 1px solid #bdbdbd;                          /* BORDA LEVE */

}

/* Barra inicial */

.row-title.initial td {

    background: #fdecc8;                                /* FUNDO LARANJA CLARO */

}

/* Barras de cores alternativas */

.row-title.c1 td {

    background: #f6ef99;                                /* FUNDO AMARELO CLARO */

}

.row-title.c2 td {

    background: #f2ddc7;                                /* FUNDO BEGE CLARO */

}

.row-title.trans td {

    background: #dce8dc;                                /* FUNDO VERDE CLARO */

}

.row-title.expand td {

    background: #f6ef99;                                /* FUNDO AMARELO CLARO */

}

.row-title.expand2 td {

    background: #f2ddc7;                                /* FUNDO BEGE CLARO */

}

/* ===============================

   LAYOUT DAS CLASSES – FARMLAND

   =============================== */

/* Grid principal das classes */

.classes-grid {

    display: grid;                                /* GRID PARA ITENS */

    gap: 0;                                       /* SEM ESPAÇAMENTO ENTRE ITENS */

    border-left: 1px solid #cfcfcf;              /* BORDA ESQUERDA */

    border-top: 1px solid #cfcfcf;               /* BORDA SUPERIOR */

    margin-bottom: 25px;                          /* MARGEM INFERIOR */

    background: #ffffff;                          /* FUNDO BRANCO */

}

/* Configurações por quantidade de colunas */

.classes-grid-2  { grid-template-columns: repeat(2, 1fr); }

.classes-grid-4  { grid-template-columns: repeat(4, 1fr); }

.classes-grid-6  { grid-template-columns: repeat(6, 1fr); }

.classes-grid-10 { grid-template-columns: repeat(5, 1fr); }

/* Item individual da classe */

.class-item {

    text-align: center;                           /* CENTRALIZA TEXTO */

    padding: 20px 10px;                           /* ESPAÇAMENTO INTERNO */

    border-right: 1px solid #cfcfcf;             /* BORDA DIREITA */

    border-bottom: 1px solid #cfcfcf;            /* BORDA INFERIOR */

    background: #ffffff;                          /* FUNDO BRANCO */

    font-size: 14px;                              /* TAMANHO DA FONTE */

    line-height: 1.4;                             /* ALTURA DE LINHA */

}

/* Imagem dentro do item da classe */

.class-item img {

    display: inline-block;                        /* EXIBE EM LINHA */

    margin: 0 2px;                                /* MARGEM LATERAL PEQUENA */

    vertical-align: middle;                       /* ALINHA AO MEIO */

    max-width: 100%;                              /* NÃO ULTRAPASSA CONTAINER */

    height: auto;                                 /* ALTURA PROPORCIONAL */

}

/* =========================

   TÍTULOS DE CLASSES

   ========================= */

/* Títulos genéricos */

h2 {

    margin: 0;

    padding: 6px;

    text-align: center;

    font-weight: bold;

}

/* Classes de cores específicas (substitui :contains) */

.classe-inicial-title            { background: #f6e7c6; border: 1px solid #e0c99c; }

.classe-1-title                  { background: #f2ea8c; border: 1px solid #e0d87c; }

.classe-2-title                  { background: #efd7c4; border: 1px solid #dcc2a9; }

.classe-transcendental-title     { background: #dce6d8; border: 1px solid #c5d4c1; }

.classe-expandida-title           { background: #f2ea8c; border: 1px solid #e0d87c; }

/* =========================

   RESPONSIVIDADE DAS CLASSES

   ========================= */

/* Para telas até 1200px */

@media (max-width: 1200px) {

    .classes-grid-6  { grid-template-columns: repeat(4, 1fr); }

    .classes-grid-10 { grid-template-columns: repeat(5, 1fr); }

}

/* Para telas até 900px */

@media (max-width: 900px) {

    .classes-grid-6  { grid-template-columns: repeat(3, 1fr); }

    .classes-grid-10 { grid-template-columns: repeat(3, 1fr); }

    .classes-grid-4  { grid-template-columns: repeat(2, 1fr); }

}

/* Para telas até 600px */

@media (max-width: 600px) {

    .classes-grid-6, 

    .classes-grid-10, 

    .classes-grid-4 { grid-template-columns: repeat(2, 1fr); }

}

/* Para telas até 400px */

@media (max-width: 400px) {

    .classes-grid-6, 

    .classes-grid-10, 

    .classes-grid-4,

    .classes-grid-2 { grid-template-columns: 1fr; }

}

/* ================================================= */

/* SISTEMA DE CLASSES - WIKI FARMLAND              */

/* ================================================= */

/* -----------------------------

   RESET E CONTAINER

   ----------------------------- */

.farm-land-classes-system {

    max-width: 1000px;                                  /* LARGURA MÁXIMA DO SISTEMA */

    margin: 20px auto;                                  /* CENTRALIZA HORIZONTALMENTE */

    padding: 0 15px;                                    /* PADDING LATERAL */

    font-family: -apple-system, BlinkMacSystemFont,     /* FONTE PADRÃO */

                 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;

}

/* -----------------------------

   TÍTULO DA PÁGINA

   ----------------------------- */

.farm-land-page-title {

    text-align: center;                                 /* CENTRALIZA TEXTO */

    margin-bottom: 40px;                                /* MARGEM INFERIOR */

    padding-bottom: 20px;                               /* PADDING INFERIOR */

    border-bottom: 2px solid #e0e0e0;                  /* LINHA SEPARADORA */

}

.farm-land-page-title h1 {

    color: #2c3e50;                                    /* COR DO TÍTULO */

    font-size: 32px;                                    /* TAMANHO DO TÍTULO */

    margin-bottom: 15px;                                /* MARGEM INFERIOR */

    font-weight: 700;                                   /* NEGRITO */

}

.farm-land-page-title p {

    color: #666;                                        /* COR DO SUBTÍTULO */

    font-size: 16px;                                    /* TAMANHO DA FONTE */

    line-height: 1.6;                                   /* ALTURA DE LINHA */

    max-width: 800px;                                   /* LARGURA MÁXIMA DO TEXTO */

    margin: 0 auto;                                     /* CENTRALIZA TEXTO */

}

/* -----------------------------

   GRADE PRINCIPAL (3 COLUNAS)

   ----------------------------- */

.farm-land-main-grid {

    display: grid;                                      /* GRID PARA CARDS */

    grid-template-columns: repeat(3, 1fr);             /* 3 COLUNAS IGUAIS */

    gap: 25px;                                         /* ESPAÇAMENTO ENTRE CARDS */

    margin-bottom: 40px;                               /* MARGEM INFERIOR */

}

/* Responsividade da grade principal */

@media (max-width: 900px) {

    .farm-land-main-grid {

        grid-template-columns: repeat(2, 1fr);         /* 2 COLUNAS EM TELAS MÉDIAS */

    }

}

@media (max-width: 600px) {

    .farm-land-main-grid {

        grid-template-columns: 1fr;                    /* 1 COLUNA EM TELAS PEQUENAS */

    }

}

/* -----------------------------

   CARD DA CLASSE (ESTILO SITE)

   ----------------------------- */

.farm-land-class-card {

    background: white;                                 /* FUNDO DO CARD */

    border-radius: 12px;                               /* CANTOS ARREDONDADOS */

    overflow: hidden;                                  /* ESCONDE EXCESSO */

    box-shadow: 0 4px 12px rgba(0,0,0,0.08);          /* SOMBRA SUAVE */

    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1); /* TRANSIÇÃO SUAVE */

    cursor: pointer;                                   /* CURSOR DE MÃO */

    border: 2px solid transparent;                     /* BORDA TRANSPARENTE INICIAL */

    position: relative;                                /* POSICIONAMENTO RELATIVO */

}

.farm-land-class-card:hover {

    transform: translateY(-8px);                       /* LEVE ELEVAÇÃO */

    box-shadow: 0 12px 24px rgba(0,0,0,0.15);         /* SOMBRA AO HOVER */

    border-color: #3498db;                             /* BORDA AZUL AO HOVER */

}

.farm-land-class-card.active {

    border-color: #2980b9;                             /* BORDA AZUL ESCURO */

    background: #f8fafc;                               /* FUNDO LEVE DIFERENCIADO */

}

/* -----------------------------

   IMAGEM DO CARD

   ----------------------------- */

.farm-land-class-image {

    height: 220px;                                     /* ALTURA IGUAL AO PRINT */

    background: linear-gradient(135deg, #f5f7fa 0%, #e4e7eb 100%); /* GRADIENTE DE FUNDO */

    display: flex;                                     /* FLEX PARA CENTRALIZAR IMAGENS */

    align-items: center;

    justify-content: center;

    gap: 10px;                                         /* ESPAÇAMENTO ENTRE IMAGENS */

    padding: 20px;                                     /* PADDING INTERNO */

    overflow: hidden;

}

/* -----------------------------

   IMAGENS COM EFEITO HOVER

   ----------------------------- */

.farm-land-img-hover {

    transition: all 0.4s ease;                        /* TRANSIÇÃO SUAVE */

    filter: drop-shadow(0 4px 8px rgba(0,0,0,0.1));  /* SOMBRA LEVE */

    max-height: 180px;                                /* ALTURA MÁXIMA */

    object-fit: contain;                               /* PROPORÇÃO CORRETA */

}

.farm-land-class-card:hover .farm-land-img-hover {

    transform: scale(1.08);                            /* AMPLIAÇÃO AO HOVER */

    filter: drop-shadow(0 8px 16px rgba(0,0,0,0.2));  /* SOMBRA MAIOR AO HOVER */

}

/* -----------------------------

   NOME DA CLASSE

   ----------------------------- */

.farm-land-class-name {

    padding: 20px;                                    /* PADDING INTERNO */

    text-align: center;                                /* CENTRALIZA TEXTO */

    background: white;                                 /* FUNDO BRANCO */

    border-top: 1px solid #f1f1f1;                   /* LINHA SEPARADORA */

}

.farm-land-class-title {

    display: block;

    color: #2c3e50;                                   /* COR DO TÍTULO */

    font-size: 20px;                                   /* TAMANHO DA FONTE */

    font-weight: 700;                                  /* NEGRITO */

    margin-bottom: 5px;                                /* MARGEM INFERIOR */

}

.farm-land-class-subtitle {

    display: block;

    color: #7f8c8d;                                   /* COR DO SUBTÍTULO */

    font-size: 14px;                                   /* TAMANHO DA FONTE */

    font-weight: 500;                                  /* PESO MÉDIO */

    text-transform: uppercase;                         /* MAIÚSCULAS */

    letter-spacing: 1px;                               /* ESPAÇAMENTO ENTRE LETRAS */

}

/* ================================================= */

/* ÁREA DE EXPANSÃO (ABRE AO CLICAR)                */

/* ================================================= */

/* Container da área expansível */

.farm-land-expansion-area {

    display: none;                                     /* OCULTO POR PADRÃO */

    background: white;                                 /* FUNDO BRANCO */

    border-radius: 12px;                               /* CANTOS ARREDONDADOS */

    margin: 20px 0 40px;                               /* MARGEM SUPERIOR E INFERIOR */

    box-shadow: 0 6px 20px rgba(0,0,0,0.1);           /* SOMBRA LEVE */

    border: 1px solid #e0e0e0;                        /* BORDA CINZA CLARO */

    animation: farmLandSlideDown 0.4s ease-out;       /* ANIMAÇÃO AO ABRIR */

}

/* Área ativa (quando clicada) */

.farm-land-expansion-area.active {

    display: block;                                    /* EXIBE CONTEÚDO */

}

/* Animação de abertura */

@keyframes farmLandSlideDown {

    from {

        opacity: 0;

        transform: translateY(-15px);                 /* LEVE SUBIDA INICIAL */

    }

    to {

        opacity: 1;

        transform: translateY(0);                     /* POSIÇÃO FINAL */

    }

}

/* Conteúdo interno da expansão */

.farm-land-expansion-content {

    padding: 30px;                                     /* PADDING INTERNO */

}

/* Título da expansão */

.farm-land-expansion-title {

    color: #2c3e50;                                   /* COR DO TÍTULO */

    font-size: 28px;                                   /* TAMANHO DA FONTE */

    margin-bottom: 15px;                               /* MARGEM INFERIOR */

    padding-bottom: 15px;                              /* PADDING INFERIOR */

    border-bottom: 2px solid #3498db;                 /* LINHA AZUL */

    font-weight: 700;                                  /* NEGRITO */

}

/* Descrição da expansão */

.farm-land-expansion-description {

    color: #555;                                       /* COR DO TEXTO */

    font-size: 16px;                                   /* TAMANHO DA FONTE */

    line-height: 1.7;                                  /* ALTURA DE LINHA */

    margin-bottom: 30px;                               /* MARGEM INFERIOR */

    padding-bottom: 20px;                              /* PADDING INFERIOR */

    border-bottom: 1px solid #eee;                     /* LINHA LEVE */

}

/* ================================================= */

/* GRADE DE SUB-CLASSES (DENTRO DA EXPANSÃO)        */

/* ================================================= */

/* Grid de sub-classes */

.farm-land-subclasses-grid {

    display: grid;                                     /* GRID PARA ITENS */

    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); /* COLUNAS FLEXÍVEIS */

    gap: 25px;                                         /* ESPAÇAMENTO ENTRE CARDS */

    margin-top: 20px;                                  /* MARGEM SUPERIOR */

}

/* Card individual de sub-classe */

.farm-land-subclass-card {

    background: #f8fafc;                               /* FUNDO LEVE */

    border-radius: 10px;                                /* CANTOS ARREDONDADOS */

    padding: 20px;                                      /* PADDING INTERNO */

    transition: all 0.3s ease;                          /* TRANSIÇÃO SUAVE */

    border: 1px solid #e2e8f0;                          /* BORDA CLARA */

    display: flex;                                      /* FLEX PARA IMAGEM + INFO */

    align-items: center;

    gap: 20px;                                          /* ESPAÇAMENTO ENTRE IMAGEM E INFO */

}

/* Hover no card de sub-classe */

.farm-land-subclass-card:hover {

    background: white;                                  /* FUNDO BRANCO AO HOVER */

    border-color: #3498db;                              /* BORDA AZUL */

    box-shadow: 0 6px 12px rgba(52, 152, 219, 0.15);   /* SOMBRA AO HOVER */

    transform: translateY(-3px);                        /* LEVE ELEVAÇÃO */

}

/* Imagem da sub-classe */

.farm-land-subclass-image {

    flex-shrink: 0;                                     /* NÃO REDUZIR */

}

.farm-land-subclass-img {

    width: 100px;

    height: 100px;                                      /* TAMANHO FIXO */

    object-fit: contain;                                 /* MANDA PROPORÇÃO CORRETA */

    transition: transform 0.3s ease;                    /* TRANSIÇÃO SUAVE */

    filter: drop-shadow(0 4px 6px rgba(0,0,0,0.1));     /* SOMBRA LEVE */

}

/* Hover na imagem */

.farm-land-subclass-card:hover .farm-land-subclass-img {

    transform: scale(1.1);                              /* LEVE AMPLIAÇÃO */

}

/* Informações da sub-classe */

.farm-land-subclass-info {

    flex-grow: 1;                                       /* OCUPA ESPAÇO RESTANTE */

}

/* Título da sub-classe */

.farm-land-subclass-info h3 {

    margin: 0 0 8px 0;                                  /* MARGEM INFERIOR */

    font-size: 18px;                                    /* TAMANHO DO TÍTULO */

    font-weight: 700;                                   /* NEGRITO */

}

/* Link do título da sub-classe */

.farm-land-subclass-info h3 a {

    color: #2c3e50;                                    /* COR PADRÃO */

    text-decoration: none;                              /* SEM SUBLINHADO */

    transition: color 0.2s;                             /* TRANSIÇÃO DE COR */

}

.farm-land-subclass-info h3 a:hover {

    color: #3498db;                                    /* AZUL AO PASSAR O MOUSE */

}

/* Descrição da sub-classe */

.farm-land-subclass-info p {

    color: #666;                                        /* COR DO TEXTO */

    font-size: 14px;                                    /* TAMANHO DA FONTE */

    line-height: 1.5;                                   /* ALTURA DE LINHA */

    margin: 0;

}

/* ================================================= */

/* ANIMAÇÕES EXTRAS E MELHORIAS                      */

/* ================================================= */

/* -----------------------------

   EFEITO DE CARREGAMENTO PARA AS IMAGENS

   ----------------------------- */

.farm-land-class-image {

    position: relative;  /* Necessário para pseudo-elemento de shimmer */

}

.farm-land-class-image::after {

    content: '';

    position: absolute;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: linear-gradient(90deg, transparent, rgba(255,255,255,0.3), transparent);

    animation: loadingShimmer 1.5s infinite;

    pointer-events: none;

}

@keyframes loadingShimmer {

    0% { transform: translateX(-100%); }

    100% { transform: translateX(100%); }

}

/* -----------------------------

   SETA INDICADORA NO CARD ATIVO

   ----------------------------- */

.farm-land-class-card.active::after {

    content: '▼';

    position: absolute;

    bottom: -15px;

    left: 50%;

    transform: translateX(-50%);

    color: #2980b9;

    font-size: 20px;

    animation: bounce 0.5s infinite alternate;

}

@keyframes bounce {

    from { transform: translateX(-50%) translateY(0); }

    to { transform: translateX(-50%) translateY(5px); }

}

/* -----------------------------

   BOTÃO DE FECHAR (OPCIONAL)

   ----------------------------- */

.farm-land-close-btn {

    position: absolute;

    top: 15px;

    right: 15px;

    background: #e74c3c;

    color: white;

    border: none;

    width: 32px;

    height: 32px;

    border-radius: 50%;

    font-size: 18px;

    cursor: pointer;

    display: flex;

    align-items: center;

    justify-content: center;

    transition: background 0.2s;

    z-index: 10;

}

.farm-land-close-btn:hover {

    background: #c0392b;

}

/* ================================================= */

/* RESPONSIVIDADE ADICIONAL                         */

/* ================================================= */

/* TABLETS MENORES */

@media (max-width: 768px) {

    .farm-land-class-image {

        height: 180px;

        padding: 15px;

    }

    

    .farm-land-img-hover {

        max-height: 150px;

    }

    

    .farm-land-expansion-content {

        padding: 20px;

    }

    

    .farm-land-subclass-card {

        flex-direction: column;

        text-align: center;

        gap: 15px;

    }

}

/* CELULARES */

@media (max-width: 480px) {

    .farm-land-classes-system {

        padding: 0 10px;

    }

    

    .farm-land-page-title h1 {

        font-size: 24px;

    }

    

    .farm-land-page-title p {

        font-size: 14px;

    }

    

    .farm-land-main-grid {

        gap: 15px;

    }

    

    .farm-land-class-image {

        height: 150px;

    }

    

    .farm-land-img-hover {

        max-height: 120px;

    }

    

    .farm-land-class-name {

        padding: 15px;

    }

    

    .farm-land-class-title {

        font-size: 18px;

    }

    

    .farm-land-subclasses-grid {

        grid-template-columns: 1fr;

    }

}

/* DARK MODE SUPPORT (OPCIONAL) */

@media (prefers-color-scheme: dark) {

    .farm-land-classes-system {

        background: transparent;

    }

    

    .farm-land-class-card,

    .farm-land-expansion-area,

    .farm-land-subclass-card {

        background: #2d3748;

        border-color: #4a5568;

    }

    

    .farm-land-class-name,

    .farm-land-expansion-content {

        background: #2d3748;

    }

    

    .farm-land-class-title,

    .farm-land-expansion-title,

    .farm-land-subclass-info h3 a {

        color: #e2e8f0;

    }

    

    .farm-land-class-subtitle,

    .farm-land-expansion-description,

    .farm-land-subclass-info p {

        color: #a0aec0;

    }

    

    .farm-land-class-image {

        background: linear-gradient(135deg, #4a5568 0%, #2d3748 100%);

    }

    

    .farm-land-subclass-card:hover {

        background: #4a5568;

    }

}

/* ================================================= */

/* GRID DE CLASSES                                   */

/* ================================================= */

.classes-grid {

    display: grid;

    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));

    gap: 16px;

    margin: 20px 0;

}

/* ITEM INDIVIDUAL */

.class-item {

    border: 1px solid #cfcfcf;

    background: #f7f7f7;

    padding: 15px 10px;

    text-align: center;

    transition: transform 0.25s ease, box-shadow 0.25s ease;

    cursor: pointer;

}

.class-item:hover {

    transform: translateY(-6px);

    box-shadow: 0 8px 18px rgba(0,0,0,0.18);

    background: #ffffff;

}

/* IMAGENS DAS CLASSES */

.class-item img {

    margin: 0 2px;

    vertical-align: middle;

}

/* NOME DA CLASSE */

.class-item b,

.class-item strong {

    display: block;

    margin-top: 8px;

    font-size: 14px;

}

/* ================================================= */

/* LINKS EM TODO O CARD                              */

/* ================================================= */

/* Torna o card inteiro clicável */

.class-link {

    text-decoration: none;   /* Remove underline */

    color: inherit;          /* Mantém cor do card */

    display: block;          /* Ocupa todo o card */

}

.class-link:hover {

    text-decoration: none;

    color: inherit;

}

/* ================================================= */

/* ANIMAÇÃO E INTERAÇÃO – CLASSES                    */

/* ================================================= */

/* Card individual */

.class-item {

    position: relative;

    cursor: pointer;

    transition: transform 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;

}

/* Hover no card */

.class-item:hover {

    transform: translateY(-6px);

    box-shadow: 0 8px 18px rgba(0,0,0,0.18);

    background: #fdfdfd;

}

/* Animação nas imagens do card */

.class-item img {

    transition: transform 0.25s ease;

}

.class-item:hover img {

    transform: scale(1.08);

}

/* Remove underline e mantém todo o card clicável */

.class-item a {

    text-decoration: none;

    color: inherit;

    display: block;

}

/* ================================================= */

/* PÁGINA DE CLASSES – FARMLAND                     */

/* ================================================= */

/* Container principal da página */

.job-page {

    max-width: 750px;

    margin: 0 0 40px 0;       /* remove auto horizontal */

    padding-left: 0;          /* remove recuo herdado */

}

/* Header da página */

.job-header {

    display: flex;

    align-items: center;

    gap: 20px;

    padding: 20px;

    background: #f6f7f9;

    border: 1px solid #dcdcdc;

    margin-bottom: 25px;

}

/* Título da página */

.job-title h1 {

    margin: 0;

    font-size: 28px;

}

.job-title p {

    margin: 0;

    color: #666;

    font-weight: bold;

}

/* Seções da página */

.job-section {

    margin-bottom: 25px;

}

.job-section h2 {

    font-size: 20px;

    margin-bottom: 10px;

    border-bottom: 2px solid #ccc;

    padding-bottom: 4px;

}

.job-section h3 {

    font-size: 16px;

    margin-top: 15px;

}

/* Lista de itens */

.job-list {

    display: grid;

    grid-template-columns: repeat(2, 1fr);

    gap: 6px 20px;

    margin: 10px 0;

}

.job-list li {

    list-style: disc;

    margin-left: 18px;

}

/* ================================================= */

/* TABELA DE ATRIBUTOS                               */

/* ================================================= */

.farm-land-attr-table {

    width: 100%;

    border-collapse: collapse;

    background: #ffffff;

    margin: 20px 0 30px;

    font-size: 14px;

}

.farm-land-attr-table th {

    background: #f2ea8c;

    border: 1px solid #cfcfcf;

    padding: 8px;

    text-align: center;

}

.farm-land-attr-table td {

    border: 1px solid #cfcfcf;

    padding: 8px;

    text-align: center;

}

/* Hover nas linhas da tabela */

.farm-land-attr-table tbody tr:hover {

    background: #f9f9f9;

}

/* ================================================= */

/* PÁGINA DA CLASSE – APRENDIZ                       */

/* ================================================= */

/* Container principal */

.aprendiz-page {

    max-width: 1200px;

    margin: 25px auto;

    padding: 10px;

}

/* Conteúdo principal: texto + infobox */

.aprendiz-content {

    display: flex;

    gap: 24px;

}

/* -----------------------------

   TEXTO PRINCIPAL

   ----------------------------- */

.aprendiz-text {

    flex: 3;

    background: #ffffff;

    padding: 18px;

    border: 1px solid #cfcfcf;

    font-size: 14px;

    line-height: 1.6;

}

.aprendiz-text h2 {

    margin-top: 25px;

    padding-bottom: 5px;

    border-bottom: 2px solid #e0e0e0;

}

/* -----------------------------

   INFOBOX LATERAL

   ----------------------------- */

.aprendiz-infobox {

    flex: 1;

    background: #f8f8f8;

    border: 1px solid #cfcfcf;

    font-size: 13px;

}

/* Título da infobox */

.infobox-title {

    background: #f2ea8c;

    text-align: center;

    font-weight: bold;

    padding: 8px;

    font-size: 16px;

}

/* Área de imagens dentro da infobox */

.infobox-images {

    text-align: center;

    padding: 10px;

}

/* Tabela da infobox */

.infobox-table {

    width: 100%;

    border-collapse: collapse;

}

.infobox-table th,

.infobox-table td {

    border-top: 1px solid #cfcfcf;

    padding: 6px;

    text-align: left;

}

.infobox-table th {

    background: #eeeeee;

    width: 45%;

}

/* =========================

   RESPONSIVIDADE

   ========================= */

@media (max-width: 800px) {

    .aprendiz-content {

        flex-direction: column;

    }

}

/* ================================================= */

/* INFOBOX – APRENDIZES (CLONE)                     */

/* ================================================= */

/* Container da infobox */

.aprendiz-infobox {

    width: 300px;

    background: #f8f8f8;

    border: 1px solid #cfcfcf;

    font-size: 13px;

    float: right;

    margin: 0 0 10px 10px;

    font-family: Arial, sans-serif;

}

/* Cabeçalho da infobox */

.aprendiz-header {

    border-radius: 8px;

    color: #0645ad;

    padding: 4px;

    text-align: center;

    font-weight: bold;

    line-height: 2;

    display: flex;

    justify-content: center;

    align-items: center;

    gap: 3px;

}

/* Imagem principal */

.aprendiz-main-image {

    text-align: center;

    padding: 10px;

    background: #e6e6e6;

}

/* Título das seções da infobox */

.aprendiz-section-title {

    background: #4a4a4a;

    color: #fff;

    text-align: center;

    font-weight: bold;

    padding: 4px;

    margin-top: 5px;

}

.aprendiz-section-title.dark {

    background: #333;

}

/* Tabs */

.aprendiz-tabs {

    display: flex;

    gap: 10px;

    padding: 6px;

    font-size: 12px;

}

.aprendiz-tabs .tab {

    color: #0645ad;

    cursor: pointer;

}

.aprendiz-tabs .active {

    font-weight: bold;

    text-decoration: underline;

}

/* Sprites */

.aprendiz-sprites {

    text-align: center;

    padding: 6px;

}

/* Tabela de informações */

.aprendiz-info-table {

    width: 100%;

    border-collapse: collapse;

}

.aprendiz-info-table th {

    background: #f0f0f0;

    border: 1px solid #ccc;

    padding: 4px;

    width: 40%;

    text-align: left;

}

.aprendiz-info-table td {

    border: 1px solid #ccc;

    padding: 4px;

}

.aprendiz-info-table a {

    color: #0645ad;

    text-decoration: none;

}

.aprendiz-info-table a:hover {

    text-decoration: underline;

}

/* Ícones de armas na infobox */

.aprendiz-weapons img {

    margin: 2px;

    padding: 2px;

    border: 1px solid #ddd;

    background: #fff;

    border-radius: 4px;

    width: 24px;

    height: 24px;

}

/* Tabela de bônus */

.aprendiz-bonus-table {

    width: 100%;

    border-collapse: collapse;

    text-align: center;

}

.aprendiz-bonus-table th {

    color: #0645ad;

    font-weight: bold;

    padding: 4px;

    border: 1px solid #ccc;

}

.aprendiz-bonus-table td {

    padding: 4px;

    border: 1px solid #ccc;

}

/* ================================================= */

/* TABELA DE ATRIBUTOS                               */

/* ================================================= */

.farm-land-attr-table {

    width: 100%;

    border-collapse: collapse;

    background: #ffffff;

    margin: 20px 0 30px;

    font-size: 14px;

}

.farm-land-attr-table th {

    background: #f2ea8c;

    border: 1px solid #cfcfcf;

    padding: 8px;

    text-align: center;

}

.farm-land-attr-table td {

    border: 1px solid #cfcfcf;

    padding: 8px;

    text-align: center;

}

.farm-land-attr-table tbody tr:hover {

    background: #f9f9f9;

}

/* ================================================= */

/* CARDS PRINCIPAIS                                  */

/* ================================================= */

.farm-land-cards {

    display: flex;

    gap: 14px;

    justify-content: center;

    flex-wrap: wrap;

}

/* Card individual */

.farm-land-card {

    width: 160px;

    background: #ffffff;

    border: 1px solid #cfd6dd;

    text-align: center;

    font-family: Arial, sans-serif;

    padding-bottom: 8px;

}

/* Área da imagem do card */

.farm-land-card-img {

    width: 100%;

    height: 100px;

    display: flex;

    align-items: center;

    justify-content: center;

    overflow: hidden;

}

/* Imagem do MediaWiki */

.farm-land-card-img img {

    max-width: 100%;

    max-height: 100%;

    object-fit: contain; /* Mantém proporção e centraliza */

}

/* Texto do card */

.farm-land-card a {

    display: block;

    padding: 6px 4px;

    font-weight: bold;

    color: #0033cc;

    text-decoration: none;

}

.farm-land-card a:hover {

    text-decoration: underline;

}

/* ================================================= */

/* HOVER EM IMAGENS                                  */

/* ================================================= */

.img-hover a img {

    border: none;

    outline: none;

    box-shadow: none;

}

.hover-images {

    display: flex;

    gap: 16px;

    align-items: center;

}

.img-hover {

    display: inline-block;

}

.img-hover img {

    transition: transform 0.25s ease, box-shadow 0.25s ease;

}

.img-hover img:hover {

    transform: translateY(-6px) scale(1.03);

    box-shadow: 0 10px 20px rgba(0,0,0,0.25);

}

/* ============================= */

/* TESTE SCRIPTS - CLASSES inicio*/

/* ============================= */

/* =====================================

   SLIDER HORIZONTAL – CONTEÚDOS EXCLUSIVOS

   ===================================== */

/* Container principal do carrossel */

.farm-land-carousel {

    position: relative;  /* Permite posicionar setas dentro */

    display: flex;       /* Organiza os elementos horizontalmente */

    align-items: center; /* Centraliza verticalmente conteúdo e setas */

}

/* Botões de navegação (setas) */

.nav-btn {

    background: rgba(0,0,0,0.5); /* Transparência inicial */

    color: white;

    border-radius: 50%;           /* Circulares */

    width: 40px;

    height: 40px;

    display: flex;

    justify-content: center;

    align-items: center;

    transition: 0.3s;             /* Suaviza mudanças visuais */

}

/* Hover nos botões deixa a seta totalmente preta */

.nav-btn:hover { 

    background: #000; 

}

/* Wrapper que segura a faixa rolável */

.exclusive-slider-wrapper {

    position: relative;

    width: 100%;

    overflow: hidden;  /* Esconde overflow horizontal */

    margin: 20px 0;

}

/* Área rolável (slider real) */

.exclusive-slider {

    display: flex;          /* Mantém imagens lado a lado */

    gap: 18px;              /* Espaçamento entre slides */

    overflow-x: auto;       /* Permite rolagem horizontal */

    scroll-behavior: smooth; /* Rolagem suave */

    padding: 10px 40px;     /* Espaçamento interno */

}

/* Remove barra de rolagem no Webkit (Chrome/Safari) */

.exclusive-slider::-webkit-scrollbar {

    display: none;

}

/* Remove barra de rolagem em Firefox */

.exclusive-slider {

    scrollbar-width: none;

}

/* Cada slide individual */

.exclusive-slide {

    flex: 0 0 auto; /* Impede que o slide encolha ou cresça */

}

/* Imagens dentro do slide */

.exclusive-slide img {

    display: block;

    border-radius: 6px;      /* Cantos arredondados */

    transition: transform 0.25s ease, box-shadow 0.25s ease; /* Animação suave */

}

/* Hover sobre a imagem do slide */

.exclusive-slide img:hover {

    transform: translateY(-6px) scale(1.03); /* Leve elevação + zoom */

    box-shadow: 0 10px 22px rgba(0,0,0,0.25); /* Sombra realista */

}

/* Setas de navegação absolutas */

.exclusive-arrow {

    position: absolute;

    top: 50%;                  /* Centraliza verticalmente */

    transform: translateY(-50%);

    background: rgba(0,0,0,0.6);

    color: #fff;

    border: none;

    width: 34px;

    height: 60px;

    cursor: pointer;

    font-size: 28px;

    z-index: 5;                /* Fica acima dos slides */

}

/* Setas esquerda/direita */

.exclusive-arrow.left { left: 0; }

.exclusive-arrow.right { right: 0; }

/* Hover nas setas aumenta contraste */

.exclusive-arrow:hover {

    background: rgba(0,0,0,0.85);

}

/* ================================================= */

/* CARROSSEL – CONTAINER GERAL                      */

/* ================================================= */

/* Container geral do carrossel */

.farm-land-carousel {

    position: relative;

    width: 100%;         /* Ocupa 100% da largura do container pai */

    overflow: hidden;    /* Esconde overflow horizontal */

    margin: 25px 0;

}

/* Faixa de imagens do carrossel */

.farm-land-carousel-track {

    display: flex;       /* Alinha imagens horizontalmente */

    gap: 20px;           /* Espaço entre imagens */

    overflow-x: auto;    /* Permite scroll horizontal */

    scroll-behavior: smooth; /* Rolagem suave */

    padding: 10px 40px;

}

/* Remove barra de rolagem feia do track */

.farm-land-carousel-track::-webkit-scrollbar {

    display: none;

}

/* Imagens dentro do track */

.farm-land-carousel-track img {

    display: block;

    transition: transform 0.3s ease, box-shadow 0.3s ease; /* Hover suave */

}

/* Hover nas imagens dentro do track */

.img-hover img:hover {

    transform: translateY(-6px) scale(1.04); /* Leve elevação + zoom */

    box-shadow: 0 10px 22px rgba(0,0,0,0.25); /* Sombra realista */

}

/* ================================================= */

/* SETAS DO CARROSSEL                               */

/* ================================================= */

.carousel-btn {

    position: absolute;

    top: 50%;                 /* Centraliza verticalmente */

    transform: translateY(-50%);

    background: rgba(0,0,0,0.6);

    color: #fff;

    border: none;

    width: 36px;

    height: 36px;

    border-radius: 50%;       /* Círculo */

    cursor: pointer;

    z-index: 10;              /* Fica acima do conteúdo */

}

/* Posicionamento das setas esquerda/direita */

.carousel-btn.left { left: 5px; }

.carousel-btn.right { right: 5px; }

/* Hover aumenta contraste */

.carousel-btn:hover {

    background: rgba(0,0,0,0.85);

}

.farm-land-carousel {

  position: relative;   /* Permite posicionar setas e elementos dentro */

  width: 100%;          /* Ocupa toda largura do container pai */

  overflow: hidden;     /* Esconde conteúdo que extrapola horizontalmente */

  margin: 30px auto;    /* Centraliza horizontalmente e adiciona espaçamento vertical */

}

/* Wrapper interno do carrossel */

.carousel-wrapper {

    display: flex;         /* Alinha os itens horizontalmente */

    gap: 20px;             /* Espaço entre os itens */

    overflow-x: hidden;    /* Oculta barra de rolagem, JS controla movimentação */

    scroll-behavior: smooth; /* Rolagem suave ao usar setas via JS */

    padding: 40px 0;       /* Espaço vertical para que itens ativos (scale) não sejam cortados */

    white-space: nowrap;    /* Garante que os itens fiquem em linha única */

}

/* Cada item do carrossel */

.carousel-item {

    flex: 0 0 auto;           /* Impede que o item encolha ou cresça */

    transition: transform 0.4s ease, opacity 0.4s ease; /* Suaviza zoom e opacidade */

}

/* Item ativo (em destaque) */

.carousel-item.active {

  opacity: 1;            /* Totalmente visível */

  transform: scale(1.1); /* Leve zoom para destacar */

}

/* Título do item (abaixo da imagem) */

.carousel-title {

  margin-top: 8px;

  font-weight: bold;

}

/* Botões de navegação */

.nav-btn {

  position: absolute;       /* Fixa posição dentro do carrossel */

  top: 50%;                 /* Centraliza verticalmente */

  transform: translateY(-50%);

  font-size: 30px;

  cursor: pointer;

  z-index: 10;              /* Fica acima dos itens */

  user-select: none;        /* Impede seleção de texto */

  padding: 10px;

}

/* Posições específicas das setas */

.left-btn { left: 0; }

.right-btn { right: 0; }

/* ================================================= */

/* CARD – CONTEÚDOS EXCLUSIVOS                       */

/* ================================================= */

/* (Sem regras específicas ainda, mas é placeholder para estilo dos cards) */

/* ================================================= */

/* HIDE – SEÇÕES DOBRÁVEIS (accordion)              */

/* ================================================= */

/* Container da seção de classe */

.job-section {

    margin-bottom: 15px;

    border: 1px solid #ddd;   /* Delimita a seção */

    border-radius: 5px;       /* Cantos arredondados */

    overflow: hidden;         /* Esconde conteúdo excedente */

    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;

}

/* Estilo do título da seção (summary da tag <details>) */

.job-section summary {

    padding: 12px 15px;

    cursor: pointer;          /* Indica que é clicável */

    font-weight: bold;

    list-style: none;         /* Remove a seta padrão do browser */

    transition: background 0.3s; /* Suaviza mudança de cor no hover */

    outline: none;            /* Remove contorno padrão ao focar */

}

/* Hover no título da seção */

.job-section summary:hover {

    filter: brightness(0.95); /* Leve escurecimento ao passar o mouse */

}

/* Cores específicas por categoria de classe */

.human-job summary { background-color: #fdf2d9; } /* Bege */

.expanded-job summary { background-color: #eef2ad; } /* Amarelo */

.doram-job summary { background-color: #e9f5e9; } /* Verde */

/* Container interno da seção (conteúdo que abre) */

.job-content {

    display: flex;               /* Alinha conteúdo horizontalmente */

    align-items: center;         /* Centraliza verticalmente */

    justify-content: space-around; /* Espaço igual entre elementos */

    background: #f9f9f9;

    padding: 20px;

    flex-wrap: wrap;             /* Quebra linha em telas menores */

    gap: 15px;                   /* Espaçamento entre elementos */

}

/* Estilo das transclasses (sub-classes) */

.trans-name {

    color: #2e7d32;       /* Verde destaque */

    font-weight: bold;

}

/* ================================================= */

/* ÁRVORE DE CLASSE                                 */

/* ================================================= */

/* Container geral da árvore de classes */

.job-container { 

    font-family: sans-serif;      /* Fonte legível e neutra */

    max-width: 649px;             /* Limita largura do conteúdo */

    margin: 10px auto;            /* Centraliza horizontalmente e adiciona espaçamento vertical */

}

/* Cada seção da árvore (accordion) */

.job-section { 

    border: 1px solid #ddd;       /* Borda discreta */

    margin-bottom: 5px;           /* Espaço entre seções */

    border-radius: 4px;           /* Cantos arredondados */

    overflow: hidden;             /* Esconde conteúdo que ultrapassa o container */

}

/* Título da seção (clicável) */

.job-section summary { 

    padding: 10px 15px;           /* Espaçamento interno */

    cursor: pointer;              /* Indica que é clicável */

    font-weight: bold;

    background: #fdf2d9;          /* Cor de fundo padrão (bege) */

    color: #5a4a3a;               /* Cor do texto */

    list-style: none;             /* Remove setinha padrão do browser */

    outline: none;                /* Remove contorno ao focar */

}

/* Hover no título */

.job-section summary:hover { 

    background: #f9e8bc;          /* Leve escurecimento quando passa o mouse */

}

/* Seção aberta */

.job-section[open] summary { 

    border-bottom: 1px solid #ddd; /* Linha separadora */

    background: #f4e6c5;           /* Fundo diferenciado para aberto */

}

/* Headers diferenciados (cores por categoria ou evolução) */

.expand-header summary { 

    background: #eef2ad;          /* Amarelo claro */

    color: #4a4a2a;               /* Texto mais escuro */

}

.expand-header summary:hover { 

    background: #e5eb8d;          /* Alteração suave no hover */

}

/* Conteúdo interno da seção */

.content { 

    display: flex;               /* Alinha os elementos em linha */

    align-items: center;         /* Centraliza verticalmente */

    justify-content: center;     /* Centraliza horizontalmente */

    background: #fff;            /* Fundo branco */

    padding: 20px;               /* Espaçamento interno */

    flex-wrap: wrap;             /* Permite quebra de linha em telas menores */

    gap: 15px;                   /* Espaço entre elementos */

}

/* Caixa de evolução (sub-itens dentro da árvore) */

.evo-box { 

    border: 1px dashed #bbb;    /* Borda tracejada */

    padding: 12px;               /* Espaçamento interno */

    background: #fafafa;         /* Fundo levemente cinza */

    border-radius: 5px;          /* Cantos arredondados */

    display: flex;

    flex-direction: column;      /* Itens empilhados verticalmente */

    gap: 10px;                   /* Espaçamento interno entre itens */

}

/* Linha horizontal dentro da caixa de evolução */

.row { 

    display: flex;               /* Alinha itens horizontalmente */

    align-items: center;         /* Centraliza verticalmente */

    gap: 10px;                   /* Espaçamento entre elementos da linha */

}

/* Nome de transclasses / sub-classes */

.trans { 

    color: #2e7d32;              /* Verde para destaque */

    font-weight: bold;

}

/* Setas indicativas */

.arrow { 

    color: #888;                 /* Cinza neutro */

    font-weight: bold;

}

/* ================================================= */

/* CARROSSEL INFOBOX CLASSES                         */

/* ================================================= */

/* Container principal do carrossel da Infobox */

.carrossel-farm-land { 

    width: 200px;                /* Largura do container */

    height: 300px;               /* Altura ideal para artes de Ragnarok */

    margin: 0 auto !important;   /* Centraliza o carrossel */

    overflow: hidden;            /* Esconde imagens fora do frame */

    position: relative;          /* Permite animação e posicionamento interno */

    display: block;

}

/* Wrapper interno que desliza */

.carrossel-slider { 

    display: flex;               /* Itens alinhados horizontalmente */

    width: 400px;                /* Largura total (2 imagens de 200px cada) */

    animation: animaCarrossel 10s infinite ease-in-out; /* Animação automática do carrossel */

}

/* Cada item do carrossel */

.carrossel-item { 

    width: 200px;                /* Largura fixa igual ao container */

    flex-shrink: 0;              /* Evita que encolha */

    text-align: center;          /* Centraliza imagem e título */

}

/* Imagem dentro do item */

.carrossel-item img { 

    max-width: 200px;            /* Largura máxima */

    height: auto;                /* Mantém proporção */

    margin: 0 auto;              /* Centraliza horizontalmente */

}

/* Keyframes da animação do carrossel */

@keyframes animaCarrossel { 

    0%, 45% { transform: translateX(0); }     /* Começa parado */

    50%, 95% { transform: translateX(-200px); } /* Desliza para a próxima imagem */

    100% { transform: translateX(0); }        /* Retorna ao início */

}

/* ================================================= */

/* GUIA MARÉ INFERNAL                               */

/* ================================================= */

/* Container geral do guia */

.guia-mare { 

    background: #f9f9f9;       /* Fundo neutro */

    border: 1px solid #aaa;    /* Borda clara */

    padding: 15px;             /* Espaçamento interno */

    border-radius: 8px;        /* Cantos arredondados */

}

/* Cabeçalho do guia */

.header-mare { 

    background: linear-gradient(90deg, #4b0082, #800000); /* Gradiente roxo/bermelo */

    color: white;             /* Texto branco */

    padding: 10px;            /* Espaçamento */

    border-radius: 5px;       /* Cantos arredondados */

    font-weight: bold;        

    font-size: 1.2em;         /* Texto maior */

    text-align: center;

    margin-bottom: 10px;      /* Espaço abaixo do header */

}

/* Caixas de regra individual */

.regra-box { 

    border-left: 5px solid #800000; /* Barra lateral vermelha */

    background: #fff5f5;            /* Fundo rosa bem claro */

    padding: 10px;                   /* Espaço interno */

    margin: 10px 0;                  /* Espaço entre caixas */

}

/* Títulos de mapas ou seções internas */

.map-title { 

    font-weight: bold;

    color: #800000;                /* Vermelho */

    border-bottom: 1px solid #ddd; /* Linha de separação */

    margin-bottom: 5px;

    display: block;                /* Garante que fique em linha própria */

}

/* ================================================= */

/* CSS DOS COMANDOS                                 */

/* ================================================= */

/* Cabeçalho de comandos */

.header-comandos { 

    background: linear-gradient(90deg, #333, #555); /* Gradiente escuro */

    color: white;           

    padding: 10px;         

    border-radius: 5px;

    font-weight: bold;

    font-size: 1.2em;

    text-align: center;

    margin-bottom: 10px;

}

/* Código de comando */

.cmd-code { 

    color: #800000;           /* Vermelho */

    font-weight: bold;

    background: #eee;         /* Fundo claro */

    padding: 2px 5px;         /* Espaçamento interno */

    border-radius: 3px;       

    font-family: monospace;   /* Fonte de código */

}

/* Código VIP */

.vip-code { 

    color: #b8860b;           /* Dourado */

    font-weight: bold;

    background: #fffdf5;      

    padding: 2px 5px;

    border-radius: 3px;

    font-family: monospace;

    border: 1px solid #daa520; /* Borda dourada */

}

/* ================================================= */

/* ÁRVORE DE HABILIDADES – DORAM                     */

/* ================================================= */

/* Container geral da árvore */

.doram-container {

    position: relative;       /* Permite posicionamento absoluto das caixas */

    width: 100%;

    max-width: 850px;         /* Limita tamanho */

    height: 900px;            /* Altura fixa para a árvore */

    background-color: #f9f9f9; 

    font-family: sans-serif;  

    margin: 0 auto;           /* Centraliza horizontalmente */

    overflow-x: auto;         /* Scroll horizontal se ultrapassar largura */

}

/* Cada caixa de habilidade */

.doram-skill { 

    position: absolute;       /* Posicionamento livre dentro do container */

    display: flex;            

    align-items: center;      

    width: 170px;             

    height: 42px;             

    background: linear-gradient(180deg, #5baaff 0%, #3090f0 100%); /* Azul gradiente */

    border: 1px solid #2b80dd; 

    border-radius: 6px;       

    box-shadow: 0 2px 4px rgba(0,0,0,0.2); 

    color: white;             

    font-size: 13px;          

    font-weight: