/* Variables - Thème Sombre High-Contrast (Texte Blanc) */
:root {
    /* Fond principal sombre */
    --page-bg-color: #222222; 
    --page-text-color: #edf0e9; /* Texte blanc cassé pour une lisibilité maximale */
    --page-text-secondary-color: #8a9084; /* Gris-vert pour les informations secondaires */
    --link-color: #edf0e9; /* Liens en blanc pour éviter la fatigue visuelle */
    --heading-color: #edf0e9;

    /* En-têtes */
    --table-header-bg-color: #333333; /* Gris très sombre */

    /* Navigation */
    --navbar-navlink-text-color: #edf0e9;
    --navbar-bg-color1: #1a1a1a;
    --navbar-bg-color2: #222222;
    --navbar-navlink-bg-color-selected: #fe5624; /* L'orange reste ici en fond pour marquer la sélection */

    /* Footer */
    --footer-text-color: #8a9084;
    --footer-bg-color1: #1a1a1a;
    --footer-bg-color2: #1a1a1a;

    /* Cartes et sections */
    --page-secondary-color: #2a2c28; 
    --file-bg-color-alt: #1a1a1a;

    /* Commentaires (Lisibilité accrue) */
    --comment-bg-color: #2a2c28;
    --comment-bg-color-hover: #333631;
    --comment-text-color: #edf0e9;
    --comment-text-color-hover: #ffffff;
    --comment-bg-color-new: #444444; 
    --comment-link-bg-color: #fe5624; /* Fond orange, mais le texte restera blanc */

    /* Onglets et Sélections */
    --tab-header-bg-color-active: #fe5624;
    --path-selector-text-color: #edf0e9; /* Texte du chemin en blanc */

    /* Champs de saisie */
    --input-bg-color: #1a1a1a;
    --input-text-color: #edf0e9;
    --input-border-color-hover: #fe5624;

    /* Boutons standards */
    --button-text-color: #222222;
    --button-bg-color: #8a9084; /* Gris-vert pour les actions secondaires */
    --button-border-color: #8a9084;

    /* Boutons d'action prioritaires */
    --button-action-text-color: #ffffff;
    --button-action-bg-color: #fe5624; /* L'accent orange est conservé sur le bouton, pas sur le texte */
    --button-action-border-color: #fe5624;

    --centered-content-bg-color: #2a2c28;
    --player-action-button-container-bg-color: #222222;

    --file-title-text-color: #edf0e9;
    --file-status-text-color: #8a9084;
}