/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-934t91rqbq] {
    background: #fff7ed;
    border-top: 1px solid #fed7aa;
    bottom: 0;
    box-shadow: var(--nx-shadow-md);
    color: #7c2d12;
    display: none;
    left: 0;
    padding: .75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-934t91rqbq] {
    cursor: pointer;
    position: absolute;
    right: .75rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-e3dhnu3vs9],
.components-reconnect-repeated-attempt-visible[b-e3dhnu3vs9],
.components-reconnect-failed-visible[b-e3dhnu3vs9],
.components-pause-visible[b-e3dhnu3vs9],
.components-resume-failed-visible[b-e3dhnu3vs9],
.components-rejoining-animation[b-e3dhnu3vs9] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-retrying[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-failed[b-e3dhnu3vs9],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-e3dhnu3vs9] {
    display: block;
}


#components-reconnect-modal[b-e3dhnu3vs9] {
    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-e3dhnu3vs9 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-e3dhnu3vs9 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-e3dhnu3vs9 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-e3dhnu3vs9]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-e3dhnu3vs9 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-e3dhnu3vs9 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-e3dhnu3vs9 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-e3dhnu3vs9 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-e3dhnu3vs9] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-e3dhnu3vs9] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-e3dhnu3vs9] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-e3dhnu3vs9] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-e3dhnu3vs9] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-e3dhnu3vs9] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-e3dhnu3vs9] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-e3dhnu3vs9 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-e3dhnu3vs9] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-e3dhnu3vs9 {
    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/Sales/SalesFinalKanbanBoard.razor.rz.scp.css */
.sf-board-shell[b-y5hd0mqudq] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    min-width: 0;
}

.sf-board-toolbar[b-y5hd0mqudq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.sf-search[b-y5hd0mqudq] {
    display: flex;
    align-items: center;
    gap: .6rem;
    flex: 1;
    max-width: 46rem;
    padding: .65rem .85rem;
    border: 1px solid rgba(148, 163, 184, .18);
    border-radius: .55rem;
    background: rgba(15, 23, 42, .48);
}

.sf-search-icon[b-y5hd0mqudq] {
    opacity: .65;
}

.sf-search input[b-y5hd0mqudq] {
    width: 100%;
    border: 0;
    outline: 0;
    background: transparent;
    color: inherit;
}

    .sf-search input[b-y5hd0mqudq]::placeholder {
        color: rgba(203, 213, 225, .48);
    }

.sf-toolbar-summary[b-y5hd0mqudq] {
    display: flex;
    gap: 1rem;
    font-size: .8rem;
    opacity: .78;
}

    .sf-toolbar-summary strong[b-y5hd0mqudq] {
        margin-right: .2rem;
    }

.sf-kanban[b-y5hd0mqudq] {
    display: grid;
    grid-template-columns: repeat(3, minmax(19rem, 1fr));
    gap: .85rem;
    align-items: start;
    min-width: 61rem;
}

.sf-board-shell[b-y5hd0mqudq] {
    overflow-x: auto;
    padding-bottom: .4rem;
}

.sf-column[b-y5hd0mqudq] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    min-height: 34rem;
    max-height: calc(100vh - 15rem);
    border: 1px solid rgba(148, 163, 184, .13);
    border-radius: .65rem;
    background: rgba(15, 23, 42, .38);
}

.sf-column-header[b-y5hd0mqudq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .8rem .9rem;
    border-bottom: 1px solid rgba(148, 163, 184, .12);
}

    .sf-column-header > div[b-y5hd0mqudq] {
        display: flex;
        align-items: center;
        gap: .55rem;
        font-size: .78rem;
        letter-spacing: .035em;
    }

.sf-column-marker[b-y5hd0mqudq] {
    width: .48rem;
    height: .48rem;
    border-radius: 999px;
    background: #7c3aed;
}

.sf-column-progress .sf-column-marker[b-y5hd0mqudq] {
    background: #2563eb;
}

