Spaces:
Running
Running
Initial deployment: ClinicalMatch AI v2.0 — FHIR R4 · MCP (9 tools) · A2A workflow · SHARP compliance · 100k synthetic patients · Neo4j graph · GraphRAG chatbot
59abb4f | @tailwind base; | |
| @tailwind components; | |
| @tailwind utilities; | |
| :root { | |
| --background: #f8fafc; | |
| --foreground: #0f172a; | |
| } | |
| body { | |
| background: var(--background); | |
| color: var(--foreground); | |
| } | |
| html, body { height: 100%; } | |