<script>
document.addEventListener("DOMContentLoaded", function(){

    var root = document.querySelector(".sm-mindchat-shell");
    if(!root) return;

    var saved = localStorage.getItem("scenemind_mindchat_theme") || "dark";

    function applyTheme(theme){
        root.setAttribute("data-theme", theme);
        document.body.setAttribute("data-sm-mindchat-theme", theme);

        var btn = document.querySelector(".sm-floating-theme-toggle");
        if(btn){
            btn.innerHTML = theme === "light"
                ? "🌙 Mode nuit"
                : "☀️ Mode jour";
        }

        localStorage.setItem("scenemind_mindchat_theme", theme);
    }

    applyTheme(saved);

    if(!document.querySelector(".sm-floating-theme-toggle")){
        var btn = document.createElement("button");
        btn.className = "sm-floating-theme-toggle sm-inside-theme-toggle";
        btn.type = "button";

        btn.addEventListener("click", function(){
            var current = root.getAttribute("data-theme") || "dark";
            applyTheme(current === "light" ? "dark" : "light");
        });

        
    var target =
        root.querySelector(".sm-mindchat-header-actions")
        || root.querySelector(".sm-mindchat-header")
        || root;

    target.appendChild(btn);
    
        applyTheme(saved);
    }

});
</script><?xml version="1.0" encoding="UTF-8"?><?xml-stylesheet type="text/xsl" href="//chrisnogala.com/main-sitemap.xsl"?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
	<sitemap>
		<loc>https://chrisnogala.com/page-sitemap.xml</loc>
		<lastmod>2026-05-02T19:08:49+00:00</lastmod>
	</sitemap>
	<sitemap>
		<loc>https://chrisnogala.com/elementor-hf-sitemap.xml</loc>
		<lastmod>2026-01-30T14:13:35+00:00</lastmod>
	</sitemap>
</sitemapindex>
<!-- XML Sitemap generated by Rank Math SEO Plugin (c) Rank Math - rankmath.com -->