/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-pfbtr6wfgg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-pfbtr6wfgg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-9ufw2o9n87],
.components-reconnect-repeated-attempt-visible[b-9ufw2o9n87],
.components-reconnect-failed-visible[b-9ufw2o9n87],
.components-pause-visible[b-9ufw2o9n87],
.components-resume-failed-visible[b-9ufw2o9n87],
.components-rejoining-animation[b-9ufw2o9n87] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-retrying[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-failed[b-9ufw2o9n87],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-9ufw2o9n87] {
    display: block;
}


#components-reconnect-modal[b-9ufw2o9n87] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-9ufw2o9n87 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-9ufw2o9n87 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-9ufw2o9n87 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-9ufw2o9n87]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-9ufw2o9n87 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-9ufw2o9n87 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-9ufw2o9n87 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-9ufw2o9n87 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-9ufw2o9n87] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-9ufw2o9n87] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-9ufw2o9n87] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-9ufw2o9n87] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-9ufw2o9n87] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-9ufw2o9n87] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-9ufw2o9n87] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-9ufw2o9n87 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-9ufw2o9n87] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-9ufw2o9n87 {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Mobile/MobileAccueilDocument.razor.rz.scp.css */
/* ── Conteneur racine ─────────────────────────────────────────────────── */
.mob-accueil[b-1tbmfk9orf] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    /* Dégradé bleu nuit (haut) → bleu moins profond (bas-droite) */
    background: linear-gradient(135deg, #0b1f3a 0%, #1a3a5c 55%, #1e5080 100%);
    color: #e8edf5;
}

/* ── Zone centrale défilable ──────────────────────────────────────────── */
.mob-corps[b-1tbmfk9orf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 22px;
    padding: 24px 20px 16px;
    overflow-y: auto;
}

/* ── Message de bienvenue ─────────────────────────────────────────────── */
.mob-bonjour[b-1tbmfk9orf] {
    font-size: 1.05rem;
    line-height: 1.7;
    color: #c8d8ec;
}
.mob-bonjour strong[b-1tbmfk9orf] {
    color: #fff;
}

/* ── Nom du document ──────────────────────────────────────────────────── */
.mob-doc-nom[b-1tbmfk9orf] {
    display: flex;
    align-items: center;
    gap: 12px;
    background: rgba(255, 255, 255, .08);
    border-radius: 14px;
    padding: 14px 18px;
    font-weight: 600;
    font-size: .98rem;
    color: #dceeff;
    border-left: 4px solid #4fa3e0;
    backdrop-filter: blur(4px);
}
.mob-doc-icone[b-1tbmfk9orf] { font-size: 1.4rem; }

/* ── Bouton principal ─────────────────────────────────────────────────── */
.mob-btn-acceder[b-1tbmfk9orf] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    width: 100%;
    padding: 28px 24px;
    border: none;
    border-radius: 26px;
    cursor: pointer;
    background: linear-gradient(110deg, #1565c0, #1e88e5, #0d47a1, #1976d2);
    background-size: 300% 300%;
    animation: btnGradientShift 4s ease infinite;
    box-shadow: 0 8px 36px rgba(21, 101, 192, .60),
                0 3px 10px  rgba(0, 0, 0, .35);
    color: #fff;
    transition: transform .15s, box-shadow .15s;
}
.mob-btn-acceder:active[b-1tbmfk9orf] {
    transform: scale(.97);
    box-shadow: 0 3px 14px rgba(21, 101, 192, .4);
}

.mob-btn-icone[b-1tbmfk9orf] {
    font-size: 3.2rem;
    line-height: 1;
    filter: drop-shadow(0 2px 6px rgba(0,0,0,.35));
    flex-shrink: 0;
}

.mob-btn-logo[b-1tbmfk9orf] {
    height: 68px;
    width:  68px;
    object-fit: contain;
    border-radius: 12px;
    background: rgba(255,255,255,.15);
    padding: 5px;
}

.mob-btn-texte[b-1tbmfk9orf] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    line-height: 1.25;
}
.mob-btn-ligne1[b-1tbmfk9orf] {
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: -.01em;
}
.mob-btn-ligne2[b-1tbmfk9orf] {
    font-size: 1.1rem;
    font-weight: 500;
    opacity: .85;
}