.sf-column-active .sf-column-marker[b-y5hd0mqudq] {
    background: #059669;
}

.sf-column-count[b-y5hd0mqudq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.55rem;
    height: 1.55rem;
    padding: 0 .4rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, .14);
    font-size: .72rem;
    font-weight: 700;
}

.sf-column-body[b-y5hd0mqudq] {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    padding: .65rem;
    overflow-y: auto;
}

.sf-column-empty[b-y5hd0mqudq] {
    padding: 1.1rem;
    border: 1px dashed rgba(148, 163, 184, .17);
    border-radius: .55rem;
    color: rgba(203, 213, 225, .52);
    font-size: .78rem;
    text-align: center;
}

.sf-customer-card[b-y5hd0mqudq] {
    width: 100%;
    padding: .85rem;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: .55rem;
    background: rgba(20, 28, 48, .9);
    color: inherit;
    text-align: left;
    cursor: pointer;
    transition: border-color .12s ease, transform .12s ease, background .12s ease;
}

    .sf-customer-card:hover[b-y5hd0mqudq] {
        border-color: rgba(124, 58, 237, .8);
        background: rgba(27, 37, 62, .95);
        transform: translateY(-1px);
    }

.sf-card-heading[b-y5hd0mqudq] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: .75rem;
}

    .sf-card-heading h2[b-y5hd0mqudq] {
        margin: .15rem 0 0;
        font-size: .94rem;
        line-height: 1.25;
    }

.sf-customer-number[b-y5hd0mqudq] {
    color: rgba(196, 181, 253, .92);
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .035em;
}

.sf-state-badge[b-y5hd0mqudq] {
    flex: 0 0 auto;
    padding: .23rem .48rem;
    border-radius: 999px;
    background: rgba(124, 58, 237, .18);
    color: #c4b5fd;
    font-size: .66rem;
    font-weight: 700;
}

.sf-card-meta[b-y5hd0mqudq] {
    display: flex;
    flex-direction: column;
    gap: .15rem;
    margin-top: .55rem;
    color: rgba(203, 213, 225, .58);
    font-size: .7rem;
}

.sf-card-scope-summary[b-y5hd0mqudq] {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: .75rem;
}

.sf-scope-chip[b-y5hd0mqudq] {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .25rem .42rem;
    border-radius: .35rem;
    background: rgba(148, 163, 184, .1);
    font-size: .66rem;
}

    .sf-scope-chip strong[b-y5hd0mqudq] {
        font-size: .68rem;
    }

.sf-card-footer[b-y5hd0mqudq] {
    display: flex;
    justify-content: space-between;
    gap: .75rem;
    margin-top: .8rem;
    padding-top: .65rem;
    border-top: 1px solid rgba(148, 163, 184, .1);
    color: rgba(203, 213, 225, .62);
    font-size: .68rem;
}

.sf-evidence[b-y5hd0mqudq] {
    color: #86efac;
}

.sf-check[b-y5hd0mqudq] {
    margin-right: .2rem;
}

.sf-drawer-backdrop[b-y5hd0mqudq] {
    position: fixed;
    inset: 0;
    z-index: 1050;
    display: flex;
    justify-content: flex-end;
    background: rgba(2, 6, 23, .58);
    backdrop-filter: blur(2px);
}

.sf-drawer[b-y5hd0mqudq] {
    display: flex;
    flex-direction: column;
    width: min(34rem, 94vw);
    height: 100%;
    border-left: 1px solid rgba(148, 163, 184, .18);
    background: #0f172a;
    box-shadow: -1rem 0 3rem rgba(0, 0, 0, .28);
}

.sf-drawer-header[b-y5hd0mqudq] {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.15rem 1.2rem;
    border-bottom: 1px solid rgba(148, 163, 184, .14);
}

    .sf-drawer-header h2[b-y5hd0mqudq] {
        margin: .2rem 0 0;
        font-size: 1.15rem;
    }

