/*
Theme Name: Tema A29 - Graphite Purple Edition
Theme URI: anetecnologia.com.br - Skype: anetecnologia
Author: Ane Tecnologia
Author URI: anetecnologia.com.br
Description: Tema responsivo A29 - Graphite Purple Edition
Version: 2.3
License: Desenvolvido e registrado por Ane Tecnologia.

Paleta: cinza grafite, superfícies neutras e roxo.
Tipografia: pilha nativa do sistema, sem requisições externas.
*/

:root {
    --color-bg: #151515;
    --color-header: #0e0e10;
    --color-surface: #1d1d20;
    --color-surface-raised: #26262b;
    --color-border: #3a3941;
    --color-accent: #7c3aed;
    --color-accent-hover: #9555e8;
    --color-accent-soft: #38204f;
    --color-text: #ffffff;
    --color-text-soft: #d4d2d8;
    --color-muted: #929096;
    --color-danger: #7c3aed;
    --font-sans: Montserrat, "Segoe UI", Arial, Helvetica, ui-sans-serif, sans-serif;
    --font-display: Montserrat, "Segoe UI", Arial, Helvetica, ui-sans-serif, sans-serif;
    --radius-sm: 5px;
    --radius-md: 8px;
    --radius-lg: 12px;
}

/* ===================================================
   RESET & BASE
=================================================== */
html,
body {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background-color: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 14px;
    line-height: 22px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

body, html {
    height: 100% !important;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

form {
    margin: 0;
    padding: 0;
    list-style: none;
}

iframe {
    border: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* ===================================================
   WORDPRESS CORE ALINHAMENTOS
=================================================== */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption {
    background: #1d1d20;
    border: 1px solid #3a3941;
    max-width: 96%;
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone  { margin: 5px 20px 20px 0; }
.wp-caption.alignleft  { margin: 5px 20px 20px 0; }
.wp-caption.alignright { margin: 5px 0 20px 20px; }

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
    color: #d4d2d8;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #26262b;
    clip: auto !important;
    clip-path: none;
    color: #ffffff;
    display: block;
    font-size: 1em;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
}

.clear    { clear: both; }
.clearfix { clear: both; }
.hidden   { display: none; }

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 600;
    color: #b78cff;
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #3a3941;
}

a {
    text-decoration: none;
    color: var(--color-accent-hover);
    transition: color 0.2s ease;
}

a:hover {
    text-decoration: underline;
    color: #b78cff;
}

h1 {
    font-family: var(--font-sans);
    font-size: 22px;
    font-weight: 700;
    color: #ffffff;
    line-height: 1.35;
}

h2, h3, h4, h5 {
    font-family: var(--font-sans);
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* ===================================================
   GRID
=================================================== */
.row {
    margin: 0 -5px;
    overflow: hidden;
}

.col-md-4,
.col-md-6 {
    float: left;
    padding: 0 5px;
    width: 100%;
}

@media (min-width: 992px) {
    .col-md-4 { width: 33.33333%; }
    .col-md-6 { width: 50%; }
}

/* ===================================================
   FORMULÁRIOS
=================================================== */
.form-control {
    display: block;
    width: 100%;
    height: 36px;
    padding: 6px 12px;
    font-size: 14px;
    font-family: var(--font-sans);
    line-height: 1.5;
    color: #ffffff;
    background-color: #26262b;
    background-image: none;
    border: 1px solid #3a3941;
    border-radius: 6px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.form-control:focus {
    outline: none;
    border-color: #9555e8;
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
}

.form-group {
    margin-bottom: 15px;
}

/* Alertas */
.alert {
    padding: 12px 16px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 6px;
    font-size: 13px;
}

.alert-warning {
    color: #b78cff;
    background-color: #211b28;
    border-color: #4b245f;
}

.alert-success {
    color: #ffffff;
    background-color: #1d1d20;
    border-color: #3a3941;
}

.alert-danger {
    color: #c6a2ff;
    background-color: #241b2a;
    border-color: #4b245f;
}

/* Botões */
.btn {
    display: inline-block;
    padding: 7px 16px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    font-family: var(--font-sans);
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 6px;
    transition: background-color 0.2s ease, opacity 0.2s ease;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-danger {
    color: #fff !important;
    background-color: #7c3aed;
    border-color: #5b2790;
}

.btn-danger:hover {
    background-color: #5b2790;
}

/* ===================================================
   UTILITÁRIOS
=================================================== */
.title-truncate {
    display: block;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.back-to-top { display: none; }

.back-to-top button {
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #7c3aed;
    color: #FFF;
    border: none;
    cursor: pointer;
    padding: 0 17px;
    line-height: 42px;
    font-size: 22px;
    border-top-left-radius: 6px;
    transition: background-color 0.2s ease;
}

.back-to-top button:hover {
    background-color: #9555e8;
}

/* ===================================================
   CONTAINER
=================================================== */
.container {
    width: 100%;
    max-width: 1280px;
    padding: 0 15px;
    margin: 0 auto;
    overflow: hidden;
}

@media (max-width: 480px) {
    .container { padding: 0 4px; }
}

/* ===================================================
   LAYOUT ESPECIAL
=================================================== */
@media (min-width: 992px) {
    .meio .col-md-8.pagina-left  { width: 840px; }
    .meio .col-md-4.pagina-right { width: 330px; }
}

.btn-texto {
    float: right;
    margin-top: 7px;
    display: block;
    background-color: #26262b;
    padding: 0 8px;
    width: 25px;
    border-radius: 4px;
    text-align: center;
    color: #ffffff;
}

.btn-texto:hover,
.btn-texto:visited,
.btn-texto:active {
    background-color: #3a3941;
    color: #ffffff;
    text-decoration: none;
}

/* ===================================================
   VIDEO PREVIEW
=================================================== */
.video-preview {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
    pointer-events: none;
    overflow: hidden;
}

.video-preview video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* ===================================================
   MEIO (conteúdo central)
=================================================== */
.meio {
    margin-top: 15px;
    margin-bottom: 25px;
}

/* ===================================================
   BOTÃO MENU MOBILE
=================================================== */
.botao-menu,
.botao-busca {
    display: none;
}

.botao-menu {
    background-color: transparent;
    border: none;
    color: #d4d2d8;
    float: left;
    font-size: 34px;
    width: 40px;
    height: 40px;
    margin-right: 10px;
    cursor: pointer;
}

/* ===================================================
   PAGINAÇÃO
=================================================== */
.paginacao {
    margin: 15px 0 25px;
    padding: 0;
    text-align: center;
    list-style: none;
}

.paginacao li {
    display: inline-block;
    margin: 2px;
}

.paginacao li a,
.paginacao li em {
    border: 1px #3a3941 solid;
    color: #b78cff;
    display: inline-block;
    font-size: 12px;
    padding: 7px 18px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.paginacao li.active a,
.paginacao li a:hover {
    text-decoration: none;
    background: #7c3aed;
    border: 1px solid #7c3aed;
    color: #FFF;
}

/* ===================================================
   BANNERS / ANÚNCIOS
=================================================== */
.anuncios {
    margin: 10px 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.anuncios li {
    display: inline-block;
    margin: 0 10px 10px;
    vertical-align: top;
}

.anuncios img,
.anuncios iframe {
    max-width: 100%;
}

.anuncios li.anuncio-mobile { display: none; }

@media (max-width: 768px) {
    .anuncios li.anuncio-mobile    { display: inline-block; }
    .anuncios li.anuncio-desktop   { display: none; }
    .rodape-menu li                { width: 33.33333%; }
}

/* ===================================================
   TOPO
=================================================== */
.topo {
    background-color: #0e0e10;
    border-bottom: 2px solid #3a3941;
}

.topo-conteudo {
    padding: 8px 0;
}

.topo-logo {
    float: left;
}

.logo-nome {
    color: #ffffff;
    background-color: #26262b;
    font-size: 24px;
    font-weight: 700;
    font-family: var(--font-display);
    height: 40px;
    display: inline-block;
    padding: 8px 14px 0;
    border-radius: 4px;
    letter-spacing: 0.5px;
}

.logo-nome span {
    color: #9555e8;
}

.topo-logo a {
    text-decoration: none;
}

.topo-titulo {
    float: right;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
    font-weight: 600;
    color: #ffffff;
    font-family: var(--font-sans);
}

.topo-titulo span {
    color: #9555e8;
}

/* Busca */
.busca {
    background-color: #26262b;
    border: 1.5px #3a3941 solid;
    float: left;
    width: 100%;
    max-width: 380px;
    position: relative;
    padding-right: 39px;
    margin-left: 15px;
    border-radius: 6px;
    transition: border-color 0.2s ease;
}

.busca:focus-within {
    border-color: #9555e8;
}

.busca input {
    background-color: transparent;
    border: none;
    width: 100%;
    padding: 0 12px;
    height: 36px;
    font-size: 14px;
    color: #ffffff;
    font-family: var(--font-sans);
}

.busca input::placeholder {
    color: #929096;
}

.busca button {
    background-color: #3a3941;
    color: #b78cff;
    cursor: pointer;
    font-size: 16px;
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    width: 40px;
    height: 36px;
    border-radius: 0 6px 6px 0;
    transition: background-color 0.2s ease;
}

.busca button:hover {
    background-color: #7c3aed;
    color: #fff;
}

/* ===================================================
   MENU TOPO
=================================================== */
.topo-menu {
    margin: 8px 0 0;
}

.topo-menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.topo-menu li {
    float: left;
    margin: 0 3px 3px 0;
}

.topo-menu ul a {
    display: block;
    padding: 0 12px;
    line-height: 30px;
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.topo-menu ul a:hover {
    text-decoration: none;
}

.topo-menu ul.mais-categorias a {
    background-color: transparent;
    color: #d4d2d8;
    font-size: 20px;
    line-height: 30px;
}

.topo-menu ul.aleatorio a {
    background-color: #1d1d20;
    color: #b78cff;
}

.topo-menu ul.aleatorio a:hover {
    background-color: #3a3941;
}

.topo-menu ul.menu a {
    background: #7c3aed;
}

.topo-menu ul.menu a:hover {
    background: #9555e8;
}

.topo-menu ul.categorias a {
    background-color: #26262b;
    color: #b78cff;
}

.topo-menu ul.mais-categorias a:hover,
.topo-menu ul.categorias a:hover {
    background-color: #3a3941;
    color: #ffffff;
}

/* Mobile topo */
@media (max-width: 768px) {
    .topo .container,
    .topo-conteudo {
        padding: 0;
    }

    .topo-logo {
        background-color: #0e0e10;
    }

    .logo-nome {
        padding: 10px 14px 0;
    }

    .busca,
    .topo-menu,
    .aleatorio,
    .mais-categorias {
        display: none;
    }

    .topo-menu li {
        width: 100%;
    }

    .topo-menu {
        position: fixed;
        top: 45px;
        left: 0;
        width: 230px;
        bottom: 0;
        background-color: #0e0e10;
        z-index: 100000;
        padding: 8px;
        overflow-x: auto;
        margin: 0;
        border-right: 1px solid #3a3941;
    }

    .busca {
        min-width: 100%;
        margin-top: 5px;
        margin-left: 0;
    }

    .botao-menu,
    .botao-busca {
        display: block;
    }

    .topo-logo {
        width: 100%;
        position: relative;
        padding: 0 50px;
        text-align: center;
        height: 45px;
    }

    .topo-logo button {
        font-size: 20px;
        position: absolute;
        top: 5px;
        height: 35px;
        border: 0;
        width: 40px;
        background-color: #26262b;
        color: #b78cff;
        cursor: pointer;
        border-radius: 4px;
    }

    .topo-logo button:hover {
        background-color: #3a3941;
    }

    .botao-menu {
        left: 4px;
        float: none;
        margin: 0;
    }

    .botao-busca {
        right: 4px;
    }

    .topo-titulo {
        width: 100%;
        font-size: 13px;
        text-align: center;
        line-height: 26px;
        height: 26px;
    }
}

/* ===================================================
   RODAPÉ
=================================================== */
.rodape {
    background-color: #0e0e10;
    border-top: 2px #3a3941 solid;
    color: #d4d2d8;
    padding: 20px 0;
}

.rodape a,
.rodape a:hover {
    color: #9555e8;
}

.x18categorias {
    margin-bottom: 25px;
}

.rodape-texto {
    text-align: center;
    margin-bottom: 12px;
    font-size: 13px;
    line-height: 18px;
    color: #929096;
}

.rodape-menu {
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
    text-align: center;
}

.rodape-menu li {
    float: left;
    width: 25%;
    margin-bottom: 4px;
    padding: 0 2px;
}

.rodape-menu a {
    display: block;
    background-color: #1d1d20;
    color: #b78cff;
    padding: 0 11px;
    line-height: 30px;
    border-radius: 4px;
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.4px;
    transition: background-color 0.2s ease;
}

.rodape-menu a:hover {
    background-color: #7c3aed;
    color: #fff;
    text-decoration: none;
}

.copy {
    font-size: 12px;
    text-align: center;
    color: #929096;
}

/* ===================================================
   PÁGINA CONTEÚDO
=================================================== */
.pagina-conteudo {
    margin-bottom: 40px;
}

.pagina-titulo {
    border-top: 1px #3a3941 solid;
    margin-bottom: 20px;
    margin-top: 10px;
}

.pagina-titulo h1,
.pagina-titulo h2 {
    background-color: #151515;
    float: left;
    margin: -12px 0 0;
    padding: 0 8px 0 0;
    font-size: 20px;
    font-weight: 600;
    font-family: var(--font-sans);
    color: #ffffff;
}

.pagina-titulo i {
    color: #9555e8;
}

@media (max-width: 768px) {
    .pagina-titulo {
        padding-right: 23px;
        position: relative;
    }
}

@media (max-width: 480px) {
    .pagina-titulo h1,
    .pagina-titulo h2 {
        font-size: 15px;
        line-height: 20px;
    }

    .rodape-menu li { width: 50%; }
}

.pagina-texto {
    margin-bottom: 15px;
    color: #d4d2d8;
    line-height: 24px;
}

/* ===================================================
   VÍDEOS (GRID)
=================================================== */
.videos {
    margin: 0 -2px;
}

.video {
    float: left;
    width: 20%;
    padding: 0 2px;
    margin-bottom: 10px;
}

.video-thumb {
    position: relative;
    background-color: #0e0e10;
    padding-top: 61.176%;
    overflow: hidden;
    border-radius: 6px;
}

.video-thumb img {
    border: 1px solid #26262b;
    max-width: none;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    bottom: 0;
    filter: contrast(108%) brightness(0.92);
    transition: opacity 0.2s ease, filter 0.2s ease;
}

.video-titulo {
    color: #d4d2d8;
    display: block;
    padding: 6px 4px 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    text-align: center;
    transition: color 0.2s ease;
}

.video-titulo small {
    color: #929096;
    font-weight: 400;
}

.video-info {
    color: #929096;
    height: 20px;
    text-align: center;
}

.info-tempo {
    display: inline-block;
    background-color: #3a3941;
    border-radius: 4px;
    color: #b78cff;
    font-size: 10px;
    line-height: 12px;
    padding: 2px 4px 1px;
    vertical-align: text-bottom;
}

.info-views {
    line-height: 20px;
    font-size: 11px;
    display: inline-block;
    color: #929096;
}

.selo-hd {
    background-color: #7c3aed;
    color: #FFF;
    display: inline-block;
    font-weight: 700;
    padding: 0 5px;
    position: absolute;
    right: 5px;
    top: 5px;
    font-size: 10px;
    line-height: 16px;
    border-radius: 3px;
    z-index: 2;
    letter-spacing: 0.5px;
}

.video-play {
    display: none;
    background: url(img/play.png) 50% 50% no-repeat;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transition: none;
    z-index: 1;
}

.video-fotos {
    background: url(img/foto.png) 50% 50% no-repeat;
}

.video-slider img {
    opacity: 1 !important;
    object-fit: cover;
}

.video:hover a {
    text-decoration: none;
}

.video:hover .video-titulo {
    color: #9555e8;
}

.video:hover .video-thumb img {
    opacity: 0.65;
    filter: contrast(110%) brightness(0.85);
}

.video:hover .video-play {
    display: block;
}

.btn-relacionados {
    border: 1px #3a3941 solid;
    color: #d4d2d8;
    display: block;
    padding: 0 8px;
    line-height: 36px;
    text-align: center;
    border-radius: 4px;
    transition: color 0.2s ease, border-color 0.2s ease;
}

.btn-relacionados:hover {
    color: #b78cff;
    border-color: #7c3aed;
    text-decoration: none;
}

@media (max-width: 992px) {
    .video { width: 33.33333%; }
}

@media (max-width: 480px) {
    .video { width: 50%; }
}

/* ===================================================
   POST
=================================================== */
.post {
    float: left;
    margin-bottom: 30px;
    width: calc(100% - 310px);
}

.post-titulo {
    color: #ffffff;
    font-size: 20px;
    margin: 0 0 12px;
    font-weight: 700;
    font-family: var(--font-display);
    line-height: 1.4;
}

.post-embed {
    margin-bottom: 20px;
}

.post-texto {
    margin-bottom: 8px;
    color: #d4d2d8;
    line-height: 24px;
}

.post-texto img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
}

.post-texto iframe {
    width: 100%;
}

.post-texto p:first-of-type {
    margin-top: 0;
}

.post-botoes {
    margin-bottom: 15px;
    float: left;
}

.post-botoes ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.post-botoes li {
    display: inline-block;
}

.post-botoes a {
    background-color: #26262b;
    color: #b78cff;
    display: block;
    padding: 0 20px;
    line-height: 34px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.post-botoes a:hover {
    background-color: #7c3aed;
    color: #fff;
    text-decoration: none;
}

.post-links {
    margin: 0 0 9px;
    padding: 0;
    list-style: none;
}

.post-links li {
    display: inline-block;
    margin-right: 12px;
    font-size: 12px;
    margin-bottom: 6px;
    color: #d4d2d8;
}

.post-tags {
    padding: 8px 0 2px;
    border-top: 1px #3a3941 solid;
}

.post-tags a {
    background-color: #26262b;
    font-size: 12px;
    line-height: 24px;
    display: inline-block;
    padding: 0 10px;
    color: #b78cff;
    margin-bottom: 4px;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

.post-tags a:hover {
    background-color: #3a3941;
    text-decoration: none;
}

.post-tags .tag-icone {
    background-color: #7c3aed;
    color: #FFF;
    padding: 0 8px;
    line-height: 24px;
    float: left;
    width: 32px;
    text-align: center;
    margin-right: 3px;
    margin-bottom: 4px;
    border-radius: 4px 0 0 4px;
}

.post-banners {
    float: right;
    width: 300px;
    margin: 0 0 10px;
}

.post-banners li {
    margin: 0 0 10px;
    vertical-align: top;
}

@media (max-width: 992px) {
    .post { width: 100%; }

    .post-banners {
        float: none;
        width: 100%;
    }

    .post-banners li {
        margin: 0 5px 10px;
    }
}

@media (max-width: 768px) {
    .post-titulo {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .post-botoes {
        float: none;
        margin-right: -2px;
        margin-left: -2px;
    }

    .post-botoes span { display: none; }

    .post-botoes li {
        float: left;
        padding: 0 2px;
        width: 25%;
        text-align: center;
    }

    .post-botoes a {
        font-size: 12px;
        font-weight: 400;
    }

    .votos { width: 100%; }
}

/* ===================================================
   REPORTAR
=================================================== */
.reportar {
    background-color: #1d1d20;
    padding: 10px 14px;
    border-radius: 6px;
    border: 1px solid #3a3941;
}

.reportar h3 {
    margin: 0 0 15px;
    padding: 0;
    color: #ffffff;
}

/* ===================================================
   VOTOS
=================================================== */
.votos {
    float: right;
    font-size: 19px;
    padding: 0 45px;
    position: relative;
    text-align: center;
    line-height: 18px;
    margin-bottom: 15px;
    color: #ffffff;
}

.votos span {
    color: #929096;
    font-size: 12px;
    display: block;
}

.voto-like,
.voto-dislike {
    position: absolute;
    top: 0;
}

.voto-like    { left: 0; }
.voto-dislike { right: 0; }

.votos a:hover {
    opacity: 0.75;
    text-decoration: none;
}

.voto-like img,
.voto-dislike img {
    height: 34px;
}

/* ===================================================
   COMENTÁRIOS
=================================================== */
.comentarios {
    overflow: hidden;
    padding: 0;
    margin: 20px 0 30px;
    text-transform: none;
}

.comentarios a           { color: #9555e8; }
.comentarios a:hover     { color: #b78cff; }

.comentarios h3 {
    margin: 0 0 12px;
    padding: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

ol.commentlist          { list-style: none; margin: 0; padding: 0; }
ol.commentlist li       { list-style: none; margin: 0; padding: 0; }

ol.commentlist li.comment ul.children li,
ol.commentlist li.comment ul li {
    margin: 0;
    padding: 0 0 0 74px;
    background: url(./resposta.png) no-repeat 35px 0px;
}

ol.commentlist li .avatar-comentario {
    float: left;
    margin: 0 10px 0 0;
    height: 74px;
    width: 74px;
    display: block;
    position: relative;
}

ol.commentlist li .comentario-campo {
    padding: 10px 12px;
    overflow: hidden;
    margin: 0 0 20px;
    background-color: #1d1d20;
    border: 1px solid #3a3941;
    border-radius: 6px;
}

ol.commentlist li .comentario-nome              { overflow: hidden; }
ol.commentlist li .nome-comentarista            { font-size: 14px; font-style: italic; color: #d4d2d8; padding: 0; }
ol.commentlist li .nome-comentarista strong     { color: #b78cff; }
ol.commentlist li .nome-comentarista a          { text-decoration: underline; color: #b78cff; }
ol.commentlist li .nome-comentarista a:hover    { color: #9555e8; }
ol.commentlist li .data-comentario              { font-size: 10px; color: #929096; font-weight: normal; font-style: italic; }
ol.commentlist li .texto-comentario             { margin: 0; padding: 10px 0; color: #d4d2d8; line-height: 20px; font-size: 13px; }
ol.commentlist li .texto-comentario p           { margin: 0; padding: 0; }
ol.commentlist li .texto-comentario a           { text-decoration: none; color: #9555e8; }
ol.commentlist li .texto-comentario a:hover     { color: #b78cff; }

ol.commentlist li .reply-link {
    font-size: 11px;
    float: left;
    position: relative;
    text-transform: none;
    margin: 8px 0 0;
}

ol.commentlist li .reply-link a {
    display: block;
    padding: 3px 12px;
    color: #fff !important;
    background: #7c3aed;
    border-radius: 4px;
    transition: background-color 0.2s ease;
}

ol.commentlist li .reply-link a:hover {
    background: #9555e8;
}

.links-comentario,
.caixa-mensagem {
    margin-bottom: 8px;
}

.lista-de-comentarios h3,
.comentarios-titulo {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    color: #ffffff;
}

.comentario-campos {
    padding: 12px 14px;
    background-color: #1d1d20;
    border: 1px solid #3a3941;
    border-radius: 6px;
    overflow: hidden;
}

.comentario-campos textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px #3a3941 solid;
    background-color: #26262b;
    color: #ffffff;
    height: 80px;
    border-radius: 4px;
    font-family: var(--font-sans);
    font-size: 13px;
    resize: vertical;
    transition: border-color 0.2s ease;
}

.comentario-campos textarea:focus {
    outline: none;
    border-color: #9555e8;
}

.comentario-campos textarea::placeholder {
    color: #929096;
}

.enviar-button {
    border: none;
    padding: 9px 16px;
    background-color: #7c3aed;
    color: #FFFFFF;
    cursor: pointer;
    width: 100%;
    border-radius: 4px;
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.2s ease;
}

.enviar-button:hover {
    background-color: #9555e8;
}

/* ===================================================
   HOME BOTÕES
=================================================== */
.home-botoes {
    border-bottom: 1px #3a3941 solid;
    margin-bottom: 10px;
}

.home-botoes ul {
    float: left;
    margin: 0;
    padding: 0;
    list-style: none;
}

.home-botoes li {
    float: left;
    margin-right: 6px;
}

.home-botoes li a {
    display: block;
    background-color: #1d1d20;
    border-top: 1px #3a3941 solid;
    border-left: 1px #3a3941 solid;
    border-right: 1px #3a3941 solid;
    color: #d4d2d8;
    padding: 0 15px;
    height: 34px;
    padding-top: 7px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    transition: background-color 0.2s ease;
}

.home-botoes li a i {
    color: #929096;
}

.home-botoes li a.ativo {
    background-color: #151515;
    border-left: 1px #7c3aed solid;
    border-right: 1px #7c3aed solid;
    border-top: 2px #9555e8 solid;
    color: #b78cff;
}

.home-botoes li a.ativo i {
    color: #9555e8;
}

.home-botoes li a:hover {
    background-color: #26262b;
    color: #b78cff;
    text-decoration: none;
}

@media (max-width: 768px) {
    .home-botoes li span { display: none; }
}

/* ===================================================
   TOPO TAGS
=================================================== */
.topo-tags {
    margin-bottom: 10px;
}

.topo-tags span,
.topo-tags a {
    display: inline-block;
    padding: 3px 8px 0;
    height: 24px;
    margin-bottom: 3px;
    border-radius: 3px;
    font-size: 12px;
}

.topo-tags span {
    background-color: #26262b;
    color: #d4d2d8;
}

.topo-tags a {
    background-color: #1d1d20;
    color: #b78cff;
}

.topo-tags a:hover {
    background-color: #3a3941;
    color: #ffffff;
    text-decoration: none;
}

/* ===================================================
   TÍTULOS COM TEMPO / HD
=================================================== */
.titulo-tempo,
.titulo-hd {
    display: inline-block;
    border-radius: 3px;
    font-size: 12px;
    padding: 0 5px;
    margin-right: 4px;
}

.titulo-tempo {
    background-color: #3a3941;
    color: #b78cff;
}

.titulo-hd {
    background-color: #7c3aed;
    color: #fff;
}

/* ===================================================
   BANNER PLAYER (mobile)
=================================================== */
.banner-player {
    display: none;
    margin: 8px 0;
    text-align: center;
}

.banner-player iframe,
.banner-player img {
    display: inline-block;
    max-width: 100%;
}

@media (max-width: 768px) {
    .banner-player { display: block; }
}

/* ===================================================
   TAGS (página de tags)
=================================================== */
.tags {
    margin: 0 -5px;
    padding: 0;
    list-style: none;
    overflow: hidden;
}

.tags li {
    padding: 0 5px;
    float: left;
    width: 25%;
    margin-bottom: 15px;
}

.tags a,
.tags a:hover {
    color: #9555e8;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s ease;
}

.tags a:hover {
    color: #b78cff;
}

.tags small {
    color: #929096;
    font-weight: 400;
    line-height: 1;
}

@media (max-width: 768px) {
    .tags li { width: 33.33333%; }
}

@media (max-width: 480px) {
    .tags li { width: 50%; }
}



/* ============================================================
   INÍCIO - CSS NOVO (1º parágrafo no topo + resto no rodapé)
   Remova qualquer CSS antigo relacionado a:
   .pagina-texto, .btn-texto, readmore, +, caixa rolável etc.
   ============================================================ */

/* 1º parágrafo (acima da grade) - compacto, sem caixa grande */
.cat-desc-top{
  margin: 10px 0 14px 0;
  font-size: 15px;
  line-height: 1.65;
  opacity: .96;
}

.cat-desc-top p{
  margin: 0 0 10px 0;
}

/* Caixa SEO (depois da grade e paginação) */
.cat-desc-bottom-box{
  margin: 18px 0 18px 0;
  padding: 16px 16px;
  border-radius: 12px;
  background: rgba(255,255,255,.03);
  box-shadow: 0 0 0 1px rgba(255,255,255,.06) inset;
}

/* Tipografia dentro da caixa */
.cat-desc-bottom-box p{
  margin: 0 0 12px 0;
  line-height: 1.7;
}

.cat-desc-bottom-box h2{
  margin: 18px 0 10px 0;
  font-size: 22px;
  line-height: 1.2;
}

.cat-desc-bottom-box h3{
  margin: 14px 0 8px 0;
  font-size: 18px;
  line-height: 1.2;
}

.cat-desc-bottom-box ul,
.cat-desc-bottom-box ol{
  margin: 0 0 12px 18px;
}

.cat-desc-bottom-box li{
  margin: 0 0 6px 0;
}

/* Links */
.cat-desc-top a,
.cat-desc-bottom-box a{
  text-decoration: underline;
}

/* ============================================================
   FIM - CSS NOVO
   ============================================================ */

/* ============================================================
   BOTÃO RTA
   ============================================================ */
#rtaButton {
    text-align: center;
    display: block;
}

#rtaButton {
    text-align: center;
    display: block;
}

/* ============================================================
   BOTÃO RTA FIM
   ============================================================ */

/* ============================================================
   GRAPHITE PURPLE UI REFRESH
   Apenas CSS local: sem fontes, imagens ou bibliotecas externas.
   ============================================================ */
::selection {
    background: var(--color-accent);
    color: #fff;
}

.wp-caption,
.screen-reader-text:focus {
    background: var(--color-surface);
    border-color: var(--color-border);
    color: var(--color-text);
}

.wp-caption p.wp-caption-text,
label {
    color: var(--color-text-soft);
}

hr {
    border-top-color: var(--color-border);
}

button,
input,
textarea,
select {
    font: inherit;
}

:focus-visible {
    outline: 2px solid var(--color-accent-hover);
    outline-offset: 2px;
}

.container {
    max-width: 1360px;
    padding-right: 20px;
    padding-left: 20px;
}

.meio {
    margin-top: 24px;
    margin-bottom: 38px;
}

.topo {
    background: var(--color-header);
    border-top: 4px solid var(--color-accent);
    border-bottom: 1px solid var(--color-border);
}

.topo-conteudo {
    padding: 14px 0 12px;
}

.logo-nome {
    height: 42px;
    padding: 8px 0 0;
    background: transparent;
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 23px;
    font-weight: 750;
    letter-spacing: -0.5px;
}

.logo-nome span,
.topo-titulo span {
    color: #b78cff;
}

.logo-img {
    display: block;
    width: auto;
    max-width: 100%;
    height: 42px;
    object-fit: contain;
}

.topo-titulo {
    color: var(--color-text-soft);
    font-family: var(--font-sans);
    font-size: 14px;
    font-weight: 650;
    letter-spacing: 0.2px;
}

.busca {
    max-width: 400px;
    overflow: hidden;
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
}

.busca:focus-within {
    border-color: var(--color-accent-hover);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
}

.busca input {
    color: var(--color-text);
}

.busca input::placeholder {
    color: var(--color-muted);
}

.busca button {
    background: var(--color-surface-raised);
    color: var(--color-text-soft);
    border-radius: 0 var(--radius-md) var(--radius-md) 0;
}

.busca button:hover {
    background: var(--color-accent);
    color: #fff;
}

.topo-menu {
    margin-top: 11px;
}

.topo-menu li {
    margin-right: 5px;
    margin-bottom: 4px;
}

.topo-menu ul a {
    min-height: 32px;
    padding: 1px 13px;
    border: 1px solid transparent;
    border-radius: var(--radius-sm);
    color: var(--color-text-soft);
}

.topo-menu ul.menu a {
    background: var(--color-accent);
    color: #fff;
}

.topo-menu ul.menu a:hover {
    background: var(--color-accent-hover);
}

.topo-menu ul.categorias a,
.topo-menu ul.aleatorio a {
    background: var(--color-surface-raised);
    border-color: var(--color-border);
    color: var(--color-text-soft);
}

.topo-menu ul.mais-categorias a {
    color: var(--color-muted);
}

.topo-menu ul.mais-categorias a:hover,
.topo-menu ul.categorias a:hover,
.topo-menu ul.aleatorio a:hover {
    background: #2c2b30;
    border-color: #48464f;
    color: var(--color-text);
}

.pagina-titulo {
    margin-top: 12px;
    margin-bottom: 18px;
    border-top-color: var(--color-border);
}

.pagina-titulo h1,
.pagina-titulo h2 {
    padding-right: 12px;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: var(--font-sans);
    font-size: 19px;
    font-weight: 700;
    letter-spacing: -0.2px;
}

.pagina-titulo i {
    color: var(--color-accent-hover);
}

.pagina-texto,
.post-texto,
.cat-desc-top,
.home-desc-top {
    color: var(--color-text-soft);
}

.videos {
    margin-right: -7px;
    margin-left: -7px;
}

.video {
    padding-right: 7px;
    padding-left: 7px;
    margin-bottom: 18px;
}

.video-thumb {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    box-shadow: 0 5px 16px rgba(0, 0, 0, 0.2);
    isolation: isolate;
}

.video-thumb::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 32%;
    z-index: 1;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.55), transparent);
    content: "";
    pointer-events: none;
}

.video-thumb img {
    border: 0;
    filter: contrast(104%) brightness(0.94);
    transition: opacity 0.18s ease, filter 0.18s ease, transform 0.22s ease;
}

.video-titulo {
    padding: 8px 3px 1px;
    color: var(--color-text-soft);
    font-size: 13px;
    font-weight: 550;
    line-height: 19px;
    text-align: left;
}

.video-titulo small,
.video-info,
.info-views {
    color: var(--color-muted);
}

.info-tempo,
.titulo-tempo {
    background: var(--color-surface-raised);
    color: var(--color-text-soft);
}

.selo-hd,
.titulo-hd {
    background: var(--color-accent);
}

.selo-hd,
.thumb-ads {
    z-index: 2;
    border-radius: var(--radius-sm);
}

.thumb-ads {
    position: absolute;
    right: 6px;
    bottom: 6px;
    padding: 1px 6px;
    background: rgba(11, 11, 11, 0.88);
    color: var(--color-text-soft);
    font-size: 9px;
    line-height: 16px;
    text-transform: uppercase;
    letter-spacing: 0.7px;
}

.video:hover .video-titulo {
    color: #b78cff;
}

.video:hover .video-thumb img {
    opacity: 0.82;
    filter: contrast(108%) brightness(0.88);
    transform: translateX(-50%) scale(1.025);
}

.video-play {
    z-index: 2;
}

.paginacao li a,
.paginacao li em {
    min-width: 36px;
    padding: 7px 13px;
    background: var(--color-surface);
    border-color: var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-text-soft);
}

.paginacao li.active a,
.paginacao li a:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.btn-relacionados,
.btn-texto,
.post-botoes a,
.post-tags a,
.topo-tags span,
.topo-tags a {
    background: var(--color-surface-raised);
    border-color: var(--color-border);
    color: var(--color-text-soft);
}

.btn-relacionados:hover,
.btn-texto:hover,
.post-botoes a:hover,
.post-tags a:hover,
.topo-tags a:hover {
    background: #2c2b30;
    border-color: #48464f;
    color: var(--color-text);
}

.form-control,
.comentario-campos textarea {
    background: var(--color-surface-raised);
    border-color: var(--color-border);
    color: var(--color-text);
    font-family: var(--font-sans);
}

.form-control:focus,
.comentario-campos textarea:focus {
    border-color: var(--color-accent-hover);
    box-shadow: 0 0 0 3px rgba(124, 58, 237, 0.18);
}

.reportar,
.comentario-campos,
ol.commentlist li .comentario-campo,
.cat-desc-bottom-box,
.home-desc-bottom-box {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    box-shadow: none;
    color: var(--color-text-soft);
}

.home-desc-top {
    margin: 10px 0 18px;
    font-size: 15px;
    line-height: 1.65;
}

.home-desc-bottom-box {
    margin: 22px 0;
    padding: 18px;
}

.cat-desc-bottom-box {
    padding: 18px;
}

.post-titulo,
.reportar h3,
.comentarios h3,
.comentarios-titulo,
.lista-de-comentarios h3 {
    color: var(--color-text);
    font-family: var(--font-sans);
}

.comentarios a,
.comentarios a:hover,
ol.commentlist li .nome-comentarista strong,
ol.commentlist li .nome-comentarista a,
ol.commentlist li .texto-comentario a,
.tags a,
.tags a:hover {
    color: #b78cff;
}

ol.commentlist li .nome-comentarista,
ol.commentlist li .texto-comentario,
.tags small,
.votos span {
    color: var(--color-muted);
}

.votos {
    color: var(--color-text);
}

.post-tags,
.home-botoes {
    border-color: var(--color-border);
}

.home-botoes li a {
    background: var(--color-surface);
    border-color: var(--color-border);
    color: var(--color-muted);
}

.home-botoes li a.ativo {
    background: var(--color-bg);
    border-color: var(--color-accent);
    color: #b78cff;
}

.enviar-button,
ol.commentlist li .reply-link a {
    background: var(--color-accent);
}

.enviar-button:hover,
ol.commentlist li .reply-link a:hover {
    background: var(--color-accent-hover);
}

.rodape {
    padding: 28px 0 22px;
    background: var(--color-header);
    border-top: 1px solid var(--color-border);
    color: var(--color-muted);
}

.rodape-menu a {
    background: var(--color-surface);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-sm);
    color: var(--color-text-soft);
}

.rodape-menu a:hover {
    background: var(--color-accent);
    border-color: var(--color-accent);
}

.rodape-legal {
    margin: 12px 0 8px;
    text-align: center;
    color: var(--color-muted);
}

.rodape-legal a,
.rodape a,
.rodape a:hover {
    color: #b78cff;
}

.rodape-legal span {
    margin: 0 7px;
    color: var(--color-border);
}

.copy {
    margin-bottom: 10px;
    color: var(--color-muted);
}

.back-to-top button {
    right: 14px;
    bottom: 14px;
    background: var(--color-accent);
    border-radius: var(--radius-md);
}

.back-to-top button:hover {
    background: var(--color-accent-hover);
}

@media (max-width: 1200px) and (min-width: 993px) {
    .video { width: 25%; }
}

@media (max-width: 768px) {
    body {
        padding-top: 76px;
    }

    .container {
        padding-right: 12px;
        padding-left: 12px;
    }

    .meio {
        margin-top: 18px;
    }

    .topo {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 99999;
        width: 100%;
        box-shadow: 0 5px 18px rgba(0, 0, 0, 0.28);
    }

    .topo-logo,
    .topo-menu {
        background: var(--color-header);
    }

    .topo-logo button {
        background: var(--color-surface-raised);
        color: var(--color-text-soft);
        border-radius: var(--radius-sm);
    }

    .topo-menu {
        top: 49px;
        width: min(82vw, 280px);
        border-right-color: var(--color-border);
        box-shadow: 14px 0 32px rgba(0, 0, 0, 0.34);
    }

    .topo-menu ul a {
        min-height: 38px;
        padding-top: 4px;
    }

    .pagina-titulo h1,
    .pagina-titulo h2 {
        font-size: 17px;
    }
}

@media (max-width: 480px) {
    .container {
        padding-right: 8px;
        padding-left: 8px;
    }

    .videos {
        margin-right: -4px;
        margin-left: -4px;
    }

    .video {
        padding-right: 4px;
        padding-left: 4px;
        margin-bottom: 14px;
    }

    .video-thumb {
        border-radius: 6px;
    }

    .video-titulo {
        padding-top: 6px;
        font-size: 12px;
        line-height: 17px;
    }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }
}

/* Correção final da paleta: metadados, categorias e menu mobile. */
.post-links,
.post-links li {
    color: var(--color-text-soft);
}

.post-links i {
    color: #b78cff;
}

ol.commentlist li .data-comentario,
.comentario-campos textarea::placeholder,
.rodape-texto,
.home-botoes li a i {
    color: var(--color-muted);
}

.home-botoes li a.ativo i {
    color: var(--color-accent-hover);
}

.post-tags .tag-icone {
    background: var(--color-accent);
    color: #fff;
}

.post-tags a,
.post-tags a:visited {
    color: var(--color-text-soft);
}

.post-tags a:hover {
    color: #fff;
}

.btn-texto:visited,
.btn-texto:active {
    background: var(--color-surface-raised);
    color: var(--color-text-soft);
}

.botao-menu,
.topo-logo .botao-menu,
.topo-logo .botao-menu i {
    color: #fff;
}

.topo-logo .botao-menu:hover,
.topo-logo .botao-menu:focus-visible {
    color: #fff;
}

/* Títulos geométricos, usando somente fontes locais do sistema. */
h1,
h2,
h3,
h4,
h5,
.logo-nome,
.topo-titulo,
.pagina-subtitulo,
.pagina-titulo h1,
.pagina-titulo h2,
.post-titulo,
.reportar h3,
.comentarios h3,
.comentarios-titulo,
.lista-de-comentarios h3,
.cat-desc-bottom-box h2,
.cat-desc-bottom-box h3,
.home-desc-bottom-box h2,
.home-desc-bottom-box h3 {
    color: #fff;
    font-family: var(--font-display);
    font-weight: 700;
    letter-spacing: 0.1px;
}




