/* ============================================================================
 * THEME · PATHFINDER
 * ----------------------------------------------------------------------------
 * Pathfinder hat den visuell reichsten Charakter der Plattform.
 * Dieses Theme bewahrt die optische Identitaet:
 *
 *   - Bronze (Sigil-Messing) statt Mordheim-Gold (klare Differenzierung!)
 *   - Dragon-Rot als Sekundaerfarbe (#7c3626, schon in pathfinder.css
 *     als --pf-color-primary definiert)
 *   - Waermerer Sepia-Surface (#2a1f12)
 *   - Champagner-Decorative-Layer (rgba(248,215,197,...)) — fuer den
 *     Material-Block-Vibe aus dem Item-Configurator
 *   - Trait-Pills in Dragon-Rot-Akzent
 *   - Eleganter Motion-Charakter (Bounce-Easing)
 *   - Staerkere Glow-Intensitaet
 *
 * Anti-Bland-Klausel (siehe DESIGN-SYSTEM.md Sektion 1.5):
 * Eine tc-card--ornate in einem .theme-pathfinder-Container wird
 * automatisch champagner-warm, weil sie --tc-deco-warm-bg konsumiert,
 * welches hier ueberschrieben ist.
 *
 * AENDERUNG 29.05.2026:
 * Vorher Gold (#c9a959) als Akzent — zu nah an Mordheim. Jetzt Bronze
 * (#c87a3f) zur klaren visuellen Trennung. Bronze passt zum Pathfinder-
 * Sigil-Vibe und harmoniert mit dem Champagner-Material-Block.
 * ============================================================================ */

.theme-pathfinder {
  /* Akzent-Farben — BRONZE (NEU 29.05.2026) */
  --tc-accent:         #c87a3f;   /* Warmes Bronze (Sigil-Messing) */
  --tc-accent-light:   #d99560;
  --tc-accent-dark:    #8b5226;
  --tc-accent-glow:    rgba(200, 122, 63, 0.40);

  --tc-secondary:      #7c3626;   /* Dragon-Rot (= pf-color-primary) */
  --tc-secondary-light:#9a4a35;
  --tc-secondary-dark: #5a2418;
  --tc-secondary-glow: rgba(124, 54, 38, 0.35);
  --tc-secondary-rgb:  124, 54, 38;

  /* Auszeichnung (Tertiary) — Champagner-Gold, passt zum Material-Block-Vibe */
  --tc-highlight:      #f0c987;
  --tc-highlight-rgb:  240, 201, 135;
  --tc-highlight-glow: rgba(240, 201, 135, 0.32);

  /* Banner-Text: Champagner-Gold auf Bronze/Dragon-Rot-Banner */
  --tc-on-banner:      #f8d7c5;

  /* Surface-Stimmung — waermer, mit Sepia-Stich */
  --tc-bg-surface-1:   #2a1f12;
  --tc-bg-surface-2:   #322517;
  --tc-bg-surface-3:   #3d2c1c;

  /* Decorative-Layer — Champagner-Vibe (unveraendert) */
  --tc-deco-warm-bg:        rgba(248, 215, 197, 0.04);
  --tc-deco-warm-border:    rgba(248, 215, 197, 0.18);
  --tc-deco-warm-text:      #f8d7c5;

  /* Blood-Pills nutzen jetzt das Dragon-Rot konsequent */
  --tc-deco-blood-pill-bg:     rgba(124, 54, 38, 0.20);
  --tc-deco-blood-pill-border: rgba(124, 54, 38, 0.45);
  --tc-deco-blood-pill-text:   #f8d7c5;

  /* Ornament-Borders in Bronze */
  --tc-deco-ornament-border: rgba(200, 122, 63, 0.20);
  --tc-deco-ornament-glow:   rgba(200, 122, 63, 0.10);

  /* Motion — eleganter Bounce */
  --tc-motion-default: var(--tc-motion-elegant);

  /* Effekt-Intensitaet — PF darf staerker gluehen */
  --tc-glow-intensity: 0.4;

  /* Pathfinder-spezifische Variablen (Legacy-Bridge) */
  --pf-color-accent:    var(--tc-accent);   /* Wird jetzt Bronze */
  --pf-color-primary:   #7c3626;             /* Dragon-Rot (unveraendert) */
  --pf-color-fire:      #e67e22;             /* Feuer-Orange (unveraendert) */
  --pf-color-parchment: rgba(200, 122, 63, 0.06);
  --pf-color-dragon:    #8b2500;
  --pf-border:          rgba(200, 122, 63, 0.20);
  --pf-border-hover:    rgba(200, 122, 63, 0.40);
  --pf-radius:          10px;
}
