const script = ` (function(){ try { var t = localStorage.getItem("vantage-theme"); if (t === "light" || t === "dark") { document.documentElement.setAttribute("data-theme", t); } } catch (e) {} })(); `; export function ThemeScript() { return