/* ============================================================================
 * THEME · MORDHEIM (DEFAULT)
 * ----------------------------------------------------------------------------
 * Mordheim ist die Brand-Identitaet von TownCryer. Daher sind die Werte
 * dieses Themes bereits in tokens.css als Defaults gesetzt — diese Datei
 * existiert primaer als Referenz und um die theme-mordheim Klasse explizit
 * anwendbar zu machen.
 *
 * Charakter: Gold + Blutrot, Cinzel-Display, Sepia-Decorations,
 * Bounce-Animationen, mittlere Glow-Intensitaet.
 * ============================================================================ */

.theme-mordheim,
:root {
  /* Akzent-Farben (identisch zu tokens.css :root) */
  --tc-accent:         #c9a959;
  --tc-accent-light:   #d4bc7a;
  --tc-accent-dark:    #9a7b3a;
  --tc-accent-glow:    rgba(201, 169, 89, 0.30);
  --tc-accent-rgb:     201, 169, 89;   /* RGB-Tripel fuer rgba(var(--tc-accent-rgb), a) */

  --tc-secondary:      #8b0000;
  --tc-secondary-light:#a52a2a;
  --tc-secondary-dark: #5c0000;
  --tc-secondary-glow: rgba(139, 0, 0, 0.30);
  --tc-secondary-rgb:  139, 0, 0;

  /* Auszeichnung (Tertiary) — heller Gold-Glanz (Gold ist hier schon primaer) */
  --tc-highlight:      #e4c987;
  --tc-highlight-rgb:  228, 201, 135;
  --tc-highlight-glow: rgba(228, 201, 135, 0.30);

  /* Decorative-Layer — Sepia-Warm (Standard) */
  --tc-deco-warm-bg:        rgba(201, 169, 89, 0.04);
  --tc-deco-warm-border:    rgba(201, 169, 89, 0.18);
  --tc-deco-warm-text:      var(--tc-accent-light);

  --tc-deco-blood-pill-bg:     rgba(139, 0, 0, 0.18);
  --tc-deco-blood-pill-border: rgba(139, 0, 0, 0.40);
  --tc-deco-blood-pill-text:   #e0c4a0;

  --tc-deco-ornament-border: rgba(201, 169, 89, 0.12);
  --tc-deco-ornament-glow:   rgba(201, 169, 89, 0.06);

  /* Motion-Charakter */
  --tc-motion-default: var(--tc-motion-normal);

  /* Effekt-Intensitaet */
  --tc-glow-intensity: 0.3;
}
