/* Loaded synchronously from index.html — avoids unstyled static SEO shell flash. */
body {
  margin: 0;
  background: linear-gradient(180deg, #fff5f8 0%, #ffffff 100%);
  min-height: 100vh;
}

#static-landing {
  display: none;
}

html.js-loading #root {
  visibility: hidden;
}
