/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-0yxlneaoi2] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0yxlneaoi2] {
    flex: 1;
}

.sidebar[b-0yxlneaoi2] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-0yxlneaoi2] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-0yxlneaoi2]  a, .top-row[b-0yxlneaoi2]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-0yxlneaoi2]  a:hover, .top-row[b-0yxlneaoi2]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-0yxlneaoi2]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-0yxlneaoi2] {
        justify-content: space-between;
    }

    .top-row[b-0yxlneaoi2]  a, .top-row[b-0yxlneaoi2]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-0yxlneaoi2] {
        flex-direction: row;
    }

    .sidebar[b-0yxlneaoi2] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-0yxlneaoi2] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-0yxlneaoi2]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-0yxlneaoi2], article[b-0yxlneaoi2] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-0yxlneaoi2] {
    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-0yxlneaoi2] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-eqbgyq3xn3] {
    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-eqbgyq3xn3] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-eqbgyq3xn3] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-eqbgyq3xn3] {
    font-size: 1.1rem;
}

.nav-item--standalone[b-eqbgyq3xn3] {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    margin-top: 0.35rem;
    padding: 0.15rem 1rem 0.15rem;
}

.nav-item--standalone[b-eqbgyq3xn3]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    height: 2.65rem;
    padding: 0;
    font-size: 0.875rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    text-decoration: none;
    border-radius: 4px;
    background: none;
    border: none;
}

.nav-item--standalone[b-eqbgyq3xn3]  .bi {
    font-size: 1rem;
    line-height: 1;
    width: 1.25rem;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-item--standalone[b-eqbgyq3xn3]  .nav-link:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.1);
}

