/* Hide build-time SEO fallback once JS runs; crawlers still read it in the HTML source. */
html.js .public-prerender-fallback {
  display: none !important;
}
html.js:not(.dark) body {
  background-color: #faf8f5;
}
html.js.dark body {
  background-color: #0f172a;
}
