49f71389b3
- Extracted shared AttendeesTable component in artifacts/tx-os/src/pages/protocol.tsx (columns: name / position / side) with centered headers and cells, distinct header background (bg-slate-100/80), comfortable row heights (py-2.5), zebra striping (even:bg-slate-50/60), rounded border + shadow, side pill colored by side (sky=internal, violet=external), overflow-x-auto for small screens. Center alignment is RTL/LTR-safe. - Booking details dialog now uses AttendeesTable (replaced inline table). - Expanded row in bookings list now renders keyAttendees as the same table (replaced dash-separated <ul> lines), capped at max-w-2xl. - No i18n changes needed (reuses protocol.bookings.details.attendeeCols.*). - Verified: tsc --noEmit clean in artifacts/tx-os; architect review passed.