/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lqkxu82bc7],
.components-reconnect-repeated-attempt-visible[b-lqkxu82bc7],
.components-reconnect-failed-visible[b-lqkxu82bc7],
.components-pause-visible[b-lqkxu82bc7],
.components-resume-failed-visible[b-lqkxu82bc7],
.components-rejoining-animation[b-lqkxu82bc7] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-retrying[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-failed[b-lqkxu82bc7],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lqkxu82bc7] {
    display: block;
}


#components-reconnect-modal[b-lqkxu82bc7] {
    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-lqkxu82bc7 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lqkxu82bc7 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lqkxu82bc7 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lqkxu82bc7]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lqkxu82bc7 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lqkxu82bc7 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lqkxu82bc7 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lqkxu82bc7 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lqkxu82bc7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lqkxu82bc7] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lqkxu82bc7] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lqkxu82bc7] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lqkxu82bc7] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lqkxu82bc7] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lqkxu82bc7] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lqkxu82bc7 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lqkxu82bc7] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lqkxu82bc7 {
    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/Pages/Public/SignatureView.razor.rz.scp.css */
.page-shell[b-b38z6d0hkl] {
    min-height: 100vh;
    background: linear-gradient(135deg, #eef4ff 0%, #f8fbff 100%);
    padding: 1rem 0;
}

.view-card[b-b38z6d0hkl] {
    border: 0;
    border-radius: 1.5rem;
    box-shadow: 0 1.25rem 3rem rgba(15, 23, 42, 0.08);
    overflow: hidden;
}

.hero-header[b-b38z6d0hkl] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    margin-bottom: 1.25rem;
    border-radius: 1.25rem;
    border: 1px solid rgba(37, 99, 235, 0.12);
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.08), rgba(14, 165, 233, 0.04));
}

.hero-header.status-open[b-b38z6d0hkl] {
    background: linear-gradient(135deg, rgba(37, 99, 235, 0.1), rgba(14, 165, 233, 0.06));
    border-color: rgba(37, 99, 235, 0.18);
}

.hero-header.status-accepted[b-b38z6d0hkl] {
    background: linear-gradient(135deg, rgba(22, 163, 74, 0.12), rgba(34, 197, 94, 0.06));
    border-color: rgba(22, 163, 74, 0.2);
}

.hero-header.status-rejected[b-b38z6d0hkl] {
    background: linear-gradient(135deg, rgba(220, 38, 38, 0.12), rgba(248, 113, 113, 0.06));
    border-color: rgba(220, 38, 38, 0.2);
}

.hero-header.status-neutral[b-b38z6d0hkl] {
    background: linear-gradient(135deg, rgba(100, 116, 139, 0.12), rgba(148, 163, 184, 0.06));
    border-color: rgba(100, 116, 139, 0.18);
}

.hero-copy[b-b38z6d0hkl] {
    min-width: 0;
}

.hero-eyebrow[b-b38z6d0hkl] {
    margin-bottom: 0.4rem;
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #64748b;
}

.hero-subtitle[b-b38z6d0hkl] {
    margin: 0;
    color: #475569;
}

.status-pill[b-b38z6d0hkl] {
    display: inline-flex;
    align-items: center;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
    color: #fff;
    font-weight: 600;
    white-space: nowrap;
}