/* ── Explication ──────────────────────────────────────────────────────── */
.mob-explication[b-1tbmfk9orf] {
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 14px;
    padding: 14px 18px;
    font-size: .93rem;
    line-height: 1.65;
    color: #b8cfe8;
    backdrop-filter: blur(4px);
}
.mob-explication strong[b-1tbmfk9orf] { color: #dceeff; }

/* ── À propos ─────────────────────────────────────────────────────────── */
.mob-about[b-1tbmfk9orf] {
    font-size: .82rem;
    line-height: 1.65;
    color: rgba(200, 220, 240, .6);
    padding: 0 4px;
}

/* ── Pied de page fixé en bas ─────────────────────────────────────────── */
.mob-footer[b-1tbmfk9orf] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 8px;
    padding: 12px 16px 20px;
    border-top: 1px solid rgba(255, 255, 255, .10);
    background: rgba(11, 31, 58, .6);
    backdrop-filter: blur(8px);
}

.mob-footer-btn[b-1tbmfk9orf] {
    flex: 1;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 20px;
    color: #b8cfe8;
    font-size: .72rem;
    font-weight: 600;
    padding: 8px 6px;
    cursor: pointer;
    text-align: center;
    transition: background .2s, color .2s;
    white-space: nowrap;
}
.mob-footer-btn:active[b-1tbmfk9orf] {
    background: rgba(255, 255, 255, .15);
    color: #fff;
}
/* /Components/Mobile/MobileConfirmation.razor.rz.scp.css */
.mob-confirm[b-uzk3ka48ki] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 16px 24px;
    background: linear-gradient(160deg, var(--caly-vert) 0%, #2ecc71 30%, var(--caly-gris) 30%);
    text-align: center;
}

.mob-confirm-icone[b-uzk3ka48ki] {
    font-size: 4rem;
    margin-bottom: 8px;
}

.mob-confirm h1[b-uzk3ka48ki] {
    color: #fff;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 24px;
}

.mob-confirm-carte[b-uzk3ka48ki] {
    width: 100%;
    max-width: 480px;
    text-align: left;
}

.mob-confirm-bravo[b-uzk3ka48ki] {
    font-size: 1.05rem;
    line-height: 1.6;
    margin-bottom: 20px;
    text-align: center;
}

.mob-confirm-detail[b-uzk3ka48ki] {
    border-top: 1px solid var(--caly-gris-bord);
    border-bottom: 1px solid var(--caly-gris-bord);
    padding: 12px 0;
    margin-bottom: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mob-confirm-ligne[b-uzk3ka48ki] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .9rem;
}
.mob-confirm-ligne span[b-uzk3ka48ki] { color: var(--caly-texte-doux); }

.mob-confirm-info[b-uzk3ka48ki] {
    font-size: .82rem;
    color: var(--caly-texte-doux);
    line-height: 1.6;
    margin-bottom: 20px;
}

.mob-confirm-actions[b-uzk3ka48ki] {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.mob-confirm-footer[b-uzk3ka48ki] {
    margin-top: 24px;
    font-size: .82rem;
    color: var(--caly-texte-doux);
}
/* /Components/Mobile/MobileDocumentSigne.razor.rz.scp.css */
/* ── Conteneur principal ──────────────────────────────────────── */
.mob-docsigne[b-ytvsj22oa8] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
    background: #525659;
}

/* ── Cartouche haut ───────────────────────────────────────────── */
.mob-docsigne-cartouche[b-ytvsj22oa8] {
    flex-shrink: 0;
    background: #fff;
    border-bottom: 3px solid var(--caly-bleu-clair);
    box-shadow: 0 4px 20px rgba(37,99,168,.15);
    padding: 12px 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 10;
}

.mob-docsigne-entete[b-ytvsj22oa8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
}

.mob-docsigne-badge[b-ytvsj22oa8] {
    font-size: .95rem;
    font-weight: 700;
    color: var(--caly-vert);
    display: flex;
    align-items: center;
    gap: 6px;
}

/* Bouton home (réutilise la classe partagée) */
.mob-btn-home[b-ytvsj22oa8] {
    flex-shrink: 0;
    background: none;
    border: 1px solid var(--caly-gris-bord);
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 1;
    color: var(--caly-texte-doux);
    transition: background .2s, border-color .2s;
}

.mob-btn-home:hover[b-ytvsj22oa8] {
    background: var(--caly-gris-fond);
    border-color: var(--caly-bleu);
}

/* Infos de signature */
.mob-docsigne-infos[b-ytvsj22oa8] {
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-top: 1px solid var(--caly-gris-bord);
    border-bottom: 1px solid var(--caly-gris-bord);
    padding: 8px 0;
}

.mob-docsigne-ligne[b-ytvsj22oa8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .82rem;
    gap: 8px;
}

.mob-docsigne-label[b-ytvsj22oa8] {
    color: var(--caly-texte-doux);
    white-space: nowrap;
}

.mob-docsigne-ligne strong[b-ytvsj22oa8] {
    text-align: right;
    font-size: .82rem;
    word-break: break-word;
}

