/* Palette A: Quantum Cobalt (Trust & Tech) */
.palette-quantum {
    --bg-color: #ffffff;
    --header-bg: #0a192f;
    --accent-color: #64ffda;
    --text-main: #1a1a1a;
    --text-muted: #44566c;
    --bullet-color: #0a192f;
}

/* Palette B: Swiss Slate (Academic & Modern) */
.palette-swiss {
    --bg-color: #f9f9f9;
    --header-bg: #2d3436;
    --accent-color: #e17055;
    --text-main: #2d2d2d;
    --text-muted: #636e72;
    --bullet-color: #e17055;
    /* Uses the accent for the diamond */
}

/* Palette D: Monolithic Gold (Premium & Secure) */
.palette-monolithic {
    --bg-color: #ffffff;
    --header-bg: #1a1a1a;
    --accent-color: #c5a059;
    --text-main: #1a1a1a;
    --text-muted: #555555;
    --bullet-color: #c5a059;
}