.sf-drawer-close[b-y5hd0mqudq] {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: .4rem;
    background: rgba(148, 163, 184, .1);
    color: inherit;
    font-size: 1.2rem;
}

.sf-drawer-body[b-y5hd0mqudq] {
    flex: 1;
    overflow-y: auto;
    padding: 1rem 1.2rem;
}

.sf-drawer-section[b-y5hd0mqudq] {
    padding: .9rem 0;
    border-bottom: 1px solid rgba(148, 163, 184, .11);
}

    .sf-drawer-section:first-child[b-y5hd0mqudq] {
        padding-top: 0;
    }

    .sf-drawer-section h3[b-y5hd0mqudq] {
        margin: 0 0 .7rem;
        font-size: .83rem;
        text-transform: uppercase;
        letter-spacing: .04em;
        color: rgba(226, 232, 240, .76);
    }

.sf-detail-grid[b-y5hd0mqudq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .55rem;
    margin: 0;
}

    .sf-detail-grid > div[b-y5hd0mqudq] {
        padding: .55rem .6rem;
        border: 1px solid rgba(148, 163, 184, .11);
        border-radius: .4rem;
    }

    .sf-detail-grid dt[b-y5hd0mqudq] {
        margin-bottom: .15rem;
        color: rgba(203, 213, 225, .48);
        font-size: .65rem;
        font-weight: 500;
    }

    .sf-detail-grid dd[b-y5hd0mqudq] {
        margin: 0;
        font-size: .78rem;
        font-weight: 650;
    }

.sf-section-heading[b-y5hd0mqudq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .sf-section-heading > span[b-y5hd0mqudq] {
        font-size: .68rem;
        opacity: .58;
    }

.sf-product-list[b-y5hd0mqudq] {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}

.sf-product-row[b-y5hd0mqudq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .4rem .8rem;
    padding: .65rem;
    border: 1px solid rgba(148, 163, 184, .11);
    border-radius: .45rem;
}

    .sf-product-row strong[b-y5hd0mqudq],
    .sf-product-row small[b-y5hd0mqudq] {
        display: block;
    }

    .sf-product-row strong[b-y5hd0mqudq] {
        font-size: .76rem;
    }

    .sf-product-row small[b-y5hd0mqudq] {
        margin-top: .12rem;
        opacity: .48;
        font-size: .63rem;
    }

.sf-product-tags[b-y5hd0mqudq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .25rem;
}

    .sf-product-tags span[b-y5hd0mqudq] {
        padding: .18rem .35rem;
        border-radius: .3rem;
        background: rgba(124, 58, 237, .13);
        color: #c4b5fd;
        font-size: .61rem;
    }

.sf-product-quantity[b-y5hd0mqudq] {
    grid-column: 1 / -1;
    color: rgba(203, 213, 225, .55);
    font-size: .65rem;
}

.sf-evidence-row[b-y5hd0mqudq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .65rem;
    border: 1px solid rgba(148, 163, 184, .11);
    border-radius: .45rem;
}

    .sf-evidence-row strong[b-y5hd0mqudq],
    .sf-evidence-row small[b-y5hd0mqudq] {
        display: block;
    }

    .sf-evidence-row small[b-y5hd0mqudq] {
        margin-top: .15rem;
        opacity: .5;
        font-size: .63rem;
    }

.sf-evidence-badges[b-y5hd0mqudq] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: .25rem;
}

    .sf-evidence-badges span[b-y5hd0mqudq] {
        padding: .2rem .35rem;
        border-radius: .3rem;
        background: rgba(5, 150, 105, .13);
        color: #86efac;
        font-size: .61rem;
    }

.sf-drawer-footer[b-y5hd0mqudq] {
    display: flex;
    justify-content: flex-end;
    gap: .55rem;
    padding: .85rem 1.2rem;
    border-top: 1px solid rgba(148, 163, 184, .14);
}

