/* _content/CSign.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6gh1zkmjga] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6gh1zkmjga] {
    flex: 1;
}

.sidebar[b-6gh1zkmjga] {
    background-color: var(--bg-sidebar);
    border-right: 1px solid var(--border-subtle);
}

.top-row[b-6gh1zkmjga] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6gh1zkmjga]  a, .top-row[b-6gh1zkmjga]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6gh1zkmjga]  a:hover, .top-row[b-6gh1zkmjga]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6gh1zkmjga]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6gh1zkmjga] {
        justify-content: space-between;
    }

    .top-row[b-6gh1zkmjga]  a, .top-row[b-6gh1zkmjga]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6gh1zkmjga] {
        flex-direction: row;
    }

    .sidebar[b-6gh1zkmjga] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6gh1zkmjga] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6gh1zkmjga]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6gh1zkmjga], article[b-6gh1zkmjga] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6gh1zkmjga] {
    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-6gh1zkmjga] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/CSign.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3hufo4odr0] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-3hufo4odr0] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-3hufo4odr0] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-3hufo4odr0] {
    font-size: 1.1rem;
}

.bi[b-3hufo4odr0] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-3hufo4odr0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-3hufo4odr0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-3hufo4odr0] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-3hufo4odr0] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-3hufo4odr0] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-3hufo4odr0] {
        padding-bottom: 1rem;
    }

    .nav-item[b-3hufo4odr0]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-3hufo4odr0]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-3hufo4odr0]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-3hufo4odr0] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-3hufo4odr0] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-3hufo4odr0] {
        display: none;
    }

    .nav-scrollable[b-3hufo4odr0] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/CSign.Web/Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lxo0be8cfp],
.components-reconnect-repeated-attempt-visible[b-lxo0be8cfp],
.components-reconnect-failed-visible[b-lxo0be8cfp],
.components-pause-visible[b-lxo0be8cfp],
.components-resume-failed-visible[b-lxo0be8cfp],
.components-rejoining-animation[b-lxo0be8cfp] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-retrying[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-failed[b-lxo0be8cfp],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-lxo0be8cfp] {
    display: block;
}


#components-reconnect-modal[b-lxo0be8cfp] {
    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-lxo0be8cfp 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-lxo0be8cfp 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-lxo0be8cfp 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-lxo0be8cfp]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-lxo0be8cfp 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-lxo0be8cfp {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-lxo0be8cfp {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-lxo0be8cfp {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-lxo0be8cfp] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-lxo0be8cfp] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-lxo0be8cfp] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-lxo0be8cfp] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-lxo0be8cfp] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-lxo0be8cfp] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-lxo0be8cfp] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-lxo0be8cfp 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-lxo0be8cfp] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-lxo0be8cfp {
    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;
    }
}
/* _content/CSign.Web/Components/Pages/Portal/PortalPage.razor.rz.scp.css */
.cs-page[b-q2h38yv7fq] {
    font-family: var(--font-family-base);
    background: var(--bg-page);
    min-height: 100vh;
}

.cs-topbar[b-q2h38yv7fq] {
    background: var(--bg-surface);
    border-bottom: 0.5px solid var(--border-subtle);
    padding: 0 var(--space-16);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs-logo[b-q2h38yv7fq] {
    font-size: var(--font-size-3xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
    text-decoration: none;
}

.cs-logo span[b-q2h38yv7fq] {
    color: var(--brand-primary);
}

.cs-topnav[b-q2h38yv7fq] {
    display: flex;
    gap: var(--space-12);
}

.cs-topnav a[b-q2h38yv7fq] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
    text-decoration: none;
}

.cs-topnav a.active[b-q2h38yv7fq] {
    color: var(--brand-primary);
}

.cs-content[b-q2h38yv7fq] {
    padding: var(--space-16);
    max-width: 960px;
    margin: 0 auto;
}

.cs-page-header[b-q2h38yv7fq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-14);
}

.cs-page-title[b-q2h38yv7fq] {
    font-size: var(--font-size-4xl);
    font-weight: 500;
    color: var(--text-primary);
}

.cs-page-subtitle[b-q2h38yv7fq] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
    margin-top: var(--space-1);
}

.cs-btn[b-q2h38yv7fq] {
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-base);
    font-weight: 500;
    cursor: pointer;
    border: none;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
}

.cs-btn-primary[b-q2h38yv7fq] {
    background: var(--brand-primary);
    color: var(--bg-surface);
}

.cs-btn-primary:hover[b-q2h38yv7fq] {
    background: var(--brand-primary-hover);
}

.cs-btn-primary:disabled[b-q2h38yv7fq] {
    background: var(--brand-primary-disabled);
    cursor: not-allowed;
}

.cs-btn-danger[b-q2h38yv7fq] {
    background: transparent;
    color: var(--brand-primary);
    border: 0.5px solid var(--brand-primary-soft-border);
}

.cs-btn-danger:hover[b-q2h38yv7fq] {
    background: var(--brand-primary-soft);
}

.cs-btn-anonymous[b-q2h38yv7fq] {
    border: 0.5px solid var(--border-subtle);
    color: var(--text-secondary);
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-base);
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
}

.cs-btn-delete[b-q2h38yv7fq] {
    padding: 5px var(--space-5);
    font-size: var(--font-size-sm);
}

.cs-card[b-q2h38yv7fq] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.cs-empty[b-q2h38yv7fq] {
    padding: var(--space-20) var(--space-16);
    text-align: center;
}

.cs-empty-icon[b-q2h38yv7fq] {
    width: 48px;
    height: 48px;
    background: var(--brand-primary-soft);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-empty-title[b-q2h38yv7fq] {
    font-size: var(--font-size-lg);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: var(--space-2);
}

.cs-empty-text[b-q2h38yv7fq] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
}

