/* Fulcrum Dashboard v1.2 */

/* ---- Active workers table ---- */

.fulcrum-workers-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.fulcrum-workers-table th,
.fulcrum-workers-table td {
    text-align: left;
    padding: 8px 12px;
    border-bottom: 1px solid #e5e5e5;
    vertical-align: middle;
}

.fulcrum-workers-table th {
    background: #f0f0f0;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #555;
}

.fulcrum-workers-table tbody tr:hover {
    background: #fafafa;
}

/* ---- Progress bar ---- */

.fulcrum-progress-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
    min-width: 120px;
}

.fulcrum-progress-bar {
    height: 10px;
    background: #16a34a;
    border-radius: 5px;
    min-width: 2px;
    max-width: 160px;
    transition: width 0.5s ease;
}

.fulcrum-progress-label {
    font-size: 12px;
    color: #555;
    white-space: nowrap;
}

.fulcrum-elapsed {
    font-size: 12px;
    color: #888;
}

/* ---- States ---- */

.fulcrum-loading,
.fulcrum-empty {
    color: #888;
    font-size: 14px;
    padding: 8px 0;
    margin: 0;
}
