/* Prism Haiku Mixer Styles */
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 2rem;
  background: #fafafa;
  color: #333;
}

h1 {
  text-align: center;
}

form {
  display: flex;
  flex-direction: column;
  max-width: 400px;
  margin: 0 auto;
  gap: 0.5rem;
}

label {
  display: flex;
  justify-content: space-between;
}

button {
  padding: 0.5rem;
  margin-top: 0.5rem;
  cursor: pointer;
}

.hidden {
  display: none;
}

#result {
  margin-top: 2rem;
  text-align: center;
}

#haiku {
  font-size: 1.2rem;
  line-height: 1.5;
  white-space: pre-line;
}

.palette {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 1rem;
}

.swatch {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
}
