/* app/static/style.css */

body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: #f5f5f5;
  max-width: 640px;
  margin: 30px auto;
  padding: 20px;
}

h1 {
  font-size: 1.4rem;
}

label {
  font-weight: 600;
  display: block;
  margin-bottom: 6px;
}

input {
  width: 100%;
  padding: 10px;
  font-size: 1rem;
  margin-bottom: 10px;
}

button {
  padding: 8px 14px;
  cursor: pointer;
}

pre {
  margin-top: 20px;
  background: #222;
  color: #eee;
  padding: 14px;
  border-radius: 6px;
  font-size: 0.85rem;
  white-space: pre-wrap;
}