.status-pill.status-open[b-b38z6d0hkl] {
    background: linear-gradient(135deg, #2563eb, #0ea5e9);
}

.status-pill.status-accepted[b-b38z6d0hkl] {
    background: linear-gradient(135deg, #16a34a, #22c55e);
}

.status-pill.status-rejected[b-b38z6d0hkl] {
    background: linear-gradient(135deg, #dc2626, #f43f5e);
}

.status-pill.status-neutral[b-b38z6d0hkl] {
    background: linear-gradient(135deg, #64748b, #94a3b8);
}

.info-card[b-b38z6d0hkl],
.section-block[b-b38z6d0hkl],
.decision-panel[b-b38z6d0hkl] {
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.04);
}

.info-card[b-b38z6d0hkl] {
    padding: 1rem 1.1rem;
    height: 100%;
}

.info-label[b-b38z6d0hkl],
.section-subtitle[b-b38z6d0hkl],
.attachment-meta[b-b38z6d0hkl] {
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

.attachment-badge[b-b38z6d0hkl] {
    display: inline-flex;
    align-items: center;
    padding: 0.2rem 0.55rem;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    white-space: nowrap;
}

.attachment-badge-main[b-b38z6d0hkl] {
    background: #eff6ff;
    color: #2563eb;
}

.attachment-badge-optional[b-b38z6d0hkl] {
    background: #f8fafc;
    color: #64748b;
    border: 1px solid rgba(15, 23, 42, 0.08);
}

.info-label[b-b38z6d0hkl] {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-bottom: 0.35rem;
}

.info-value[b-b38z6d0hkl],
.section-text[b-b38z6d0hkl],
.attachment-name[b-b38z6d0hkl] {
    font-weight: 500;
    color: #0f172a;
}

.section-block[b-b38z6d0hkl] {
    padding: 1.25rem;
    margin-bottom: 1.25rem;
}

.section-header[b-b38z6d0hkl] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

.section-title[b-b38z6d0hkl] {
    margin-bottom: 0.2rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
}

.section-subtitle[b-b38z6d0hkl] {
    margin: 0;
    font-size: 0.95rem;
}

.section-badge[b-b38z6d0hkl] {
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 0.8rem;
    font-weight: 600;
    white-space: nowrap;
}

.preview-shell[b-b38z6d0hkl] {
    padding: 1rem;
    margin-bottom: 1rem;
    border-radius: 1rem;
    border: 1px solid rgba(37, 99, 235, 0.16);
    background: linear-gradient(180deg, #f8fbff 0%, #eef4ff 100%);
}

.preview-toolbar[b-b38z6d0hkl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 0.8rem;
}

.preview-title[b-b38z6d0hkl] {
    font-weight: 600;
    color: #0f172a;
}

.preview-frame-wrapper[b-b38z6d0hkl] {
    border-radius: 0.9rem;
    overflow: hidden;
    border: 1px solid rgba(15, 23, 42, 0.08);
    background: #fff;
}

.preview-frame[b-b38z6d0hkl] {
    width: 100%;
    min-height: 56vh;
    border: 0;
    background: #fff;
}

.attachment-list[b-b38z6d0hkl] {
    display: grid;
    gap: 0.75rem;
    padding: 0;
    margin: 0;
    list-style: none;
}

.attachment-item[b-b38z6d0hkl] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.08);
    border-radius: 0.95rem;
    background: #ffffff;
}

.attachment-copy[b-b38z6d0hkl] {
    min-width: 0;
}

.attachment-name[b-b38z6d0hkl] {
    margin-bottom: 0.25rem;
}

.attachment-actions[b-b38z6d0hkl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.decision-panel[b-b38z6d0hkl] {
    padding: 1.25rem;
}

.decision-actions[b-b38z6d0hkl] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.action-btn[b-b38z6d0hkl] {
    min-width: 8.5rem;
}

@media (max-width: 767.98px) {
    .hero-header[b-b38z6d0hkl],
    .section-header[b-b38z6d0hkl],
    .attachment-item[b-b38z6d0hkl],
    .preview-toolbar[b-b38z6d0hkl] {
        flex-direction: column;
        align-items: flex-start;
    }

    .page-shell[b-b38z6d0hkl] {
        padding: 0.75rem 0;
    }

    .hero-header[b-b38z6d0hkl],
    .section-block[b-b38z6d0hkl],
    .decision-panel[b-b38z6d0hkl] {
        padding: 1rem;
    }

    .preview-frame[b-b38z6d0hkl] {
        min-height: 48vh;
    }

    .action-btn[b-b38z6d0hkl] {
        width: 100%;
    }
}
