:root{
--color-primary:#A6123A;--color-primary-strong:#7D0E2C;--color-primary-soft:#F5DCE2;
--color-secondary:#B8901F;--color-secondary-soft:#F3E6C4;
--color-bg:#FBF6F1;--color-surface:#FFFFFF;--color-surface-raised:#FFFDFB;
--glass-fill:rgba(255,255,255,0.55);--glass-fill-strong:rgba(255,255,255,0.72);--glass-border:rgba(255,255,255,0.85);--glass-highlight:rgba(255,255,255,0.9);
--text-primary:#241014;--text-secondary:#6B5A5E;--text-tertiary:#9C8A8E;--text-on-primary:#FFF6F2;
--divider:rgba(36,16,20,0.09);--divider-strong:rgba(36,16,20,0.16);
--color-success:#2F8F5B;--color-success-soft:#DCF0E4;--color-warning:#C77D19;--color-warning-soft:#F6E7CE;--color-error:#C23B3B;--color-error-soft:#F7DEDE;--color-info:#3B6FC2;--color-info-soft:#DDE7F7;
--vale-accent-a:#7C5CFF;--vale-accent-b:#35D0C2;--vale-gradient:linear-gradient(135deg,var(--vale-accent-a),var(--vale-accent-b));--vale-glow:rgba(124,92,255,0.35);
--shadow-color:36,16,20;
}
[data-theme="dark"]{
--color-primary:#FF6E8D;--color-primary-strong:#FF8FA6;--color-primary-soft:#3A1620;
--color-secondary:#E4C567;--color-secondary-soft:#3A2F14;
--color-bg:#14090D;--color-surface:#1F1114;--color-surface-raised:#281820;
--glass-fill:rgba(38,20,26,0.55);--glass-fill-strong:rgba(38,20,26,0.75);--glass-border:rgba(255,255,255,0.12);--glass-highlight:rgba(255,255,255,0.16);
--text-primary:#F5E9EC;--text-secondary:#B79AA1;--text-tertiary:#846F76;--text-on-primary:#1B0A0F;
--divider:rgba(255,255,255,0.08);--divider-strong:rgba(255,255,255,0.14);
--color-success:#4CBE86;--color-success-soft:#12291D;--color-warning:#E3A542;--color-warning-soft:#2E220E;--color-error:#FF6161;--color-error-soft:#2E1414;--color-info:#6FA1F2;--color-info-soft:#16223A;
--vale-accent-a:#9B82FF;--vale-accent-b:#4FE3D3;--vale-gradient:linear-gradient(135deg,var(--vale-accent-a),var(--vale-accent-b));--vale-glow:rgba(155,130,255,0.45);
--shadow-color:0,0,0;
}
