/* Crawler-friendly fallback content — visually hidden, still in DOM for bots. */
#seo-crawl-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

noscript #seo-fallback {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  padding: 24px;
  overflow: visible;
  clip: auto;
  white-space: normal;
  max-width: 720px;
  font-family: system-ui, -apple-system, sans-serif;
  line-height: 1.5;
  color: #eaf0ff;
  background: #090d18;
}

noscript #seo-fallback a {
  color: #8b9cff;
}
