body {
  font-family: Arial, sans-serif;
  background: #f6f1e7;
  color: #333;
  display: flex;
  justify-content: center;
  padding-top: 50px;
}

.container {
  width: 90%;
  max-width: 600px;
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  text-align: center;
}

input {
  width: 100%;
  padding: 10px;
  margin: 15px 0;
  font-size: 16px;
}

button {
  padding: 10px 25px;
  font-size: 16px;
  cursor: pointer;
}

pre {
  white-space: pre-wrap;
  margin-top: 20px;
  font-weight: bold;
}

#aiInterpretation {
  margin-top: 20px;
  font-style: italic;
}
