/* Clínica 360 — bootstrap visual (worldclass-v4.css entra no runtime). */
:root {
  color-scheme: light;
  --ink: #172733;
  --muted: #60727c;
  --paper: #f5f7f9;
  --brand: #17394b;
}
* { box-sizing: border-box; }
html, body {
  margin: 0;
  min-height: 100%;
  font-family: "Segoe UI", system-ui, sans-serif;
  background: var(--paper);
  color: var(--ink);
}
#app, #modal-root, #toast-root { min-height: 0; }
.boot {
  min-height: 100vh;
  display: grid;
  place-content: center;
  justify-items: center;
  gap: 0.75rem;
  padding: 2rem;
  text-align: center;
}
.boot .brand-mark {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 1rem;
  display: grid;
  place-items: center;
  background: var(--brand);
  color: #ffffff;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.boot strong { font-size: 1.25rem; }
.boot small { color: var(--muted); }

/* GROK — listas de honestidade no cockpit */
.c4-plain-list {
  margin: 0.4rem 0 0;
  padding-left: 1.1rem;
  font-size: 0.92rem;
  line-height: 1.45;
}
.c4-plain-list li { margin: 0.2rem 0; }
