/* Global blue override for DaisyUI sunset theme */
[data-theme="sunset"] {
    /* DaisyUI v4 compatibility aliases used across legacy CSS/JS */
    --b1: 22% 0.019 237.69;
    --b2: 20% 0.019 237.69;
    --b3: 18% 0.019 237.69;
    --bc: 77.383% 0.043 245.096;
    --n: 26% 0.019 237.69;
    --in: 85.559% 0.085 206.015;
    --su: 85.56% 0.085 144.778;
    --wa: 85.569% 0.084 74.427;
    --er: 85.511% 0.078 16.886;

    /* Keep both DaisyUI v5 tokens and legacy primary aliases in sync */
    --color-primary: oklch(62% 0.17 259);
    --color-primary-content: oklch(97% 0.014 255);
    --p: 62% 0.17 259;
    --pf: 55% 0.16 259;
    --pc: 97% 0.014 255;
}
