body {
  background: #f7f8fa;
  color: #1f2933;
}

.auth-shell {
  min-height: calc(100vh - 92px);
  display: grid;
  place-items: center;
}

.auth-panel {
  width: min(420px, 100%);
  background: #fff;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  padding: 24px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
}

.settings-shell {
  max-width: 1040px;
}

.settings-form {
  background: #fff;
  border: 1px solid #d9dee7;
  border-radius: 8px;
  padding: 20px;
}

.mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.875rem;
}

.status-badge {
  background: #263238;
}

.response-cell {
  max-width: 320px;
  max-height: 100px;
  overflow: auto;
  margin: 0;
  white-space: pre-wrap;
  font-size: 0.8rem;
}

