#ssr-fallback {
  position: fixed; inset: 0; background: #0a0a14; color: #fff;
  font-family: system-ui, -apple-system, sans-serif;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  padding: 2rem; text-align: center;
}
#ssr-fallback h1 { font-size: 2rem; margin: 0 0 0.5rem; font-weight: 800; }
#ssr-fallback p { color: rgba(255,255,255,0.5); margin: 0 0 1.5rem; max-width: 36rem; line-height: 1.5; }
#ssr-fallback nav { display: flex; gap: 1.5rem; flex-wrap: wrap; justify-content: center; font-size: 0.85rem; }
#ssr-fallback nav a { color: #a78bfa; text-decoration: none; }
#ssr-fallback nav a:hover { text-decoration: underline; }
#ssr-fallback .cta {
  background: linear-gradient(to right, #7c3aed, #9333ea);
  color: #fff; padding: 0.75rem 1.5rem; border-radius: 0.75rem;
  text-decoration: none; font-weight: 700; margin-bottom: 1.5rem;
  display: inline-block;
}
