/* static benchmark css */
/* bewusst simpel, damit nur Auslieferung & Parsing gemessen werden */

html, body {
  margin: 0;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, Cantarell, "Helvetica Neue", Arial, sans-serif;
  background: #fafafa;
  color: #111;
}

body {
  padding: 16px;
}

h1 {
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
}

p {
  font-size: 0.95rem;
  margin-bottom: 1rem;
}

label {
  display: inline-block;
  margin-right: 12px;
}

input {
  width: 80px;
}

button {
  padding: 6px 12px;
  font-size: 0.9rem;
  cursor: pointer;
}

pre {
  margin-top: 16px;
  padding: 12px;
  background: #eee;
  max-height: 70vh;
  overflow: auto;
  font-size: 0.75rem;
  line-height: 1.3;
  border: 1px solid #ddd;
}
