
:root {
  --cp: #71043e;
  --cp-d: #4a0228;
  --cs: #c421a6;
  --cs-d: #8c1678;
  --cp-light: #fce4ec;
  --pal-bg: #f4bdc3;
  --pal-panel: #f9d0d5;
  --pal-panel2: #fde4e8;
  --pal-border: #e8a0b0;
  --pal-text: #2a0018;
  --pal-text2: #6a1040;
  --pal-cp-text: #ffffff;
  --pal-cs-text: #ffffff;
  --pal-accent: #71043e;
  --pal-accent2: #4a0228;
  --pal-scuro: 0;
}
/* Testo dinamico su sfondi palette */
.btn-verde, button.btn-verde { background:#c421a6 !important; color:#ffffff !important; }
.btn-verde:hover, button.btn-verde:hover { background:#8c1678 !important; }
/* Inline styles con background var(--cp) o var(--cs) → testo contrasto automatico */
[style*="background:var(--cp"] { color:#ffffff !important; }
[style*="background: var(--cp"] { color:#ffffff !important; }
[style*="background:var(--cs"] { color:#ffffff !important; }
[style*="background: var(--cs"] { color:#ffffff !important; }
/* Override inline stili hardcoded palette classico */
[style*="background:#8b1a1a"] { background:#71043e !important; }
[style*="background: #8b1a1a"] { background:#71043e !important; }
[style*="background-color:#8b1a1a"] { background-color:#71043e !important; }
[style*="color:#8b1a1a"] { color:#71043e !important; }
[style*="color: #8b1a1a"] { color:#71043e !important; }
[style*="border-color:#8b1a1a"] { border-color:#71043e !important; }
[style*="border:2px solid #8b1a1a"] { border-color:#71043e !important; }
[style*="background:#5a0e0e"] { background:#4a0228 !important; }
[style*="background-color:#5a0e0e"] { background-color:#4a0228 !important; }
[style*="background:#2c6e49"] { background:#c421a6 !important; }
[style*="background: #2c6e49"] { background:#c421a6 !important; }
[style*="background-color:#2c6e49"] { background-color:#c421a6 !important; }
[style*="color:#2c6e49"] { color:#c421a6 !important; }
[style*="color: #2c6e49"] { color:#c421a6 !important; }
[style*="background:#1b5e20"] { background:#8c1678 !important; }
[style*="background-color:#1b5e20"] { background-color:#8c1678 !important; }