.nav-item--standalone[b-eqbgyq3xn3]  .nav-link.active {
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-scrollable[b-eqbgyq3xn3] {
    display: none;
    flex-direction: column;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eqbgyq3xn3] {
    display: flex;
}

.nav-scrollable nav[b-eqbgyq3xn3] {
    flex: 1;
}

.nav-footer[b-eqbgyq3xn3] {
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.nav-footer small[b-eqbgyq3xn3] {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.75rem;
}

@media (min-width: 641px) {
    .navbar-toggler[b-eqbgyq3xn3] {
        display: none;
    }

    .nav-scrollable[b-eqbgyq3xn3] {
        display: flex;
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/NavSection.razor.rz.scp.css */
.nav-section[b-1t4acpdlb4] {
    min-width: 0;
}

.nav-section-header[b-1t4acpdlb4] {
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.65rem 1rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.62);
    background: transparent;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 3px solid transparent;
    border-radius: 0;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    font-size: 0.78rem;
    font-weight: 600;
    line-height: 1.25;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    cursor: pointer;
    text-align: left;
}

.nav-section:first-child .nav-section-header[b-1t4acpdlb4] {
    border-top: none;
    margin-top: 0.5rem;
}

.nav-section-header:hover[b-1t4acpdlb4],
.nav-section-header:focus-visible[b-1t4acpdlb4] {
    color: rgba(255, 255, 255, 0.9);
    background-color: rgba(255, 255, 255, 0.06);
    outline: none;
}

.nav-section--active .nav-section-header[b-1t4acpdlb4] {
    color: rgba(255, 255, 255, 0.95);
}

.nav-section--expanded .nav-section-header[b-1t4acpdlb4] {
    color: rgba(255, 255, 255, 0.88);
    background-color: rgba(255, 255, 255, 0.05);
}

.nav-section--expanded.nav-section--active .nav-section-header[b-1t4acpdlb4] {
    background-color: rgba(255, 255, 255, 0.09);
    border-left-color: rgba(255, 255, 255, 0.65);
    padding-left: calc(1rem - 3px);
}

.nav-section-header-icon[b-1t4acpdlb4] {
    font-size: 1rem;
    line-height: 1;
    width: 1.25rem;
    margin-right: 0.65rem;
    opacity: 0.85;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-section-title[b-1t4acpdlb4] {
    flex: 1;
    min-width: 0;
}

.nav-section-chevron[b-1t4acpdlb4] {
    font-size: 0.75rem;
    line-height: 1;
    width: auto;
    height: auto;
    margin-right: 0;
    margin-left: 0.35rem;
    opacity: 0.55;
    flex-shrink: 0;
    transition: transform 0.2s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.nav-section--collapsed .nav-section-chevron[b-1t4acpdlb4] {
    transform: rotate(-90deg);
}

.nav-section-content[b-1t4acpdlb4] {
    display: flex;
    flex-direction: column;
    padding: 0.15rem 0 0.5rem 0;
}

.nav-section-content[b-1t4acpdlb4]  .nav-child-link {
    display: block;
    padding: 0.42rem 1rem 0.42rem 2.25rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.35;
    color: rgba(255, 255, 255, 0.72);
    text-decoration: none;
    border-left: 3px solid transparent;
}

.nav-section-content[b-1t4acpdlb4]  .nav-child-link:hover {
    color: white;
    background-color: rgba(255, 255, 255, 0.07);
}

.nav-section-content[b-1t4acpdlb4]  .nav-child-link.active {
    color: white;
    font-weight: 500;
    background-color: rgba(255, 255, 255, 0.16);
    border-left-color: rgba(255, 255, 255, 0.8);
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-7583isvu43],
.components-reconnect-repeated-attempt-visible[b-7583isvu43],
.components-reconnect-failed-visible[b-7583isvu43],
.components-pause-visible[b-7583isvu43],
.components-resume-failed-visible[b-7583isvu43],
.components-rejoining-animation[b-7583isvu43] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-7583isvu43],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-7583isvu43],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-7583isvu43],
#components-reconnect-modal.components-reconnect-failed[b-7583isvu43],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-7583isvu43] {
    display: block;
}


#components-reconnect-modal[b-7583isvu43] {
    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-7583isvu43 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-7583isvu43 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-7583isvu43 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-7583isvu43]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-7583isvu43 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-7583isvu43 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-7583isvu43 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-7583isvu43 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-7583isvu43] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-7583isvu43] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-7583isvu43] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-7583isvu43] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-7583isvu43] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-7583isvu43] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-7583isvu43] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-7583isvu43 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-7583isvu43] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-7583isvu43 {
    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/Onboarding/NudgeCommsHistoryHover.razor.rz.scp.css */
.nudge-comms-hover[b-kdwu64tqdf] {
    position: relative;
    display: inline-flex;
    align-items: center;
    cursor: help;
    white-space: nowrap;
}

.nudge-comms-popover[b-kdwu64tqdf] {
    position: absolute;
    right: 0;
    bottom: calc(100% + 0.35rem);
    z-index: 1080;
    width: min(22rem, 70vw);
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    text-align: left;
    font-weight: normal;
    cursor: default;
}

.nudge-comms-popover-header[b-kdwu64tqdf] {
    padding: 0.5rem 0.65rem;
    border-bottom: 1px solid #e9ecef;
}

.nudge-comms-popover-body[b-kdwu64tqdf] {
    padding: 0.5rem 0.65rem;
}

.nudge-comms-popover-list[b-kdwu64tqdf] {
    list-style: none;
    padding: 0;
    margin: 0;
    max-height: 14rem;
    overflow-y: auto;
}

.nudge-comms-popover-item[b-kdwu64tqdf] {
    padding: 0.45rem 0.65rem;
    border-bottom: 1px solid #f1f3f5;
}

.nudge-comms-popover-item:last-child[b-kdwu64tqdf] {
    border-bottom: none;
}

.nudge-comms-popover-footer[b-kdwu64tqdf] {
    padding: 0.35rem 0.65rem;
    border-top: 1px solid #e9ecef;
    background: #f8f9fa;
    border-radius: 0 0 0.375rem 0.375rem;
}
/* /Components/Onboarding/OnboardingMessageComposer.razor.rz.scp.css */
.onboarding-template-picker[b-ntlupl5d21] {
    max-height: 14rem;
    overflow-y: auto;
}

.onboarding-template-row[b-ntlupl5d21] {
    cursor: pointer;
}

.onboarding-template-stage-col[b-ntlupl5d21] {
    width: 40%;
    min-width: 10rem;
}
/* /Components/Pages/Ai/AiAssistantFeedback.razor.rz.scp.css */
.ai-feedback-prompt-cell[b-v3i2z7ufq2] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.35rem;
}