/* Boutons d'action */
.mob-docsigne-actions[b-ytvsj22oa8] {
    display: flex;
    gap: 10px;
}

.mob-docsigne-actions .btn-caly[b-ytvsj22oa8] {
    flex: 1;
    font-size: .82rem;
    padding: 9px 10px;
}

/* ── Zone PDF bas ─────────────────────────────────────────────── */
.mob-docsigne-pdf-zone[b-ytvsj22oa8] {
    flex: 1;
    overflow: hidden;
    min-height: 0;
    position: relative;
}

.mob-docsigne-pdf-wrapper[b-ytvsj22oa8] {
    position: relative;
    height: 100%;
}

/* Tampon visuel "SIGNÉ" superposé sur le PDF */
.mob-docsigne-tampon[b-ytvsj22oa8] {
    position: absolute;
    bottom: 24px;
    right: 16px;
    pointer-events: none;
    z-index: 5;
}

.mob-docsigne-tampon-inner[b-ytvsj22oa8] {
    border: 3px solid rgba(39, 174, 96, .75);
    border-radius: 8px;
    padding: 6px 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    background: rgba(255,255,255,.82);
    transform: rotate(-6deg);
    min-width: 110px;
}

.mob-docsigne-tampon-signe[b-ytvsj22oa8] {
    font-size: 1.2rem;
    font-weight: 800;
    color: rgba(39, 174, 96, .85);
    letter-spacing: .15em;
    text-transform: uppercase;
}

.mob-docsigne-tampon-date[b-ytvsj22oa8],
.mob-docsigne-tampon-qui[b-ytvsj22oa8] {
    font-size: .65rem;
    color: var(--caly-texte-doux);
    text-align: center;
    line-height: 1.3;
}
/* /Components/Mobile/MobileLecteurPdf.razor.rz.scp.css */
.mob-lecteur[b-6pzfpy16vh] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    background: #525659;
    overflow: hidden;
}

.mob-pdf-zone[b-6pzfpy16vh] {
    flex: 1;
    overflow: hidden;
    min-height: 0;
}

/* Cartouche bas */
.mob-cartouche[b-6pzfpy16vh] {
    background: #fff;
    border-top: 3px solid var(--caly-gris-bord);
    padding: 10px 16px;
    transition: border-color .3s, box-shadow .3s, padding .3s;
    flex-shrink: 0;
}

.mob-cartouche-actif[b-6pzfpy16vh] {
    padding: 14px 16px;
}

.mob-cartouche-actif[b-6pzfpy16vh] {
    border-color: var(--caly-bleu-clair);
    box-shadow: 0 -4px 20px rgba(37,99,168,.18);
}

.mob-cartouche-invite[b-6pzfpy16vh] {
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--caly-texte-doux);
    font-size: .85rem;
}

.mob-fleche-bas[b-6pzfpy16vh] {
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    border-right: 3px solid var(--caly-bleu);
    border-bottom: 3px solid var(--caly-bleu);
    transform: rotate(45deg) translateY(-3px);
    animation: bounceArrow-b-6pzfpy16vh 1.1s ease-in-out infinite;
}

@keyframes bounceArrow-b-6pzfpy16vh {
    0%, 100% { transform: rotate(45deg) translateY(-3px); }
    50%       { transform: rotate(45deg) translateY(5px); }
}

.mob-cartouche-saisie-header[b-6pzfpy16vh] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    margin-bottom: 12px;
}

.mob-cartouche-saisie-header .mob-saisie-label[b-6pzfpy16vh] {
    margin-bottom: 0;
}

.mob-btn-home[b-6pzfpy16vh] {
    flex-shrink: 0;
    background: none;
    border: 1px solid var(--caly-gris-bord);
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 1;
    color: var(--caly-texte-doux);
    transition: background .2s, border-color .2s;
}

.mob-btn-home:hover[b-6pzfpy16vh] {
    background: var(--caly-gris-fond);
    border-color: var(--caly-bleu);
}

.mob-saisie-label[b-6pzfpy16vh] {
    font-size: .9rem;
    color: var(--caly-bleu);
    font-weight: 600;
    margin-bottom: 12px;
}

.mob-saisie-bloc[b-6pzfpy16vh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
}

.mob-btn-signer[b-6pzfpy16vh] {
    width: 100%;
    max-width: 320px;
    font-size: .95rem;
    padding: 14px 12px;
    justify-content: center;
    gap: 8px;
}

/* Les erreurs de saisie sont affichées par le composant SaisieCode */
/* /Components/Mobile/MobileSaisieEmail.razor.rz.scp.css */
/* ── Conteneur principal ──────────────────────────────────────── */
.mob-mail[b-yslgcll238] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 16px 32px;
    background: linear-gradient(160deg, var(--caly-bleu) 0%, var(--caly-bleu-clair) 30%, var(--caly-gris) 30%);
}

