/* style.css — Demo TrustHub SDK (3er app) */

body {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  max-width: 680px;
  margin: 40px auto;
}

h1 {
  font-size: 22px;
  margin-bottom: 16px;
}

label { 
  display: block;
  margin: 8px 0 4px;
  font-size: 14px;
}

input {
  width: 100%;
  padding: 6px 8px;
  font-size: 14px;
  box-sizing: border-box;
}

button {
  padding: 8px 12px;
  cursor: pointer;
  margin-top: 16px;
  border-radius: 4px;
  border: 1px solid #ccc;
  background: #111;
  color: #fff;
}

button:hover {
  opacity: 0.9;
}

pre {
  background: #f6f7f8;
  padding: 8px;
  border-radius: 6px;
  min-height: 20px;
  white-space: pre-wrap;
  word-break: break-word;
  margin-top: 16px;
  font-size: 13px;
}
