/*
===============================================================================
FORMIX · IDENTIDAD VISUAL
===============================================================================
No modifica tamaños, posiciones, tarjetas ni animaciones existentes.
Solo adapta Logo.png a los espacios donde antes se mostraba F / FX.
===============================================================================
*/

.formix-brand-image {
    display: block;
    flex: 0 0 auto;
    object-fit: contain;
    object-position: center;
    pointer-events: none;
    user-select: none;
    -webkit-user-drag: none;
}

.brand-mark-inner .formix-brand-image {
    width: 72%;
    height: 72%;
    filter:
        drop-shadow(
            0 7px 16px
            rgba(29, 173, 255, 0.30)
        );
}

.mini-logo .formix-brand-image {
    width: 76%;
    height: 76%;
    filter:
        drop-shadow(
            0 4px 10px
            rgba(19, 73, 155, 0.25)
        );
}

.brand-atom-core .formix-brand-image {
    width: 18px;
    height: 18px;
    filter:
        drop-shadow(
            0 2px 4px
            rgba(0, 0, 0, 0.20)
        );
}

.dashboard-orbit-core > .formix-brand-image {
    position: relative;
    z-index: 2;
    width: 36%;
    height: 36%;
    filter:
        drop-shadow(
            0 7px 14px
            rgba(10, 37, 96, 0.28)
        );
}

.workspace-empty-icon .formix-brand-image {
    width: 72%;
    height: 72%;
}

.patient-access-brand > span .formix-brand-image {
    width: 76%;
    height: 76%;
    filter:
        drop-shadow(
            0 4px 10px
            rgba(21, 59, 124, 0.24)
        );
}