@media (max-width: 720px) {
    .sf-board-toolbar[b-y5hd0mqudq] {
        align-items: stretch;
        flex-direction: column;
    }

    .sf-toolbar-summary[b-y5hd0mqudq] {
        justify-content: space-between;
    }

    .sf-detail-grid[b-y5hd0mqudq] {
        grid-template-columns: 1fr;
    }
}
/* /Components/Pages/Workflows.razor.rz.scp.css */
.workflow-row[b-8m5nparfk1] {
    cursor: pointer;
}

.workflow-stage[b-8m5nparfk1] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    padding: 1rem;
}

.workflow-check[b-8m5nparfk1] {
    align-items: center;
    display: flex;
    gap: 0.5rem;
    padding-left: 2rem;
}
/* /Components/Records/Customer360Profile.razor.rz.scp.css */
.customer360[b-j2ww429f2i] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 1rem;
}

.customer360-hero[b-j2ww429f2i] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1rem;
    padding: 1.1rem 1.2rem;
    border: 1px solid rgba(148, 163, 184, .14);
    border-radius: .75rem;
    background: rgba(15, 23, 42, .72);
}

.customer360-avatar[b-j2ww429f2i] {
    display: grid;
    place-items: center;
    width: 3.4rem;
    height: 3.4rem;
    border-radius: .65rem;
    background: linear-gradient( 135deg, rgba(124, 58, 237, .88), rgba(37, 99, 235, .78));
    font-weight: 800;
}

.customer360-identity h1[b-j2ww429f2i] {
    margin: .18rem 0;
    font-size: 1.25rem;
}

.customer360-eyebrow[b-j2ww429f2i] {
    display: flex;
    gap: .45rem;
    color: rgba(203, 213, 225, .56);
    font-size: .68rem;
    text-transform: uppercase;
    letter-spacing: .055em;
}

    .customer360-eyebrow span[b-j2ww429f2i] {
        color: #c4b5fd;
        font-weight: 700;
    }

.customer360-contact-line[b-j2ww429f2i] {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
    color: rgba(203, 213, 225, .62);
    font-size: .72rem;
}

    .customer360-contact-line a[b-j2ww429f2i] {
        color: inherit;
        text-decoration: none;
    }

        .customer360-contact-line a:hover[b-j2ww429f2i] {
            color: #c4b5fd;
        }

.customer360-status[b-j2ww429f2i] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: .35rem;
    color: rgba(203, 213, 225, .52);
    font-size: .68rem;
}

.customer360-status-badge[b-j2ww429f2i] {
    padding: .28rem .52rem;
    border-radius: 999px;
    background: rgba(5, 150, 105, .14);
    color: #86efac;
    font-weight: 700;
}

.customer360-summary-grid[b-j2ww429f2i] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: .65rem;
}

    .customer360-summary-grid article[b-j2ww429f2i] {
        padding: .72rem .8rem;
        border: 1px solid rgba(148, 163, 184, .12);
        border-radius: .55rem;
        background: rgba(15, 23, 42, .45);
    }

    .customer360-summary-grid span[b-j2ww429f2i],
    .customer360-summary-grid strong[b-j2ww429f2i] {
        display: block;
    }

    .customer360-summary-grid span[b-j2ww429f2i] {
        margin-bottom: .15rem;
        color: rgba(203, 213, 225, .47);
        font-size: .64rem;
    }

    .customer360-summary-grid strong[b-j2ww429f2i] {
        font-size: .79rem;
    }

.customer360-layout[b-j2ww429f2i] {
    display: grid;
    grid-template-columns: minmax(0, 2fr) minmax(18rem, .8fr);
    gap: .8rem;
    align-items: start;
}