/* ── En-tête ──────────────────────────────────────────────────── */
.mob-mail-entete[b-yslgcll238] {
    width: 100%;
    max-width: 480px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0 16px;
}

.mob-mail-titre[b-yslgcll238] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #fff;
}

/* Bouton home */
.mob-btn-home[b-yslgcll238] {
    flex-shrink: 0;
    background: rgba(255,255,255,.2);
    border: 1px solid rgba(255,255,255,.5);
    border-radius: 8px;
    padding: 4px 8px;
    font-size: 1.1rem;
    cursor: pointer;
    line-height: 1;
    color: #fff;
    transition: background .2s;
}

.mob-btn-home:hover[b-yslgcll238] {
    background: rgba(255,255,255,.35);
}

/* ── Carte ────────────────────────────────────────────────────── */
.mob-mail-carte[b-yslgcll238] {
    width: 100%;
    max-width: 480px;
}

.mob-mail-intro[b-yslgcll238] {
    font-size: .92rem;
    color: var(--caly-texte-doux);
    line-height: 1.6;
    margin-bottom: 20px;
}

/* ── Champ e-mail ─────────────────────────────────────────────── */
.mob-mail-champ[b-yslgcll238] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 20px;
}

.mob-mail-champ label[b-yslgcll238] {
    font-size: .85rem;
    font-weight: 600;
    color: var(--caly-bleu);
}

.mob-mail-input[b-yslgcll238] {
    width: 100%;
    padding: 11px 14px;
    border: 1.5px solid var(--caly-gris-bord);
    border-radius: 8px;
    font-size: 1rem;
    color: var(--caly-texte);
    transition: border-color .2s, box-shadow .2s;
    outline: none;
}

.mob-mail-input:focus[b-yslgcll238] {
    border-color: var(--caly-bleu-clair);
    box-shadow: 0 0 0 3px rgba(37,99,168,.12);
}

.mob-mail-input-erreur[b-yslgcll238] {
    border-color: var(--caly-rouge);
}

.mob-mail-erreur-msg[b-yslgcll238] {
    font-size: .8rem;
    color: var(--caly-rouge);
}

/* ── Bouton envoi ─────────────────────────────────────────────── */
.mob-mail-btn[b-yslgcll238] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

/* ── Message de succès ────────────────────────────────────────── */
.mob-mail-succes[b-yslgcll238] {
    background: #eafaf1;
    border: 1.5px solid var(--caly-vert);
    border-radius: 8px;
    padding: 12px 16px;
    font-size: .9rem;
    color: #1d6a3a;
    line-height: 1.5;
    text-align: center;
}

/* ── Pied de page ─────────────────────────────────────────────── */
.mob-mail-footer[b-yslgcll238] {
    margin-top: 32px;
    font-size: .82rem;
    color: var(--caly-texte-doux);
}
/* /Components/Mobile/MobileTokenInvalide.razor.rz.scp.css */
/* États communs Mobile (invalide / expiré / déjà signé) */

.mob-etat-page[b-yfb0ilmk90] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 32px 24px;
    text-align: center;
    gap: 16px;
}

