/*
====================================================================
  SEÇÃO CONHECIMENTO - CSS DESKTOP E NOTEBOOK
  
  ⚠️  IMPORTANTE: MARGENS DAS PÁGINAS SÃO DEFINIDAS NO CSS GLOBAL!
  
  NÃO DEFINA MARGENS, PADDING OU ESPAÇAMENTOS EXTERNOS AQUI!
  
  As margens das seções são controladas centralmente em:
  sites/public/css/style.css
  
  Este arquivo deve conter APENAS:
  - Estilos específicos dos componentes da seção para DESKTOP E NOTEBOOK
  - Layout interno dos elementos
  - Cores, fontes e efeitos visuais
  - Responsividade dos componentes internos para desktop e notebook
  - APLICADO APENAS EM: min-width: 992px (notebooks e desktops)
  
  ❌ NÃO FAÇA:
  - section { margin: ... }
  - section { padding: ... }
  - .conhecimento { margin: ... }
  - .conhecimento { padding: ... }
  
  ✅ FAÇA:
  - .conhecimento-content { ... }
  - .conhecimento-panel { ... }
  - .conhecimento-stats { ... }
  - Responsividade interna dos componentes para desktop e notebook
  
  Autor: #@HD
  Data de criação: 14/08/2025
  Última atualização: 14/08/2025
====================================================================

  PADRÃO DE BREAKPOINTS DO PROJETO (DESKTOP FIRST)
  Use estes breakpoints para todas as sessões e componentes!

  Desktop (padrão) - configuração base
  1400px - telas muito grandes
  1200px - desktops grandes
  992px  - notebooks/desktops pequenos
  768px  - tablets
  480px  - smartphones grandes
  320px  - smartphones pequenos

  Exemplo:
    @media (max-width: 768px) { ... }

  Dica: Use max-width (desktop first) e adicione configurações para cada nível de breakpoint!
====================================================================
*/

/* ------------------- LAYOUT BASE: DESKTOP FIRST ------------------- */

/* DESKTOP_CONTAINER_COLUMN_ESQUERDA - centralizado igual às outras seções */
.DESKTOP_CONTAINER_COLUMN_ESQUERDA,
.DESKTOP_CONTAINER_COLUMN_ESQUERDA,
.conhecimento .DESKTOP_CONTAINER_COLUMN_ESQUERDA {
    text-align: center ;
    align-items: center ;
    justify-content: center ;
    display: flex ;
    flex-direction: column ;
}

/* Alinhar à esquerda os títulos da seção conhecimento */
.conhecimento_desktop_titulo,
.conhecimento_desktop_titulo,
.conhecimento .conhecimento_desktop_titulo {
    text-align: left ;
    align-self: flex-start ;
    justify-self: flex-start ;
}

/* Alinhar à esquerda os títulos do painel */
.conhecimento_desktop_panel_title h3,
.conhecimento_desktop_panel_title h3,
.conhecimento .conhecimento_desktop_panel_title h3 {
    text-align: left ;
    align-self: flex-start ;
    justify-self: flex-start ;
}

/* Garantir que todo o conteúdo dentro do DESKTOP_CONTAINER_COLUMN_ESQUERDA na seção conhecimento fique centralizado */
.DESKTOP_CONTAINER_COLUMN_ESQUERDA > *,
.DESKTOP_CONTAINER_COLUMN_ESQUERDA > *,
.conhecimento .DESKTOP_CONTAINER_COLUMN_ESQUERDA > * {
    text-align: center ;
    align-self: center ;
    justify-self: center ;
}

/* Garantir que o título tenha a mesma largura do parágrafo */
.conhecimento .section-title,
.conhecimento .section-title h2 {
    width: 100%;
    max-width: 100%;
    text-align: left;
    align-self: flex-start;
    justify-self: flex-start;
    overflow: visible;
    white-space: nowrap; /* Forçar uma linha só */
    word-wrap: normal;
    word-break: normal;
    min-width: 0;
    letter-spacing: 0px; /* Remover letter-spacing */
    text-overflow: ellipsis; /* Adicionar reticências se não couber */
}

