:root {
    /* Couleurs Système par défaut (Thème Sombre/Blue) */
    --couleur-primaire: #0078d7;
    --couleur-accent: #4cc2ff;
    --texte-principal: #ffffff;
    --texte-secondaire: #cccccc;

    /* Arrière-plans */
    --fond-lock: url('https://images.unsplash.com/photo-1477346611705-65d1883cee1e?q=80&w=2070&auto=format&fit=crop');
    --img-bureau: url('https://images.unsplash.com/photo-1506744038136-46273834b3fb?q=80&w=2070&auto=format&fit=crop');
    --color-bureau: #1a1a2e;

    /* Interface */
    --hauteur-barre: 48px;
    --bg-barre: rgba(20, 20, 20, 0.85);
    --bg-fenetre: #f0f0f0;

    /* Z-Index Layers (Rappel) */
    /* 
       1: Icônes Bureau
       10-900: Fenêtres
       1000: Interface Bureau
       9000: Lock Screen
       9900: Barre Tâches / Menus
       9999: Boot Screen
    */
}