/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-7x7unfpkh5] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.site-main[b-7x7unfpkh5] {
    flex: 1;
}

.site-content[b-7x7unfpkh5] {
    padding-bottom: 1.8rem;
}

.site-footer[b-7x7unfpkh5] {
    width: min(calc(100% - 2rem), var(--content-width));
    margin: 0 auto 1.2rem;
    padding: 1rem 1.15rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    border-radius: var(--radius-lg);
    background: #ffffff;
    display: flex;
    gap: 0.85rem;
    align-items: center;
    justify-content: space-between;
    box-shadow: var(--shadow-sm);
}

.site-footer p[b-7x7unfpkh5] {
    margin: 0;
}

.footer-brand[b-7x7unfpkh5] {
    font-weight: 700;
}

.site-footer div p:last-child[b-7x7unfpkh5] {
    color: var(--muted);
}

.footer-link[b-7x7unfpkh5] {
    font-weight: 600;
    text-decoration: none;
    color: var(--brand-deep);
}

@media (max-width: 767.98px) {
    .site-footer[b-7x7unfpkh5] {
        width: min(calc(100% - 1.4rem), var(--content-width));
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 1rem;
    }
}

#blazor-error-ui[b-7x7unfpkh5] {
    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-7x7unfpkh5] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.topbar[b-k7nqnrq9pq] {
    position: sticky;
    top: 0;
    z-index: 20;
    width: min(calc(100% - 2rem), var(--content-width));
    margin: 0.8rem auto 0;
    padding: 0.8rem 1rem;
    border: 1px solid rgba(15, 23, 42, 0.88);
    border-radius: 14px;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.98), rgba(30, 41, 59, 0.96));
    backdrop-filter: blur(8px);
    box-shadow: 0 14px 30px rgba(15, 23, 42, 0.14);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.9rem;
}

.brand-lockup[b-k7nqnrq9pq] {
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.brand-mark[b-k7nqnrq9pq] {
    width: 2.55rem;
    height: 2.55rem;
    border-radius: 0.85rem;
    display: grid;
    place-items: center;
    background: linear-gradient(135deg, var(--brand), var(--brand-deep));
    color: #fff;
    text-decoration: none;
    font-weight: 800;
    letter-spacing: -0.04em;
    box-shadow: 0 10px 20px rgba(15, 118, 110, 0.16);
}

.brand-name[b-k7nqnrq9pq] {
    display: inline-block;
    color: #f8fafc;
    text-decoration: none;
    font-weight: 750;
    letter-spacing: -0.03em;
}

.brand-tagline[b-k7nqnrq9pq] {
    margin: 0.15rem 0 0;
    color: #cbd5e1;
    font-size: 0.88rem;
}

.nav-links[b-k7nqnrq9pq] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
}

.nav-links[b-k7nqnrq9pq]  .nav-link {
    padding: 0.62rem 0.88rem;
    border-radius: 999px;
    color: rgba(248, 250, 252, 0.88);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.96rem;
    letter-spacing: -0.01em;
    transition: background-color 160ms ease, color 160ms ease, box-shadow 160ms ease;
}

.nav-links[b-k7nqnrq9pq]  .nav-link.active,
.nav-links[b-k7nqnrq9pq]  .nav-link:hover {
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.12);
}

.nav-cta[b-k7nqnrq9pq] {
    margin-left: 0.55rem;
    min-height: 2.95rem;
    padding-inline: 1.15rem;
}

.nav-toggle[b-k7nqnrq9pq],
.nav-toggle-button[b-k7nqnrq9pq] {
    display: none;
}

@media (max-width: 767.98px) {
    .topbar[b-k7nqnrq9pq] {
        width: min(calc(100% - 1.4rem), var(--content-width));
        border-radius: 14px;
        align-items: flex-start;
        flex-wrap: wrap;
        padding: 0.85rem;
    }

    .nav-toggle-button[b-k7nqnrq9pq] {
        display: inline-flex;
        width: 3rem;
        height: 3rem;
        border-radius: 10px;
        border: 1px solid rgba(255, 255, 255, 0.12);
        background: rgba(255, 255, 255, 0.06);
        align-items: center;
        justify-content: center;
        flex-direction: column;
        gap: 0.3rem;
        cursor: pointer;
    }

    .nav-toggle-button span[b-k7nqnrq9pq] {
        width: 1.1rem;
        height: 2px;
        background: #f8fafc;
        border-radius: 999px;
    }

    .nav-links[b-k7nqnrq9pq] {
        width: 100%;
        display: none;
        padding-top: 0.5rem;
        flex-direction: column;
        align-items: stretch;
    }

    .nav-links[b-k7nqnrq9pq]  .nav-link,
    .nav-cta[b-k7nqnrq9pq] {
        width: 100%;
        text-align: center;
    }

    .nav-cta[b-k7nqnrq9pq] {
        margin-left: 0;
    }

    .nav-toggle:checked ~ .nav-links[b-k7nqnrq9pq] {
        display: flex;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-lgzzfsbku1],
.components-reconnect-repeated-attempt-visible[b-lgzzfsbku1],
.components-reconnect-failed-visible[b-lgzzfsbku1],
.components-pause-visible[b-lgzzfsbku1],
.components-resume-failed-visible[b-lgzzfsbku1],
.components-rejoining-animation[b-lgzzfsbku1] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-lgzzfsbku1 {
    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;
    }
}