.cs-table[b-q2h38yv7fq] {
    width: 100%;
    border-collapse: collapse;
}

.cs-table th[b-q2h38yv7fq] {
    font-size: var(--font-size-2xs);
    font-weight: 500;
    color: var(--text-subdued);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: var(--space-5) var(--space-10);
    text-align: left;
    border-bottom: 0.5px solid var(--border-subtle);
    background: var(--bg-subtle);
    position: sticky;
    top: 0;
    z-index: 1;
}

.cs-table td[b-q2h38yv7fq] {
    font-size: var(--font-size-base);
    color: var(--text-primary);
    padding: var(--space-7) var(--space-10);
    border-bottom: 0.5px solid var(--border-subtle);
    vertical-align: middle;
}

.cs-table tr:last-child td[b-q2h38yv7fq] {
    border-bottom: none;
}

.cs-table tbody tr:hover td[b-q2h38yv7fq] {
    background: var(--bg-subtle);
}

.cs-table tbody tr.cs-row-recent td[b-q2h38yv7fq] {
    background: var(--brand-primary-soft);
}

.cs-table tbody tr.cs-row-recent:hover td[b-q2h38yv7fq] {
    background: var(--brand-primary-soft);
}

.cs-cell-created[b-q2h38yv7fq] {
    color: var(--text-subdued);
    font-size: var(--font-size-sm);
}

.cs-badge[b-q2h38yv7fq] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px var(--space-3);
    border-radius: var(--radius-pill);
    font-size: var(--font-size-2xs);
    font-weight: 500;
}

.cs-badge[b-q2h38yv7fq]::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: var(--radius-full);
    background: currentColor;
    display: inline-block;
}

.cs-badge-pending[b-q2h38yv7fq] {
    background: var(--brand-primary-soft);
    color: var(--brand-primary);
    border: 0.5px solid var(--brand-primary-soft-border);
}

.cs-badge-completed[b-q2h38yv7fq] {
    background: var(--color-success-soft);
    color: var(--color-success);
    border: 0.5px solid var(--color-success-border);
}

.cs-badge-failed[b-q2h38yv7fq] {
    background: var(--color-error-soft);
    color: var(--color-error);
    border: 0.5px solid var(--color-error-border);
}

.cs-session-title[b-q2h38yv7fq] {
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: var(--space-1);
}

.cs-session-id[b-q2h38yv7fq] {
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
    font-family: var(--font-family-mono);
}

.cs-count-pill[b-q2h38yv7fq] {
    font-size: var(--font-size-sm);
    color: var(--text-subdued);
    background: var(--bg-hover);
    padding: var(--space-1) var(--space-4);
    border-radius: var(--radius-lg);
}

.cs-link[b-q2h38yv7fq] {
    color: var(--brand-primary);
    text-decoration: none;
    font-size: var(--font-size-base);
}

.cs-link:hover[b-q2h38yv7fq] {
    text-decoration: underline;
}

.cs-error[b-q2h38yv7fq] {
    background: var(--brand-primary-soft);
    border: 0.5px solid var(--brand-primary-soft-border);
    border-radius: var(--radius-md);
    padding: var(--space-6) var(--space-8);
    font-size: var(--font-size-base);
    color: var(--brand-primary);
    margin-bottom: var(--space-8);
}

.cs-loading[b-q2h38yv7fq] {
    padding: var(--space-20);
    text-align: center;
    color: var(--text-subdued);
    font-size: var(--font-size-base);
}

.cs-spinner[b-q2h38yv7fq] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--brand-primary-soft-border);
    border-top-color: var(--brand-primary);
    border-radius: var(--radius-full);
    animation: spin-b-q2h38yv7fq var(--transition-spinner-fast) linear infinite;
    margin: 0 auto var(--space-6);
}

@keyframes spin-b-q2h38yv7fq {
    to {
        transform: rotate(360deg);
    }
}

.cs-actions-col[b-q2h38yv7fq] {
    display: flex;
    gap: var(--space-4);
    align-items: center;
}
/* _content/CSign.Web/Components/Pages/Portal/SessionDetailPage.razor.rz.scp.css */
.cs-page[b-ix2m42e5an] {
    font-family: var(--font-family-base);
    background: var(--bg-page);
    min-height: 100vh;
}

.cs-topbar[b-ix2m42e5an] {
    background: var(--bg-surface);
    border-bottom: 0.5px solid var(--border-subtle);
    padding: 0 var(--space-16);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs-logo[b-ix2m42e5an] {
    font-size: var(--font-size-3xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
    text-decoration: none;
}

.cs-logo span[b-ix2m42e5an] {
    color: var(--brand-primary);
}

.cs-topnav a[b-ix2m42e5an] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
    text-decoration: none;
}

.cs-topnav a.active[b-ix2m42e5an] {
    color: var(--brand-primary);
}

.cs-content[b-ix2m42e5an] {
    padding: var(--space-16);
    max-width: 960px;
    margin: 0 auto;
}

.cs-breadcrumb[b-ix2m42e5an] {
    font-size: var(--font-size-sm);
    color: var(--text-subdued);
    margin-bottom: var(--space-10);
}

.cs-breadcrumb a[b-ix2m42e5an] {
    color: var(--brand-primary);
    text-decoration: none;
}

.cs-breadcrumb a:hover[b-ix2m42e5an] {
    text-decoration: underline;
}

.cs-breadcrumb-sep[b-ix2m42e5an] {
    color: var(--text-faintest);
    margin: 0 var(--space-3);
}

.cs-page-header[b-ix2m42e5an] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: var(--space-12);
}

.cs-page-title[b-ix2m42e5an] {
    font-size: var(--font-size-4xl);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: 3px;
}

