/* Deliberately plain — this is the spike build (build phase 1 of
   plans/passkey-only-auth-page.md), not the styled page (build phase 7).
   Just enough layout to be usable while testing the handoff live. */

body {
  font-family: system-ui, sans-serif;
  max-width: 32rem;
  margin: 2rem auto;
  padding: 0 1rem;
  color: #1f2937;
}

section {
  border: 1px solid #d1d5db;
  border-radius: 8px;
  padding: 1rem;
  margin-bottom: 1rem;
}

label {
  display: block;
  margin-bottom: 0.25rem;
}

input,
button {
  font: inherit;
  padding: 0.5rem;
}

input {
  width: 100%;
  box-sizing: border-box;
  margin-bottom: 0.5rem;
}

button {
  cursor: pointer;
}

#log {
  white-space: pre-wrap;
  word-break: break-word;
  background: #f3f4f6;
  padding: 0.5rem;
  border-radius: 4px;
  max-height: 20rem;
  overflow-y: auto;
  font-size: 0.8rem;
}
