import type { ReactNode } from "react"; export function ClinicalPanel({ children, className = "" }: { children: ReactNode; className?: string }) { return