/* cts-valueastro — shared palette (horo1 vibe: deep indigo base, violet + gold)
   Funnel + horo both pull from these. Change here, changes everywhere. */
:root {
  /* background layers */
  --void:   #0a0a1f;   /* page */
  --panel:  #161232;   /* panels, header */
  --card:   #1e1840;   /* bubbles, raised cards */
  --line:   rgba(167,121,230,.22);   /* hairlines, borders */

  /* gold — the hero accent */
  --gold:        #e8c36b;
  --gold-bright: #f3dca0;   /* hover / glow */
  --gold-deep:   #c79a2e;
  --gold-ink:    #2c2350;   /* text ON gold */

  /* purple — structural */
  --royal: #7b4fd0;   /* active / selected */
  --lilac: #a779e6;   /* links */
  --plum:  #241b52;   /* chip fills, chat chrome */

  /* text */
  --ink-hi:  #ece9ff;   /* headings */
  --ink:     #a9a3d4;   /* body */
  --ink-lo:  #7d76ad;   /* muted / captions */

  /* light chat surface (warm paper, horo "lite" panels) */
  --parch:         #f2ecdd;   /* chat area bg */
  --parch-line:    rgba(232,195,107,.5);   /* hairlines on light */
  --ink-dark:      #2c2350;   /* text on light */
  --ink-dark-lo:   #7a5aa8;   /* muted on light */
  --gold-on-light: #a1782a;   /* gold accents on light */
  --gold-bg:       #c79a2e;   /* deep gold fills */

  --serif: Georgia, 'Times New Roman', serif;
}