.cs-page-subtitle[b-ix2m42e5an] {
    font-size: var(--font-size-sm);
    color: var(--text-faint);
    font-family: var(--font-family-mono);
}

.cs-meta-grid[b-ix2m42e5an] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--space-6);
    margin-bottom: var(--space-10);
}

.cs-meta-card[b-ix2m42e5an] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    padding: var(--space-7) 18px;
}

.cs-meta-label[b-ix2m42e5an] {
    font-size: var(--font-size-2xs);
    font-weight: 500;
    color: var(--text-faint);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: var(--space-2);
}

.cs-meta-value[b-ix2m42e5an] {
    font-size: var(--font-size-md);
    color: var(--text-primary);
    font-weight: 500;
}

.cs-section[b-ix2m42e5an] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    margin-bottom: var(--space-8);
    overflow: hidden;
}

.cs-section-header[b-ix2m42e5an] {
    padding: var(--space-6) var(--space-10);
    border-bottom: 0.5px solid var(--border-subtle);
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: var(--bg-subtle);
}

.cs-section-title[b-ix2m42e5an] {
    font-size: var(--font-size-sm);
    font-weight: 500;
    color: var(--text-subdued);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cs-section-count[b-ix2m42e5an] {
    font-size: var(--font-size-sm);
    color: var(--text-faint);
    background: var(--bg-hover);
    padding: var(--space-1) var(--space-4);
    border-radius: var(--radius-lg);
}

.cs-table[b-ix2m42e5an] {
    width: 100%;
    border-collapse: collapse;
}

.cs-table th[b-ix2m42e5an] {
    font-size: var(--font-size-2xs);
    font-weight: 500;
    color: var(--text-faint);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: var(--space-5) var(--space-10);
    text-align: left;
    border-bottom: 0.5px solid var(--border-subtle);
}

.cs-table td[b-ix2m42e5an] {
    font-size: var(--font-size-base);
    color: var(--text-primary);
    padding: 13px var(--space-10);
    border-bottom: 0.5px solid var(--border-subtle);
    vertical-align: middle;
}

.cs-table tr:last-child td[b-ix2m42e5an] {
    border-bottom: none;
}

.cs-table tbody tr:hover td[b-ix2m42e5an] {
    background: var(--bg-subtle);
}

.cs-cell-method[b-ix2m42e5an] {
    color: var(--text-subdued);
}

.cs-cell-signed[b-ix2m42e5an] {
    font-size: var(--font-size-sm);
    color: var(--text-faint);
}

.cs-cell-complete[b-ix2m42e5an] {
    color: var(--color-success);
    font-size: var(--font-size-base);
}

.cs-cell-no-url[b-ix2m42e5an] {
    color: var(--text-faintest);
    font-size: var(--font-size-sm);
}

.cs-recipient-meta-name[b-ix2m42e5an] {
    font-weight: 500;
}

.cs-recipient-meta-email[b-ix2m42e5an] {
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
}

.cs-empty-row[b-ix2m42e5an] {
    padding: var(--space-16);
    text-align: center;
    color: var(--text-faint);
    font-size: var(--font-size-base);
}

.cs-badge[b-ix2m42e5an] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px var(--space-3);
    border-radius: var(--radius-pill);
    font-size: var(--font-size-2xs);
    font-weight: 500;
}

.cs-badge[b-ix2m42e5an]::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: var(--radius-full);
    background: currentColor;
    display: inline-block;
}

.cs-badge-pending[b-ix2m42e5an] {
    background: var(--brand-primary-soft);
    color: var(--brand-primary);
    border: 0.5px solid var(--brand-primary-soft-border);
}

.cs-badge-signed[b-ix2m42e5an] {
    background: var(--color-success-soft);
    color: var(--color-success);
    border: 0.5px solid var(--color-success-border);
}

.cs-badge-completed[b-ix2m42e5an] {
    background: var(--color-success-soft);
    color: var(--color-success);
    border: 0.5px solid var(--color-success-border);
}

.cs-avatar[b-ix2m42e5an] {
    width: 28px;
    height: 28px;
    border-radius: var(--radius-full);
    background: var(--brand-primary-avatar-bg);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    font-weight: 600;
    color: var(--brand-primary);
    margin-right: var(--space-4);
    vertical-align: middle;
    flex-shrink: 0;
}

.cs-recipient-name[b-ix2m42e5an] {
    display: inline-flex;
    align-items: center;
}

.cs-file-row[b-ix2m42e5an] {
    display: flex;
    align-items: center;
    padding: var(--space-7) var(--space-10);
    gap: var(--space-7);
    border-bottom: 0.5px solid var(--border-subtle);
}

.cs-file-row:last-child[b-ix2m42e5an] {
    border-bottom: none;
}

.cs-file-row-info[b-ix2m42e5an] {
    flex: 1;
}

.cs-file-icon[b-ix2m42e5an] {
    width: 34px;
    height: 34px;
    background: var(--brand-primary-soft);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-xs);
    font-weight: 700;
    color: var(--brand-primary);
    flex-shrink: 0;
}

.cs-file-name[b-ix2m42e5an] {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--text-primary);
}

.cs-file-meta[b-ix2m42e5an] {
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
    margin-top: 1px;
}

.cs-actions[b-ix2m42e5an] {
    padding: var(--space-7) var(--space-10);
    display: flex;
    align-items: center;
    gap: var(--space-5);
    border-top: 0.5px solid var(--border-subtle);
}

.cs-btn[b-ix2m42e5an] {
    padding: var(--space-4) var(--space-8);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-base);
    font-weight: 500;
    cursor: pointer;
    font-family: inherit;
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
}

