body {
  font-family: system-ui, sans-serif;
  margin: 2rem auto;
  max-width: 800px;
  line-height: 1.6;
  color: #222;
}

h1 {
  font-size: 1.8rem;
  margin-top: 1rem;
}

.redirect-note {
  background: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 1rem;
  margin-bottom: 1.5rem;
  border-radius: 6px;
  font-weight: 500;
}
