.bbrpc-card{border:1px solid #e5e7eb;border-radius:16px;padding:16px;display:flex;flex-direction:column;gap:12px}
.bbrpc-title{margin:0 0 4px}
.bbrpc-controls{display:flex;gap:8px;flex-wrap:wrap}
.bbrpc-controls input, .bbrpc-controls select{min-width:220px;padding:10px;border:1px solid #ddd;border-radius:12px}
.bbrpc-controls button{padding:10px 14px;border:1px solid #111;border-radius:12px;background:#111;color:#fff;cursor:pointer}
.bbrpc-controls button:hover{opacity:.92}
.bbrpc-note{font-size:12px;color:#666}
.bbrpc-tablewrap{overflow:auto}
#bbrpc-table{width:100%;border-collapse:collapse}
#bbrpc-table th, #bbrpc-table td{padding:10px;border-bottom:1px solid #f1f5f9;text-align:left}
#bbrpc-table th{border-bottom:1px solid #e5e7eb}
.bbrpc-col-item{min-width:320px;white-space:normal}
.bbrpc-thumb{width:48px;height:48px;object-fit:cover;border-radius:10px;margin-right:10px;vertical-align:middle}
.bbrpc-muted{color:#666}
.bbrpc-error{color:#b91c1c}