.cs-btn-primary[b-ix2m42e5an] {
    background: var(--brand-primary);
    color: var(--bg-surface);
    border: none;
}

.cs-btn-primary:hover[b-ix2m42e5an] {
    background: var(--brand-primary-hover);
}

.cs-btn-primary:disabled[b-ix2m42e5an] {
    background: var(--brand-primary-disabled);
    cursor: not-allowed;
}

.cs-btn-ghost[b-ix2m42e5an] {
    background: transparent;
    color: var(--brand-primary);
    border: 0.5px solid var(--brand-primary-soft-border);
}

.cs-btn-ghost:hover[b-ix2m42e5an] {
    background: var(--brand-primary-soft);
}

.cs-btn-secondary[b-ix2m42e5an] {
    background: var(--bg-page);
    color: var(--text-secondary);
    border: 0.5px solid var(--border-subtle);
}

.cs-btn-secondary:hover[b-ix2m42e5an] {
    background: var(--bg-hover);
}

.cs-error[b-ix2m42e5an] {
    background: var(--brand-primary-soft);
    border: 0.5px solid var(--brand-primary-soft-border);
    border-radius: var(--radius-md);
    padding: var(--space-6) var(--space-8);
    font-size: var(--font-size-base);
    color: var(--brand-primary);
    margin-bottom: var(--space-6);
}

.cs-loading[b-ix2m42e5an] {
    padding: var(--space-20);
    text-align: center;
    color: var(--text-subdued);
    font-size: var(--font-size-base);
}

.cs-spinner[b-ix2m42e5an] {
    width: 20px;
    height: 20px;
    border: 2px solid var(--brand-primary-soft-border);
    border-top-color: var(--brand-primary);
    border-radius: var(--radius-full);
    animation: spin-b-ix2m42e5an var(--transition-spinner-fast) linear infinite;
    margin: 0 auto var(--space-6);
}

@keyframes spin-b-ix2m42e5an {
    to {
        transform: rotate(360deg);
    }
}

.cs-sign-link[b-ix2m42e5an] {
    color: var(--brand-primary);
    font-size: var(--font-size-sm);
    text-decoration: none;
}

.cs-sign-link:hover[b-ix2m42e5an] {
    text-decoration: underline;
}
/* _content/CSign.Web/Components/Pages/Portal/TransactionLogPage.razor.rz.scp.css */
.cs-page[b-i9m8vws3b4] {
    font-family: var(--font-family-base);
    background: var(--bg-page);
    min-height: 100vh;
}

.cs-topbar[b-i9m8vws3b4] {
    background: var(--bg-surface);
    border-bottom: 0.5px solid var(--border-subtle);
    padding: 0 var(--space-16);
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.cs-logo[b-i9m8vws3b4] {
    font-size: var(--font-size-3xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
    text-decoration: none;
}

.cs-logo span[b-i9m8vws3b4] {
    color: var(--brand-primary);
}

.cs-topnav[b-i9m8vws3b4] {
    display: flex;
    gap: var(--space-12);
}

.cs-topnav a[b-i9m8vws3b4] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
    text-decoration: none;
}

.cs-topnav a.active[b-i9m8vws3b4] {
    color: var(--brand-primary);
}

.cs-content[b-i9m8vws3b4] {
    padding: var(--space-16);
    max-width: 1200px;
    margin: 0 auto;
}

.cs-page-header[b-i9m8vws3b4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: var(--space-14);
}

.cs-page-title[b-i9m8vws3b4] {
    font-size: var(--font-size-4xl);
    font-weight: 500;
    color: var(--text-primary);
}

.cs-page-subtitle[b-i9m8vws3b4] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
    margin-top: var(--space-1);
}

.cs-card[b-i9m8vws3b4] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-lg);
    overflow: hidden;
}

.cs-filter-bar[b-i9m8vws3b4] {
    display: flex;
    gap: var(--space-6);
    align-items: center;
    padding: var(--space-7) var(--space-10);
    border-bottom: 0.5px solid var(--border-subtle);
    background: var(--bg-subtle);
    flex-wrap: wrap;
}

.cs-filter-label[b-i9m8vws3b4] {
    font-size: var(--font-size-2xs);
    font-weight: 500;
    color: var(--text-subdued);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.cs-filter-select[b-i9m8vws3b4] {
    padding: var(--space-3) var(--space-5);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-base);
    color: var(--text-primary);
    background: var(--bg-surface);
    font-family: inherit;
    min-width: 140px;
}

.cs-filter-select:focus[b-i9m8vws3b4] {
    outline: none;
    border-color: var(--brand-primary);
}

.cs-filter-search[b-i9m8vws3b4] {
    padding: var(--space-3) var(--space-5);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-base);
    color: var(--text-primary);
    background: var(--bg-surface);
    font-family: inherit;
    min-width: 220px;
    flex: 1 1 220px;
    max-width: 320px;
}

.cs-filter-search:focus[b-i9m8vws3b4] {
    outline: none;
    border-color: var(--brand-primary);
}

.cs-clear[b-i9m8vws3b4] {
    font-size: var(--font-size-sm);
    color: var(--brand-primary);
    background: transparent;
    border: none;
    cursor: pointer;
    padding: var(--space-3) var(--space-2);
    font-family: inherit;
}

.cs-clear:hover[b-i9m8vws3b4] {
    text-decoration: underline;
}

.cs-table-scroll[b-i9m8vws3b4] {
    height: calc(100vh - 260px);
    min-height: 400px;
    overflow-y: auto;
}

.cs-table[b-i9m8vws3b4] {
    width: 100%;
    border-collapse: collapse;
}