.ai-feedback-prompt-text[b-v3i2z7ufq2] {
    line-height: 1.35;
}

.ai-feedback-copy-prompt-btn[b-v3i2z7ufq2] {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    padding: 0.15rem 0.45rem;
    font-size: 0.75rem;
    line-height: 1.2;
    white-space: nowrap;
}

.ai-feedback-copy-prompt-btn .bi[b-v3i2z7ufq2] {
    font-size: 0.85rem;
}
/* /Components/Pages/EmailTemplates/EmailTemplateEdit.razor.rz.scp.css */
.email-body-split[b-98b3quzjo5] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 0.75rem;
    align-items: stretch;
}

.email-body-split-editor[b-98b3quzjo5],
.email-body-split-preview[b-98b3quzjo5] {
    min-width: 0;
}

.email-body-split-textarea[b-98b3quzjo5] {
    min-height: 28rem;
    height: 100%;
    resize: vertical;
}

.email-body-split-preview-label[b-98b3quzjo5] {
    font-size: 0.75rem;
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.25rem;
}

.email-body-preview-frame[b-98b3quzjo5] {
    min-height: 28rem;
    max-height: 28rem;
    overflow: auto;
}

@media (max-width: 991.98px) {
    .email-body-split[b-98b3quzjo5] {
        grid-template-columns: 1fr;
    }

    .email-body-preview-frame[b-98b3quzjo5] {
        max-height: 20rem;
        min-height: 20rem;
    }
}
/* /Components/Pages/Users/UserOnboarding.razor.rz.scp.css */
.onboarding-stat-pill[b-p9ulsugirs] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.onboarding-subnav[b-p9ulsugirs] {
    display: flex;
    gap: 0.25rem;
}

.onboarding-subnav-link[b-p9ulsugirs] {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
}

.onboarding-subnav-link:hover[b-p9ulsugirs] {
    background: #f8f9fa;
    color: #212529;
}

.onboarding-subnav-link.active[b-p9ulsugirs] {
    background: #e7f1ff;
    color: #0d6efd;
    font-weight: 600;
}

.onboarding-stages-panel[b-p9ulsugirs] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    overflow: hidden;
}

.onboarding-stages-panel-header[b-p9ulsugirs] {
    display: flex;
    align-items: center;
    padding: 0.75rem 1rem;
    text-align: left;
}

.onboarding-stages-panel-header:hover[b-p9ulsugirs] {
    background: #f8f9fa !important;
}

.onboarding-stages-list[b-p9ulsugirs] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0.5rem;
}

.onboarding-stages-list > li[b-p9ulsugirs] {
    display: flex;
    align-items: stretch;
    gap: 0.25rem;
}

.onboarding-stage-item[b-p9ulsugirs] {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    flex: 1 1 auto;
    min-width: 0;
    height: 100%;
    border: 1px solid #e9ecef;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.55rem 0.75rem;
    text-align: left;
    cursor: pointer;
    transition: border-color 0.15s, background-color 0.15s;
}

.onboarding-stage-item:hover[b-p9ulsugirs] {
    border-color: #adb5bd;
    background: #f8f9fa;
}

.onboarding-stage-item.selected[b-p9ulsugirs] {
    border-color: #0d6efd;
    background: #f8fbff;
    box-shadow: 0 0 0 1px #0d6efd;
}

.onboarding-stage-content[b-p9ulsugirs] {
    display: flex;
    flex-direction: column;
    gap: 0.1rem;
    min-width: 0;
    flex: 1;
}

.onboarding-stage-desc[b-p9ulsugirs] {
    font-size: 0.75rem;
    color: #6c757d;
}

.onboarding-stages-list > li > .btn[b-p9ulsugirs] {
    flex-shrink: 0;
    white-space: nowrap;
    font-size: 0.75rem;
}

.onboarding-stage-count[b-p9ulsugirs] {
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1;
    flex-shrink: 0;
    min-width: 2.5rem;
    text-align: right;
}

.onboarding-summary-row[b-p9ulsugirs] {
    padding-bottom: 0.25rem;
}

.onboarding-summary-card[b-p9ulsugirs] {
    width: 100%;
    text-align: left;
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.65rem 0.75rem;
    cursor: pointer;
    transition: border-color 0.15s, box-shadow 0.15s;
}

