.noscript-fallback {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  background: #f5f5f5;
  padding: 20px;
  text-align: center;
  font-family: system-ui, sans-serif;
}

.noscript-fallback h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #1a1a2e;
}

.noscript-fallback p {
  color: #666;
  max-width: 400px;
  margin: 0 auto;
}