.mob-etat-invalide[b-yfb0ilmk90] { background: linear-gradient(160deg, #4a4a4a 0%, #6d6d6d 30%, var(--caly-gris) 30%); }
.mob-etat-expire[b-yfb0ilmk90]   { background: linear-gradient(160deg, #c97b00 0%, #e8a020 30%, var(--caly-gris) 30%); }
.mob-etat-signe[b-yfb0ilmk90]    { background: linear-gradient(160deg, var(--caly-bleu) 0%, var(--caly-bleu-clair) 30%, var(--caly-gris) 30%); }

.mob-etat-icone[b-yfb0ilmk90] {
    font-size: 4rem;
}

.mob-etat-page h1[b-yfb0ilmk90] {
    font-size: 1.7rem;
    font-weight: 700;
    color: #fff;
}

.mob-etat-page p[b-yfb0ilmk90] {
    color: var(--caly-gris);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 320px;
    background: rgba(255,255,255,.15);
    border-radius: 12px;
    padding: 16px;
    color: var(--caly-texte);
    background: #fff;
}

.mob-etat-actions[b-yfb0ilmk90] {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    max-width: 320px;
}

.mob-etat-footer[b-yfb0ilmk90] {
    margin-top: 8px;
    font-size: .82rem;
    background: transparent !important;
    padding: 0 !important;
}
/* /Components/Pages/Home.razor.rz.scp.css */
.test-page[b-e9m8u8fdml] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: linear-gradient(135deg, var(--caly-bleu) 0%, var(--caly-bleu-clair) 100%);
}

.test-carte[b-e9m8u8fdml] {
    max-width: 680px;
    width: 100%;
}

.test-entete[b-e9m8u8fdml] {
    text-align: center;
    margin-bottom: 32px;
}

.test-logo-txt[b-e9m8u8fdml] {
    font-size: 2.5rem;
    margin-bottom: 12px;
}

.test-entete h1[b-e9m8u8fdml] {
    font-size: 1.6rem;
    color: var(--caly-bleu);
    margin-bottom: 8px;
}

.test-entete p[b-e9m8u8fdml] {
    color: var(--caly-texte-doux);
}

.test-resultat[b-e9m8u8fdml] {
    background: var(--caly-gris);
    margin-bottom: 24px;
}

.test-resultat h2[b-e9m8u8fdml] {
    font-size: 1.1rem;
    margin-bottom: 16px;
    color: var(--caly-vert);
}

.test-table[b-e9m8u8fdml] {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 12px;
}

.test-table td[b-e9m8u8fdml] {
    padding: 8px 12px;
    border-bottom: 1px solid var(--caly-gris-bord);
    font-size: .9rem;
}

.test-table td:first-child[b-e9m8u8fdml] {
    font-weight: 600;
    width: 140px;
    color: var(--caly-texte-doux);
}

.test-aide[b-e9m8u8fdml] {
    font-size: .85rem;
    color: var(--caly-texte-doux);
    font-style: italic;
}

.test-boutons[b-e9m8u8fdml] {
    display: flex;
    gap: 16px;
    justify-content: center;
    flex-wrap: wrap;
}
/* /Components/Pages/Si.razor.rz.scp.css */
.si-waiter-page[b-hkj7siie0y] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, var(--caly-bleu) 0%, var(--caly-bleu-clair) 100%);
}
/* /Components/PC/AccueilPC.razor.rz.scp.css */
/* ── Conteneur racine ─────────────────────────────────────────────────────── */
.pc-layout[b-nmuyznwqf0] {
    display: flex;
    flex-direction: column;
    height: 100dvh;
    overflow: hidden;
    background: linear-gradient(135deg, #0b1f3a 0%, #1a3a5c 55%, #1e5080 100%);
    color: #e8edf5;
}

/* ── Bandeau haut ──────────────────────────────────────────────────── */
.pc-bandeau[b-nmuyznwqf0] {
    display: flex;
    align-items: stretch;
    height: 68px;
    flex-shrink: 0;
    background: rgba(11, 31, 58, .75);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255,255,255,.10);
    box-shadow: 0 2px 16px rgba(0,0,0,.35);
    z-index: 10;
}

.pc-bandeau-infos[b-nmuyznwqf0] {
    display: flex;
    align-items: center;
    gap: 20px;
    flex: 1;
    justify-content: flex-end;
    padding: 0 24px;
    border-left: 1px solid rgba(255,255,255,.08);
}

.pc-info-bloc[b-nmuyznwqf0] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 2px;
}

.pc-info-label[b-nmuyznwqf0] {
    font-size: .65rem;
    text-transform: uppercase;
    letter-spacing: .07em;
    color: rgba(200,220,240,.55);
}

.pc-info-val[b-nmuyznwqf0] {
    font-size: .9rem;
    font-weight: 600;
    color: #dceeff;
}

.pc-bandeau-sep[b-nmuyznwqf0] {
    width: 1px;
    height: 32px;
    background: rgba(255,255,255,.15);
    align-self: center;
}

/* ── Zone split ──────────────────────────────────────────────────────── */
.pc-split[b-nmuyznwqf0] {
    display: flex;
    flex: 1;
    overflow: hidden;
    min-height: 0;
    gap: 0;
}

/* Panneau gauche — fond sombre translucide */
.pc-gauche[b-nmuyznwqf0] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    flex-shrink: 0;
    background: rgba(11, 31, 58, .60);
    backdrop-filter: blur(12px);
    border-right: 1px solid rgba(255,255,255,.08);
}

/* Panneau droit — PDF sur fond légèrement plus clair */
.pc-droite[b-nmuyznwqf0] {
    flex: 1;
    min-width: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    background: rgba(30, 60, 100, .25);
}

/* ── Séparateur glissable ──────────────────────────────────────────────── */
.pc-separateur[b-nmuyznwqf0] {
    width: 6px;
    cursor: col-resize;
    background: rgba(255,255,255,.06);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background .15s;
    position: relative;
    z-index: 5;
}

.pc-separateur:hover[b-nmuyznwqf0],
.pc-separateur.actif[b-nmuyznwqf0] {
    background: rgba(79,163,224,.35);
}

