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

main[b-qzbb0x4pc3] {
    flex: 1;
}

/* Footer */
.site-footer[b-qzbb0x4pc3] {
    background: #0f172a;
    color: #94a3b8;
    padding: 3rem 0 2rem;
    margin-top: 0;
    position: relative;
    z-index: 1;
}

.footer-logo[b-qzbb0x4pc3] {
    height: 32px;
    width: auto;
    opacity: 0.9;
    transition: opacity 0.2s;
}

.footer-logo:hover[b-qzbb0x4pc3] {
    opacity: 1;
}

.footer-tagline[b-qzbb0x4pc3] {
    font-size: 0.9rem;
    line-height: 1.5;
}

.footer-location[b-qzbb0x4pc3] {
    font-size: 0.85rem;
}

.footer-heading[b-qzbb0x4pc3] {
    color: #e2e8f0;
    font-weight: 600;
    margin-bottom: 1rem;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.footer-links[b-qzbb0x4pc3] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-qzbb0x4pc3] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-qzbb0x4pc3] {
    color: #94a3b8;
    text-decoration: none;
    font-size: 0.9rem;
    transition: color 0.2s;
}

.footer-links a:hover[b-qzbb0x4pc3] {
    color: #38bdf8;
}

.footer-copy[b-qzbb0x4pc3] {
    font-size: 0.8rem;
    color: #64748b;
}

/* Error UI */
#blazor-error-ui[b-qzbb0x4pc3] {
    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-qzbb0x4pc3] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-gpeg853y8i] {
    background: rgba(15, 23, 42, 0.95);
    backdrop-filter: blur(10px);
    padding: 0.75rem 0;
    transition: background 0.3s;
    z-index: 1030;
}

.site-nav .navbar-brand[b-gpeg853y8i] {
    padding: 0;
}

.nav-logo[b-gpeg853y8i] {
    height: 36px;
    width: auto;
}

.site-nav .nav-link[b-gpeg853y8i] {
    color: #cbd5e1;
    font-size: 0.9rem;
    font-weight: 500;
    padding: 0.5rem 1rem;
    transition: color 0.2s;
}

.site-nav .nav-link:hover[b-gpeg853y8i],
.site-nav .nav-link.active[b-gpeg853y8i] {
    color: #38bdf8;
}

.btn-cta[b-gpeg853y8i] {
    background: linear-gradient(135deg, #3b82f6, #8b5cf6);
    color: #fff;
    border: none;
    padding: 0.5rem 1.25rem;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    transition: transform 0.2s, box-shadow 0.2s;
}

.btn-cta:hover[b-gpeg853y8i] {
    transform: translateY(-1px);
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.4);
    color: #fff;
}

.nav-spacer[b-gpeg853y8i] {
    height: 72px;
}

@media (max-width: 991.98px) {
    .site-nav .navbar-collapse[b-gpeg853y8i] {
        background: rgba(15, 23, 42, 0.98);
        margin: 0.5rem -0.75rem -0.75rem;
        padding: 1rem;
        border-radius: 0 0 8px 8px;
    }

    .site-nav .nav-link[b-gpeg853y8i] {
        padding: 0.75rem 0;
    }

    .btn-cta[b-gpeg853y8i] {
        display: inline-block;
        margin-top: 0.5rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ejb9o417wg],
.components-reconnect-repeated-attempt-visible[b-ejb9o417wg],
.components-reconnect-failed-visible[b-ejb9o417wg],
.components-pause-visible[b-ejb9o417wg],
.components-resume-failed-visible[b-ejb9o417wg],
.components-rejoining-animation[b-ejb9o417wg] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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