.worksheet-table-shell{background:var(--surface-card);border-radius:var(--radius-md);border:1px solid var(--border-default);box-shadow:var(--shadow-sm);overflow-x:auto;overflow-y:visible;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}.worksheet-table-shell::-webkit-scrollbar{height:12px}.worksheet-table-shell::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:6px}.worksheet-table-shell::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:6px;border:2px solid var(--scrollbar-track)}.worksheet-table-shell::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.worksheet-table{width:100%;min-width:880px;border-collapse:collapse;font-size:var(--text-sm);table-layout:auto}.worksheet-table:not(.worksheet-table--no-sticky-first) thead tr>th:first-child,.worksheet-table:not(.worksheet-table--no-sticky-first) thead tr.worksheet-table-filters-row>td:first-child,.worksheet-table:not(.worksheet-table--no-sticky-first) tbody tr>td:first-child,.worksheet-table:not(.worksheet-table--no-sticky-first) tfoot tr>td:first-child{position:sticky;left:0;z-index:2;background:var(--table-header-bg)}.worksheet-table:not(.worksheet-table--no-sticky-first) thead tr>th:first-child{z-index:3;background:var(--table-header-bg)}.worksheet-table:not(.worksheet-table--no-sticky-first) tbody tr:hover>td:first-child{background:var(--table-row-hover-bg)}.worksheet-table thead th,.worksheet-table tbody td{text-align:left}.worksheet-table thead{background:var(--table-header-bg);border-bottom:var(--table-header-border-width) solid var(--table-header-border-color)}.worksheet-table thead>tr:first-child>th{border-bottom:1px solid var(--table-header-border-color)}.worksheet-table-head-cell--sortable:hover{color:var(--text-primary)}.worksheet-table-head-cell{padding:var(--table-header-padding-y) var(--table-header-padding-x);font-size:var(--table-header-font-size);font-weight:var(--table-header-font-weight);color:var(--table-header-color);text-transform:uppercase;letter-spacing:var(--table-header-letter-spacing);white-space:nowrap}.worksheet-table-head-cell--sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.worksheet-table-head-cell--sortable:hover{color:var(--text-secondary)}.worksheet-table-head-content{display:inline-flex;align-items:center;gap:6px}.worksheet-table-sort-indicator{font-size:var(--table-sort-indicator-size);color:var(--table-sort-indicator-color)}.worksheet-table-filters-row{background:var(--surface-card);border-bottom:var(--table-header-border-width) solid var(--table-header-border-color)}.worksheet-table-filter-cell{padding:var(--table-filter-row-padding-y) var(--table-filter-row-padding-x)}.worksheet-table-chevron-cell{width:28px;padding:6px 4px 6px 10px;vertical-align:middle;text-align:center}.worksheet-table-row-clickable .worksheet-table-chevron-cell{cursor:pointer}.worksheet-table-filter-input,.worksheet-table-filter-select{width:100%;padding:var(--table-filter-input-padding-y) var(--table-filter-input-padding-x);border:var(--table-filter-input-border);border-radius:var(--table-filter-input-radius);font-family:var(--font-sans);font-size:var(--table-filter-input-font-size);outline:none;box-sizing:border-box;background:var(--table-filter-input-bg);color:var(--table-filter-input-color);transition:border-color .12s ease,box-shadow .12s ease,background .12s ease}.worksheet-table-filter-select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:28px;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='m6 9 6 6 6-6'/></svg>");background-repeat:no-repeat;background-position:right 9px center;background-size:12px 12px}.worksheet-table-filter-input::placeholder{color:#94a3b8;font-weight:500}.worksheet-table-filter-input:hover,.worksheet-table-filter-select:hover{border-color:#cbd5e1}.worksheet-table-filter-input:focus,.worksheet-table-filter-select:focus{border-color:#6366f1;box-shadow:0 0 0 3px #6366f12e;background:#fff}.worksheet-table-row{border-bottom:var(--table-cell-border-bottom);transition:background .1s}.worksheet-table-row-clickable{cursor:pointer}.worksheet-table-row-clickable:hover{background:var(--table-row-hover-bg)}.worksheet-table-row-expanded{background:var(--surface-subtle)}.worksheet-table tbody tr:last-child{border-bottom:none}.worksheet-table td{padding:var(--table-cell-padding-y) var(--table-cell-padding-x);color:var(--table-cell-color);font-size:var(--table-cell-font-size);vertical-align:middle}.worksheet-table-state{text-align:center;padding:var(--space-5);font-size:var(--text-sm)}.worksheet-table-state-loading,.worksheet-table-state-empty{color:var(--text-muted)}.worksheet-table-state-error{color:var(--status-danger)}.worksheet-table-expanded-cell{padding:0}.worksheet-table-expanded-panel{padding:var(--space-5) var(--space-4);background:var(--surface-subtle);border-top:3px solid var(--brand-primary);border-bottom:3px solid var(--brand-primary);box-shadow:inset 0 4px 8px -2px #00000014,inset 0 -4px 8px -2px #00000014}.worksheet-table-expanded-panel:empty{padding:0;background:transparent;border:none;box-shadow:none}.worksheet-table-pagination{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:var(--space-4)}.worksheet-table-pagination-summary{color:var(--text-muted);font-size:var(--text-sm)}.worksheet-table-pagination-controls{display:flex;align-items:center;gap:8px}.worksheet-table-pagination-btn{border:1px solid var(--border-default);background:var(--surface-card);color:var(--text-primary);border-radius:var(--radius-md);padding:8px 12px;font-size:var(--text-sm);font-weight:600;cursor:pointer}.worksheet-table-pagination-btn:disabled{opacity:.45;cursor:not-allowed}.worksheet-table-pagination-page{color:var(--text-secondary);font-size:var(--text-sm);min-width:96px;text-align:center}.worksheet-table-pagination-size{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-sm);color:var(--text-secondary);font-weight:600;margin-right:8px}.worksheet-table-pagination-size select{border:1px solid var(--border-default);background:var(--surface-card);border-radius:var(--radius-md);padding:6px 8px;font-size:var(--text-sm);font-weight:600;color:var(--text-primary);cursor:pointer}.worksheet-table .acct-cell-id{font-family:var(--font-mono);font-size:var(--text-xs);font-weight:700;color:var(--brand-primary);white-space:nowrap}.worksheet-table .acct-cell-company{font-weight:600;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.worksheet-table .acct-cell-material{color:var(--text-secondary);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.worksheet-table .acct-cell-number{font-family:var(--font-mono);font-size:var(--text-xs);text-align:right;white-space:nowrap}.worksheet-table .acct-cell-muted{color:var(--text-muted);font-size:var(--text-xs)}@media (max-width: 480px){.worksheet-table-shell{-webkit-overflow-scrolling:touch;scrollbar-width:thin}.worksheet-table-shell::-webkit-scrollbar{height:6px}.worksheet-table-head-cell,.worksheet-table tbody td{padding-left:8px;padding-right:8px}}
