/* ============================================
   COMPULASER BLOG - ESTILOS BASE
   VERSAO 3 - CORRECAO DEFINITIVA POST-HEADER
   Cores: Azul #1b2051 | Laranja #f6a000
   ============================================ */

/* ============================================
   RESET DE ISOLAMENTO - previne conflito com CSS do site raiz
   ============================================ */

/* Garante que o container do blog nao afete elementos externos */
.blog-scope {
    display: block;
    position: relative;
    padding-top: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333333;
    background: #ffffff;
}

/* Reset especifico para headers do blog - previne conflito com CSS do site raiz */
.blog-scope header.blog-header,
.blog-scope header.post-header {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    z-index: auto !important;
    float: none !important;
    clear: none !important;
    display: block !important;
}

/* Box-sizing apenas dentro do escopo */
.blog-scope *,
.blog-scope *::before,
.blog-scope *::after {
    box-sizing: border-box;
}

/* Variaveis CSS no escopo do blog */
.blog-scope {
    --azul-escuro: #0f1330;
    --azul-claro: #2a3070;
    --azul-principal: #1b2051;
    --laranja: #f6a000;
    --laranja-escuro: #d48900;
    --branco: #ffffff;
    --cinza-claro: #f5f5f5;
    --cinza-medio: #666666;
    --cinza-escuro: #333333;
    --sombra: rgba(27, 32, 81, 0.1);
    --transicao: all 0.3s ease;
}

/* ============================================
   LAYOUT DO POST
   ============================================ */

