.bpm-crz-widget { border: 1px solid #e5e7eb; padding: 12px; border-radius: 8px; }
.bpm-crz-bar { display: flex; gap: 12px; align-items: center; flex-wrap: wrap; margin-bottom: 8px; }
.bpm-crz-bar label { font-weight: 600; margin-right: 6px; }
.bpm-crz-search input { padding: 6px 10px; border: 1px solid #cbd5e1; border-radius: 6px; }
.bpm-crz-table-wrap { overflow-x: auto; }
.bpm-crz-table { width: 100%; border-collapse: collapse; }
.bpm-crz-table th, .bpm-crz-table td { padding: 8px 10px; border-bottom: 1px solid #eee; white-space: nowrap; }
.bpm-crz-table th { text-align: left; user-select: none; cursor: pointer; }
.bpm-crz-table tr:hover { background: #fafafa; }
.bpm-crz-foot { margin-top: 8px; color: #6b7280; }