/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z9fke5ya7b] {
    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-z9fke5ya7b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3gzc7621ah],
.components-reconnect-repeated-attempt-visible[b-3gzc7621ah],
.components-reconnect-failed-visible[b-3gzc7621ah],
.components-pause-visible[b-3gzc7621ah],
.components-resume-failed-visible[b-3gzc7621ah],
.components-rejoining-animation[b-3gzc7621ah] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-retrying[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-failed[b-3gzc7621ah],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3gzc7621ah] {
    display: block;
}


#components-reconnect-modal[b-3gzc7621ah] {
    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-3gzc7621ah 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3gzc7621ah 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3gzc7621ah 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3gzc7621ah]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3gzc7621ah 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3gzc7621ah {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3gzc7621ah {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3gzc7621ah {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3gzc7621ah] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3gzc7621ah] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3gzc7621ah] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3gzc7621ah] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3gzc7621ah] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3gzc7621ah] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3gzc7621ah] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3gzc7621ah 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3gzc7621ah] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3gzc7621ah {
    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/Home.razor.rz.scp.css */
.page-shell[b-txr75jjyfs] {
    max-width: 1240px;
    margin: 0 auto;
    padding: 2rem 1.5rem 4rem;
    background: #f2f2f2;
    color: #002644;
    font-family: 'Rajdhani', 'Segoe UI', sans-serif;
}

.brand-header[b-txr75jjyfs] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 0.5rem;
    padding-top: 0.5rem;
}

.brand-logo[b-txr75jjyfs] {
    width: min(850px, 80vw);
    height: auto;
    display: block;
}

.products-shell[b-txr75jjyfs] {
    padding-top: 0.5rem;
}

.products-title[b-txr75jjyfs] {
    margin: 0;
    font-size: clamp(2rem, 3vw, 3rem);
    line-height: 1.1;
    text-align: center;
    font-weight: 700;
    color: #002644;
}

.products-divider[b-txr75jjyfs] {
    border: 0;
    border-top: 1px solid #002644;
    width: 100%;
    margin: 1rem 0 2rem;
}

.product-grid[b-txr75jjyfs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: clamp(3rem, 5vw, 6rem);
    row-gap: 2.4rem;
    align-items: start;
}

.product-column[b-txr75jjyfs] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.product-column-left[b-txr75jjyfs],
.product-column-right[b-txr75jjyfs] {
    padding-top: 0.25rem;
}

.product-image[b-txr75jjyfs] {
    width: min(100%, 500px);
    height: auto;
    display: block;
    margin: 0 auto;
}

.product-logo[b-txr75jjyfs] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100px;
}

.product-logo img[b-txr75jjyfs] {
    max-height: 110px;
    width: auto;
    object-fit: contain;
}

.product-copy[b-txr75jjyfs] {
    font-size: clamp(1.05rem, 1.6vw, 1.35rem);
    font-weight: 500;
    line-height: 1.55;
    letter-spacing: 0.01em;
    color: #002644;
}

.product-copy p[b-txr75jjyfs] {
    margin: 0 0 1rem;
}

.product-copy p:last-child[b-txr75jjyfs] {
    margin-bottom: 0;
}

.product-copy strong[b-txr75jjyfs],
.product-copy b[b-txr75jjyfs] {
    font-weight: 700;
}

.product-copy p strong[b-txr75jjyfs] {
    font-weight: 700;
    font-size: 1.06em;
    letter-spacing: 0.01em;
}

.product-copy a[b-txr75jjyfs] {
    color: #0b6caa;
    text-decoration: none;
}

.product-copy a:hover[b-txr75jjyfs] {
    text-decoration: underline;
}

.inline-image-wrap[b-txr75jjyfs] {
    display: flex;
    justify-content: center;
    margin: 0.8rem 0 1rem;
}

.inline-image[b-txr75jjyfs] {
    max-width: min(100%, 520px);
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
}

@media (max-width: 900px) {
    .page-shell[b-txr75jjyfs] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .product-grid[b-txr75jjyfs] {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .products-title[b-txr75jjyfs] {
        font-size: 2.2rem;
    }
}
