/* Start custom CSS for shortcode, class: .elementor-element-ac7e3a8 *//* -----------------------
   Palette mystique Arcana Queer
   ----------------------- */
:root{
  --bg-dark: #0f1228;
  --panel: #151935;
  --accent: #d7b56d; /* doré doux */
  --muted: #bfc4d6;
  --accent-2: #7e89c8;
  --hover: #171c3b;
}

/* ===== TablePress - style global ===== */
.tablepress {
  width: 100%;
  border-collapse: collapse;
  font-family: "Inter", "Helvetica Neue", Arial, sans-serif;
  font-size: 15px;
  color: var(--muted);
  background: transparent;
}

/* Header */
.tablepress thead th {
  background: linear-gradient(180deg, rgba(21,25,53,0.98) 0%, rgba(15,18,40,0.95) 100%);
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-weight: 600;
  padding: 14px 12px;
  border-bottom: 2px solid rgba(58,63,102,0.6);
  position: sticky;
  top: 0;
  z-index: 6;
}

/* Body cells */
.tablepress tbody td {
  background: linear-gradient(180deg, rgba(15,18,40,0.6), rgba(10,12,28,0.4));
  padding: 12px;
  border-bottom: 1px solid rgba(42,47,87,0.25);
  vertical-align: middle;
  color: var(--muted);
}

/* Ligne au survol */
.tablepress tbody tr:hover td {
  background: var(--hover);
  color: #f7f5f0;
  transition: background .18s ease;
}

/* Numéro / colonne d'importance - optionnel */
.tablepress tbody td:nth-child(1) {
  font-weight: 700;
  color: var(--accent);
  widt/* End custom CSS */