.pc-separateur-poignee[b-nmuyznwqf0] {
    width: 4px;
    height: 48px;
    background: rgba(255,255,255,.20);
    border-radius: 2px;
}

/* ── États non-valide ────────────────────────────────────────────────── */
.pc-etat-centre[b-nmuyznwqf0] {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ── Overlay confirmation ─────────────────────────────────────────────── */
.pc-confirmation-overlay[b-nmuyznwqf0] {
    position: fixed;
    inset: 0;
    z-index: 100;
    background: rgba(8, 20, 40, .70);
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(6px);
    animation: fadeIn-b-nmuyznwqf0 .3s ease;
}

/* badge signé */
.badge-etat.badge-ok[b-nmuyznwqf0] {
    background: rgba(34,197,94,.20);
    color: #86efac;
    border: 1px solid rgba(34,197,94,.35);
    border-radius: 20px;
    padding: 3px 12px;
    font-size: .78rem;
    font-weight: 700;
}

@keyframes fadeIn-b-nmuyznwqf0 { from { opacity: 0; } to { opacity: 1; } }
/* /Components/PC/PcConfirmation.razor.rz.scp.css */
.pcc-modale[b-7toxw00y7z] {
    max-width: 520px;
    width: 90vw;
    text-align: center;
    animation: slideUp-b-7toxw00y7z .35s ease;
}

@keyframes slideUp-b-7toxw00y7z {
    from { transform: translateY(30px); opacity: 0; }
    to   { transform: translateY(0);    opacity: 1; }
}

.pcc-icone[b-7toxw00y7z] {
    font-size: 3.5rem;
    margin-bottom: 8px;
}

.pcc-modale h2[b-7toxw00y7z] {
    font-size: 1.4rem;
    color: var(--caly-vert);
    margin-bottom: 12px;
}

.pcc-bravo[b-7toxw00y7z] {
    font-size: .95rem;
    line-height: 1.6;
    color: var(--caly-texte-doux);
    margin-bottom: 20px;
}

.pcc-details[b-7toxw00y7z] {
    border-top: 1px solid var(--caly-gris-bord);
    border-bottom: 1px solid var(--caly-gris-bord);
    padding: 12px 0;
    margin-bottom: 20px;
    text-align: left;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pcc-ligne[b-7toxw00y7z] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: .88rem;
}
.pcc-ligne > span:first-child[b-7toxw00y7z] { color: var(--caly-texte-doux); }

.pcc-actions[b-7toxw00y7z] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pcc-footer[b-7toxw00y7z] {
    margin-top: 16px;
    font-size: .8rem;
    color: var(--caly-texte-doux);
}
/* /Components/PC/PcPanneauGauche.razor.rz.scp.css */
.pcg-panneau[b-w867ah4itc] {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
    color: #e8edf5;
}

/* ── Zone défilable ────────────────────────────────────────────────── */
.pcg-infos[b-w867ah4itc] {
    flex: 1;
    overflow-y: auto;
    padding: 20px 18px 16px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    scrollbar-width: thin;
    scrollbar-color: rgba(255,255,255,.15) transparent;
}

/* ── Invite flèche ────────────────────────────────────────────────── */
.pcg-invite-fleche[b-w867ah4itc] {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    background: rgba(79,163,224,.12);
    border-left: 3px solid #4fa3e0;
    border-radius: 10px;
    padding: 12px 14px;
    font-size: .88rem;
    color: #b8d8f0;
    line-height: 1.55;
}

.pcg-fleche[b-w867ah4itc] {
    font-size: 1.6rem;
    line-height: 1;
    flex-shrink: 0;
    color: #4fa3e0;
    animation: slide-right-b-w867ah4itc 1s ease-in-out infinite alternate;
}

@keyframes slide-right-b-w867ah4itc {
    from { transform: translateX(0); }
    to   { transform: translateX(6px); }
}

/* ── Bloc infos document ────────────────────────────────────────────── */
.pcg-bloc-info[b-w867ah4itc] {
    border: 1px solid rgba(255,255,255,.10);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,.05);
}

.pcg-info-ligne[b-w867ah4itc] {
    display: flex;
    flex-direction: column;
    padding: 10px 14px;
    border-bottom: 1px solid rgba(255,255,255,.07);
    gap: 3px;
}
.pcg-info-ligne:last-child[b-w867ah4itc] { border-bottom: none; }

.pcg-info-label[b-w867ah4itc] {
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .06em;
    color: rgba(200,220,240,.50);
}

.pcg-info-val[b-w867ah4itc] {
    font-size: .92rem;
    font-weight: 600;
    color: #dceeff;
}