.onboarding-summary-card:hover[b-p9ulsugirs] {
    border-color: #adb5bd;
}

.onboarding-summary-card.active[b-p9ulsugirs] {
    border-color: #0d6efd;
    box-shadow: 0 0 0 1px #0d6efd;
    background: #f8fbff;
}

.onboarding-summary-card .card-label[b-p9ulsugirs] {
    font-size: 0.75rem;
    font-weight: 600;
}

.onboarding-summary-card .card-count[b-p9ulsugirs] {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

.onboarding-summary-card .card-desc[b-p9ulsugirs] {
    font-size: 0.7rem;
    color: #6c757d;
    margin-top: 0.15rem;
}

.onboarding-table .sortable[b-p9ulsugirs] {
    cursor: pointer;
    user-select: none;
    white-space: nowrap;
}

.onboarding-table .table-responsive:has(td.nudge-cell-active)[b-p9ulsugirs] {
    overflow: visible;
}

.onboarding-table td.nudge-cell-active[b-p9ulsugirs] {
    position: relative;
    z-index: 25;
    overflow: visible;
}

.onboarding-row[b-p9ulsugirs] {
    cursor: pointer;
}

.onboarding-avatar[b-p9ulsugirs] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    flex-shrink: 0;
}

.onboarding-avatar-lg[b-p9ulsugirs] {
    width: 3rem;
    height: 3rem;
}

.onboarding-avatar-initials[b-p9ulsugirs] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 700;
}

.onboarding-drawer[b-p9ulsugirs] {
    width: min(28rem, 100vw);
    z-index: 1055;
}

.onboarding-dl dt[b-p9ulsugirs] {
    font-weight: 500;
    color: #6c757d;
}

.skeleton-card[b-p9ulsugirs],
.skeleton-block[b-p9ulsugirs] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: onboarding-skeleton-b-p9ulsugirs 1.2s ease-in-out infinite;
    border-radius: 0.375rem;
}

.skeleton-card[b-p9ulsugirs] {
    height: 5.5rem;
}

@keyframes onboarding-skeleton-b-p9ulsugirs {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}

.onboarding-preview-html[b-p9ulsugirs] {
    max-height: 16rem;
    overflow-y: auto;
}

@media (max-width: 991.98px) {
    .onboarding-stages-list[b-p9ulsugirs] {
        grid-template-columns: 1fr;
    }

    .onboarding-page .d-lg-block.mt-2:not(.show-more-open)[b-p9ulsugirs] {
        display: none !important;
    }
}
/* /Components/Pages/Users/UserOnboardingRetention.razor.rz.scp.css */
.retention-stat-pill[b-k3nmxeaarx] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    line-height: 1.2;
}

.onboarding-subnav[b-k3nmxeaarx] {
    display: flex;
    gap: 0.25rem;
}

.onboarding-subnav-link[b-k3nmxeaarx] {
    display: inline-block;
    padding: 0.25rem 0.65rem;
    border-radius: 0.375rem;
    font-size: 0.875rem;
    color: #6c757d;
    text-decoration: none;
}

.onboarding-subnav-link:hover[b-k3nmxeaarx] {
    background: #f8f9fa;
    color: #212529;
}

.onboarding-subnav-link.active[b-k3nmxeaarx] {
    background: #e7f1ff;
    color: #0d6efd;
    font-weight: 600;
}

.retention-headline-card[b-k3nmxeaarx] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.85rem 1rem;
    height: 100%;
}

.retention-headline-value[b-k3nmxeaarx] {
    font-size: 1.45rem;
    font-weight: 700;
    line-height: 1.25;
    margin: 0.2rem 0;
}

.retention-delta[b-k3nmxeaarx] {
    font-size: 0.85rem;
    font-weight: 600;
    margin-left: 0.35rem;
}

.retention-trend-card[b-k3nmxeaarx] {
    border: 1px solid #dee2e6;
    border-radius: 0.375rem;
    background: #fff;
    padding: 0.85rem 1rem 0.65rem;
}

.retention-sparkline[b-k3nmxeaarx] {
    width: 100%;
}

