/* Fond global aligné sur le thème sombre (évite le halo bleu autour du tapis) */
body {
    margin: 0;
    background-color: #0f1419;
    color: #e8eef7;
}
