/* Crimson Red — bold red accent on a light layout.
   Layered AFTER /assets/app.css; only re-declares the surface tokens (red palette). */
:root{
  --bg:#f4eeee; --panel-bg:#ffffff; --text:#352b2b; --heading:#2c1d1d; --muted:#9b8a8a; --page-title:#6d5757;
  --border:#ecdadb; --row-border:#f7eeef; --hover:#fbf3f3; --sidebar-icon:#b58c8c; --sidebar-active-bg:#fdeceb;
  --sub-bg:#fcf7f7; --sub-hover:#f7eaea; --sub-link:#7c6363; --input-bg:#ffffff; --input-border:#d9c5c5; --code-bg:#f7f1f1;
  --blue:#c0392b; --blue-d:#a93226; --green:#00a65a; --red:#dd4b39; --teal:#00c0ef; --purple:#922b21;
  --blue-rgb:192,57,43; --purple-rgb:146,43,33;
  --shadow:rgba(120,30,30,.08);
}
