/* /Components/Layout/CookieBanner.razor.rz.scp.css */
.cookie-banner[b-a6hds7eft8] {
    position: fixed;
    left: 1rem;
    right: 1rem;
    bottom: 5.5rem;
    z-index: 60;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.1rem;
    border-radius: 1.25rem;
    background: rgba(20, 27, 31, 0.94);
    color: #f6f0df;
    box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.cookie-banner p[b-a6hds7eft8] {
    margin: 0.35rem 0 0;
}

.cookie-actions[b-a6hds7eft8] {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.cookie-actions a[b-a6hds7eft8] {
    color: #f9cd72;
}

@media (max-width: 720px) {

    .cookie-banner[b-a6hds7eft8] {
        bottom: 7.5rem;
    }

    .cookie-banner[b-a6hds7eft8],
    .cookie-actions[b-a6hds7eft8] {
        flex-direction: column;
        align-items: flex-start;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-swjb63bglz] {
    min-height: 100vh;
}

.app-main[b-swjb63bglz] {
    padding-top: 4.75rem;
    padding-bottom: 6.75rem;
}

.site-footer[b-swjb63bglz] {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 30;
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
    padding: 0.85rem 1.25rem 1rem;
    color: var(--muted-color);
    background: rgba(255, 248, 237, 0.96);
    border-top: 1px solid rgba(76, 54, 35, 0.12);
    backdrop-filter: blur(16px);
}

.site-footer p[b-swjb63bglz] {
    margin: 0.35rem 0 0;
}

.site-footer nav[b-swjb63bglz] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.footer-version[b-swjb63bglz] {
    white-space: nowrap;
    font-size: 0.92rem;
}

.site-footer a[b-swjb63bglz] {
    color: var(--text-color);
    text-decoration: none;
}

.site-footer a:hover[b-swjb63bglz] {
    text-decoration: underline;
}

@media (max-width: 720px) {
    .app-main[b-swjb63bglz] {
        padding-bottom: 8.75rem;
    }

    .site-footer[b-swjb63bglz] {
        flex-direction: column;
        align-items: flex-start;
    }
}

#blazor-error-ui[b-swjb63bglz] {
    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-swjb63bglz] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-g3fm55y4ni] {
    position: fixed;
    inset: 0 0 auto 0;
    z-index: 40;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.85rem 1rem;
    backdrop-filter: blur(18px);
    background: rgba(245, 238, 220, 0.84);
    border-bottom: 1px solid rgba(76, 54, 35, 0.12);
}

.brand[b-g3fm55y4ni] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
    color: var(--text-color);
}

.brand-logo[b-g3fm55y4ni] {
    display: block;
    width: auto;
    height: 2.8rem;
}

.menu-toggle[b-g3fm55y4ni] {
    display: none;
    border: 0;
    background: transparent;
    padding: 0.35rem;
}

.menu-toggle span[b-g3fm55y4ni] {
    display: block;
    width: 1.6rem;
    height: 2px;
    margin: 0.28rem 0;
    background: var(--text-color);
}

.site-nav[b-g3fm55y4ni] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.site-nav[b-g3fm55y4ni]  .nav-item,
.nav-button[b-g3fm55y4ni] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.8rem;
    padding: 0.65rem 0.9rem;
    border-radius: 999px;
    text-decoration: none;
    color: var(--text-color);
    border: 1px solid transparent;
}

.site-nav[b-g3fm55y4ni]  .nav-item.active {
    background: rgba(20, 27, 31, 0.08);
}

.nav-item-strong[b-g3fm55y4ni] {
    background: #141b1f;
    color: #fff7e8;
}

.logout-form[b-g3fm55y4ni] {
    margin: 0;
}

.nav-button[b-g3fm55y4ni] {
    background: transparent;
}

@media (max-width: 720px) {
    .brand-logo[b-g3fm55y4ni] {
        height: 2.35rem;
    }

    .menu-toggle[b-g3fm55y4ni] {
        display: inline-block;
    }

    .site-nav[b-g3fm55y4ni] {
        position: absolute;
        top: 100%;
        right: 1rem;
        left: 1rem;
        display: none;
        flex-direction: column;
        align-items: stretch;
        padding: 0.85rem;
        border-radius: 1rem;
        background: rgba(255, 248, 237, 0.98);
        box-shadow: 0 18px 40px rgba(0, 0, 0, 0.14);
    }

    .site-nav.open[b-g3fm55y4ni] {
        display: flex;
    }

    .site-nav[b-g3fm55y4ni]  .nav-item,
    .nav-button[b-g3fm55y4ni],
    .logout-form[b-g3fm55y4ni] {
        width: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-6h1xviolsp],
.components-reconnect-repeated-attempt-visible[b-6h1xviolsp],
.components-reconnect-failed-visible[b-6h1xviolsp],
.components-pause-visible[b-6h1xviolsp],
.components-resume-failed-visible[b-6h1xviolsp],
.components-rejoining-animation[b-6h1xviolsp] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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