.cs-table th[b-i9m8vws3b4] {
    font-size: var(--font-size-2xs);
    font-weight: 500;
    color: var(--text-subdued);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: var(--space-5) var(--space-10);
    text-align: left;
    border-bottom: 0.5px solid var(--border-subtle);
    background: var(--bg-subtle);
    position: sticky;
    top: 0;
    z-index: 1;
}

.cs-table th.cs-col-toggle[b-i9m8vws3b4] { width: 28px; }
.cs-table th.cs-col-timestamp[b-i9m8vws3b4] { width: 170px; }
.cs-table th.cs-col-flow[b-i9m8vws3b4] { width: 160px; }
.cs-table th.cs-col-action[b-i9m8vws3b4] { width: 180px; }
.cs-table th.cs-col-status[b-i9m8vws3b4] { width: 110px; }

.cs-table td[b-i9m8vws3b4] {
    font-size: var(--font-size-base);
    color: var(--text-primary);
    padding: var(--space-6) var(--space-10);
    border-bottom: 0.5px solid var(--border-subtle);
    vertical-align: middle;
}

.cs-table tbody tr.cs-row[b-i9m8vws3b4] {
    cursor: pointer;
}

.cs-table tbody tr.cs-row:hover td[b-i9m8vws3b4] {
    background: var(--bg-subtle);
}

.cs-table tbody tr.cs-row-expanded td[b-i9m8vws3b4] {
    background: var(--bg-subtle);
}

.cs-cell-timestamp[b-i9m8vws3b4] {
    color: var(--text-secondary);
}

.cs-badge[b-i9m8vws3b4] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    padding: 3px var(--space-3);
    border-radius: var(--radius-pill);
    font-size: var(--font-size-2xs);
    font-weight: 500;
}

.cs-badge[b-i9m8vws3b4]::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: var(--radius-full);
    background: currentColor;
    display: inline-block;
}

.cs-badge-success[b-i9m8vws3b4] {
    background: var(--color-success-soft);
    color: var(--color-success);
    border: 0.5px solid var(--color-success-border);
}

.cs-badge-failed[b-i9m8vws3b4] {
    background: var(--color-error-soft);
    color: var(--color-error);
    border: 0.5px solid var(--color-error-border);
}

.cs-mono[b-i9m8vws3b4] {
    font-family: var(--font-family-mono);
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
}

.cs-expand-cell[b-i9m8vws3b4] {
    padding: 0 !important;
    background: var(--bg-subtler) !important;
}

.cs-expand-inner[b-i9m8vws3b4] {
    padding: var(--space-8) var(--space-12);
    display: grid;
    grid-template-columns: 160px 1fr;
    row-gap: var(--space-3);
    column-gap: var(--space-8);
    font-size: var(--font-size-sm);
}

.cs-expand-label[b-i9m8vws3b4] {
    color: var(--text-subdued);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-size: var(--font-size-2xs);
}

.cs-expand-value[b-i9m8vws3b4] {
    color: var(--text-primary);
    word-break: break-all;
}

.cs-expand-value.cs-mono[b-i9m8vws3b4] {
    color: var(--text-secondary);
}

.cs-caret[b-i9m8vws3b4] {
    display: inline-block;
    width: 10px;
    transition: transform var(--transition-fast) ease;
    color: var(--text-faint);
}

.cs-caret-open[b-i9m8vws3b4] {
    transform: rotate(90deg);
}

.cs-empty[b-i9m8vws3b4] {
    padding: var(--space-20) var(--space-16);
    text-align: center;
}

.cs-empty-icon[b-i9m8vws3b4] {
    width: 48px;
    height: 48px;
    background: var(--brand-primary-soft);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-6);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cs-empty-title[b-i9m8vws3b4] {
    font-size: var(--font-size-lg);
    font-weight: 500;
    color: var(--text-primary);
    margin-bottom: var(--space-2);
}

.cs-empty-text[b-i9m8vws3b4] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
}

.cs-error[b-i9m8vws3b4] {
    background: var(--brand-primary-soft);
    border: 0.5px solid var(--brand-primary-soft-border);
    border-radius: var(--radius-md);
    padding: var(--space-6) var(--space-8);
    font-size: var(--font-size-base);
    color: var(--brand-primary);
    margin-bottom: var(--space-8);
}

.cs-loading-row td[b-i9m8vws3b4] {
    padding: var(--space-7) var(--space-10);
    color: var(--text-faint);
    font-size: var(--font-size-sm);
    font-style: italic;
}
/* _content/CSign.Web/Components/Pages/Signing/SignerPage.razor.rz.scp.css */
.signer-page[b-u0bo7w7xpk],
.signer-page *[b-u0bo7w7xpk],
.signer-page *[b-u0bo7w7xpk]::before,
.signer-page *[b-u0bo7w7xpk]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.signer-page[b-u0bo7w7xpk] {
    min-height: 100vh;
    background: var(--bg-page-alt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-16) var(--space-8);
    font-family: var(--font-family-base);
}

.signer-card[b-u0bo7w7xpk] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-card);
    border-radius: var(--radius-xl);
    box-shadow: 0 1px 2px rgba(80, 58, 34, 0.04), 0 14px 40px rgba(80, 58, 34, 0.07);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.signer-header[b-u0bo7w7xpk] {
    padding: var(--space-16) var(--space-16) var(--space-12);
    border-bottom: 0.5px solid var(--border-subtle);
}

.signer-logo[b-u0bo7w7xpk] {
    font-size: var(--font-size-2xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
    margin-bottom: var(--space-12);
}

.signer-logo span[b-u0bo7w7xpk] {
    color: var(--brand-mark);
}

.signer-title[b-u0bo7w7xpk] {
    font-family: var(--font-family-heading);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-heading);
    margin-bottom: var(--space-2);
}

