/* Minimal operator-console styling, served same-origin (style-src 'self').
   No external fonts / no CDN (the strong CSP forbids them). ASCII-only. */
body {
  font-family: system-ui, sans-serif;
  margin: 2rem;
  color: #1a1a1a;
  background: #fafafa;
}

header {
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

h1 {
  font-size: 1.25rem;
}

h2 {
  font-size: 1rem;
  margin-top: 1.5rem;
}

#status {
  color: #555;
  min-height: 1.2em;
}

button {
  cursor: pointer;
  padding: 0.4rem 0.8rem;
  margin: 0.2rem 0;
}

table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 0.5rem;
  background: #fff;
}

th,
td {
  border: 1px solid #ddd;
  padding: 0.3rem 0.5rem;
  text-align: left;
  font-size: 0.85rem;
}

th {
  background: #f0f0f0;
}

input {
  padding: 0.3rem;
  margin: 0.2rem 0.4rem 0.2rem 0;
}
