:root {
    --bg: #0b0f19;
    --text: #e5e7eb;
    --title: #f1f5f9;

    --card: #141a28;
    --card-dark: #111623;

    --input: #1b2233;
    --border: #2b3244;

    --accent: #2d8bff; /* bleu premium */
    --accent-alt: #ffd700; /* doré premium */

    --bubble: #1b2233;
    --badge: #1f2638;

    --text-muted: #8b93a1;
}