.signer-description[b-u0bo7w7xpk] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
    margin-top: var(--space-3);
}

.signer-section[b-u0bo7w7xpk] {
    padding: var(--space-12) var(--space-16);
    border-bottom: 0.5px solid var(--border-subtle);
}

.section-label[b-u0bo7w7xpk] {
    font-size: var(--font-size-xs);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: var(--text-faint);
    margin-bottom: var(--space-6);
}

.document-row[b-u0bo7w7xpk] {
    display: flex;
    align-items: center;
    gap: var(--space-6);
    padding: var(--space-6) var(--space-7);
    background: var(--bg-subtle);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-md);
}

.document-icon[b-u0bo7w7xpk] {
    width: 36px;
    height: 36px;
    background: var(--bg-page-alt);
    border-radius: var(--radius-sm);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.document-info[b-u0bo7w7xpk] {
    flex: 1;
    min-width: 0;
}

.document-name[b-u0bo7w7xpk] {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--text-primary);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-meta[b-u0bo7w7xpk] {
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
    margin-top: var(--space-1);
}

.document-hash[b-u0bo7w7xpk] {
    font-size: var(--font-size-xs);
    color: var(--text-fainter);
    font-family: var(--font-family-mono);
    margin-top: 3px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.document-actions[b-u0bo7w7xpk] {
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: var(--space-2);
}

.document-open-link[b-u0bo7w7xpk] {
    font-size: var(--font-size-2xs);
    color: var(--brand-primary);
    text-decoration: none;
}

.document-open-link:hover[b-u0bo7w7xpk] {
    text-decoration: underline;
}

.btn-preview[b-u0bo7w7xpk] {
    flex-shrink: 0;
    padding: 5px var(--space-5);
    background: transparent;
    border: 0.5px solid var(--border-button);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-2xs);
    font-weight: 500;
    color: var(--text-muted);
    cursor: pointer;
    font-family: inherit;
    transition: background var(--transition-fast), color var(--transition-fast);
}

.btn-preview:hover[b-u0bo7w7xpk] {
    background: var(--bg-hover);
    color: var(--text-primary);
}

.btn-preview.active[b-u0bo7w7xpk] {
    background: var(--brand-primary-soft);
    border-color: var(--brand-primary);
    color: var(--brand-primary);
}

.document-preview[b-u0bo7w7xpk] {
    margin-top: var(--space-5);
    border: 0.5px solid var(--border-subtle);
    border-radius: var(--radius-md);
    overflow: hidden;
    background: #F8F8F8;
}

.document-preview object[b-u0bo7w7xpk],
.document-preview img[b-u0bo7w7xpk] {
    display: block;
    width: 100%;
}

.document-preview object[b-u0bo7w7xpk] {
    height: 480px;
    border: none;
}

.document-preview img[b-u0bo7w7xpk] {
    max-height: 600px;
    object-fit: contain;
}

.document-preview-fallback[b-u0bo7w7xpk] {
    padding: var(--space-8);
    font-size: var(--font-size-base);
    color: var(--text-subdued);
}

.document-preview-fallback a[b-u0bo7w7xpk] {
    color: var(--brand-primary);
}

.recipient-row[b-u0bo7w7xpk] {
    display: flex;
    align-items: center;
    gap: var(--space-5);
}

.recipient-avatar[b-u0bo7w7xpk] {
    width: 32px;
    height: 32px;
    background: var(--brand-primary-soft);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--font-size-2xs);
    font-weight: 600;
    color: var(--brand-primary);
    flex-shrink: 0;
}

.recipient-name[b-u0bo7w7xpk] {
    font-size: var(--font-size-base);
    font-weight: 500;
    color: var(--text-primary);
}

.recipient-email[b-u0bo7w7xpk] {
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
}

.signer-actions[b-u0bo7w7xpk] {
    padding: var(--space-12) var(--space-16);
}

.btn-bankid[b-u0bo7w7xpk] {
    width: 100%;
    padding: var(--space-7) var(--space-12);
    background: var(--brand-primary);
    color: #fff;
    border: none;
    border-radius: var(--radius-md);
    font-size: var(--font-size-md);
    font-weight: 600;
    cursor: pointer;
    font-family: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: var(--space-5);
    box-shadow: 0 1px 2px rgba(120, 165, 87, 0.22);
    transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.btn-bankid:hover[b-u0bo7w7xpk] {
    background: var(--brand-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(120, 165, 87, 0.28);
}

.btn-bankid:disabled[b-u0bo7w7xpk] {
    background: var(--brand-primary-disabled);
    box-shadow: none;
    transform: none;
    cursor: not-allowed;
}

.signing-notice[b-u0bo7w7xpk] {
    font-size: var(--font-size-2xs);
    color: var(--text-faint);
    text-align: center;
    margin-top: var(--space-6);
    line-height: 1.5;
}

.signing-success[b-u0bo7w7xpk] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-4);
    padding: var(--space-6) 0;
}

.signing-success-icon[b-u0bo7w7xpk] {
    width: 52px;
    height: 52px;
    background: var(--color-success-soft);
    border-radius: var(--radius-full);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: var(--space-2);
}

.signing-success-title[b-u0bo7w7xpk] {
    font-family: var(--font-family-heading);
    font-size: 22px;
    font-weight: 500;
    color: var(--color-success);
}

.signing-success-text[b-u0bo7w7xpk] {
    font-size: var(--font-size-base);
    color: var(--text-subdued);
}

.state-center[b-u0bo7w7xpk] {
    text-align: center;
    padding: var(--space-20) var(--space-16);
    color: var(--text-subdued);
    font-size: var(--font-size-md);
}

