.noscript-fallback {
  position: fixed;
  inset: 0;
  z-index: 2147483647;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100dvh;
  margin: 0;
  padding: 2rem;
  background: #0a0a10;
  color: #00f0ff;
  font-family: ui-monospace, monospace;
  text-align: center;
}

.noscript-fallback h1 {
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin: 0 0 1rem;
}

.noscript-fallback p {
  color: #a0a0c0;
  max-width: 40ch;
  line-height: 1.6;
  margin: 0;
}
