/* ══════════════════════════════════════════════
   EXILIUM — DESIGN TOKENS
   Fuente única de verdad para colores, tipografía,
   easings y breakpoints del sistema de diseño.
   ══════════════════════════════════════════════ */

:root {
  /* ── Palette: Backgrounds (oscuridad escalonada) ── */
  --void: #05050a;
  --abyss: #080810;
  --deep: #0d0d1a;
  --surface: #12121f;
  --card: #161625;
  --raised: #1c1c30;

  /* ── Palette: Gold (acento primario) ── */
  --gold: #c8922a;
  --gold-bright: #e8b84b;
  --gold-pale: #f5dfa0;
  --gold-dim: #7a5518;
  --gold-glow: rgba(232, 184, 75, 0.1);
  --gold-border: rgba(200, 146, 42, 0.25);

  /* ── Palette: Text ── */
  --text: #e8e0d0;
  --text-dim: #9a9080;
  --text-muted: #5a5450;
  --text-ghost: #3a3430;

  /* ── Palette: Semantic ── */
  --green: #2ecc71;
  --red: #e74c3c;
  --cyan: #67e8f9;

  /* ── Palette: Rangos ── */
  --rank-iniciado: #c8c8c8;
  --rank-penitente: #00e676;
  --rank-sombra: #ce93d8;
  --rank-apostata: #ffd600;
  --rank-rompejuramentos: #ff6d00;
  --rank-hereje: #b2ff59;
  --rank-profeta: #40c4ff;
  --rank-exarca: #e040fb;

  /* ── Easings ── */
  --ease-premium: cubic-bezier(0.4, 0, 0.2, 1);
  --ease-bounce: cubic-bezier(0.34, 1.56, 0.64, 1);
  --ease-out-expo: cubic-bezier(0.16, 1, 0.3, 1);
  --ease-out-quart: cubic-bezier(0.25, 1, 0.5, 1);
}