.blog-scope .container-post {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* ============================================
   POST-HEADER - CORRECAO DEFINITIVA
   Alta especificidade + !important para prevalecer sobre CSS do site
   ============================================ */

/* Container do post-header */
html body.blog-modo .blog-scope header.post-header,
html body .blog-scope header.post-header {
    margin: 0 0 30px 0 !important;
    padding: 0 0 20px 0 !important;
    border: none !important;
    border-bottom: 3px solid var(--laranja) !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    width: 100% !important;
    max-width: none !important;
    display: block !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    clear: both !important;
    text-align: left !important;
    overflow: visible !important;
    min-height: 0 !important;
    height: auto !important;
}

/* Remove pseudo-elementos do site */
html body .blog-scope header.post-header::before,
html body .blog-scope header.post-header::after {
    display: none !important;
    content: none !important;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* Titulo do post */
html body .blog-scope header.post-header h1.post-titulo {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: var(--azul-principal) !important;
    line-height: 1.2 !important;
    margin: 0 0 15px 0 !important;
    padding: 0 !important;
    text-align: left !important;
    background: transparent !important;
    border: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
    text-shadow: none !important;
    display: block !important;
    width: 100% !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    text-transform: none !important;
    letter-spacing: normal !important;
}

/* Meta info container */
html body .blog-scope header.post-header div.post-meta {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    flex-wrap: wrap !important;
    gap: 15px !important;
    width: 100% !important;
    border: none !important;
    background: transparent !important;
    box-shadow: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    float: none !important;
    clear: none !important;
}

/* Lado esquerdo da meta */
html body .blog-scope header.post-header div.post-meta div.meta-esquerda {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    border: none !important;
    background: transparent !important;
    flex-wrap: wrap !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
}

/* Lado direito da meta */
html body .blog-scope header.post-header div.post-meta div.meta-direita {
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 15px !important;
    border: none !important;
    background: transparent !important;
    flex-wrap: wrap !important;
    margin-left: auto !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    width: auto !important;
}

/* Itens individuais da meta - ESQUERDA */
html body .blog-scope header.post-header div.post-meta div.meta-esquerda span.data,
html body .blog-scope header.post-header div.post-meta div.meta-esquerda span.hora,
html body .blog-scope header.post-header div.post-meta div.meta-esquerda span.autor,
html body .blog-scope header.post-header div.post-meta div.meta-esquerda span.separador {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--cinza-medio) !important;
    background: transparent !important;
    border: none !important;
    display: inline !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/* Separador */
html body .blog-scope header.post-header div.post-meta span.separador {
    color: var(--cinza-medio) !important;
    opacity: 0.5 !important;
}

/* Visualizacoes */
html body .blog-scope header.post-header div.post-meta div.meta-direita span.views-contador {
    margin: 0 !important;
    padding: 0 !important;
    color: var(--cinza-medio) !important;
    background: transparent !important;
    border: none !important;
    display: flex !important;
    align-items: center !important;
    gap: 5px !important;
    font-size: 0.9rem !important;
    line-height: 1.4 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    font-weight: 400 !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/* Botao whatsapp dentro do post-header */
html body .blog-scope header.post-header div.post-meta div.meta-direita a.btn-whatsapp {
    margin: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: #25d366 !important;
    color: #ffffff !important;
    padding: 8px 16px !important;
    border-radius: 25px !important;
    text-decoration: none !important;
    font-weight: 600 !important;
    font-size: 0.9rem !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border: none !important;
    box-shadow: 0 2px 5px rgba(37, 211, 102, 0.3) !important;
    cursor: pointer !important;
    line-height: 1.4 !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    float: none !important;
    position: relative !important;
    top: auto !important;
    left: auto !important;
}

/* ============================================
   PLAYER DE AUDIO - LATERAL
   ============================================ */

.blog-scope .player-lateral {
    position: fixed;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    background: #1b2051;
    padding: 30px 15px;
    border-radius: 0 16px 16px 0;
    box-shadow: 4px 0 25px rgba(27, 32, 81, 0.4);
    min-width: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.blog-scope .player-lateral-header {
    margin-bottom: 5px;
}

.blog-scope .player-lateral-titulo {
    font-size: 1.5rem;
    display: block;
}

/* Botao play principal */
.blog-scope .btn-play-pause-lateral {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #f6a000;
    border: none;
    color: #1b2051;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.blog-scope .btn-play-pause-lateral:hover {
    transform: scale(1.1);
    background: #d48900;
}

/* Barra de progresso vertical */
.blog-scope .player-lateral-progresso {
    width: 6px;
    height: 80px;
    background: #2a3070;
    border-radius: 3px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.blog-scope .player-lateral-fill {
    width: 100%;
    background: #f6a000;
    border-radius: 3px;
    position: absolute;
    bottom: 0;
    height: 0%;
    transition: height 0.1s linear;
}

/* Tempos */
.blog-scope .player-lateral-tempos {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    font-size: 0.75rem;
    font-variant-numeric: tabular-nums;
    gap: 2px;
}

/* Velocidade */
.blog-scope .player-lateral-velocidade {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.blog-scope .btn-vel-lateral {
    background: transparent;
    border: 2px solid #f6a000;
    color: #f6a000;
    padding: 6px 10px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.75rem;
    transition: all 0.3s ease;
    min-width: 40px;
}

.blog-scope .btn-vel-lateral:hover,
.blog-scope .btn-vel-lateral.ativo {
    background: #f6a000;
    color: #1b2051;
}

/* Botao reiniciar */
.blog-scope .btn-reiniciar-lateral {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid #2a3070;
    color: #2a3070;
    font-size: 1.1rem;
    cursor: not-allowed;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    margin-top: 5px;
    opacity: 0.5;
}

.blog-scope .btn-reiniciar-lateral.ativo {
    background: #f6a000;
    border-color: #f6a000;
    color: #1b2051;
    cursor: pointer;
    opacity: 1;
}

.blog-scope .btn-reiniciar-lateral.ativo:hover {
    transform: scale(1.1);
    background: #d48900;
    border-color: #d48900;
}

/* ============================================
   CONTEUDO DO POST (Texto + Imagem)
   ============================================ */

.blog-scope .conteudo-wrapper {
    display: grid;
    grid-template-columns: 1fr 350px;
    gap: 40px;
    align-items: start;
}

/* Texto do post */
.blog-scope .post-texto {
    font-size: 1.1rem;
    line-height: 1.8;
}

.blog-scope .post-texto p {
    margin-bottom: 20px;
    text-align: justify;
}

/* Paragrafo de destaque (lead) */
.blog-scope .post-texto .lead {
    font-size: 1.3rem;
    font-weight: 600;
    color: var(--azul-principal);
    border-left: 4px solid var(--laranja);
    padding-left: 20px;
    margin-bottom: 25px;
}

/* Paragrafo de conclusao */
.blog-scope .post-texto .conclusao {
    background: var(--cinza-claro);
    padding: 20px;
    border-radius: 8px;
    border-left: 4px solid var(--laranja);
    font-weight: 600;
    color: var(--azul-principal);
}

/* Highlight sincronizado com audio */
.blog-scope .post-texto p.highlight {
    background: linear-gradient(90deg, rgba(246, 160, 0, 0.15) 0%, transparent 100%);
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px;
    border-radius: 0 8px 8px 0;
    transition: var(--transicao);
}

/* Span dentro de paragrafo normal */
.blog-scope .post-texto p span {
    color: #f6a000;
    font-weight: 600;
}

/* Span dentro de paragrafo com highlight */
.blog-scope .post-texto p.highlight span {
    color: #1b2051;
    font-weight: 700;
}

/* Imagem lateral */
.blog-scope .imagem-lateral {
    position: sticky;
    top: 20px;
}

.blog-scope .imagem-lateral img {
    width: 100%;
    height: auto;
    max-height: 420px;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 4px 20px var(--sombra);
}

.blog-scope .imagem-legenda {
    margin-top: 10px;
    font-size: 0.85rem;
    color: var(--cinza-medio);
    text-align: center;
    font-style: italic;
}

/* ============================================
   HIGHLIGHT DO TEXTO (VTT) - SOFISTICADO
   ============================================ */

.blog-scope .post-texto p {
    padding: 10px 15px;
    margin: 5px 0;
    border-radius: 0 8px 8px 0;
    transition: all 0.3s ease;
    border-left: 3px solid transparent;
}

/* Highlight ativo - laranja solido, sem negrito */
.blog-scope .post-texto p.highlight {
    background: rgba(246, 160, 0, 0.2);
    border-left: 3px solid #f6a000;
    color: inherit;
    font-weight: normal;
    padding-left: 20px;
}

/* Lead e conclusao mantem estilo, sem conflito */
.blog-scope .post-texto p.lead {
    font-size: 1.2rem;
    font-weight: 600;
    color: #1b2051;
    border-left: 4px solid #f6a000;
    padding-left: 20px;
    background: transparent;
}

.blog-scope .post-texto p.conclusao {
    background: rgba(246, 160, 0, 0.1);
    border-left: 4px solid #f6a000;
    padding: 20px;
    font-weight: 600;
    color: #1b2051;
    margin-top: 20px;
}

/* ============================================
   AREA DE FEEDBACK / TROCA INFINITA 360
   ============================================ */

/* Ajustar coluna */
.blog-scope .conteudo-wrapper {
    display: grid;
    grid-template-columns: 1fr 320px;
    gap: 40px;
    align-items: start;
}

/* Caixa de feedback */
.blog-scope .area-feedback {
    margin-top: 20px;
    padding: 25px 20px;
    background: linear-gradient(135deg, #ffffff 0%, #f8f9ff 100%);
    border-radius: 16px;
    border: 2px solid rgba(27, 32, 81, 0.08);
    text-align: center;
}

/* Titulo */
.blog-scope .feedback-titulo {
    margin-bottom: 20px;
}

.blog-scope .feedback-titulo .linha1 {
    display: block;
    font-size: 1.05rem;
    font-weight: 700;
    color: #1b2051;
    letter-spacing: 0.5px;
    line-height: 1.4;
}

.blog-scope .feedback-titulo .linha2 {
    display: block;
    font-size: 0.95rem;
    font-weight: 500;
    color: #f6a000;
    margin-top: 4px;
    font-style: italic;
}

/* Container dos botoes */
.blog-scope .feedback-botoes {
    position: relative;
    width: 100%;
    height: 60px;
    margin: 0 auto;
}

/* Botao base */
.blog-scope .btn-feedback {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 10px 18px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
    min-width: 70px;
    min-height: 44px;
    border: 2px solid #e0e0e0;
    position: absolute;
    top: 50%;
    transition: all 0.25s ease;
}

.blog-scope .btn-feedback .icone-mao {
    font-size: 1.3rem;
    line-height: 1;
    display: inline-block;
}

/* Botao CURTIR - posicao normal (esquerda) */
.blog-scope .btn-curtir-feedback {
    background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
    color: #666;
    left: 0;
    transform: translateY(-50%) rotate(0deg);
}

.blog-scope .btn-curtir-feedback:hover {
    border-color: #f6a000;
    color: #f6a000;
    box-shadow: 0 4px 15px rgba(246, 160, 0, 0.3);
}

.blog-scope .btn-curtir-feedback .contador {
    font-variant-numeric: tabular-nums;
    min-width: 25px;
    text-align: center;
    display: inline-block;
    font-size: 0.85rem;
}

/* Estado curtido */
.blog-scope .btn-curtir-feedback.curtido {
    background: linear-gradient(135deg, #f6a000 0%, #d48900 100%);
    border-color: #f6a000;
    color: #1b2051;
    box-shadow: 0 4px 15px rgba(246, 160, 0, 0.4);
    cursor: default;
}

.blog-scope .btn-curtir-feedback.curtido .icone-mao {
    animation: joiaPulse 0.6s ease;
}

@keyframes joiaPulse {
    25% { transform: scale(1.3) rotate(-10deg); }
    50% { transform: scale(1) rotate(0deg); }
    75% { transform: scale(1.2) rotate(10deg); }
}

/* Botao NAO-CURTIR - posicao normal (direita) */
.blog-scope .btn-nao-curtir {
    background: linear-gradient(135deg, #fff5f5 0%, #f8f0f0 100%);
    border-color: #e0d0d0;
    color: #999;
    right: 0;
    transform: translateY(-50%) rotate(0deg);
}

/* ============================================
   ESTADO TROCADO - 360
   ============================================ */

.blog-scope .area-feedback.trocada .btn-curtir-feedback {
    left: auto;
    right: 0;
    transform: translateY(-50%) rotate(360deg);
}

.blog-scope .area-feedback.trocada .btn-nao-curtir {
    right: auto;
    left: 0;
    transform: translateY(-50%) rotate(360deg);
}

/* Form curtir */
.blog-scope .form-curtir {
    display: inline;
    margin: 0;
    padding: 0;
}

/* ============================================
   BOTAO CURTIR NO TOPO (MOBILE)
   ============================================ */

.blog-scope .btn-curtir-topo {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    background: linear-gradient(135deg, #fff 0%, #f8f8f8 100%);
    border: 2px solid #e0e0e0;
    color: #666;
    padding: 8px 14px;
    border-radius: 50px;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1;
    transition: all 0.3s ease;
}

.blog-scope .btn-curtir-topo:hover {
    border-color: #f6a000;
    color: #f6a000;
    box-shadow: 0 4px 15px rgba(246, 160, 0, 0.3);
}

.blog-scope .btn-curtir-topo .icone-mao {
    font-size: 1.1rem;
    line-height: 1;
    display: inline-block;
}

.blog-scope .btn-curtir-topo .contador {
    font-variant-numeric: tabular-nums;
    min-width: 20px;
    text-align: center;
    display: inline-block;
    font-size: 0.8rem;
}

.blog-scope .btn-curtir-topo.curtido {
    background: linear-gradient(135deg, #f6a000 0%, #d48900 100%);
    border-color: #f6a000;
    color: #1b2051;
    box-shadow: 0 4px 15px rgba(246, 160, 0, 0.4);
    cursor: default;
}

.blog-scope .form-curtir-topo {
    display: inline;
    margin: 0;
    padding: 0;
}

/* ============================================
   PLAYER FLUTUANTE MOBILE (APENAS MOBILE)
   ============================================ */

/* Esconde o player mobile no desktop */
.blog-scope .player-mobile {
    display: none;
}

/* Esconde overlay no desktop */
.blog-scope .player-mobile-overlay {
    display: none;
}

/* ============================================
   ESTILOS DA PAGINA INICIAL (INDEX)
   ============================================ */

/* Header do Blog - NUNCA usar 'header' sem classe */
.blog-scope .blog-header {
    background: var(--azul-principal);
    color: var(--branco);
    padding: 0 20px;
    height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    border-bottom: 4px solid var(--laranja);
}

.blog-scope .blog-header-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    flex-wrap: nowrap;
    height: 100%;
    
}

.blog-scope .blog-header-imagem {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: auto;
    flex-shrink: 0;
    overflow: hidden;
}

.blog-scope .blog-header-imagem img {
    height: 100%;
    width: auto;
    max-width: none;
	max-height: 170px;
    border-radius: 8px;
    object-fit: cover;
    object-position: center;
    display: block;
}

.blog-scope .blog-header-conteudo {
    flex: 1;
    min-width: 0;
    overflow: hidden;
}

.blog-scope .blog-header-titulo-texto {
    font-size: 2.5rem;
    margin-bottom: 10px;
    color: var(--branco);
}

.blog-scope .blog-header-subtitulo {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 600px;
    margin: 0;
    white-space: nowrap;
}

/* Container principal */
.blog-scope .blog-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

/* Grid de Posts */
.blog-scope .blog-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
}

/* Card do Post */
.blog-scope .blog-card {
    background: var(--branco);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px var(--sombra);
    transition: all 0.3s ease;
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
}

.blog-scope .blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(27, 32, 81, 0.15);
}

.blog-scope .blog-card:hover .blog-card-title {
    color: var(--laranja);
}

/* Imagem do Card */
.blog-scope .blog-card-image {
    height: 220px;
    background: var(--azul-claro);
    position: relative;
    overflow: hidden;
}

.blog-scope .blog-card-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 0.3s ease;
}

.blog-scope .blog-card:hover .blog-card-image img {
    transform: scale(1.05);
}

.blog-scope .blog-card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--branco);
    font-size: 4rem;
    background: linear-gradient(135deg, #1b2051 0%, #2a3070 100%);
}

/* Conteudo do Card */
.blog-scope .blog-card-content {
    padding: 25px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.blog-scope .blog-card-tags {
    display: flex;
    gap: 8px;
    margin-bottom: 12px;
    flex-wrap: wrap;
}

.blog-scope .blog-tag {
    background: var(--cinza-claro);
    color: var(--azul-principal);
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 0.75rem;
    font-weight: 600;
    text-transform: uppercase;
}

.blog-scope .blog-tag.featured {
    background: var(--laranja);
    color: var(--azul-principal);
}

.blog-scope .blog-card-title {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--azul-principal);
    margin-bottom: 12px;
    line-height: 1.3;
    transition: color 0.3s ease;
}

.blog-scope .blog-card-excerpt {
    color: var(--cinza-medio);
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 15px;
    flex-grow: 1;
}

/* Meta do Card */
.blog-scope .blog-card-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 15px;
    border-top: 1px solid var(--cinza-claro);
    font-size: 0.85rem;
    color: var(--cinza-medio);
}

.blog-scope .blog-card-stats {
    display: flex;
    gap: 15px;
}

.blog-scope .blog-stat {
    display: flex;
    align-items: center;
    gap: 4px;
}

/* Estado Vazio */
.blog-scope .blog-empty {
    text-align: center;
    padding: 60px 20px;
    background: var(--branco);
    border-radius: 12px;
    box-shadow: 0 4px 15px var(--sombra);
}

.blog-scope .blog-empty h2 {
    color: var(--azul-principal);
    margin-bottom: 15px;
}

/* ============================================
   RESPONSIVO
   ============================================ */

@media (max-width: 1200px) {
    .blog-scope .player-lateral {
        left: -100%;
        transition: left 0.3s ease;
    }

    .blog-scope .player-lateral.visivel-mobile {
        left: 0;
    }

    /* Botao para abrir em mobile */
    .blog-scope .player-lateral-toggle {
        display: block;
        position: fixed;
        left: 10px;
        top: 50%;
        transform: translateY(-50%);
        z-index: 100;
        background: #f6a000;
        color: #1b2051;
        border: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        cursor: pointer;
        font-size: 1.5rem;
    }
}

@media (max-width: 1100px) and (min-width: 769px) {
    .blog-scope .conteudo-wrapper {
        grid-template-columns: 1fr 280px;
        gap: 30px;
    }

    .blog-scope .imagem-lateral img {
        max-height: 300px;
    }

    .blog-scope .feedback-titulo .linha1 {
        font-size: 0.95rem;
    }

    .blog-scope .feedback-titulo .linha2 {
        font-size: 0.85rem;
    }
}

@media (max-width: 992px) {
    .blog-scope .conteudo-wrapper {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 900px) {
    .blog-scope .conteudo-wrapper {
        grid-template-columns: 1fr;
    }

    .blog-scope .imagem-lateral {
        position: relative;
        order: -1;
        max-width: 500px;
        margin: 0 auto 30px;
    }

    .blog-scope .post-titulo {
        font-size: 1.8rem;
    }

    .blog-scope .post-meta {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 768px) {
    /* Esconde area de feedback no mobile */
    .blog-scope .area-feedback {
        display: none !important;
    }

    .blog-scope .conteudo-wrapper {
        grid-template-columns: 1fr;
    }

    /* Ocultar imagem lateral no mobile */
    .blog-scope .imagem-lateral {
        display: none;
    }

    /* Texto ocupa largura total */
    .blog-scope .conteudo-wrapper {
        grid-template-columns: 1fr;
    }

    /* Player mobile fixo na base */
    .blog-scope .player-mobile {
        display: flex;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 100;
        background: #1b2051;
        padding: 10px 15px;
        box-shadow: 0 -4px 20px rgba(0,0,0,0.3);
        align-items: center;
        gap: 12px;
        border-top: 2px solid #f6a000;
    }

    /* Botao play pequeno */
    .blog-scope .player-mobile-play {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        background: #f6a000;
        border: none;
        color: #1b2051;
        font-size: 1rem;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    /* Barra de progresso horizontal */
    .blog-scope .player-mobile-progresso {
        flex-grow: 1;
        height: 4px;
        background: #2a3070;
        border-radius: 2px;
        cursor: pointer;
        position: relative;
        min-width: 60px;
    }

    .blog-scope .player-mobile-fill {
        height: 100%;
        background: #f6a000;
        border-radius: 2px;
        width: 0%;
        transition: width 0.1s linear;
    }

    /* Tempos */
    .blog-scope .player-mobile-tempo {
        color: #fff;
        font-size: 0.75rem;
        min-width: 70px;
        text-align: center;
        font-variant-numeric: tabular-nums;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 2px;
        flex-shrink: 0;
    }

    /* Botao velocidade */
    .blog-scope .player-mobile-vel {
        background: transparent;
        border: 1px solid #f6a000;
        color: #f6a000;
        padding: 4px 8px;
        border-radius: 12px;
        font-size: 0.7rem;
        cursor: pointer;
        font-weight: 600;
        flex-shrink: 0;
        min-width: 36px;
    }

    /* Ajuste o conteudo para nao ficar atras do player */
    .blog-scope .container-post {
        padding-bottom: 80px;
    }

    /* Overlay de iniciacao - COBRE o player fixo */
    .blog-scope .player-mobile-overlay {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        height: 60px;
        background: rgba(27, 32, 81, 0.98);
        display: none;
        align-items: center;
        justify-content: center;
        z-index: 101;
        border-top: 2px solid #f6a000;
    }

    .blog-scope .player-mobile-overlay.ativo {
        display: flex !important;
    }

    .blog-scope .player-mobile-overlay-btn {
        background: #f6a000;
        color: #1b2051;
        border: none;
        padding: 10px 25px;
        border-radius: 20px;
        font-size: 0.9rem;
        font-weight: 600;
        cursor: pointer;
    }

    .blog-scope .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-scope .blog-header-titulo-texto {
        font-size: 1.8rem;
    }

    .blog-scope .blog-header-container {
        flex-direction: column;
        gap: 20px;
    }
}

@media (max-width: 480px) {
    .blog-scope .container-post {
        padding: 20px 15px;
    }

    .blog-scope .post-titulo {
        font-size: 1.5rem;
    }

    .blog-scope .blog-grid {
        grid-template-columns: 1fr;
    }

    .blog-scope .blog-header-titulo-texto {
        font-size: 1.5rem;
    }
}