/*
 * Edifore - theme-cedre.css (Cedre)
 *
 * Source palette : Coolors (#FCF1CB / #C49060 / #6A7530 / #1F3000 / #8E5E25)
 * Famille : coolors | Variante : clair
 *
 * Valeurs colorees en OKLCH pour permettre l'application du slider
 * --luminosity-shift. Hex source en commentaire pour debug.
 */

[data-theme="cedre"] {
  /* ============================================================
   * Surfaces
   * ============================================================ */
  /* #FCF1CB - fond global */
  --bg-page: oklch(calc(95% + var(--luminosity-shift) * 0.4%) 0.062 95);
  /* #FFFAE5 - cards */
  --bg-card: oklch(calc(98% + var(--luminosity-shift) * 0.2%) 0.030 95);
  /* #F5E8B5 - surfaces survol/focus */
  --bg-elevated: oklch(calc(92% + var(--luminosity-shift) * 0.3%) 0.075 92);
  /* #FFFCEC - inputs */
  --bg-input: oklch(calc(98% + var(--luminosity-shift) * 0.2%) 0.020 95);
  /* rgba background pour overlays modaux */
  --bg-overlay: rgba(31, 48, 0, 0.55);

  /* ============================================================
   * Texte
   * ============================================================ */
  /* #1F3000 - corps + titres */
  --text-primary: oklch(calc(28% - var(--luminosity-shift) * 0.4%) 0.075 125);
  /* #3F4F18 - labels, metadonnees */
  --text-secondary: oklch(calc(40% - var(--luminosity-shift) * 0.3%) 0.075 120);
  /* #6A7530 - placeholders */
  --text-muted: oklch(calc(52% - var(--luminosity-shift) * 0.2%) 0.090 115);
  /* white sur accent */
  --text-on-accent: oklch(98% 0.020 95);

  /* ============================================================
   * Accents
   * ============================================================ */
  /* #6A7530 - accent */
  --accent-primary: oklch(calc(50% + var(--luminosity-shift) * 0.2%) 0.090 115);
  /* #56612A - hover accent */
  --accent-primary-hover: oklch(calc(43% + var(--luminosity-shift) * 0.2%) 0.080 118);
  /* rgba(106,117,48,0.15) - accent doux fond */
  --accent-primary-soft: rgba(106, 117, 48, 0.15);
  /* #FCF1CB - texte sur accent */
  --accent-primary-fg: oklch(95% 0.062 95);

  /* ============================================================
   * Bordures
   * ============================================================ */
  /* #C49060 - defaut */
  --border-default: oklch(68% 0.085 60);
  /* #8E5E25 - emphase */
  --border-strong: oklch(50% 0.100 60);
  /* #6A7530 - focus */
  --border-focus: oklch(50% 0.090 115);

  /* ============================================================
   * Status
   * ============================================================ */
  /* #E0EBD4 - success bg */
  --status-success-bg: oklch(92% 0.045 130);
  /* #3C5A1F - success fg */
  --status-success-fg: oklch(42% 0.105 130);
  /* #F5DEB5 - warning bg */
  --status-warning-bg: oklch(91% 0.058 80);
  /* #8E5E25 - warning fg */
  --status-warning-fg: oklch(48% 0.105 60);
  /* #F4D7C6 - danger bg */
  --status-danger-bg: oklch(89% 0.045 45);
  /* #8E5E25 - danger fg */
  --status-danger-fg: oklch(48% 0.105 60);
  /* #E5E8D8 - info bg */
  --status-info-bg: oklch(92% 0.030 110);
  /* #56612A - info fg */
  --status-info-fg: oklch(43% 0.080 118);

  /* ============================================================
   * Ombres
   * ============================================================ */
  --shadow-color: 50, 35, 0;
  --shadow-card: 0 1px 4px rgba(var(--shadow-color), 0.08);
  --shadow-elevated: 0 2px 8px rgba(var(--shadow-color), 0.12);
  --shadow-modal: 0 8px 32px rgba(var(--shadow-color), 0.22);

  /* ============================================================
   * Composants specifiques
   * ============================================================ */
  /* #6A7530 - header bg */
  --header-bg: oklch(calc(50% + var(--luminosity-shift) * 0.2%) 0.090 115);
  /* #FCF1CB - header fg */
  --header-fg: oklch(95% 0.062 95);
  /* #E5DDB0 - header fg muted */
  --header-fg-muted: oklch(88% 0.055 92);
  --filigrane-opacity: 0.04;
  --filigrane-asset: url("/static/filigrane.png");
}
