/* ============================================================
   TOMOBI — Thème Clair (mode-claire.css)
   ============================================================ */

[data-theme="light"] {

  /* ── Couleur principale ── */
  --amber:        #f5a623;
  --amber-glow:   rgba(245, 166, 35, 0.45);
  --amber-gloww:  black;
  --border-hover: rgba(245, 166, 35, 0.5);
  --hero:         #0a0a0a;
  --text-header:  #f5a623;

  /* ── Surfaces ── */
  --bg:       #ffffff;
  --surface:  #ffffff;
  --surface2: #ffffff;
  --surface3: #040302;
  --panel-bg: #FFFFFF;

  /* ── Bordures ── */
  --border: #f5a623;

  /* ── Typographie ── */
  --text:       #000000;
  --text-muted: #f19803;
  --text-dim:   #dfd8d8;

  /* ── Header ── */
  --header-bg: #000000;

  /* ── Ombres ── */
  --shadow: 0 8px 40px rgba(245, 166, 35, 0.5);

  /* ── Arrondis ── */
  --radius:      16px;
  --radius-sm:   10px;
  --radius-pill: 999px;
}

[data-theme="light"] body::before {
  display: none;
}