:root {
  --bg: #0d0d0d;
  --panel: #161616;
  --text: #ffffff;
  --text-secondary: #b3b3b3;
  --border: #2a2a2a;
  --accent: #c76363;

  /* AJOUTE ÇA */
  --accent-hover: #f15757;
  --radius: 16px;
}