/* Static HTML fallback for crawlers and no-JS clients — hidden once Blazor mounts. */

#static-seo-fallback {
  position: relative;
  z-index: 1;
  max-width: 52rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 4rem;
  color: #f6f2ea;
  font-family: "Inter", system-ui, sans-serif;
  line-height: 1.6;
}

#static-seo-fallback .brand {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.75rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin-bottom: 0.25rem;
}

#static-seo-fallback .tag {
  font-family: "JetBrains Mono", ui-monospace, monospace;
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #a89f8f;
  margin-bottom: 1.75rem;
}

#static-seo-fallback h1 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(2rem, 5vw, 3rem);
  font-weight: 600;
  line-height: 1.15;
  margin: 0 0 1rem;
}

#static-seo-fallback h1 em {
  font-style: italic;
  color: #d6a85b;
}

#static-seo-fallback .lead {
  font-size: 1.05rem;
  color: #c8c0b4;
  margin: 0 0 1.5rem;
}

#static-seo-fallback nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}

#static-seo-fallback nav a {
  color: #d6a85b;
  text-decoration: none;
  font-size: 0.92rem;
}

#static-seo-fallback nav a:hover {
  text-decoration: underline;
}

#static-seo-fallback .modes {
  font-size: 0.9rem;
  color: #a89f8f;
}

body.blazor-loaded #static-seo-fallback {
  display: none;
}

body.seo-static-route #blazor-error-ui,
body.seo-static-route #initial-loading,
body.seo-static-route #static-seo-fallback {
  display: none !important;
}

.seo-static-file {
  max-width: 72rem;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
  color: #f6f2ea;
  font: 13px/1.55 ui-monospace, "JetBrains Mono", monospace;
  white-space: pre-wrap;
  word-break: break-word;
}