.customer360-primary[b-j2ww429f2i],
.customer360-secondary[b-j2ww429f2i] {
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.customer360-panel[b-j2ww429f2i] {
    border: 1px solid rgba(148, 163, 184, .13);
    border-radius: .65rem;
    background: rgba(15, 23, 42, .42);
    overflow: hidden;
}

.customer360-panel-header[b-j2ww429f2i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .78rem .85rem;
    border-bottom: 1px solid rgba(148, 163, 184, .11);
}

    .customer360-panel-header h2[b-j2ww429f2i] {
        margin: .08rem 0 0;
        font-size: .85rem;
    }

.customer360-section-label[b-j2ww429f2i] {
    display: block;
    color: rgba(196, 181, 253, .64);
    font-size: .57rem;
    font-weight: 700;
    letter-spacing: .075em;
}

.customer360-count[b-j2ww429f2i] {
    display: grid;
    place-items: center;
    min-width: 1.45rem;
    height: 1.45rem;
    padding: 0 .35rem;
    border-radius: 999px;
    background: rgba(148, 163, 184, .12);
    font-size: .64rem;
    font-weight: 700;
}

.customer360-location-grid[b-j2ww429f2i] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .65rem;
    padding: .75rem;
}

.customer360-location-card[b-j2ww429f2i] {
    padding: .75rem;
    border: 1px solid rgba(148, 163, 184, .11);
    border-radius: .5rem;
    background: rgba(20, 28, 48, .62);
}

.customer360-location-topline[b-j2ww429f2i] {
    display: flex;
    justify-content: space-between;
    gap: .5rem;
    margin-bottom: .65rem;
}

    .customer360-location-topline strong[b-j2ww429f2i] {
        font-size: .76rem;
    }

    .customer360-location-topline span[b-j2ww429f2i] {
        padding: .18rem .36rem;
        border-radius: .28rem;
        background: rgba(37, 99, 235, .13);
        color: #93c5fd;
        font-size: .58rem;
    }

.customer360-location-card address[b-j2ww429f2i] {
    display: flex;
    flex-direction: column;
    gap: .12rem;
    margin: 0;
    color: rgba(226, 232, 240, .72);
    font-size: .7rem;
    font-style: normal;
}

.customer360-product-list[b-j2ww429f2i],
.customer360-agreement-list[b-j2ww429f2i],
.customer360-document-list[b-j2ww429f2i] {
    display: flex;
    flex-direction: column;
    gap: .45rem;
    padding: .7rem;
}

.customer360-product[b-j2ww429f2i] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    gap: .75rem;
    padding: .62rem .68rem;
    border: 1px solid rgba(148, 163, 184, .1);
    border-radius: .45rem;
    background: rgba(20, 28, 48, .52);
}

.customer360-product-name strong[b-j2ww429f2i],
.customer360-product-name small[b-j2ww429f2i] {
    display: block;
}

.customer360-product-name strong[b-j2ww429f2i] {
    font-size: .73rem;
}

.customer360-product-name small[b-j2ww429f2i] {
    margin-top: .12rem;
    color: rgba(203, 213, 225, .42);
    font-size: .59rem;
}

.customer360-product-tags[b-j2ww429f2i] {
    display: flex;
    gap: .25rem;
}

    .customer360-product-tags span[b-j2ww429f2i] {
        padding: .18rem .33rem;
        border-radius: .28rem;
        background: rgba(124, 58, 237, .13);
        color: #c4b5fd;
        font-size: .57rem;
    }

.customer360-product-quantity[b-j2ww429f2i] {
    color: rgba(203, 213, 225, .58);
    font-size: .64rem;
    white-space: nowrap;
}

.customer360-agreement[b-j2ww429f2i],
.customer360-document[b-j2ww429f2i] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: .75rem;
    padding: .65rem .7rem;
    border: 1px solid rgba(148, 163, 184, .1);
    border-radius: .45rem;
    background: rgba(20, 28, 48, .52);
}

    .customer360-agreement strong[b-j2ww429f2i],
    .customer360-agreement small[b-j2ww429f2i],
    .customer360-document strong[b-j2ww429f2i],
    .customer360-document small[b-j2ww429f2i] {
        display: block;
    }

    .customer360-agreement strong[b-j2ww429f2i],
    .customer360-document strong[b-j2ww429f2i] {
        font-size: .72rem;
    }

    .customer360-agreement small[b-j2ww429f2i],
    .customer360-document small[b-j2ww429f2i] {
        margin-top: .12rem;
        color: rgba(203, 213, 225, .44);
        font-size: .58rem;
    }

