<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="https://domainarb.com/wp-sitemap-index.xsl" ?>
<sitemapindex xmlns="http://www.sitemaps.org/schemas/sitemap/0.9"><sitemap><loc>https://domainarb.com/wp-sitemap-posts-post-1.xml</loc></sitemap><sitemap><loc>https://domainarb.com/wp-sitemap-posts-page-1.xml</loc></sitemap><sitemap><loc>https://domainarb.com/wp-sitemap-posts-sureforms_form-1.xml</loc></sitemap><sitemap><loc>https://domainarb.com/wp-sitemap-taxonomies-category-1.xml</loc></sitemap><sitemap><loc>https://domainarb.com/wp-sitemap-users-1.xml</loc></sitemap></sitemapindex>

<!-- DomainArb Theme Toggle (MU injected) -->
<style>
  #da-theme-toggle{position:fixed;top:14px;right:64px;z-index:99999;border:1px solid rgba(255,255,255,.15);background:rgba(0,0,0,.35);color:#fff;border-radius:10px;padding:6px 10px;font:700 10px/1.2 system-ui,-apple-system,Segoe UI,Roboto,Arial;letter-spacing:.12em;text-transform:uppercase;backdrop-filter:blur(6px);cursor:pointer}
  html.light #da-theme-toggle{background:rgba(255,255,255,.65);color:#111;border-color:rgba(0,0,0,.15)}
</style>
<button id="da-theme-toggle" type="button">Theme</button>
<script>
(function(){
  try{ if(document.getElementById('da-theme-toggle')?.dataset?.bound) return; }catch(e){}
  const KEY='domainarb_theme';
  const html=document.documentElement;
  function apply(mode){
    html.classList.remove('light','dark');
    html.classList.add(mode);
    try{localStorage.setItem(KEY,mode)}catch(e){}
  }
  function init(){
    let mode=null;
    try{mode=localStorage.getItem(KEY)}catch(e){}
    if(mode!=='dark'&&mode!=='light'){
      mode=(window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches)?'dark':'light';
    }
    apply(mode);
  }
  init();
  const btn=document.getElementById('da-theme-toggle');
  if(btn){
    btn.dataset.bound='1';
    btn.addEventListener('click',()=>{
      const next=html.classList.contains('dark')?'light':'dark';
      apply(next);
    });
  }
})();
</script>