.state-icon[b-u0bo7w7xpk] {
    width: 48px;
    height: 48px;
    background: var(--color-success-soft);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-8);
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-title[b-u0bo7w7xpk] {
    font-family: var(--font-family-heading);
    font-size: 22px;
    font-weight: 500;
    color: var(--text-heading);
    margin-bottom: var(--space-3);
}

.error-icon[b-u0bo7w7xpk] {
    background: var(--color-error-soft);
}

.alert-banner[b-u0bo7w7xpk] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-5);
    padding: var(--space-7) var(--space-10);
    border-bottom: 0.5px solid;
    font-size: var(--font-size-base);
    line-height: 1.5;
}

.alert-banner-icon[b-u0bo7w7xpk] {
    flex-shrink: 0;
    margin-top: 1px;
}

.alert-banner-error[b-u0bo7w7xpk] {
    background: var(--color-error-soft);
    border-color: var(--brand-primary-soft-border);
    color: var(--color-error);
}

.cancel-banner[b-u0bo7w7xpk] {
    display: flex;
    align-items: flex-start;
    gap: var(--space-5);
    padding: var(--space-7) var(--space-10);
    background: var(--color-warning-soft);
    border-bottom: 0.5px solid var(--color-warning-border);
    font-size: var(--font-size-base);
    color: var(--color-warning-text);
    line-height: 1.5;
}

.cancel-banner-icon[b-u0bo7w7xpk] {
    flex-shrink: 0;
    margin-top: 1px;
}

.waiting-spinner[b-u0bo7w7xpk] {
    width: 40px;
    height: 40px;
    border: 3px solid var(--border-subtle);
    border-top-color: var(--brand-accent);
    border-radius: var(--radius-full);
    animation: spin-b-u0bo7w7xpk var(--transition-spinner-base) linear infinite;
    margin: 0 auto var(--space-10);
}

@keyframes spin-b-u0bo7w7xpk {
    to {
        transform: rotate(360deg);
    }
}

.btn-reopen[b-u0bo7w7xpk] {
    display: inline-block;
    margin-top: var(--space-8);
    padding: var(--space-4) var(--space-8);
    background: transparent;
    border: 0.5px solid var(--border-button);
    border-radius: var(--radius-sm);
    font-size: var(--font-size-sm);
    color: var(--text-secondary);
    cursor: pointer;
    font-family: inherit;
    transition: background var(--transition-fast);
}

.btn-reopen:hover[b-u0bo7w7xpk] {
    background: var(--bg-hover);
}

.document-row-spacer[b-u0bo7w7xpk] {
    margin-bottom: var(--space-4);
}
/* _content/CSign.Web/Components/Pages/Signing/SigningCancelled.razor.rz.scp.css */
.signing-page[b-i7sbfsscue],
.signing-page *[b-i7sbfsscue],
.signing-page *[b-i7sbfsscue]::before,
.signing-page *[b-i7sbfsscue]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.signing-page[b-i7sbfsscue] {
    min-height: 100vh;
    background: var(--bg-page-alt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-16) var(--space-8);
    font-family: var(--font-family-base);
}

.signing-card[b-i7sbfsscue] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-card);
    border-radius: var(--radius-xl);
    box-shadow: 0 1px 2px rgba(80, 58, 34, 0.04), 0 14px 40px rgba(80, 58, 34, 0.07);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.signing-header[b-i7sbfsscue] {
    padding: var(--space-16) var(--space-16) var(--space-12);
    border-bottom: 0.5px solid var(--border-subtle);
}

.signing-logo[b-i7sbfsscue] {
    font-size: var(--font-size-2xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
}

.signing-logo span[b-i7sbfsscue] {
    color: var(--brand-mark);
}

.state-center[b-i7sbfsscue] {
    text-align: center;
    padding: var(--space-20) var(--space-16);
    color: var(--text-subdued);
    font-size: var(--font-size-md);
}

.state-icon[b-i7sbfsscue] {
    width: 56px;
    height: 56px;
    background: var(--color-warning-soft-alt);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-title[b-i7sbfsscue] {
    font-family: var(--font-family-heading);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-heading);
    margin-bottom: var(--space-5);
}

.state-subtitle[b-i7sbfsscue] {
    font-size: var(--font-size-md);
    color: var(--text-subdued);
    line-height: 1.6;
}
/* _content/CSign.Web/Components/Pages/Signing/SigningComplete.razor.rz.scp.css */
.complete-page[b-dptwkak15n],
.complete-page *[b-dptwkak15n],
.complete-page *[b-dptwkak15n]::before,
.complete-page *[b-dptwkak15n]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.complete-page[b-dptwkak15n] {
    min-height: 100vh;
    background: var(--bg-page-alt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-16) var(--space-8);
    font-family: var(--font-family-base);
}

.complete-card[b-dptwkak15n] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-card);
    border-radius: var(--radius-xl);
    box-shadow: 0 1px 2px rgba(80, 58, 34, 0.04), 0 14px 40px rgba(80, 58, 34, 0.07);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.complete-header[b-dptwkak15n] {
    padding: var(--space-16) var(--space-16) var(--space-12);
    border-bottom: 0.5px solid var(--border-subtle);
}

