/* Pie de página compartido por el login, el selector de período y el portal. */
body.app-shell .gnomina-footer,
body.auth-shell .gnomina-footer,
body.access-shell .gnomina-footer {
    align-items: center;
    background: rgba(238, 246, 255, 0.94) !important;
    border: 0;
    border-top: 1px solid rgba(179, 205, 235, 0.72);
    box-shadow: 0 -4px 14px rgba(15, 30, 50, 0.08);
    box-sizing: border-box;
    color: #17243a;
    display: flex;
    flex: 0 0 auto;
    font-size: 0.625rem;
    gap: 12px;
    height: auto;
    justify-content: space-between;
    margin: 0 !important;
    max-height: none;
    min-height: 34px;
    padding: 4px 16px;
    width: 100%;
}

.gnomina-footer__copyright {
    align-items: center;
    display: flex;
    flex: 1 1 auto;
    flex-wrap: wrap;
    gap: 5px;
    min-width: 0;
}

body .gnomina-footer .gnomina-footer__link {
    color: #174f9c !important;
    font-weight: 700;
    text-decoration: underline;
    text-decoration-color: rgba(23, 79, 156, 0.4);
    text-underline-offset: 2px;
}

body .gnomina-footer .gnomina-footer__version {
    color: #17243a;
    float: none;
    flex: 0 0 auto;
    margin: 0;
    white-space: nowrap;
}

.gnomina-footer__version > span {
    color: #50647e;
    margin-right: 4px;
}

.gnomina-footer__registered {
    display: none;
}

body.theme-dark .gnomina-footer {
    background: rgba(7, 24, 53, 0.96) !important;
    border-top-color: rgba(193, 216, 255, 0.18);
    box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.3);
    color: #d7e5f8;
}

body.theme-dark .gnomina-footer .gnomina-footer__link {
    color: #ffffff !important;
    text-decoration-color: rgba(255, 255, 255, 0.48);
}

body.theme-dark .gnomina-footer .gnomina-footer__version {
    color: #f1f6ff;
}

body.theme-dark .gnomina-footer .gnomina-footer__version > span {
    color: #a9bdd8;
}

@media (max-width: 720px) {
    body.app-shell .gnomina-footer,
    body.auth-shell .gnomina-footer,
    body.access-shell .gnomina-footer {
        align-items: center;
        flex-direction: row;
        font-size: 0.56rem;
        gap: 8px;
        min-height: 34px;
        padding: 4px 10px;
    }

    .gnomina-footer__copyright {
        flex-wrap: nowrap;
        overflow: hidden;
        white-space: nowrap;
    }

    .gnomina-footer__rights {
        display: none;
    }

    .gnomina-footer__registered {
        display: none;
    }
}