.retention-sparkline-svg[b-k3nmxeaarx] {
    display: block;
    width: 100%;
    height: 4.5rem;
    background: linear-gradient(180deg, #f8fbff 0%, #fff 100%);
    border-radius: 0.25rem;
}

.retention-sparkline-labels[b-k3nmxeaarx] {
    display: flex;
    justify-content: space-between;
    gap: 0.25rem;
    margin-top: 0.35rem;
    font-size: 0.65rem;
    color: #adb5bd;
}

.retention-sparkline-labels span[b-k3nmxeaarx] {
    flex: 1;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.retention-table th[b-k3nmxeaarx] {
    white-space: nowrap;
    font-size: 0.8rem;
    color: #6c757d;
    font-weight: 600;
    border-bottom-width: 1px;
}

.retention-col-hint th[b-k3nmxeaarx] {
    font-size: 0.65rem;
    font-weight: 500;
    color: #adb5bd;
    padding-top: 0;
    border-bottom-color: #e9ecef;
}

.retention-week0-col[b-k3nmxeaarx] {
    color: #adb5bd !important;
    background: #fafbfc;
}

.retention-matrix-col[b-k3nmxeaarx] {
    min-width: 4.25rem;
}

.retention-empty-row td[b-k3nmxeaarx] {
    opacity: 0.55;
}

.retention-cell-btn[b-k3nmxeaarx] {
    border: 0;
    background: transparent;
    padding: 0.2rem 0.35rem;
    border-radius: 0.25rem;
    text-align: right;
    line-height: 1.2;
}

.retention-cell-btn--link[b-k3nmxeaarx] {
    color: #0d6efd;
    text-decoration: underline;
    text-decoration-color: rgba(13, 110, 253, 0.35);
    text-underline-offset: 0.15rem;
}

.retention-cell-btn--link:hover[b-k3nmxeaarx] {
    background: #f0f4ff;
    text-decoration-color: #0d6efd;
}

.retention-cell-btn--muted[b-k3nmxeaarx] {
    color: #868e96;
}

.retention-cell-btn--muted .retention-pct[b-k3nmxeaarx] {
    color: #adb5bd;
}

.retention-cell-btn:hover[b-k3nmxeaarx] {
    background: #f0f4ff;
}

.retention-pct[b-k3nmxeaarx] {
    display: block;
    font-size: 0.7rem;
    color: #6c757d;
}

.retention-cell-btn--link:hover .retention-pct[b-k3nmxeaarx] {
    color: #0d6efd;
}

.retention-partial-mark[b-k3nmxeaarx] {
    font-size: 0.7rem;
    color: #adb5bd;
    margin-left: 0.1rem;
}

.retention-partial[b-k3nmxeaarx] {
    box-shadow: inset 0 0 0 1px rgba(173, 181, 189, 0.35);
}

.retention-not-yet[b-k3nmxeaarx] {
    font-size: 0.7rem;
    color: #ced4da;
    font-style: italic;
}

.retention-heat-cell[b-k3nmxeaarx] {
    transition: background-color 0.15s;
}

.retention-heat-cell.heat-high[b-k3nmxeaarx] {
    background: #c3e6cb;
}

.retention-heat-cell.heat-good[b-k3nmxeaarx] {
    background: #d4edda;
}

.retention-heat-cell.heat-mid[b-k3nmxeaarx] {
    background: #fff3cd;
}

.retention-heat-cell.heat-low[b-k3nmxeaarx] {
    background: #f8e8d8;
}

.retention-heat-cell.heat-zero[b-k3nmxeaarx] {
    background: #f1f3f5;
}

.retention-heat-cell.heat-week0-high[b-k3nmxeaarx] {
    background: #eef1f4;
}

.retention-heat-cell.heat-week0-mid[b-k3nmxeaarx] {
    background: #f4f6f8;
}

.retention-heat-cell.heat-week0-low[b-k3nmxeaarx] {
    background: #f8f9fa;
}

.skeleton-block[b-k3nmxeaarx] {
    background: linear-gradient(90deg, #f0f0f0 25%, #e8e8e8 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: retention-skeleton-b-k3nmxeaarx 1.2s ease-in-out infinite;
    border-radius: 0.375rem;
}

@keyframes retention-skeleton-b-k3nmxeaarx {
    0% { background-position: 200% 0; }
    100% { background-position: -200% 0; }
}