.complete-logo[b-dptwkak15n] {
    font-size: var(--font-size-2xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
}

.complete-logo span[b-dptwkak15n] {
    color: var(--brand-mark);
}

.state-center[b-dptwkak15n] {
    text-align: center;
    padding: var(--space-20) var(--space-16);
    color: var(--text-subdued);
    font-size: var(--font-size-md);
}

.state-icon[b-dptwkak15n] {
    width: 56px;
    height: 56px;
    background: var(--color-success-soft);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-title[b-dptwkak15n] {
    font-family: var(--font-family-heading);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-heading);
    margin-bottom: var(--space-5);
}

.state-subtitle[b-dptwkak15n] {
    font-size: var(--font-size-md);
    color: var(--text-subdued);
    line-height: 1.6;
}

.state-session[b-dptwkak15n] {
    font-weight: 600;
    color: var(--text-heading);
}
/* _content/CSign.Web/Components/Pages/Signing/SigningError.razor.rz.scp.css */
.signing-page[b-zzix8thll3],
.signing-page *[b-zzix8thll3],
.signing-page *[b-zzix8thll3]::before,
.signing-page *[b-zzix8thll3]::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

.signing-page[b-zzix8thll3] {
    min-height: 100vh;
    background: var(--bg-page-alt);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--space-16) var(--space-8);
    font-family: var(--font-family-base);
}

.signing-card[b-zzix8thll3] {
    background: var(--bg-surface);
    border: 0.5px solid var(--border-card);
    border-radius: var(--radius-xl);
    box-shadow: 0 1px 2px rgba(80, 58, 34, 0.04), 0 14px 40px rgba(80, 58, 34, 0.07);
    width: 100%;
    max-width: 520px;
    overflow: hidden;
}

.signing-header[b-zzix8thll3] {
    padding: var(--space-16) var(--space-16) var(--space-12);
    border-bottom: 0.5px solid var(--border-subtle);
}

.signing-logo[b-zzix8thll3] {
    font-size: var(--font-size-2xl);
    font-weight: 300;
    letter-spacing: -0.5px;
    color: var(--text-primary);
}

.signing-logo span[b-zzix8thll3] {
    color: var(--brand-mark);
}

.state-center[b-zzix8thll3] {
    text-align: center;
    padding: var(--space-20) var(--space-16);
    color: var(--text-subdued);
    font-size: var(--font-size-md);
}

.state-icon[b-zzix8thll3] {
    width: 56px;
    height: 56px;
    background: var(--color-error-soft);
    border-radius: var(--radius-full);
    margin: 0 auto var(--space-10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.state-title[b-zzix8thll3] {
    font-family: var(--font-family-heading);
    font-size: 26px;
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-heading);
    margin-bottom: var(--space-5);
}

.state-subtitle[b-zzix8thll3] {
    font-size: var(--font-size-md);
    color: var(--text-subdued);
    line-height: 1.6;
}
/* _content/CSign.Web/Components/Pages/Signing/SigningPage.razor.rz.scp.css */
.signing-loading[b-sxganzpzau],
.signing-error[b-sxganzpzau],
.signing-container[b-sxganzpzau] {
    max-width: 640px;
    margin: 0 auto;
    padding: var(--space-16) var(--space-8);
    font-family: var(--font-family-base);
    color: var(--text-primary);
}

.signing-header h1[b-sxganzpzau],
.signing-error h2[b-sxganzpzau] {
    font-family: var(--font-family-heading);
    font-weight: 500;
    letter-spacing: -0.01em;
    color: var(--text-heading);
}

.signing-header h1[b-sxganzpzau] {
    font-size: 30px;
    margin-bottom: var(--space-3);
}

.signing-description[b-sxganzpzau] {
    font-size: var(--font-size-lg);
    color: var(--text-secondary);
    line-height: 1.55;
}

.signing-documents h2[b-sxganzpzau],
.signing-recipients h2[b-sxganzpzau] {
    font-family: var(--font-family-heading);
    font-weight: 500;
    font-size: 21px;
    letter-spacing: -0.005em;
    color: var(--text-heading);
    margin-top: var(--space-14);
    margin-bottom: var(--space-6);
}

.signing-documents ul[b-sxganzpzau] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.signing-documents li[b-sxganzpzau] {
    padding: var(--space-6) var(--space-8);
    background: var(--bg-surface);
    border: 0.5px solid var(--border-card);
    border-radius: var(--radius-md);
    margin-bottom: var(--space-4);
    font-size: var(--font-size-md);
    color: var(--text-primary);
}

.recipient-row[b-sxganzpzau] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: var(--space-8);
    padding: var(--space-8) var(--space-10);
    background: var(--bg-surface);
    border: 0.5px solid var(--border-card);
    border-radius: var(--radius-lg);
    box-shadow: 0 1px 2px rgba(80, 58, 34, 0.04);
    margin-bottom: var(--space-6);
}

.recipient-identity[b-sxganzpzau] {
    display: flex;
    align-items: center;
    gap: var(--space-6);
    min-width: 0;
}

.recipient-identity strong[b-sxganzpzau] {
    font-family: var(--font-family-heading);
    font-weight: 600;
    font-size: var(--font-size-xl);
    color: var(--text-heading);
}

.recipient-status[b-sxganzpzau] {
    display: inline-block;
    padding: 3px var(--space-6);
    border-radius: var(--radius-pill);
    background: var(--bg-hover);
    color: var(--text-secondary);
    font-size: var(--font-size-2xs);
    font-weight: 600;
    letter-spacing: 0.02em;
}

.recipient-action[b-sxganzpzau] {
    flex-shrink: 0;
}

.signing-sign-btn[b-sxganzpzau] {
    display: inline-block;
    padding: var(--space-5) var(--space-10);
    background: var(--brand-primary);
    color: #fff;
    border-radius: var(--radius-md);
    font-size: var(--font-size-md);
    font-weight: 600;
    text-decoration: none;
    box-shadow: 0 1px 2px rgba(120, 165, 87, 0.22);
    transition: background var(--transition-fast), box-shadow var(--transition-fast), transform var(--transition-fast);
}

.signing-sign-btn:hover[b-sxganzpzau] {
    background: var(--brand-primary-hover);
    transform: translateY(-1px);
    box-shadow: 0 5px 14px rgba(120, 165, 87, 0.28);
}
