/* ==========================================================================
   DEBAT-Z Kanzenshuu Skin — Variables (palette + typographie)
   --------------------------------------------------------------------------
   Toutes les couleurs et tailles utilisées par le clone sont déclarées ici.
   Modifier UN seul fichier suffit pour ajuster l'ambiance globale.

   Palette extraite du forum Kanzenshuu (phpBB Prosilver custom skin) :
   https://www.kanzenshuu.com/forum/
   ========================================================================== */

:root {

    /* ------------------------------ PALETTE ------------------------------ */

    /* Fond global de la zone forum (gris clair phpBB) */
    --kz-bg:                  #e9e9e9;

    /* Conteneur tableau */
    --kz-panel-bg:            #ffffff;
    --kz-panel-border:        #b9b9b9;
    --kz-panel-shadow:        rgba(0, 0, 0, 0.06);

    /* Bandeaux de section "KANZENSHUU" / "DRAGON BALL" */
    --kz-section-bg-start:    #e8e8e8;
    --kz-section-bg-end:      #d2d2d2;
    --kz-section-border:      #b3b3b3;
    --kz-section-text:        #3c7e29;   /* vert phpBB */
    --kz-section-text-hover:  #2a5c1d;

    /* Lignes du tableau (alternance) */
    --kz-row-odd:             #ffffff;
    --kz-row-even:            #f6f6f6;
    --kz-row-hover:           #f0f6e8;
    --kz-row-border:          #e3e3e3;

    /* En-têtes de colonnes Sujets/Messages/Dernière pub */
    --kz-colhead-text:        #5c5c5c;
    --kz-colhead-bg:          transparent;

    /* Texte */
    --kz-text:                #333333;
    --kz-text-muted:          #6c6c6c;
    --kz-text-dim:            #8a8a8a;

    /* Liens */
    --kz-link:                #105289;
    --kz-link-hover:          #d62828;
    --kz-link-visited:        #105289;
    --kz-link-user:           #3c7e29;   /* nom auteur */

    /* Header sombre du forum (façon Kanzenshuu top bar) */
    --kz-header-bg:           #0a0d12;
    --kz-header-bg-grad:      linear-gradient(180deg, #1a1f26 0%, #0a0d12 100%);
    --kz-header-text:         #ffffff;
    --kz-header-search-bg:    #ffffff;
    --kz-header-search-btn:   #4a8a2e;   /* vert bouton loupe */
    --kz-header-search-hover: #5fa53d;
    --kz-header-border:       #2a8f3c;   /* fine bande verte sous le banner */

    /* Boutons */
    --kz-btn-bg:              #ededed;
    --kz-btn-bg-hover:        #ffffff;
    --kz-btn-border:          #b9b9b9;
    --kz-btn-text:            #333333;
    --kz-btn-primary-bg:      #4a8a2e;
    --kz-btn-primary-hover:   #5fa53d;
    --kz-btn-primary-text:    #ffffff;

    /* États lus / non lus */
    --kz-icon-unread:         #c0392b;
    --kz-icon-read:           #b9b9b9;
    --kz-icon-locked:         #777777;

    /* Pagination */
    --kz-page-bg:             #ffffff;
    --kz-page-border:         #b9b9b9;
    --kz-page-current-bg:     #105289;
    --kz-page-current-text:   #ffffff;

    /* Citations / blocs */
    --kz-quote-bg:            #f4f4f4;
    --kz-quote-border:        #cfcfcf;
    --kz-quote-title:         #555555;

    /* ----------------------------- TYPOGRAPHIE ----------------------------- */

    /* Stack proche de phpBB Prosilver — Verdana en chef de file pour
       retrouver le rendu old-school propre du forum Kanzenshuu. */
    --kz-font-stack:          Verdana, "Lucida Sans Unicode", "Lucida Grande", Tahoma, Geneva, Arial, sans-serif;
    --kz-font-mono:           Consolas, "Courier New", monospace;

    /* Tailles */
    --kz-fs-body:             12px;
    --kz-fs-small:            11px;
    --kz-fs-tiny:             10px;
    --kz-fs-section:          12px;   /* "KANZENSHUU" / "DRAGON BALL" */
    --kz-fs-forum-title:      13px;
    --kz-fs-stat:             13px;
    --kz-fs-post-title:       14px;
    --kz-fs-post-body:        13px;

    --kz-lh-body:             1.45;
    --kz-lh-tight:            1.25;

    /* ------------------------------ SPACING ------------------------------ */

    --kz-gutter:              10px;
    --kz-row-pad-y:           8px;
    --kz-row-pad-x:           10px;
    --kz-section-pad-y:       6px;
    --kz-section-pad-x:       12px;

    /* Largeur globale du conteneur forum */
    --kz-container-max:       1180px;

    /* Rayons */
    --kz-radius-sm:           2px;
    --kz-radius-md:           3px;

    /* Transitions */
    --kz-tx:                  120ms ease-out;
}
