diff --git a/src/components/base.tsx b/src/components/base.tsx
index e3c9aa5..9d5007f 100644
--- a/src/components/base.tsx
+++ b/src/components/base.tsx
@@ -16,10 +16,29 @@ export const BaseHtml = ({
{title}
- {/* Main stylesheet generated by Tailwind/Bun */}
+ {/* Inline theme bootstrap: runs BEFORE CSS & painting, prevents FOUC */}
+
+
+ {/* FIXED: Correct JSX syntax for CSS path */}
- {/* Icons / manifest (original ConvertX setup) */}
+ {/* Icons */}
-
- {/* NEW: global theme initializer – runs on *all* pages */}
-
-
+
+
{children}
+