/*
Theme Name: LibertiChat Blog
Description: Thème enfant de Twenty Twenty-Five — blog aux couleurs de LibertiChat (fond noir, texte blanc, accents rouges).
Template: twentytwentyfive
Version: 1.1
*/

/* ---- Palette du site : fond noir, texte blanc, rouge LibertiChat ---- */
body, .wp-site-blocks{background:#0f0f0f !important;color:#e8e8e8 !important}
h1,h2,h3,h4,h5,h6{color:#fff !important}
a{color:#ff6b6b}
a:hover{color:#ff9a9a}
main a:not(.lc-btn){text-decoration-color:rgba(255,107,107,.5)}

/* En-tête / pied de page du thème parent, remis aux couleurs du site */
header.wp-block-template-part, footer.wp-block-template-part,
.wp-block-template-part{background:transparent !important;color:#e8e8e8}
.wp-block-site-title a{color:#fff !important;text-decoration:none}

/* ---- Cartes d'articles ---- */
.lc-card{border:1px solid rgba(255,255,255,.10);border-radius:14px;padding:22px;
  background:rgba(30,30,30,.96);box-shadow:0 4px 16px rgba(0,0,0,.45);
  transition:box-shadow .2s,transform .2s,border-color .2s;height:100%}
.lc-card:hover{box-shadow:0 12px 30px rgba(0,0,0,.6);transform:translateY(-2px);
  border-color:rgba(255,45,45,.45)}
.lc-card h2{font-size:1.12rem;line-height:1.35;margin:.2em 0 .3em}
.lc-card h2 a{color:#fff;text-decoration:none}
.lc-card h2 a:hover{color:#ff6b6b}
.lc-card .wp-block-post-date{color:#9a9aa3;font-size:.8rem}
.lc-card .wp-block-post-excerpt p{color:#c9c9d1;font-size:.92rem;line-height:1.55;margin:.5em 0 .3em}
.lc-card .wp-block-post-excerpt__more-link{color:#ff5b5b;font-weight:600;text-decoration:none}
.lc-card .wp-block-post-excerpt__more-link:hover{color:#ff9a9a}

/* ---- Logo + sous-titre du blog ---- */
.lc-logo img{max-height:84px;width:auto}
.lc-sous{color:#b9b9c2 !important}

/* ---- Bouton retour au tchat (dégradé rouge de l'accueil) ---- */
.lc-btn{display:inline-block;background:linear-gradient(180deg,#ff2d2d,#c80000);color:#fff !important;
  border-radius:10px;padding:10px 22px;font-weight:700;text-decoration:none;
  box-shadow:0 6px 18px rgba(200,0,0,.35)}
.lc-btn:hover{filter:brightness(1.1)}

/* ---- Pages articles : mêmes couleurs ---- */
.wp-block-post-content{color:#dcdce2}
.wp-block-post-content p{color:#dcdce2}
.wp-block-post-title{color:#fff !important}
/* Pagination */
.wp-block-query-pagination a, .wp-block-query-pagination-numbers .page-numbers{color:#ff6b6b}
.wp-block-query-pagination-numbers .current{color:#fff}
