:root {
  color-scheme: light dark;
  font-family: system-ui, -apple-system, sans-serif;
}

body {
  margin: 0;
  padding: 2rem 1rem;
  display: flex;
  justify-content: center;
}

.signup {
  max-width: 28rem;
  width: 100%;
}

h1 {
  font-size: 1.5rem;
}

form {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 1.5rem 0;
}

input[type="email"] {
  padding: 0.6rem 0.75rem;
  font-size: 1rem;
  border: 1px solid #888;
  border-radius: 0.375rem;
}

button {
  padding: 0.6rem 1rem;
  font-size: 1rem;
  border: none;
  border-radius: 0.375rem;
  background: #1a1a2e;
  color: white;
  cursor: pointer;
}

.legal {
  font-size: 0.85rem;
  opacity: 0.75;
}