.customer360-verified[b-j2ww429f2i] {
    color: #86efac;
    font-size: .61rem;
    white-space: nowrap;
}

.customer360-document > div:first-child[b-j2ww429f2i] {
    display: flex;
    align-items: center;
    gap: .6rem;
}

.customer360-document-icon[b-j2ww429f2i] {
    display: grid;
    place-items: center;
    min-width: 2.2rem;
    height: 2.2rem;
    padding: 0 .35rem;
    border-radius: .35rem;
    background: rgba(220, 38, 38, .12);
    color: #fca5a5;
    font-size: .55rem;
    font-weight: 800;
}

.customer360-document-actions[b-j2ww429f2i] {
    display: flex;
    align-items: center;
    gap: .4rem;
}

.customer360-detail-list[b-j2ww429f2i] {
    margin: 0;
    padding: .35rem .8rem .7rem;
}

    .customer360-detail-list > div[b-j2ww429f2i] {
        padding: .48rem 0;
        border-bottom: 1px solid rgba(148, 163, 184, .08);
    }

        .customer360-detail-list > div:last-child[b-j2ww429f2i] {
            border-bottom: 0;
        }

    .customer360-detail-list dt[b-j2ww429f2i] {
        margin-bottom: .12rem;
        color: rgba(203, 213, 225, .43);
        font-size: .59rem;
        font-weight: 500;
    }

    .customer360-detail-list dd[b-j2ww429f2i] {
        margin: 0;
        font-size: .7rem;
        font-weight: 650;
        overflow-wrap: anywhere;
    }

.customer360-timeline[b-j2ww429f2i] {
    list-style: none;
    margin: 0;
    padding: .3rem .8rem .75rem;
}

    .customer360-timeline li[b-j2ww429f2i] {
        position: relative;
        padding: .55rem 0 .55rem .85rem;
        border-bottom: 1px solid rgba(148, 163, 184, .08);
    }

        .customer360-timeline li[b-j2ww429f2i]::before {
            content: "";
            position: absolute;
            top: .83rem;
            left: 0;
            width: .38rem;
            height: .38rem;
            border-radius: 999px;
            background: #7c3aed;
        }

    .customer360-timeline time[b-j2ww429f2i],
    .customer360-timeline strong[b-j2ww429f2i],
    .customer360-timeline p[b-j2ww429f2i] {
        display: block;
    }

    .customer360-timeline time[b-j2ww429f2i] {
        color: rgba(203, 213, 225, .39);
        font-size: .56rem;
    }

    .customer360-timeline strong[b-j2ww429f2i] {
        margin-top: .1rem;
        font-size: .68rem;
    }

    .customer360-timeline p[b-j2ww429f2i] {
        margin: .12rem 0 0;
        color: rgba(203, 213, 225, .53);
        font-size: .61rem;
    }

.customer360-muted[b-j2ww429f2i] {
    margin: 0;
    padding: .8rem;
    color: rgba(203, 213, 225, .48);
    font-size: .68rem;
}

.customer360-sales-final[b-j2ww429f2i] {
    width: 100%;
}

@media (max-width: 1000px) {
    .customer360-layout[b-j2ww429f2i] {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .customer360-hero[b-j2ww429f2i] {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .customer360-status[b-j2ww429f2i] {
        grid-column: 1 / -1;
        align-items: flex-start;
    }

    .customer360-summary-grid[b-j2ww429f2i],
    .customer360-location-grid[b-j2ww429f2i] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .customer360-product[b-j2ww429f2i] {
        grid-template-columns: 1fr;
    }

    .customer360-document[b-j2ww429f2i] {
        align-items: flex-start;
        flex-direction: column;
    }

    .customer360-document-actions[b-j2ww429f2i] {
        width: 100%;
    }
}
