+ {/* Header band — taller, prominent */}
+
+
+ {/* Financial summary card — short row */}
+
+
+ {/* Parties — two rows */}
+
+
+
+
+
+ {/* Claim payments table — three stacked rows */}
+
+
+
+
+
+
+ {/* CAS panel — taller block (a collapsible list with header) */}
+
+
+ );
+}
diff --git a/src/components/RemitDrawer/index.ts b/src/components/RemitDrawer/index.ts
new file mode 100644
index 0000000..6b03396
--- /dev/null
+++ b/src/components/RemitDrawer/index.ts
@@ -0,0 +1,26 @@
+// Barrel export for the RemitDrawer module.
+//
+// Note: the drawer is intentionally not yet wired into any page (the
+// Remittances page is owned by the SP5 live-tail agent). Consumers can
+// import the component and render it themselves:
+//
+// const { remitId, open, close, setRemitId } = useRemitDrawerUrlState();
+//