/* n8n theme — the brand's signature coral-pink (#ea4b71) over a deep-plum text
   tone, with a soft pink→white→lilac wash that nods to n8n's pink/purple palette. */
.theme-n8n .page {
  --accent: #ea4b71;
  --accent-text: #ffffff;
  --bg-from: #ffeef3;
  --bg-mid:  #ffffff;
  --bg-to:   #f3f0ff;
  --text:    #2b2440;
  --muted:   #7a7295;
}
