.tanstack-table{width:100%;border-collapse:separate;border-spacing:0;border:1px solid #e5e7eb;border-radius:.375rem}.tanstack-table thead th{background-color:#f9fafb;font-weight:600;text-align:left;padding:.75rem 1rem}.tanstack-table tbody tr,.tanstack-table thead th{border-bottom:1px solid #e5e7eb}.tanstack-table tbody tr:last-child{border-bottom:none}.tanstack-table tbody tr:hover{background-color:#f9fafb}.tanstack-table tbody tr.selected{background-color:#eff6ff}.tanstack-table td{padding:.75rem 1rem;vertical-align:middle}.tanstack-pagination{display:flex;align-items:center;justify-content:space-between;padding:.75rem 1rem;border-top:1px solid #e5e7eb}.tanstack-pagination-info{font-size:.875rem;color:#6b7280}.tanstack-pagination-controls{display:flex;align-items:center;gap:.5rem}.tanstack-pagination-button{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;border:1px solid #e5e7eb;background-color:white;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;transition:all .2s}.tanstack-pagination-button:hover:not(:disabled){background-color:#f9fafb}.tanstack-pagination-button:disabled{opacity:.5;cursor:not-allowed}.tanstack-loading{display:flex;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.tanstack-loading-spinner{margin-right:.5rem;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}