.fabhub-wrap{font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial; background:#fff; border:1px solid #e5e7eb; border-radius:10px; overflow:hidden}
.fabhub-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;background:#6b7f92;color:#fff}
.fabhub-brand{font-weight:800;letter-spacing:.6px}
.fabhub-actions{display:flex;gap:10px;align-items:center}
.fabhub-link{color:#fff;text-decoration:none;border:1px solid rgba(255,255,255,.35);padding:6px 10px;border-radius:8px}
.fabhub-btn-primary{background:#3b82f6;border-color:#3b82f6}
.fabhub-filters{display:flex;flex-wrap:wrap;gap:10px;padding:14px 14px;border-bottom:1px solid #eef2f7;background:#fafafa}
.fabhub-filter{min-width:180px;flex:1}
.fabhub-filter .lbl{font-size:12px;color:#6b7280;margin:0 0 6px}
.fabhub-filter input,.fabhub-filter select{width:100%;padding:8px 10px;border:1px solid #d1d5db;border-radius:8px;background:#fff;font-size:13px}
.fabhub-filter select[multiple]{height:38px}
.fabhub-filter .range{display:flex;align-items:center;gap:6px}
.fabhub-filter .sep{color:#9ca3af}
.fabhub-filter .unit{color:#6b7280;font-size:12px}
.fabhub-filter-actions{display:flex;align-items:flex-end;gap:8px;flex:0 0 220px}
.fabhub-filter-actions .btn{padding:9px 12px;border-radius:8px;border:1px solid #d1d5db;background:#fff;cursor:pointer;color:#111827}
.fabhub-filter-actions .btn.primary{background:#3b82f6;border-color:#3b82f6;color:#fff}
.fabhub-summary{display:flex;align-items:center;justify-content:space-between;padding:12px 14px}
.btn.ghost{border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;background:#fff;text-decoration:none;color:#111827}
.btn.ghost.disabled{opacity:.5;pointer-events:none}
.fabhub-tablewrap{overflow:auto;border-top:1px solid #eef2f7}
.fabhub-table{width:100%;border-collapse:separate;border-spacing:0;min-width:1200px}
.fabhub-table th{position:sticky;top:0;background:#f8fafc;color:#374151;font-size:12px;text-align:center;padding:10px;border-bottom:1px solid #e5e7eb}
.fabhub-table td{padding:10px;border-bottom:1px solid #eef2f7;vertical-align:middle;font-size:13px;color:#111827;text-align:center}
.fabhub-photo{width:200px;height:120px;object-fit:cover;border-radius:10px;border:1px solid #e5e7eb;background:#f3f4f6}
.fabhub-detail{background:#f8fafc;border:1px solid #eef2f7;border-radius:10px;padding:8px 10px}
.fabhub-table td .fabhub-detail{display:inline-block;text-align:center;margin:0 auto}
.fabhub-table td img.fabhub-photo{display:block;margin:0 auto}
.fabhub-detail .line{padding:4px 0;border-bottom:1px solid #eef2f7}
.fabhub-detail .line:last-child{border-bottom:none}
.pill{display:inline-block;margin:0 6px 6px 0;padding:3px 8px;border-radius:999px;background:#e7f5df;color:#1f7a1f;font-size:12px;border:1px solid #cfecc3}
.fabhub-star{border:1px solid #d1d5db;background:#fff;border-radius:999px;width:34px;height:34px;cursor:pointer;color:#9ca3af}
.fabhub-star.active{color:#f59e0b;border-color:#f59e0b}
.fabhub-star:disabled{opacity:.5;cursor:not-allowed}
.fabhub-pagination{padding:12px 14px}
.pager{display:flex;gap:6px;align-items:center}
.pbtn{border:1px solid #d1d5db;background:#fff;border-radius:8px;padding:7px 10px;cursor:pointer}
.pbtn.active{border-color:#3b82f6}
.pbtn.disabled{opacity:.5;cursor:not-allowed}