/* ── À propos ───────────────────────────────────────────────────────────── */
.pcg-about[b-w867ah4itc] {
    font-size: .78rem;
    line-height: 1.65;
    color: rgba(200,220,240,.50);
    padding: 0 2px;
}

/* ── Footer 3 boutons ─────────────────────────────────────────────────── */
.pcg-footer[b-w867ah4itc] {
    display: flex;
    align-items: center;
    justify-content: space-around;
    gap: 6px;
    padding: 10px 12px;
    border-top: 1px solid rgba(255,255,255,.08);
    background: rgba(11,31,58,.50);
    margin-top: auto;
}

.pcg-footer-btn[b-w867ah4itc] {
    flex: 1;
    background: rgba(255,255,255,.07);
    border: 1px solid rgba(255,255,255,.12);
    border-radius: 18px;
    color: rgba(200,220,240,.70);
    font-size: .68rem;
    font-weight: 600;
    padding: 7px 4px;
    cursor: pointer;
    text-align: center;
    transition: background .2s, color .2s;
    white-space: nowrap;
}
.pcg-footer-btn:hover[b-w867ah4itc] {
    background: rgba(255,255,255,.13);
    color: #fff;
}

/* ── Cartouche de saisie signature ──────────────────────────────────────── */
.pcg-cartouche[b-w867ah4itc] {
    border-top: 2px solid rgba(255,255,255,.08);
    padding: 18px 18px 20px;
    background: rgba(11,31,58,.65);
    backdrop-filter: blur(10px);
    flex-shrink: 0;
    transition: border-color .3s, box-shadow .3s;
}

.pcg-cartouche-actif[b-w867ah4itc] {
    border-color: #4fa3e0;
    box-shadow: 0 -4px 20px rgba(79,163,224,.20);
}

.pcg-attente[b-w867ah4itc] {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(200,220,240,.55);
    font-size: .88rem;
}

.pcg-saisie-titre[b-w867ah4itc] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #dceeff;
    margin: 0 0 4px;
}

.pcg-saisie-label[b-w867ah4itc] {
    font-size: .85rem;
    color: rgba(200,220,240,.65);
    margin: 0;
    line-height: 1.5;
}

/* En-tête cartouche : icône à gauche + textes à droite */
.pcg-saisie-entete[b-w867ah4itc] {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 16px;
}

.pcg-saisie-icone[b-w867ah4itc] {
    font-size: 2rem;
    line-height: 1;
    flex-shrink: 0;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,.3));
}

.pcg-saisie-logo[b-w867ah4itc] {
    height: 56px;
    width:  56px;
    object-fit: contain;
    border-radius: 10px;
    background: rgba(255,255,255,.12);
    padding: 4px;
}

