/**
 * Profil : pied de menu (bureau et téléphone) + honeypot.
 *
 * Le chrome téléphone porte Accueil à gauche (`mt-chrome-home`), pas le
 * profil : « Mon profil » reste en bas du tiroir, comme au bureau.
 */

.mt-nav__foot {
    margin-top: var(--mt-space-4, 16px);
    padding-top: var(--mt-space-4, 16px);
    border-top: 1px solid var(--mt-line, #e5dfd4);
}

.mt-nav__item.mt-nav__profile:hover,
.mt-nav__item.mt-nav__profile:focus {
    color: var(--mt-brand-strong, #14655f);
    background: var(--mt-brand-tint, #e6f2f0);
    border-color: transparent;
}

.mt-hp {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mt-profile-status {
    margin: 0;
    font-size: var(--mt-fs-body, 16px);
    line-height: 1.55;
    color: var(--mt-text, #3c4139);
}

.mt-profile-status strong {
    font-weight: 700;
    color: var(--mt-ink, #2b3128);
}

.mt-app input[type="email"],
.mt-modal input[type="email"] {
    width: 100%;
    min-height: 44px;
    margin: 0;
    padding: 10px 13px;
    font-family: inherit;
    font-size: var(--mt-fs-field, 16px);
    font-weight: 400;
    color: var(--mt-ink, #2b3128);
    background: var(--mt-field-bg, #fff);
    border: 1px solid var(--mt-line, #e5dfd4);
    border-radius: var(--mt-radius, 10px);
    box-shadow: none;
}

[data-mt-profile-view][hidden] { display: none; }

[data-mt-profile-logout][hidden],
[data-mt-profile-actions][hidden],
[data-mt-profile-logout-note][hidden],
[data-mt-profile-staff][hidden] { display: none; }

/* — Jonction : les fiches de l'appareil que le compte ne connaît pas — */

.mt-join__list {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0 0 12px;
    padding: 0;
    list-style: none;
}

.mt-join__list li {
    display: flex;
    align-items: baseline;
    gap: 10px;
    padding: 8px 11px;
    font-size: var(--mt-fs-body, 16px);
    background: var(--mt-field-bg, #fff);
    border: 1px solid var(--mt-line, #e5dfd4);
    border-radius: var(--mt-radius, 10px);
}

.mt-join__tag {
    margin-left: auto;
    font-size: var(--mt-fs-micro, 12px);
    color: var(--mt-muted, #6c7266);
}

.mt-join__more {
    justify-content: center;
    color: var(--mt-muted, #6c7266);
    background: none;
    border: 0;
}
