/* --- Sombre global pour la page database --- */

/* Bandeau / switch */
.db-title { text-align:center; margin:0; color:#fff; }
.db-switch { text-align:center; font-weight:700; color:#fff; }
.db-switch a { text-decoration:none; /* couleurs de liens gérées par le global */ }
.db-switch a.current { color:#0f62c0; }
.db-switch .sep { color:#aaa; margin:0 6px; }

.alpha-bar { text-align:center; }
.alpha-bar a { margin:0 6px; text-decoration:none; font-weight:700; }
.alpha-bar a.active { color:#0f62c0; text-decoration:underline; }
.alpha-bar .sep { margin:0 10px; color:#aaa; }

/* Conteneur sombre commun */
.lecteur-container {
  max-width: 1100px;
  margin: 0 auto 16px;
  padding: 20px;
  background-color: #1F1F1F !important;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.25);
  color: #fff;
}

/* Titres/compteurs */
.section-title { text-align:center; margin:0 0 6px; color:#fff; }
.section-count { text-align:center; color:#fff; font-weight:700; margin:0; }

/* Contrôles */
.controls {
  display:flex; gap:12px; justify-content:flex-end; align-items:center; margin-bottom:8px;
}
.controls input#filterInput {
  padding:6px 10px; border:1px solid #444; border-radius:6px; background:#121212; color:#fff;
}
.result-count { font-weight:700; color:#fff; }

/* Loading */
.loading { text-align:center; padding:12px; display:block; color:#fff; }

/* Table "dark" : lignes gris clair/foncé */
.Table { display: table; width: 100%; border-collapse: collapse; }
.Heading { display: table-row; font-weight: bold; text-align: center; background:#121212; color:#fff; }
.Row { display: table-row; background:#1B1B1B; }
.Row:nth-child(even) { background:#232323; }   /* un peu plus clair */
.Row:hover { background:#2B2B2B; }            /* léger survol */
.Cell {
  display: table-cell;
  text-align:left;
  border:1px solid #2d2d2d;
  padding:8px 12px;
  vertical-align:middle;
  color:#fff;
}
.Heading .Cell { cursor:pointer; user-select:none; }

/* Liens : pas de sur-styles ici — le global (workbench_1.3.css) gère :
   a:link/visited/active { color:#FF8802; text-decoration:none; }
   a:hover { color:#FF8802; text-decoration:underline; }
*/
