/* ===== Pilarica web app — estilos aislados ===== */

.pilarica-home-content {
    padding-top: calc(56px + env(safe-area-inset-top, 0px) + 16px) !important;
}

/* Bloquea scroll del body cuando un modal Pilarica está abierto. */
body.body-modal-open {
    overflow: hidden;
    overscroll-behavior: contain;
    touch-action: none;
}

/* Oculta visualmente el InputFile nativo en la captura de albarán Pilarica.
   Se mantiene accesible vía teclado y por click en el <label for=""> custom. */
.albaran-file-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    padding: 0 !important;
    margin: -1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
    border: 0 !important;
}
