:root,
:root[data-theme="blu-istituzionale"] {
    color-scheme: light;
    --page-bg: #f1f5f9;
    --surface: #ffffff;
    --surface-soft: #f7fafc;
    --surface-muted: #edf5fb;
    --surface-calculated: #e7f3fb;
    --header-bg: #173e67;
    --header-text: #f1f7fd;
    --header-muted: #cbdced;
    --accent: #3c83bf;
    --accent-strong: #245f92;
    --accent-soft: #e5f2fc;
    --accent-text: #ffffff;
    --text: #203045;
    --text-strong: #142438;
    --text-muted: #65748a;
    --border: #d4dee9;
    --border-strong: #c9d5e2;
    --input-bg: #fbfdff;
    --shadow: 23 62 103;
    --focus: 60 131 191;
}

:root[data-theme="petrolio-sabbia"] {
    --page-bg: #f4f1e9;
    --surface: #fffdfa;
    --surface-soft: #faf8f3;
    --surface-muted: #edf4f0;
    --surface-calculated: #f1e7d7;
    --header-bg: #155252;
    --header-text: #f1f8f5;
    --header-muted: #cfe2dd;
    --accent: #c3823c;
    --accent-strong: #9d642d;
    --accent-soft: #f6ead8;
    --accent-text: #ffffff;
    --text: #273433;
    --text-strong: #172725;
    --text-muted: #6e776f;
    --border: #ddd6c9;
    --border-strong: #d1c9bb;
    --input-bg: #ffffff;
    --shadow: 21 82 82;
    --focus: 195 130 60;
}

:root[data-theme="grafite-ametista"] {
    --page-bg: #f3f1f6;
    --surface: #ffffff;
    --surface-soft: #faf9fb;
    --surface-muted: #f1edf7;
    --surface-calculated: #eee8f7;
    --header-bg: #34313f;
    --header-text: #f5f2f9;
    --header-muted: #d5cfdd;
    --accent: #7358a5;
    --accent-strong: #5c438d;
    --accent-soft: #ede7f6;
    --accent-text: #ffffff;
    --text: #2f2d36;
    --text-strong: #201e27;
    --text-muted: #716c78;
    --border: #ddd8e4;
    --border-strong: #d3cddd;
    --input-bg: #fdfcff;
    --shadow: 52 49 63;
    --focus: 115 88 165;
}

:root[data-theme="terracotta-albicocca"] {
    --page-bg: #f8f1ea;
    --surface: #fffdfb;
    --surface-soft: #fffaf6;
    --surface-muted: #fae5d5;
    --surface-calculated: #f9dcc7;
    --header-bg: #ad5b35;
    --header-text: #fff8f3;
    --header-muted: #f3d7c6;
    --accent: #cf7b4d;
    --accent-strong: #ad5b35;
    --accent-soft: #fbe1cf;
    --accent-text: #ffffff;
    --text: #4a3026;
    --text-strong: #332017;
    --text-muted: #765b4e;
    --border: #e4c8b4;
    --border-strong: #ddc1ae;
    --input-bg: #fffefd;
    --shadow: 106 65 46;
    --focus: 207 123 77;
}

:root {
    --success-text: #285947;
    --success-bg: #e3f2ea;
    --success-border: #9ac9b4;
    --warning-text: #7c441f;
    --warning-bg: #fff0e2;
    --warning-border: #e4ad7e;
    --danger-text: #8a2f2f;
    --danger-bg: #fff0f0;
    --danger-border: #d79595;
    --neutral-badge-bg: #e8ecee;
    --neutral-badge-text: #5f6a71;
}
