:root {
  --sidebar-bg: #f8fafc;
}

body {
  background: #f5f7fb;
}

.sidebar {
  background: var(--sidebar-bg);
}

.card {
  border-color: #e2e8f0;
  border-radius: 8px;
}

.metric-card {
  min-height: 112px;
}

.login-shell {
  min-height: calc(100vh - 120px);
}

.login-card {
  max-width: 420px;
  width: 100%;
}

.reason-cell {
  max-width: 300px;
}

.json-editor {
  min-height: 520px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, "Liberation Mono", monospace;
  font-size: 0.875rem;
}

.schema-list {
  max-height: 360px;
  overflow: auto;
}

.document-viewer {
  width: 100%;
  min-height: 760px;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  background: #ffffff;
}

.status-pendente {
  color: #334155;
  background: #e2e8f0;
}

.status-processado {
  color: #166534;
  background: #bbf7d0;
}

.status-quarentena {
  color: #92400e;
  background: #fde68a;
}

code {
  color: #334155;
}
