* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: linear-gradient(180deg, #1a1a1a 0%, #111111 100%);
    color: #ffffff;
    min-height: 100vh;
    margin: 0;
    padding: 0;
    width: 100%;
}

.cursor-pointer {
    cursor: pointer;
}

.right-main-content {
    width: 100%;
    height: 100vh;
    margin: 0;
    padding: 8px;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden;
    background: linear-gradient(180deg, #1a1a1a 0%, #111111 100%);
}

.ingestion-list-section {
    width: 100%;
    flex-shrink: 0;
    padding: 14px;
    border-radius: 12px;
    background: transparent;
    box-shadow: none;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 16px);
}

.page-title-buttons-section {
    margin-bottom: 10px;
    flex-shrink: 0;
}

.page-title-buttons-section .title-section span {
    color: #ffffff;
    font-family: Inter;
    font-size: 23px;
    font-weight: 700;
    line-height: 30px;
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.buttons-search-section {
    display: flex;
    align-items: center;
    gap: 16px;
}

/* Unified top toolbar style (list pages) */
.list-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.toolbar-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.add-new-ingestion-btn.toolbar-add-btn {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    height: 36px !important;
    padding: 0 14px !important;
    border-radius: 8px !important;
    border: 1px solid #3b82f6 !important;
    background: linear-gradient(145deg, #1f3f6b, #1b3355) !important;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.add-new-ingestion-btn.toolbar-add-btn .title {
    font-size: 12px;
    letter-spacing: 0.2px;
    font-weight: 600;
    color: #eaf2ff;
}

.add-new-ingestion-btn.toolbar-add-btn svg path {
    fill: #eaf2ff;
}

.add-new-ingestion-btn.toolbar-add-btn:hover {
    background: linear-gradient(145deg, #2a548a, #21446f) !important;
    border-color: #60a5fa !important;
    transform: translateY(-1px);
}

.search-section.toolbar-search {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    height: 36px !important;
    padding: 0 10px !important;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
    background: #111b2b !important;
    min-width: 250px;
}

.search-section.toolbar-search svg {
    width: 18px;
    height: 18px;
}

.search-section.toolbar-search svg path {
    fill: #7fa2ce;
}

.search-section.toolbar-search:focus-within {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.2);
}

.search-input.toolbar-search-input {
    width: 210px;
    background: transparent !important;
    color: #dbeafe !important;
    font-size: 13px;
}

.search-input.toolbar-search-input::placeholder {
    color: #89a2c1;
}

.filter-section.toolbar-control-group,
.auto-refresh-section.toolbar-control-group {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 4px;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
    background: rgba(19, 30, 45, 0.82) !important;
}

.form-select.toolbar-select {
    min-width: 120px;
    height: 34px;
    padding: 4px 30px 4px 10px;
    border: 1px solid #3b4f70 !important;
    border-radius: 6px !important;
    background: #111b2b !important;
    color: #dbeafe !important;
    font-size: 12px;
    font-weight: 500;
    box-shadow: none !important;
}

.form-select.toolbar-select:focus {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.22) !important;
}

.btn.toolbar-compact-btn {
    border: 1px solid #3b82f6 !important;
    background: linear-gradient(145deg, rgba(30, 48, 74, 0.9), rgba(19, 31, 49, 0.9)) !important;
    color: #dbeafe !important;
    height: 34px !important;
    padding: 0 12px !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 8px;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
}

.btn.toolbar-compact-btn:hover {
    border-color: #60a5fa !important;
    background: linear-gradient(145deg, rgba(37, 62, 98, 0.95), rgba(22, 38, 62, 0.95)) !important;
    color: #eff6ff !important;
}

.toolbar-clear-btn {
    height: 34px;
    border: 1px solid #4b5f7f;
    border-radius: 6px;
    background: #17263a;
    color: #d7e6ff;
    font-size: 12px;
    font-weight: 600;
}

.toolbar-clear-btn:hover {
    border-color: #6b86b3;
    background: #203650;
    color: #f0f6ff;
}

.list-filter-panel {
    background: rgba(19, 30, 45, 0.82) !important;
    border: 1px solid #334155 !important;
    border-radius: 8px !important;
    padding: 8px !important;
    margin-bottom: 8px !important;
}

.list-filter-panel .form-select {
    min-height: 34px;
    border: 1px solid #3b4f70 !important;
    border-radius: 6px !important;
    background: #111b2b !important;
    color: #dbeafe !important;
    font-size: 12px !important;
    box-shadow: none !important;
}

.list-filter-panel .form-select:focus {
    border-color: #60a5fa !important;
    box-shadow: 0 0 0 2px rgba(96, 165, 250, 0.22) !important;
}

.list-filter-panel .form-select option {
    background: #111b2b;
    color: #dbeafe;
}

@media (max-width: 992px) {
    .list-toolbar {
        flex-direction: column;
        align-items: flex-start;
    }

    .toolbar-actions {
        width: 100%;
    }

    .toolbar-search {
        min-width: 220px;
        width: 100%;
    }
}

.add-new-ingestion-btn {
    display: flex;
    height: 44px;
    padding: 16px 28px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 8px;
    border: none;
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    box-shadow: 0px 4px 12px rgba(102, 126, 234, 0.4);
    transition: all 0.3s ease;
    position: relative;
    z-index: 10;
    pointer-events: auto;
}

.add-new-ingestion-btn .title {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.add-new-ingestion-btn:hover {
    background: linear-gradient(135deg, #0066cc 0%, #4a9eff 100%);
    transform: translateY(-2px);
    box-shadow: 0px 6px 16px rgba(102, 126, 234, 0.5);
}

.add-new-ingestion-btn svg path {
    fill: #FFF;
}

.search-section {
    display: flex;
    padding: 10px 14px;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    border-radius: 8px;
    border: 2px solid #E9E9E9;
    background: #FFF;
    transition: all 0.3s ease;
}

.search-section:focus-within {
    border-color: #4a9eff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.search-input {
    width: 230px;
    color: #6A6A6A;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    border: none;
    outline: none;
}

.table-section {
    padding-top: 8px;
    flex: 1;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 0;
}

.ingestion-table {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: none;
    flex: 1;
    overflow-y: auto;
    margin-bottom: 8px;
    background: transparent;
}

.ingestion-table thead,
.ingestion-table tbody,
.ingestion-table tfoot,
.ingestion-table tr,
.ingestion-table td,
.ingestion-table th {
    border: 1px solid #555;
    background: transparent;
}

.ingestion-table .table thead tr th {
    padding: 8px 10px;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid #555;
    background: rgba(42, 42, 42, 0.8);
}

.ingestion-table .table thead tr th .heading {
    color: #ffffff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.ingestion-table .table tbody tr th,
.ingestion-table .table tbody tr td {
    padding: 6px 10px;
    align-items: flex-start;
    gap: 8px;
    vertical-align: middle;
}

.ingestion-table .table tbody tr .heading {
    color: #ffffff;
    font-family: Inter;
    font-size: 13px;
    font-weight: 400;
    line-height: 18px;
    word-break: break-all;
}

.ingestion-table .table tbody tr:nth-child(even) {
    background: rgba(42, 42, 42, 0.5);
}

.ingestion-table .table tbody tr:hover {
    background: rgba(42, 42, 42, 0.8);
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.15);
}

.ingestion-name {
    color: #4a9eff !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.2s ease;
}

.ingestion-name:hover {
    color: #0066cc !important;
    text-decoration: underline;
}

.pagination-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
}

.pagination-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    margin-top: 8px;
    flex-shrink: 0;
}

.pagination-controls {
    display: flex;
    gap: 6px;
    align-items: center;
}

.page-btn {
    min-width: 32px;
    height: 32px;
    padding: 4px 8px;
    border: 2px solid #E9E9E9;
    background: white;
    border-radius: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #4a9eff;
    cursor: pointer;
    transition: all 0.3s ease;
}

.page-btn:hover:not(.disabled) {
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    color: white;
    border-color: #4a9eff;
    transform: translateY(-2px);
}

.page-btn.active {
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    color: white;
    border-color: #4a9eff;
}

.page-btn.disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.page-dots {
    padding: 0 8px;
    color: #4a9eff;
    font-weight: 600;
}

.page-size-select {
    padding: 6px 10px;
    border-radius: 8px;
    border: 2px solid #E9E9E9;
    background: white;
    font-size: 13px;
    font-weight: 600;
    color: #4a9eff;
    cursor: pointer;
    transition: all 0.3s ease;
    outline: none;
}

.page-size-select:hover {
    border-color: #4a9eff;
}

.page-size-select:focus {
    border-color: #4a9eff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

/* Shared pagination and auto-refresh controls */
.lg-pagination {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.lg-pagination-info {
    color: #d0d9ea;
    font-size: 12px;
    letter-spacing: 0.2px;
}

.lg-pagination-controls {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.lg-page-btn {
    min-width: 34px;
    height: 32px;
    padding: 4px 10px;
    border: 1px solid #3b4f70;
    background: #141f31;
    color: #cfe2ff;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    transition: all 0.2s ease;
}

.lg-page-btn:hover:not(.disabled) {
    border-color: #60a5fa;
    color: #eff6ff;
    background: #1d4ed8;
}

.lg-page-btn.active {
    border-color: #60a5fa;
    color: #f8fbff;
    background: #2563eb;
}

.lg-page-btn.disabled,
.lg-page-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

.lg-page-dots {
    color: #9eb5d6;
    padding: 0 4px;
    font-size: 12px;
}

.clickable-row {
    cursor: pointer;
}

.table tbody .clickable-row:hover {
    background: rgba(37, 99, 235, 0.08);
    transition: background-color 0.18s ease;
}

.auto-refresh-section .lg-auto-refresh-btn,
.auto-refresh-section .btn.lg-auto-refresh-btn {
    height: 34px;
    padding: 0 12px;
    border-radius: 8px;
    font-size: 12px;
    font-weight: 600;
}

.auto-refresh-section .lg-auto-refresh-select,
.auto-refresh-section .form-select.lg-auto-refresh-select {
    width: 100px;
    min-width: 100px;
    height: 34px;
    border-radius: 8px;
    font-size: 12px;
}

.delete-ingestion {
    cursor: pointer;
    display: inline-flex;
    padding: 4px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.delete-ingestion:hover {
    background: #fee;
}

.delete-ingestion svg path {
    fill: #666;
    transition: fill 0.3s ease;
}

.delete-ingestion:hover svg path {
    fill: #F04438 !important;
}

/* 模态框样式 */
.add-new-ingestion-modal,
.delete-ingestion-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
    align-items: center;
    justify-content: center;
}

.add-new-ingestion-modal::after,
.delete-ingestion-modal::after {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.35);
    width: 100%;
    height: 100%;
    z-index: -1;
    content: "";
}

.modal-content-section {
    border-radius: 8px;
    background: #FFF;
    margin: auto;
    padding: 24px;
    border: 1px solid #888;
    width: 35%;
    border-radius: 10px;
    position: relative;
    z-index: 10000;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 500px;
    min-width: 400px;
}

.modal-heading {
    color: #e1e5e9;
    font-family: Inter;
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.modal-details-section {
    padding-top: 18px;
}

.ingestion-name-section,
.description-section {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-top: 18px;
}

.ingestion-name-section .title span,
.description-section .title span {
    color: #6A6A6A;
    font-family: Inter;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.name-input-section,
.description-input-section {
    display: flex;
    padding: 10px 8px;
    gap: 4px;
    border-radius: 4px;
    border: 1px solid #BABABA;
    background: #FFF;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
}

.name-input-section input,
.description-input-section textarea {
    flex: 1;
    color: #1E1E1E;
    font-family: Inter;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    border: none;
    outline: none;
    resize: none;
}

.name-input-section input::placeholder,
.description-input-section textarea::placeholder {
    color: #6A6A6A;
    font-weight: 400;
}

.button-bottom-section {
    padding-top: 24px;
    flex-direction: row-reverse;
    gap: 18px;
}

.add-ingestion-btn {
    display: flex;
    padding: 12px 40px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: #3498db !important;
    border: none !important;
}

.add-ingestion-btn span {
    color: #FFF !important;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.add-ingestion-btn:hover {
    background: #2980b9 !important;
}

.confirm-ingestion-btn,
.cancel-ingestion-btn {
    display: flex;
    width: 240px;
    padding: 12px 89px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    transition: all 0.3s ease;
}

.confirm-ingestion-btn {
    border: 1px solid #dc3545 !important;
    background: #dc3545 !important;
}

.confirm-ingestion-btn:hover {
    background: #c82333 !important;
    border-color: #c82333 !important;
    transform: translateY(-2px);
    box-shadow: 0px 4px 12px rgba(220, 53, 69, 0.4);
}

.confirm-ingestion-btn span {
    color: #FFF;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.cancel-ingestion-btn {
    border: 1px solid #555;
    background: #333;
}

.cancel-ingestion-btn:hover {
    background: #444;
    border-color: #666;
    transform: translateY(-2px);
}

.cancel-ingestion-btn span {
    color: #e1e5e9;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.instruction-1 {
    color: #e1e5e9;
    text-align: center;
    font-family: Inter;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}

.instruction-2,
.instruction-3 {
    color: #e1e5e9;
    text-align: center;
    font-family: Inter;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.delete-ingestion-modal .modal-content-section {
    width: 30%;
}

.delete-icon-instruction-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 24px;
}

/* Badge styles for workspace status */
.badge {
    display: inline-block;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.badge-secondary {
    background-color: #e2e3e5;
    color: #6c757d;
    border: 1px solid #d3d3d4;
}

.badge-warning {
    background-color: #664d03;
    color: #ffecb5;
    border: 1px solid #997404;
}

.badge-danger {
    background-color: #842029;
    color: #f8d7da;
    border: 1px solid #b02a37;
}

.badge-info {
    background-color: #055160;
    color: #b3d4fc;
    border: 1px solid #086972;
}

.badge-primary {
    background-color: #4a9eff;
    color: white;
}

.badge-outline-info {
    background-color: transparent;
    color: #0dcaf0;
    border: 1px solid #0dcaf0;
    font-size: 10px;
    padding: 2px 6px;
}

/* Modal styles consistent with existing design */
.modal-header {
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    color: white;
    border-bottom: none;
    border-radius: 12px 12px 0 0;
}

.modal-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 18px;
}

.modal-content {
    border-radius: 12px;
    border: none;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    background: #2a2a2a;
    color: #e1e5e9;
}

.modal-body {
    padding: 30px;
    background: #2a2a2a;
}

.modal-footer {
    border-top: 1px solid #444;
    padding: 20px 30px;
    background: #2a2a2a;
}

.form-label {
    font-family: Inter;
    font-weight: 600;
    color: #e1e5e9;
    margin-bottom: 8px;
}

.form-control, .form-select {
    border: 2px solid #555;
    border-radius: 8px;
    padding: 12px 16px;
    font-family: Inter;
    font-size: 14px;
    transition: all 0.3s ease;
    background: #333;
    color: #e1e5e9;
}

.form-control:focus, .form-select:focus {
    border-color: #4a9eff;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
    outline: none;
    background: #444;
}

.btn-primary {
    background: linear-gradient(135deg, #4a9eff 0%, #0066cc 100%);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #0066cc 0%, #4a9eff 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.4);
}

.btn-secondary {
    background: #6c757d;
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: white;
    transition: all 0.3s ease;
}

.btn-secondary:hover {
    background: #5a6268;
    color: white;
    transform: translateY(-1px);
}

.btn-danger {
    background: linear-gradient(135deg, #dc3545 0%, #c82333 100%);
    border: none;
    border-radius: 8px;
    padding: 12px 24px;
    font-family: Inter;
    font-weight: 600;
    font-size: 14px;
    color: white;
    transition: all 0.3s ease;
}

.btn-danger:hover {
    background: linear-gradient(135deg, #c82333 0%, #dc3545 100%);
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(220, 53, 69, 0.4);
}

/* Small button variants for actions */
.btn-sm {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 6px;
}

.btn-outline-primary {
    background: transparent;
    color: #4a9eff;
    border: 2px solid #4a9eff;
}

.btn-outline-primary:hover {
    background: #4a9eff;
    color: white;
}

.btn-outline-warning {
    background: transparent;
    color: #ffc107;
    border: 2px solid #ffc107;
}

.btn-outline-warning:hover {
    background: #ffc107;
    color: #212529;
}

.btn-outline-success {
    background: transparent;
    color: #28a745;
    border: 2px solid #28a745;
}

.btn-outline-success:hover {
    background: #28a745;
    color: white;
}

.btn-outline-danger {
    background: transparent;
    color: #dc3545;
    border: 2px solid #dc3545;
}

.btn-outline-danger:hover {
    background: #dc3545;
    color: white;
}

/* Filter section styles */
.filter-section {
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 8px;
}

.filter-section .form-select {
    border: 1px solid #e9ecef;
    border-radius: 6px;
    font-size: 13px;
    padding: 6px 10px;
}

/* Asset catalog status badge readability */
.asset-publish-badge {
    min-width: 86px;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    letter-spacing: 0.2px;
    border-width: 1px;
    border-style: solid;
}

.asset-publish-badge.asset-status-published {
    background: #14532d !important;
    color: #dcfce7 !important;
    border-color: #22c55e !important;
}

.asset-publish-badge.asset-status-draft {
    background: #374151 !important;
    color: #f9fafb !important;
    border-color: #9ca3af !important;
}

/* Compact table style baseline */
.table > :not(caption) > * > * {
    padding: 0.4rem 0.55rem;
}

.table thead th {
    font-size: 13px;
}

.table tbody td,
.table tbody th {
    font-size: 13px;
    line-height: 1.3;
}

.table tbody td small,
.table tbody th small {
    font-size: 12px;
}

@media (max-width: 1024px) {
    .ingestion-list-section {
        padding: 10px;
    }

    .page-title-buttons-section .title-section span {
        font-size: 20px;
        line-height: 26px;
    }

    .table > :not(caption) > * > * {
        padding: 0.35rem 0.45rem;
    }
}

.filter-section .form-select:focus {
    border-color: #4a9eff;
    box-shadow: 0 0 0 2px rgba(102, 126, 234, 0.1);
}

/* Quality score progress styles */
.quality-score {
    min-width: 80px;
}

.progress {
    background-color: #e9ecef;
}

/* Asset table specific styles */
.ingestion-table .badge {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 8px;
}

.ingestion-table .progress {
    height: 4px;
    background-color: #e9ecef;
}

/* ==================== 表格排序样式 ==================== */
.table th.sortable {
    cursor: pointer;
    user-select: none;
    position: relative;
    transition: background-color 0.2s ease;
}

.table th.sortable:hover {
    background-color: rgba(0, 123, 255, 0.1) !important;
}

.sort-indicator {
    display: inline-block;
    margin-left: 4px;
    opacity: 0.6;
    transition: opacity 0.2s ease;
}

.table th.sortable:hover .sort-indicator {
    opacity: 1;
}

.sort-indicator .text-primary {
    color: #0d6efd !important;
}

.sort-indicator .text-muted {
    color: #6c757d !important;
}

/* 表格头部样式增强 */
.table thead th {
    border-bottom: 2px solid #dee2e6;
    font-weight: 600;
    color: #495057;
    white-space: nowrap;
}
