/* "Lace" theme — the chatterlace.com palette. Same layout as the original
   chat; only the tokens change: a deep plum ground (the site's merged-chat
   card), blush text, rose for PMs and the scrolled-up pill, a warm honey for
   money, and the site's soft pastel platform chips. */
:root {
  --bg: #2a1c26;
  --bar-bg: #30212c;
  --hair: rgba(255, 228, 240, 0.09);
  --hair-strong: rgba(255, 228, 240, 0.16);
  --text: #fff3f9;
  --user: #e3c5d4;
  --legend: #c4a7b6;
  --faint: #9b7f8e;
  --quiet: #e3cfd9;
  --control-bg: rgba(255, 228, 240, 0.07);
  --control-border: rgba(255, 228, 240, 0.22);
  --control-press: rgba(255, 228, 240, 0.18);
  --gold: #f4c47e;
  --gold-wash: rgba(244, 196, 126, 0.08);
  --gold-wash-strong: rgba(244, 196, 126, 0.14);
  --gold-pill: rgba(244, 196, 126, 0.16);
  --menu: #f7b98c;
  --pm: #e44b8a;
  --pm-wash: rgba(228, 75, 138, 0.10);
  --pm-pill-bg: rgba(228, 75, 138, 0.30);
  --pm-pill-fg: #ffc2da;
  --priv: #c79ae6;
  --priv-wash: rgba(199, 154, 230, 0.14);
  --priv-text: #f0dcfb;
  --flag: rgba(228, 75, 138, 0.96);
  --rail: rgba(228, 75, 138, 0.9);
  --flag-text: #fff;
  /* Platform chips — the site's own pastel platform symbols. */
  --cb-bg: #f6d1a8; --cb-fg: #9e591a;
  --sc-bg: #f2c0d1; --sc-fg: #a43355;
  --mf-bg: #d8e7bb; --mf-fg: #55732a;
  --cs-bg: #e6cdf0; --cs-fg: #7a3f93;
}
body { font-family: 'Instrument Sans', 'DM Sans', system-ui, sans-serif; }
#list { scrollbar-width: thin; scrollbar-color: #5a3f50 transparent; }
