/* GeradorPessoal — estilos para o conteúdo gerado dentro dos posts */

.gpn-tldr {
    background: linear-gradient(135deg, #eff6ff 0%, #f0f9ff 100%);
    border-left: 4px solid #2563eb;
    border-radius: 8px;
    padding: 18px 22px;
    margin: 0 0 28px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.04);
}
.gpn-tldr-titulo {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #1e40af;
    margin-bottom: 8px;
}
.gpn-tldr p {
    margin: 0 0 10px;
    font-size: 15px;
    line-height: 1.55;
    color: #1f2937;
}
.gpn-tldr p:last-child { margin-bottom: 0; }

.gpn-imagem-inline {
    margin: 32px 0;
    text-align: center;
}
.gpn-imagem-inline img {
    max-width: 100%;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08), 0 2px 4px rgba(0,0,0,0.04);
}
.gpn-imagem-inline figcaption {
    font-size: 13px;
    color: #6b7280;
    margin-top: 8px;
    font-style: italic;
}

.gpn-disclaimer {
    margin: 24px 0;
    padding: 12px 16px;
    background: #fafafa;
    border: 1px dashed #d4d4d8;
    border-radius: 6px;
    font-size: 13px;
    color: #52525b;
}
.gpn-disclaimer p { margin: 0; }

.gpn-fontes {
    margin: 32px 0 0;
    padding: 16px 20px;
    background: #f9fafb;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}
.gpn-fontes h3 {
    font-size: 14px;
    margin: 0 0 10px;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #374151;
}
.gpn-fontes ul {
    margin: 0;
    padding-left: 18px;
    font-size: 14px;
}
.gpn-fontes a { color: #2563eb; text-decoration: none; }
.gpn-fontes a:hover { text-decoration: underline; }

@media (prefers-color-scheme: dark) {
    .gpn-tldr { background: linear-gradient(135deg, #1e293b 0%, #172033 100%); border-left-color: #60a5fa; }
    .gpn-tldr-titulo { color: #93c5fd; }
    .gpn-tldr p { color: #e5e7eb; }
    .gpn-disclaimer { background: #1f2937; border-color: #374151; color: #9ca3af; }
    .gpn-fontes { background: #1f2937; border-color: #374151; }
    .gpn-fontes h3 { color: #e5e7eb; }
}