/* Remover gaps entre título e subtítulo na seção conhecimento */
.conhecimento_desktop_content,
.conhecimento_desktop_content,
.conhecimento .conhecimento_desktop_content {
    display: flex ;
    flex-direction: column ;
    gap: 0 ;
    align-items: center ;
    justify-content: center ;
}

/* Sistema de títulos - centralizado igual às outras seções */
.conhecimento_desktop_section_title,
.conhecimento_desktop_section_title,
.conhecimento .conhecimento_desktop_section_title {
    text-align: center ;
    width: 100% ;
}

/* Estilos removidos - usando sistema de títulos padrão */

/* Sistema de subtítulos - centralizado igual às outras seções */
.conhecimento_desktop_section_subtitle,
.conhecimento_desktop_section_subtitle,
.conhecimento .conhecimento_desktop_section_subtitle {
    text-align: center ;
    width: 100% ;
    margin-top: 0 ;
    margin-bottom: 0 ;
    padding-top: 0 ;
    padding-bottom: 0 ;
}


/* Layout de 2 colunas para desktop - removido para usar apenas o template de bordas */

/* Estilos das colunas removidos - usando apenas o template de bordas */

/* Estilos para estrutura de colunas - Ajuste específico para seção conhecimento */
/* 
   AJUSTE DE LARGURAS ESPECÍFICO PARA SEÇÃO CONHECIMENTO:
   - Coluna esquerda (título): 30% - Menor para dar mais espaço ao painel
   - Coluna direita (painel): 70% - Maior para acomodar o dodecaedro e tecnologias
   - Aplicado apenas em desktop (min-width: 992px)
*/

/* ------------------- CONTEÚDO DA COLUNA ESQUERDA ------------------- */

.conhecimento_desktop_content {
    max-width: 100%;
    width: 100%;
    text-align: left;
    margin-top: 0;
    /* padding: 0 1rem; */
    box-sizing: border-box;
}

/* Título principal - igual ao da seção formação */
.conhecimento_desktop_titulo {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--hover-color);
    margin-bottom: var(--espacamento-480px);
    text-align: left;
    border-bottom: 2px solid var(--hover-color);
    padding-bottom: var(--espacamento-240px);
    margin-top: 0px;
    margin-right: 200px;
}

.conhecimento_desktop_titulo::after {
    display: none; /* Remover o ::after personalizado para usar border-bottom */
}

/* Subtítulo */
.conhecimento_desktop_subtitulo {
    color: #fdfdfd;
    font-size: 0.9rem;
    font-weight: 200;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: 0.8;
    display: block;
}

/* Resumo do Currículo */
.conhecimento_desktop_resumo_curriculo {
    margin-top: -20px;
    background: var(--secon-bg-color);
    border-radius: 8px;
    padding: var(--espacamento-320px);
    width: 100%;
    box-sizing: border-box;
    margin-right: 200px;
}

/* Descrição */
.conhecimento_desktop_descricao {
    color: var(--text-color);
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    font-size: 1.05rem;
}