.pcg-saisie-textes[b-w867ah4itc] {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.pcg-saisie-row[b-w867ah4itc] {
    display: flex;
    justify-content: center;
    margin-bottom: 16px;
}

/* Bouton signer — même dégradé animé que mobile */
.pcg-btn-signer[b-w867ah4itc] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-size: 1rem;
    font-weight: 700;
    padding: 16px;
    border: none;
    border-radius: 16px;
    cursor: pointer;
    color: #fff;
    background: linear-gradient(110deg, #1565c0, #1e88e5, #0d47a1, #1976d2);
    background-size: 300% 300%;
    animation: btnGradientShift 4s ease infinite;
    box-shadow: 0 4px 20px rgba(21,101,192,.50);
    transition: transform .15s, box-shadow .15s;
}
.pcg-btn-signer:disabled[b-w867ah4itc] {
    background: rgba(255,255,255,.12);
    animation: none;
    color: rgba(255,255,255,.35);
    box-shadow: none;
    cursor: not-allowed;
}
.pcg-btn-signer:not(:disabled):active[b-w867ah4itc] {
    transform: scale(.97);
}

.pcg-erreur[b-w867ah4itc] {
    margin-top: 10px;
    color: #f87171;
    font-size: .85rem;
    font-weight: 500;
}
/* /Components/Shared/BandeauLogos.razor.rz.scp.css */
/* ── Conteneur général ──────────────────────────────────────────────── */
.bdl-bandeau[b-0jiz3f80lr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    padding: 14px 20px 10px;
    background: var(--caly-bleu, #1a3c6e);
    color: #fff;
}

/* ── Ligne des logos ─────────────────────────────────────────────────── */
.bdl-logos[b-0jiz3f80lr] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 12px;
}

.bdl-logo-zone[b-0jiz3f80lr] {
    display: flex;
    align-items: center;
}

.bdl-logo-client[b-0jiz3f80lr]  { justify-content: flex-start; flex: 1; }
.bdl-logo-caly[b-0jiz3f80lr]    { justify-content: flex-end;   flex: 1; }

.bdl-img[b-0jiz3f80lr] {
    height: 56px;
    max-width: 140px;
    object-fit: contain;
    background: #fff;
    border-radius: 8px;
    padding: 4px 8px;
}

/* Fallback texte quand l'image est absente */
.bdl-nom-societe[b-0jiz3f80lr] {
    font-size: .9rem;
    font-weight: 600;
    background: rgba(255,255,255,.15);
    padding: 4px 10px;
    border-radius: 20px;
}
.bdl-caly-txt[b-0jiz3f80lr] {
    font-size: 1.1rem;
    font-weight: 700;
}

/* ── Sous-titres centrés ─────────────────────────────────────────────── */
.bdl-sous-titre[b-0jiz3f80lr] {
    text-align: center;
    line-height: 1.4;
}
.bdl-signature-txt[b-0jiz3f80lr] {
    margin: 0;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -.01em;
}
.bdl-pour-txt[b-0jiz3f80lr] {
    margin: 2px 0 0;
    font-size: .85rem;
    opacity: .85;
}

/* ── Mode PC : bandeau horizontal compact ────────────────────────────── */
.bdl-pc[b-0jiz3f80lr] {
    flex-direction: row;
    padding: 0 20px;
    height: 68px;
    gap: 16px;
    background: transparent; /* le header AccueilPC porte le fond */
}

.bdl-pc-logos[b-0jiz3f80lr] {
    width: auto;
    flex: 0 0 auto;
}

.bdl-pc-sous-titre[b-0jiz3f80lr] {
    flex: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.bdl-pc-signature-txt[b-0jiz3f80lr],
.bdl-pc-pour-txt[b-0jiz3f80lr] { font-size: .9rem; margin: 0; }

.bdl-img-pc[b-0jiz3f80lr] { height: 40px; }
/* /Components/Shared/PdfViewer.razor.rz.scp.css */
.pdf-viewer-wrapper[b-ffto75sy5w] {
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
}

.pdf-container[b-ffto75sy5w] {
    flex: 1;
    overflow-y: auto;
    overflow-x: hidden;
    background: #525659;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    padding: 12px 8px;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
}

.pdf-canvas[b-ffto75sy5w] {
    display: block;
    max-width: 100%;
    box-shadow: 0 2px 12px rgba(0,0,0,.4);
    border-radius: 2px;
}

.pdf-chargement[b-ffto75sy5w] {
    opacity: .4;
    pointer-events: none;
}

.pdf-erreur[b-ffto75sy5w] {
    color: #fff;
    background: rgba(192,57,43,.8);
    border-radius: 8px;
    padding: 20px;
    margin: 20px;
    text-align: center;
    line-height: 1.6;
}
/* /Components/Shared/SaisieCode.razor.rz.scp.css */
.saisie-code-wrapper[b-vy4vt82f3r] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
}

.saisie-code-cases[b-vy4vt82f3r] {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: center;
}

.saisie-case[b-vy4vt82f3r] {
    width: 56px;
    height: 64px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
    font-family: 'Inter', monospace;
    border: 2.5px solid var(--caly-gris-bord);
    border-radius: 12px;
    background: #fff;
    color: var(--caly-texte);
    outline: none;
    caret-color: var(--caly-bleu-clair);
    transition: border-color .15s, box-shadow .15s, transform .1s;
    /* supprime les spinners numériques */
    -moz-appearance: textfield;
    appearance: textfield;
}

/* Placeholder style */
.saisie-case[b-vy4vt82f3r]::placeholder {
    color: #c8cdd4;
    font-weight: 400;
}

.saisie-case:focus[b-vy4vt82f3r] {
    border-color: var(--caly-bleu-clair);
    box-shadow: 0 0 0 3px rgba(37,99,168,.18);
    transform: scale(1.05);
}

.saisie-case-remplie[b-vy4vt82f3r] {
    border-color: var(--caly-vert);
    background: #f0fdf4;
    color: var(--caly-vert);
}

.saisie-case-remplie:focus[b-vy4vt82f3r] {
    border-color: var(--caly-vert);
    box-shadow: 0 0 0 3px rgba(39,174,96,.18);
}

.saisie-code-erreur[b-vy4vt82f3r] {
    color: var(--caly-rouge);
    font-size: .85rem;
    font-weight: 500;
    margin-top: 4px;
}

/* Responsive mobile : cases un peu plus petites */
@media (max-width: 400px) {
    .saisie-case[b-vy4vt82f3r] {
        width: 48px;
        height: 56px;
        font-size: 1.5rem;
        border-radius: 10px;
    }
    .saisie-code-cases[b-vy4vt82f3r] {
        gap: 8px;
    }
}
