/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-r5soeqf4b0] {
    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-r5soeqf4b0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ctwltme7x5],
.components-reconnect-repeated-attempt-visible[b-ctwltme7x5],
.components-reconnect-failed-visible[b-ctwltme7x5],
.components-pause-visible[b-ctwltme7x5],
.components-resume-failed-visible[b-ctwltme7x5],
.components-rejoining-animation[b-ctwltme7x5] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-retrying[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-failed[b-ctwltme7x5],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ctwltme7x5] {
    display: block;
}


#components-reconnect-modal[b-ctwltme7x5] {
    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-ctwltme7x5 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ctwltme7x5 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ctwltme7x5 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ctwltme7x5]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ctwltme7x5 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ctwltme7x5 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ctwltme7x5 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ctwltme7x5 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ctwltme7x5] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ctwltme7x5] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ctwltme7x5] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ctwltme7x5] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ctwltme7x5] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ctwltme7x5] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ctwltme7x5] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ctwltme7x5 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ctwltme7x5] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ctwltme7x5 {
    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/DragComparison.razor.rz.scp.css */
.ra-compare-scroll[b-mgpffzyzjb] {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    background: #fff;
}

.ra-compare[b-mgpffzyzjb] {
    width: 100%;
    min-width: 1760px;
    border-collapse: collapse;
    font-size: 0.92rem;
}

.ra-compare td.yn-yes[b-mgpffzyzjb] {
    color: #1c7a3e;
    font-weight: 700;
}

.ra-compare td.yn-no[b-mgpffzyzjb] {
    color: var(--ra-muted, #6b7280);
}

.ra-compare thead th[b-mgpffzyzjb] {
    background: var(--ra-navy, #16203a);
    color: #fff;
    text-align: left;
    font-weight: 700;
    font-size: 0.82rem;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    padding: 14px 16px;
    white-space: nowrap;
}

.ra-compare tbody td[b-mgpffzyzjb],
.ra-compare tbody th[b-mgpffzyzjb] {
    padding: 14px 16px;
    border-top: 1px solid #ececf0;
    vertical-align: middle;
    text-align: left;
}

.ra-compare tbody tr:nth-child(even) td[b-mgpffzyzjb],
.ra-compare tbody tr:nth-child(even) .ra-compare__rowhead[b-mgpffzyzjb] {
    background: #fafafb;
}

/* Sticky product column so the model stays visible while scrolling specs */
.ra-compare__rowhead[b-mgpffzyzjb] {
    position: sticky;
    left: 0;
    z-index: 1;
    background: #fff;
    min-width: 190px;
    box-shadow: 1px 0 0 #ececf0;
}

.ra-compare thead .ra-compare__rowhead[b-mgpffzyzjb] {
    z-index: 2;
    background: var(--ra-navy, #16203a);
}

.ra-compare__rowhead .model[b-mgpffzyzjb] {
    display: block;
    font-weight: 800;
    color: var(--ra-navy, #16203a);
}

.ra-compare__rowhead .desc[b-mgpffzyzjb] {
    display: block;
    font-size: 0.78rem;
    color: var(--ra-muted, #6b7280);
    margin-top: 2px;
}

.ra-compare tbody tr.is-soon td[b-mgpffzyzjb] {
    color: var(--ra-muted, #6b7280);
}

.badge[b-mgpffzyzjb] {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    font-size: 0.72rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    white-space: nowrap;
}

.badge--avail[b-mgpffzyzjb] {
    background: #e7f6ec;
    color: #1c7a3e;
}

.badge--soon[b-mgpffzyzjb] {
    background: #fff3e0;
    color: #b25a00;
}

.ra-compare-note[b-mgpffzyzjb] {
    margin-top: 14px;
    font-size: 0.85rem;
    color: var(--ra-muted, #6b7280);
}

.ra-compare-cta[b-mgpffzyzjb] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 28px;
}
/* /Components/Pages/TrackInADay.razor.rz.scp.css */
.tiad-hero-cta[b-qidorwtzlb] {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 22px;
}

/* Steps */
.tiad-steps[b-qidorwtzlb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    margin-top: 24px;
}

.tiad-step[b-qidorwtzlb] {
    background: #fff;
    border: 1px solid #ececf0;
    border-radius: 12px;
    padding: 24px;
}

.tiad-step__num[b-qidorwtzlb] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: var(--ra-red, #e10600);
    color: #fff;
    font-weight: 800;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
}

.tiad-step h3[b-qidorwtzlb] {
    font-family: var(--ra-font-display, sans-serif);
    font-size: 1.1rem;
    margin: 0 0 6px;
    color: var(--ra-navy, #16203a);
}

.tiad-step p[b-qidorwtzlb] {
    margin: 0;
    color: #555;
    line-height: 1.6;
    font-size: 0.95rem;
}

/* Kit grid */
.tiad-kit[b-qidorwtzlb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
    margin-top: 24px;
}

.tiad-kit__item[b-qidorwtzlb] {
    background: #fff;
    border: 1px solid #ececf0;
    border-left: 3px solid var(--ra-red, #e10600);
    border-radius: 8px;
    padding: 14px 16px;
    font-weight: 600;
    color: var(--ra-navy, #16203a);
    font-size: 0.95rem;
}

/* Pricing */
.tiad-lead[b-qidorwtzlb] {
    color: #555;
    font-size: 1rem;
    margin: 6px 0 0;
}

.tiad-pricing[b-qidorwtzlb] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 24px;
}

.tiad-price[b-qidorwtzlb] {
    background: #fff;
    border: 1px solid #e4e4e7;
    border-radius: 12px;
    padding: 26px 20px;
    text-align: center;
}

.tiad-price--featured[b-qidorwtzlb] {
    border-color: var(--ra-red, #e10600);
    box-shadow: 0 6px 24px rgba(225, 6, 0, 0.12);
}

.tiad-price__dist[b-qidorwtzlb] {
    font-family: var(--ra-font-display, sans-serif);
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    color: var(--ra-navy, #16203a);
    font-size: 1.15rem;
}

.tiad-price__sub[b-qidorwtzlb] {
    color: var(--ra-muted, #6b7280);
    font-size: 0.82rem;
    margin-top: 2px;
}

.tiad-price__amt[b-qidorwtzlb] {
    font-family: var(--ra-font-display, sans-serif);
    font-weight: 900;
    font-size: 2rem;
    color: var(--ra-navy, #16203a);
    margin-top: 14px;
}

.tiad-price__amt span[b-qidorwtzlb] {
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--ra-muted, #6b7280);
    margin-left: 2px;
}

.tiad-note[b-qidorwtzlb] {
    margin-top: 16px;
    color: var(--ra-muted, #6b7280);
    font-size: 0.9rem;
}

/* Operations add-on */
.tiad-addon[b-qidorwtzlb] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 22px;
    padding: 22px 26px;
    background: var(--ra-navy, #16203a);
    color: #fff;
    border-radius: 12px;
}

.tiad-addon__label[b-qidorwtzlb] {
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-size: 0.72rem;
    font-weight: 700;
    color: #ffb74d;
}

.tiad-addon__body h3[b-qidorwtzlb] {
    font-family: var(--ra-font-display, sans-serif);
    margin: 4px 0 4px;
    font-size: 1.25rem;
}

.tiad-addon__body p[b-qidorwtzlb] {
    margin: 0;
    color: #c8cdd6;
    font-size: 0.92rem;
    max-width: 56ch;
}

.tiad-addon__price[b-qidorwtzlb] {
    font-family: var(--ra-font-display, sans-serif);
    font-weight: 900;
    font-size: 1.9rem;
    white-space: nowrap;
}

.tiad-addon__price span[b-qidorwtzlb] {
    display: block;
    font-size: 0.82rem;
    font-weight: 600;
    color: #c8cdd6;
}

/* End / CTA */
.tiad-end[b-qidorwtzlb] {
    text-align: center;
    max-width: 720px;
    margin: 0 auto;
}

.tiad-end p[b-qidorwtzlb] {
    color: #555;
    line-height: 1.7;
    margin: 10px 0 0;
}

.tiad-end .tiad-hero-cta[b-qidorwtzlb] {
    justify-content: center;
}

@media (max-width: 820px) {
    .tiad-steps[b-qidorwtzlb], .tiad-kit[b-qidorwtzlb], .tiad-pricing[b-qidorwtzlb] {
        grid-template-columns: 1fr;
    }
}