/* Estatísticas */
.conhecimento_desktop_stats {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.conhecimento_desktop_stat_card {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.2rem;
    background: var(--secon-bg-color);
    border: 1px solid var(--hover-color);
    border-radius: var(--raio-borda-768px);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.conhecimento_desktop_stat_card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(18, 247, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.conhecimento_desktop_stat_card:hover::before {
    left: 100%;
}

.conhecimento_desktop_stat_card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    border-color: var(--main-color);
}

.conhecimento_desktop_stat_icon {
    width: 50px;
    height: 50px;
    background: var(--bg-color);
    border-radius: var(--raio-borda-480px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.conhecimento_desktop_stat_icon i {
    font-size: 1.5rem;
    color: var(--hover-color);
    transition: all 0.3s ease;
}

.conhecimento_desktop_stat_card:hover .conhecimento_desktop_stat_icon {
    background: var(--hover-color);
    transform: scale(1.1);
}

.conhecimento_desktop_stat_card:hover .conhecimento_desktop_stat_icon i {
    color: var(--bg-color);
}

.conhecimento_desktop_stat_info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.conhecimento_desktop_stat_number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--hover-color);
    line-height: 1;
}

.conhecimento_desktop_stat_label {
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.8;
    font-weight: 500;
}

.conhecimento_desktop_stat_progress {
    width: 60px;
    height: 4px;
    background: var(--bg-color);
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
}

.conhecimento_desktop_progress_bar {
    height: 100%;
    background: linear-gradient(90deg, var(--hover-color), var(--main-color));
    border-radius: 2px;
    transition: width 1s ease;
    width: 0%;
}

/* Estilos específicos para botões de estatísticas */
.conhecimento_desktop_stat_card.technologias-btn {
    border-color: var(--main-color);
    transition: none ;
}

.conhecimento_desktop_stat_card.technologias-btn:hover {
    background: var(--hover-color);
    color: var(--bg-color);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    border-color: var(--main-color);
    transition: none ;
}

.conhecimento_desktop_stat_card.technologias-btn .conhecimento_desktop_stat_icon i {
    color: var(--main-color);
    transition: none ;
}

.conhecimento_desktop_stat_card.categorias-btn {
    border-color: var(--main-color);
    transition: none ;
}

.conhecimento_desktop_stat_card.categorias-btn:hover {
    background: var(--hover-color);
    color: var(--bg-color);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    border-color: var(--main-color);
    transition: none ;
}

.conhecimento_desktop_stat_card.categorias-btn .conhecimento_desktop_stat_icon i {
    color: var(--main-color);
    transition: none ;
}

/* Estatísticas */
/* Estilos das estatísticas removidos - não mais utilizados */

.stat-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(18, 247, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.stat-card:hover::before {
    left: 100%;
}

.stat-card:hover {
    transform: translateX(5px);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    border-color: var(--main-color);
}

.stat-icon {
    width: 50px;
    height: 50px;
    background: var(--bg-color);
    border-radius: var(--raio-borda-480px);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.stat-icon i {
    font-size: 1.5rem;
    color: var(--hover-color);
    transition: all 0.3s ease;
}

.stat-card:hover .stat-icon {
    background: var(--hover-color);
    transform: scale(1.1);
}

.stat-card:hover .stat-icon i {
    color: var(--bg-color);
}

.stat-info {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 0.3rem;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: var(--hover-color);
    line-height: 1;
}

.stat-label {
    font-size: 0.9rem;
    color: var(--text-color);
    opacity: 0.8;
    font-weight: 500;
}

.stat-progress {
    width: 60px;
    height: 4px;
    background: var(--bg-color);
    border-radius: 2px;
    overflow: hidden;
    flex-shrink: 0;
}

.progress-bar {
    height: 100%;
    background: linear-gradient(90deg, var(--hover-color), var(--main-color));
    border-radius: 2px;
    transition: width 1s ease;
    width: 0%;
}

/* ------------------- PAINEL DA COLUNA DIREITA ------------------- */

.conhecimento_desktop_panel {
    background: var(--secon-bg-color);
    border-radius: var(--raio-borda-1200px);
    min-height: 500px;
    transition: all 0.3s ease;
    overflow: hidden;
    padding-bottom: 0 ;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    flex: 1 1 0% ; /* Ocupar todo o espaço disponível da coluna direita */
    /* Borda igual aos ícones sociais */
    border: 1px solid var(--hover-color);
    outline: 2px solid var(--bg-color);
    box-shadow: var(--neon-box-shadow);
}

.conhecimento_desktop_panel:hover {
    transform: translateY(-2px) scale(1.01);
    box-shadow: 0 0 20px var(--hover-color);
    border-color: var(--hover-color);
}

/* Header do Painel */
.conhecimento_desktop_panel_header {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0.5rem;
    border-bottom: 1px solid var(--hover-color);
    background: var(--bg-color);
    border-radius: var(--raio-borda-1200px) var(--raio-borda-1200px) 0 0;
}

.conhecimento_desktop_panel_title {
    display: flex;
    align-items: center;
}


.conhecimento_desktop_panel_title h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--hover-color);
    margin: 0;
    text-align: left;
    border-bottom: 2px solid var(--hover-color);
    padding-bottom: var(--espacamento-240px);
    margin-bottom: var(--espacamento-480px);
}

.conhecimento_desktop_panel_actions {
    display: flex;
    gap: 0.5rem;
}

.conhecimento_desktop_panel_btn {
    background: transparent;
    border: 1px solid var(--hover-color);
    border-radius: var(--raio-borda-480px);
    padding: 0.5rem;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.conhecimento_desktop_panel_btn:hover {
    background: var(--hover-color);
    color: var(--bg-color);
}

.conhecimento_desktop_panel_btn i {
    font-size: 1.2rem;
    color: var(--text-color);
}

.conhecimento_desktop_panel_btn:hover i {
    color: var(--bg-color);
}

/* Container Principal do Painel */
.conhecimento_desktop_panel_main_container {
    display: flex;
    flex-direction: row;
    flex: 1 1 0%;
    min-height: 0;
    max-height: none;
    margin-bottom: 0 ;
    padding-bottom: 0 ;
    align-items: stretch;
    height: 100%;
    width: 100%;
    box-sizing: border-box;
}

/* Seção do Menu - Centralizada */
.conhecimento_desktop_panel_menu_section {
    flex: 0 0 40%;
    background: var(--bg-color);
    border-right: 1px solid var(--hover-color);
    padding: 1.5rem; /* Padding uniforme para centralizar */
    overflow: hidden;
    display: flex;
    align-items: center; /* Centralizar verticalmente */
    justify-content: center;
    position: relative;
    height: 100%;
    min-height: 0;
    max-height: none;
}

.conhecimento_desktop_menu_container {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Container do Dodecaedro - Centralizado */
.conhecimento_desktop_dodecahedron_container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    perspective: 1200px;
    overflow: visible;
}

/* Descer toda a esfera (dodecaedro) de forma correta */
.conhecimento_desktop_dodecahedron_3d {
    width: 320px ;
    height: 320px ;
    margin-top: 0 ;
    margin-bottom: 0 ;
    max-width: 100%;
    max-height: 100%;
    display: block;
    transform-style: preserve-3d;
    animation: animate 16s linear infinite;
    cursor: grab;
}

.conhecimento_desktop_dodecahedron_3d:active {
    cursor: grabbing;
}

@keyframes animate {
    0% {
        transform: rotateX(0deg) rotateY(0deg);
    }
    100% {
        transform: rotateX(0deg) rotateY(360deg);
    }
}

/* Faces do Dodecaedro com Efeitos de Brilho */
.conhecimento_desktop_dodecahedron_face {
    position: absolute;
    width: 150px;
    height: 150px;
    background: linear-gradient(#151515, #00aeff);
    border: 2px solid var(--hover-color);
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transform-style: preserve-3d;
    overflow: hidden;
    backface-visibility: hidden;
    clip-path: polygon(50% 0%, 100% 30%, 100% 70%, 50% 100%, 0% 70%, 0% 30%);
    top: 50%; /* garantir centralização */
    left: 50%;
    margin-left: -75px;
    margin-top: -75px;
    box-shadow: none;
}

.conhecimento_desktop_dodecahedron_face::before {
    content: '';
    position: absolute;
    top: 600px;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(0, 174, 255, 0.2), transparent);
    opacity: 0;
    transition: opacity 0.3s ease;
}

.conhecimento_desktop_dodecahedron_face:hover::before {
    opacity: 1;
}

.conhecimento_desktop_dodecahedron_face:hover {
    transform: scale(1.1) translateZ(20px);
    border-color: var(--main-color);
    box-shadow: none;
}

.conhecimento_desktop_dodecahedron_face.active {
    border-color: var(--main-color);
    background: linear-gradient(135deg, #00cfff 80%, #00aeff 100%); /* Gradiente mais claro */
    transform: scale(1.15) translateZ(30px);
    box-shadow: none;
    opacity: 1 ;
}

/* Conteúdo das Faces */
.conhecimento_desktop_face_content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0.5rem;
    text-align: center;
    color: var(--text-color);
    transition: all 0.3s ease;
    position: relative;
    z-index: 2;
}

.conhecimento_desktop_dodecahedron_face.active .conhecimento_desktop_face_content {
    color: var(--bg-color);
}

/* Ícone das Faces */
.conhecimento_desktop_face_icon {
    width: 45px;
    height: 45px;
    background: var(--bg-color);
    border-radius: var(--raio-borda-480px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.5rem;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.conhecimento_desktop_face_icon::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(45deg, transparent, rgba(0, 174, 255, 0.3), transparent);
    transform: translateX(-100%);
    transition: transform 0.3s ease;
}

.conhecimento_desktop_face_icon i {
    font-size: 1.3rem;
    color: var(--hover-color);
    transition: all 0.3s ease;
    z-index: 1;
}

.conhecimento_desktop_dodecahedron_face:hover .conhecimento_desktop_face_icon {
    background: var(--hover-color);
    transform: scale(1.1);
    box-shadow: 0 0 15px rgba(0, 174, 255, 0.5);
}

.conhecimento_desktop_dodecahedron_face:hover .conhecimento_desktop_face_icon::before {
    transform: translateX(100%);
}

.conhecimento_desktop_dodecahedron_face:hover .conhecimento_desktop_face_icon i {
    color: var(--bg-color);
}

.conhecimento_desktop_dodecahedron_face.active .conhecimento_desktop_face_icon {
    background: rgba(255, 255, 255, 0.2);
    transform: scale(1.2);
    box-shadow: 0 0 20px rgba(0, 174, 255, 0.8);
}

.conhecimento_desktop_dodecahedron_face.active .conhecimento_desktop_face_icon i {
    color: var(--bg-color);
}

/* Texto das Faces */
.conhecimento_desktop_face_text {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
}

.conhecimento_desktop_face_text h3 {
    font-size: 0.9rem;
    font-weight: 600;
    margin: 0;
    line-height: 1.1;
    transition: all 0.3s ease;
    text-shadow: 0 0 5px rgba(0, 174, 255, 0.3);
}

.conhecimento_desktop_face_count {
    font-size: 0.8rem;
    color: var(--hover-color);
    font-weight: 500;
    transition: all 0.3s ease;
}

.conhecimento_desktop_dodecahedron_face.active .conhecimento_desktop_face_count {
    color: var(--bg-color);
}

.conhecimento_desktop_dodecahedron_face:hover .conhecimento_desktop_face_text h3 {
    text-shadow: 0 0 8px rgba(0, 174, 255, 0.6);
}

/* Posicionamento das Faces do Dodecaedro (ajuste para cintura fechada) */
.conhecimento_desktop_dodecahedron_face:nth-child(1)  { transform: rotateY(0deg)   rotateX(0deg)    translateZ(110px); }
.conhecimento_desktop_dodecahedron_face:nth-child(2)  { transform: rotateY(72deg)  rotateX(0deg)    translateZ(110px); }
.conhecimento_desktop_dodecahedron_face:nth-child(3)  { transform: rotateY(144deg) rotateX(0deg)    translateZ(110px); }
.conhecimento_desktop_dodecahedron_face:nth-child(4)  { transform: rotateY(216deg) rotateX(0deg)    translateZ(110px); }
.conhecimento_desktop_dodecahedron_face:nth-child(5)  { transform: rotateY(288deg) rotateX(0deg)    translateZ(110px); }
/* Faces do topo mais em pé e mais acima (translateZ maior) */
.conhecimento_desktop_dodecahedron_face:nth-child(6)  { transform: rotateY(36deg)  rotateX(0deg)   translateZ(110px) translateY(-120px); }
.conhecimento_desktop_dodecahedron_face:nth-child(7)  { transform: rotateY(108deg) rotateX(0deg)   translateZ(110px) translateY(-120px); }
.conhecimento_desktop_dodecahedron_face:nth-child(8)  { transform: rotateY(180deg) rotateX(0deg)   translateZ(110px) translateY(-120px); }
.conhecimento_desktop_dodecahedron_face:nth-child(9)  { transform: rotateY(252deg) rotateX(0deg)   translateZ(110px) translateY(-120px); }
.conhecimento_desktop_dodecahedron_face:nth-child(10) { transform: rotateY(324deg) rotateX(0deg)   translateZ(110px) translateY(-120px); }
.conhecimento_desktop_dodecahedron_face:nth-child(11) { transform: rotateY(36deg)  rotateX(-55deg)  translateZ(120px); }
.conhecimento_desktop_dodecahedron_face:nth-child(12) { transform: rotateY(108deg) rotateX(-55deg)  translateZ(120px); }

/* Controles do Dodecaedro */
.conhecimento_desktop_dodecahedron_controls {
    display: none ;
}

/* Indicador de Interação - Oculto */
.conhecimento_desktop_interaction_hint {
    display: none ;
}

/* Partículas Flutuantes */
.floating-particles {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

.particle {
    position: absolute;
    width: 4px;
    height: 4px;
    background: rgba(0, 174, 255, 0.6);
    border-radius: 50%;
    animation: float-particle 6s ease-in-out infinite;
    animation-delay: var(--delay);
    box-shadow: 0 0 10px rgba(0, 174, 255, 0.8);
}

.particle:nth-child(1) { top: 20%; left: 10%; }
.particle:nth-child(2) { top: 60%; left: 80%; }
.particle:nth-child(3) { top: 80%; left: 20%; }
.particle:nth-child(4) { top: 30%; left: 70%; }
.particle:nth-child(5) { top: 70%; left: 30%; }
.particle:nth-child(6) { top: 10%; left: 60%; }

@keyframes float-particle {
    0%, 100% {
        transform: translateY(0px) translateX(0px) scale(1);
        opacity: 0.3;
    }
    25% {
        transform: translateY(-20px) translateX(10px) scale(1.2);
        opacity: 0.8;
    }
    50% {
        transform: translateY(-10px) translateX(-15px) scale(0.8);
        opacity: 0.5;
    }
    75% {
        transform: translateY(-30px) translateX(5px) scale(1.1);
        opacity: 0.9;
    }
}

/* Seção de Conteúdo */
.conhecimento_desktop_panel_content_section {
    flex: 1 1 0%;
    background: var(--secon-bg-color);
    padding: 1.5rem;
    overflow-y: auto;
    min-height: 0;
    max-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 25px;
    overscroll-behavior: contain;
    scroll-behavior: smooth;
}

/* Conteúdo do Painel */
.conhecimento_desktop_panel_content {
    flex: 1 1 0%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

/* Placeholder do Painel */
.conhecimento_desktop_panel_placeholder {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--text-color);
    opacity: 0.6;
    padding: 2rem;
    height: 100%;
    min-height: 200px;
}

.conhecimento_desktop_panel_placeholder i {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: var(--hover-color);
}

.conhecimento_desktop_panel_placeholder p {
    font-size: 1rem;
    margin: 0;
    max-width: 300px;
}

/* Grid de Tecnologias */
.conhecimento_desktop_technologies_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 1rem;
    animation: fadeInUp 0.5s ease;
    width: 100%;
}

.conhecimento_desktop_technology_item {
    background: var(--bg-color);
    border: 1px solid var(--hover-color);
    border-radius: var(--raio-borda-768px);
    padding: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.conhecimento_desktop_technology_item::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.1), transparent);
    transition: left 0.5s ease;
}

.conhecimento_desktop_technology_item:hover::before {
    left: 100%;
}

.conhecimento_desktop_technology_item:hover {
    transform: translateY(-3px) scale(1.02);
    border-color: var(--main-color);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.2);
}

.conhecimento_desktop_technology_icon {
    width: 40px;
    height: 40px;
    margin: 0 auto 0.8rem;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
}

.technology-item:hover .conhecimento_desktop_technology_icon {
    transform: scale(1.1);
    filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.conhecimento_desktop_technology_name {
    font-size: 0.8rem;
    font-weight: 500;
    color: var(--text-color);
    margin: 0;
}

.stat-card.technologias-btn {
    cursor: pointer;
    border-color: var(--main-color);
    transition: none ;
}

.stat-card.technologias-btn:hover {
    background: var(--hover-color);
    color: var(--bg-color);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    border-color: var(--main-color);
    transition: none ;
}

.stat-card.technologias-btn .stat-icon i {
    color: var(--main-color);
    transition: none ;
}

.stat-card.categorias-btn {
    cursor: pointer;
    border-color: var(--main-color);
    transition: none ;
}

.stat-card.categorias-btn:hover {
    background: var(--hover-color);
    color: var(--bg-color);
    box-shadow: 0 8px 25px rgba(0, 123, 255, 0.3);
    border-color: var(--main-color);
    transition: none ;
}

.stat-card.categorias-btn .stat-icon i {
    color: var(--main-color);
    transition: none ;
}

/* Animações */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideIn {
    from {
        opacity: 0;
        transform: translateX(-20px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Efeito de loading */
.loading {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
}

.loading::after {
    content: '';
    width: 40px;
    height: 40px;
    border: 3px solid var(--hover-color);
    border-top: 3px solid transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* ------------------- VISIBILIDADE DESKTOP/MOBILE ------------------- */

/* Desktop por padrão */
.conhecimento .desktop-only {
    display: block;
}

.conhecimento .mobile-only {
    display: none;
}

.conhecimento_desktop_dodecahedron_face:nth-child(11),
.conhecimento_desktop_dodecahedron_face:nth-child(12) {
    display: none ;
}

.conhecimento_desktop_interaction_hint {
    display: none ;
}

.toggle-indent-btn {
    background: var(--bg-color);
    color: var(--hover-color);
    border: 1px solid var(--hover-color);
    border-radius: 8px;
    padding: 0.4em 1em;
    font-size: 0.95rem;
    margin-bottom: 0.7em;
    cursor: pointer;
    transition: background 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    gap: 0.5em;
}

.toggle-indent-btn:hover {
    background: var(--hover-color);
    color: var(--bg-color);
}

/* ====================================================================
   REGRAS ESPECÍFICAS PARA SEÇÃO CONHECIMENTO - FORÇAR APLICAÇÃO
   ==================================================================== */
/* Aplicar após todas as outras regras para garantir prioridade */
/* Sobrescrever as regras do sistema de containers com máxima especificidade */

/* Coluna Esquerda - 30% */
#conhecimento .DESKTOP_CONTAINER .DESKTOP_CONTAINER_COLUMN .DESKTOP_CONTAINER_COLUMN_ESQUERDA,
.conhecimento .DESKTOP_CONTAINER .DESKTOP_CONTAINER_COLUMN .DESKTOP_CONTAINER_COLUMN_ESQUERDA,
#conhecimento .DESKTOP_CONTAINER_COLUMN_ESQUERDA,
.conhecimento .DESKTOP_CONTAINER_COLUMN_ESQUERDA {
    flex: 0 0 30% !important;
    max-width: 30% !important;
    width: 30% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

/* Coluna Direita - 70% */
#conhecimento .DESKTOP_CONTAINER .DESKTOP_CONTAINER_COLUMN .DESKTOP_CONTAINER_COLUMN_DIREITA,
.conhecimento .DESKTOP_CONTAINER .DESKTOP_CONTAINER_COLUMN .DESKTOP_CONTAINER_COLUMN_DIREITA,
#conhecimento .DESKTOP_CONTAINER_COLUMN_DIREITA,
.conhecimento .DESKTOP_CONTAINER_COLUMN_DIREITA {
    flex: 0 0 70% !important;
    max-width: 70% !important;
    width: 70% !important;
    min-width: 0 !important;
    box-sizing: border-box !important;
}

