/* Fallback styles for loading and error states */
.loading-container {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  background: #f7fafc;
  font-family: system-ui, -apple-system, sans-serif;
  text-align: center;
}

.loading-content h1 {
  color: #2d3748;
  margin-bottom: 16px;
}

.loading-content p {
  color: #4a5568;
}

.noscript-container {
  padding: 20px;
  text-align: center;
  font-family: system-ui, -apple-system, sans-serif;
}

.noscript-container h1 {
  color: #2d3748;
  margin-bottom: 16px;
}

.noscript-container p {
  color: #4a5568;
  margin-bottom: 12px;
}
