body {
  font-family: monospace;
  background: #0f172a;
  color: #e5e7eb;
  padding: 16px;
}

.api-response {
  grid-column: 1 / -1; 
  margin-top: 16px;
  padding: 12px 16px;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

.api-response.success {
  background: #064e3b;
  color: #6ee7b7;
  border: 1px solid #10b981;
}

.api-response.error {
  background: #450a0a;
  color: #fca5a5;
  border: 1px solid #ef4444;
}

.hidden {
  display: none;
}
