/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-3njd2m1e7e] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #FFFEF7;
}

main[b-3njd2m1e7e] {
    flex: 1;
}

/* Museum-Quality Navigation */
.museum-nav[b-3njd2m1e7e] {
    background: #1A1A1A !important;
    box-shadow: 0 1px 0 rgba(0,0,0,0.1);
    border-bottom: 1px solid #333;
}

.brand-name[b-3njd2m1e7e] {
    font-family: 'Playfair Display', Georgia, serif !important;
    font-weight: 400;
    font-size: 1.5rem;
    letter-spacing: 0.05em;
    color: #FFFEF7 !important;
}

.nav-link-refined[b-3njd2m1e7e] {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.9rem;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(255, 254, 247, 0.8) !important;
    padding: 0.5rem 1rem;
    transition: color 0.3s ease;
}

.nav-link-refined:hover[b-3njd2m1e7e],
.nav-link-refined.active[b-3njd2m1e7e] {
    color: #FFFEF7 !important;
}

.nav-link[b-3njd2m1e7e] {
    transition: all 0.3s ease;
    color: rgba(255, 254, 247, 0.8);
}

.nav-link:hover[b-3njd2m1e7e] {
    color: #FFFEF7;
}

.nav-link.btn-link[b-3njd2m1e7e] {
    color: rgba(255,255,255,.55);
    text-decoration: none;
    padding: 0.5rem 1rem;
}

.nav-link.btn-link:hover[b-3njd2m1e7e] {
    color: rgba(255,255,255,.75);
}

.content[b-3njd2m1e7e] {
    width: 100%;
}

/* Refined Footer */
.footer-refined[b-3njd2m1e7e] {
    background: #1A1A1A;
    color: #CCCCCC;
    padding: 4rem 3rem 2rem;
    margin-top: auto;
}

.footer-content[b-3njd2m1e7e] {
    max-width: 1400px;
    margin: 0 auto;
}

.footer-title[b-3njd2m1e7e] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.5rem;
    font-weight: 400;
    color: #FFFEF7;
    margin-bottom: 0.75rem;
    letter-spacing: 0.03em;
}

.footer-tagline[b-3njd2m1e7e] {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.9rem;
    font-weight: 300;
    color: #999;
    line-height: 1.6;
}

.footer-heading[b-3njd2m1e7e] {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: #FFFEF7;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 1rem;
}

.footer-links[b-3njd2m1e7e] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li[b-3njd2m1e7e] {
    margin-bottom: 0.5rem;
}

.footer-links a[b-3njd2m1e7e] {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.9rem;
    color: #999;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover[b-3njd2m1e7e] {
    color: #FFFEF7;
}

.footer-social[b-3njd2m1e7e] {
    display: flex;
    gap: 1rem;
}

.social-icon[b-3njd2m1e7e] {
    color: #999;
    font-size: 1.25rem;
    transition: color 0.3s ease;
}

.social-icon:hover[b-3njd2m1e7e] {
    color: #FFFEF7;
}

.footer-copyright[b-3njd2m1e7e] {
    font-family: 'Helvetica Neue', sans-serif;
    font-size: 0.85rem;
    color: #666;
    letter-spacing: 0.05em;
}

@media (max-width: 992px) {
    .footer-refined[b-3njd2m1e7e] {
        padding: 3rem 1.5rem 2rem;
    }
}

/* Blazor Error UI */
#blazor-error-ui[b-3njd2m1e7e] {
    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-3njd2m1e7e] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1skb43fe8p],
.components-reconnect-repeated-attempt-visible[b-1skb43fe8p],
.components-reconnect-failed-visible[b-1skb43fe8p],
.components-pause-visible[b-1skb43fe8p],
.components-resume-failed-visible[b-1skb43fe8p],
.components-rejoining-animation[b-1skb43fe8p] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-retrying[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-failed[b-1skb43fe8p],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-1skb43fe8p] {
    display: block;
}


#components-reconnect-modal[b-1skb43fe8p] {
    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-1skb43fe8p 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-1skb43fe8p 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-1skb43fe8p 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-1skb43fe8p]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-1skb43fe8p 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-1skb43fe8p {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-1skb43fe8p {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-1skb43fe8p {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-1skb43fe8p] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-1skb43fe8p] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-1skb43fe8p] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-1skb43fe8p] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-1skb43fe8p] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-1skb43fe8p] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-1skb43fe8p] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-1skb43fe8p 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-1skb43fe8p] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-1skb43fe8p {
    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;
    }
}
