/* UMWE v12 — prevent legacy enhancement layers from visibly reshaping the page during refresh. */
html.umwe-booting body{background:#f4f7fa}
html[data-theme="dark"].umwe-booting body{background:#07111c}
html.umwe-booting #root{visibility:hidden}
html.umwe-ready #root{visibility:visible}
