/*
 * De ce exista:
 * Acest fisier contine ajustari pentru ecranul Worker Gate din Lot 1.
 *
 * Responsabilitate:
 * Tine separat stilurile pentru starea in care profilul muncitorului nu este
 * complet.
 *
 * Ce NU face:
 * Nu implementeaza onboarding worker si nu atinge alte ecrane.
 *
 * Depinde de:
 * tpl-screen-worker-gate si CSS-ul shared.
 */

.v2-screen--worker-gate {
    display: grid;
    gap: 14px;
}

.v2-worker-gate-checkpoint-card {
    background: linear-gradient(180deg, rgba(22, 163, 74, 0.06), rgba(255, 255, 255, 0.98));
}

.v2-worker-gate-actions-card {
    background: #ffffff;
}

.v2-worker-gate-steps {
    display: grid;
    gap: 10px;
}

.v2-worker-gate-step {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 14px;
    border-radius: 16px;
    background: #ffffff;
    border: 1px solid rgba(229, 231, 235, 0.95);
}

.v2-worker-gate-step strong {
    font-size: 0.96rem;
    color: #111827;
}

.v2-worker-gate-step-index {
    display: grid;
    place-items: center;
    width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(22, 163, 74, 0.12);
    color: #15803d;
    font-size: 0.82rem;
    font-weight: 800;
    flex-shrink: 0;
}
