/*
 * 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: 16px;
}

.v2-worker-gate-hero-card {
    padding: 18px;
    background:
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.72), transparent 38%),
        rgba(255, 255, 255, 0.99);
}

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

.v2-worker-gate-actions-card {
    display: grid;
    gap: 14px;
    background: #ffffff;
}

.v2-worker-gate-progress-row {
    display: grid;
    gap: 5px;
    padding: 14px 15px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(229, 231, 235, 0.95);
}

.v2-worker-gate-progress-row strong {
    color: #111827;
}

.v2-worker-gate-progress-row span {
    color: #4b5563;
    font-size: 0.92rem;
}

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

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

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

.v2-worker-gate-step-copy {
    display: grid;
    gap: 5px;
}

.v2-worker-gate-step-copy p {
    margin: 0;
    color: #4b5563;
    font-size: 0.92rem;
    line-height: 1.5;
}

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