/*
 * De ce exista:
 * Acest fisier contine ajustari pentru ecranul placeholder generic din Lot 1.
 *
 * Responsabilitate:
 * Pastreaza separat stilurile pentru taburile inca neimplementate.
 *
 * Ce NU face:
 * Nu stilizeaza ecranele reale de produs.
 *
 * Depinde de:
 * tpl-screen-placeholder si partial-ul empty-state.
 */

.v2-screen--placeholder {
    display: grid;
    gap: 16px;
}

.v2-placeholder-hero {
    padding: 18px;
    border-radius: 26px;
    border: 1px solid rgba(229, 231, 235, 0.96);
    background:
        radial-gradient(circle at top right, rgba(220, 252, 231, 0.58), transparent 36%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(249, 250, 251, 0.98));
    box-shadow: var(--z-shadow-soft);
    margin-bottom: 0;
}

.v2-placeholder-empty-shell {
    display: grid;
}

.v2-screen--placeholder .v2-empty-state-card {
    justify-items: center;
    text-align: center;
    padding: 22px 18px;
}

.v2-screen--placeholder .v2-empty-state-card .v2-screen-head {
    justify-items: center;
    text-align: center;
}

.v2-screen--placeholder .v2-empty-state-card .v2-button-row {
    width: 100%;
}

@media (max-width: 430px) {
    .v2-placeholder-hero {
        padding: 16px;
    }
}
