/* /Components/Layout/ConstructionImage.razor.rz.scp.css */
.construction-container[b-k6y0aya3w4]{
    display:flex;
    align-items:center;
    justify-content:center;
    flex-direction:column;
}
p[b-k6y0aya3w4] {
    color: #130f0f;
    font-size: 2rem;
    text-shadow: 0 0 1rem rgba(225,225,225,0.15);
}
img[b-k6y0aya3w4] {
    width: 20rem;
    filter: saturate(3);
    mix-blend-mode: saturation;
}
/* /Components/Layout/Header.razor.rz.scp.css */
h3[b-oes54u65wj] {
    color: #a03123;
    text-shadow: black 0 0 .3rem;
    font-size: 2.5rem;
    padding: 0 0 1rem 0;
    text-align:center;
}
/* /Components/Layout/LogoLinks.razor.rz.scp.css */
.logo-links[b-idpkoz3luf] {
    position: fixed;
    display: flex;
    bottom: 1rem;
    right: 5rem;
}

    .logo-links a[b-idpkoz3luf] {
        display: inline-flex;
        opacity: 0.04;
        transition: all 0.15s;
        filter: drop-shadow(0 0 0 white);
        margin: 0 1rem 0 0;
    }

        .logo-links a:hover[b-idpkoz3luf] {
            opacity: 0.7;
            filter: drop-shadow(0 0 0.2rem white);
        }

        .logo-links a img[b-idpkoz3luf] {
            max-width: 2rem;
            max-height: 2rem;
            object-fit: contain;
        }

        .logo-links a svg[b-idpkoz3luf] {
            width:2rem;
            max-width: 2rem;
            max-height: 2rem;
            object-fit: contain;
        }

/* Mobile Styles */
@media (max-width: 850px) {
    .logo-links a[b-idpkoz3luf] {
        opacity: 0.4;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dztl8qa5oo] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.site-header[b-dztl8qa5oo]{
    color:slategrey;
    display:flex;
    align-self:center;
}

.nav-row[b-dztl8qa5oo] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    position: sticky;
    top: 0;
    z-index: 1;
}

    .nav-row[b-dztl8qa5oo]  a, .nav-row[b-dztl8qa5oo]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .nav-row[b-dztl8qa5oo]  a:hover, .nav-row[b-dztl8qa5oo]  .btn-link:hover {
        text-decoration: underline;
    }

    .nav-row[b-dztl8qa5oo]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .nav-row[b-dztl8qa5oo] {
        justify-content: space-between;
    }

    .nav-row[b-dztl8qa5oo]  a, .nav-row[b-dztl8qa5oo]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dztl8qa5oo] {
        flex-direction: row;
    }

    .mainnavbar[b-dztl8qa5oo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .nav-row.auth[b-dztl8qa5oo]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .nav-row[b-dztl8qa5oo], article[b-dztl8qa5oo] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-dztl8qa5oo] {
    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-dztl8qa5oo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-menu[b-m8mivo22hh] {
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 1rem;
    width: 100vw;
    background: rgba(14,13,13,.9);
}

.nav-logo[b-m8mivo22hh]{
    width:3rem;
    position:fixed;
    bottom:0.45rem;
    right:0.3rem;
}
.logo-links a img[b-m8mivo22hh]{
    width:2rem;
}

.nav-button[b-m8mivo22hh] {
    font-size: 2rem;
    background-color: rgba(0,0,0,0);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    height: 2rem;
    width: 2rem;
    line-height: 0;
    padding: 0.25rem 0 0.25rem 0;
    color: #a8a2a2;
    transition:transform .15s;
}

    .nav-button:hover[b-m8mivo22hh] {
        background: rgba(225,225,225,0.025);
        color: rgba(225,225,225,0.9);
    }

    .nav-button.open[b-m8mivo22hh] {
        background: rgba(225,225,225,0.025);
        border: solid .1rem rgba(225,225,225,0.1);
        transform:rotate(45deg);
    }

.menu-content[b-m8mivo22hh] {
    padding: 0;
    margin: 0;
    opacity: 0;
    transition: opacity .03s;
    position: fixed;
    left: 3.5rem;
    bottom: 1rem;
    z-index: 9001;
}

.nav-menu-item[b-m8mivo22hh] {
    display: inline-flex;
    align-items: center;
    padding: 0 1rem;
    height: 2rem;
    text-decoration: none;
    color: #a8a2a2;
    background: linear-gradient(90deg,rgba(160, 49, 35, 0) 44%, rgba(160, 49, 35, 0.1) 98%, rgba(160, 49, 35, .4) 100%);
    margin:0 0 0 -8rem;
    transition:margin .15s;
}

    .nav-menu-item:hover[b-m8mivo22hh] {
        color: rgba(225,225,225,0.9);
        background: linear-gradient(90deg,rgba(160, 49, 35, 0) 44%, rgba(160, 49, 35, 0.1) 98%, rgba(160, 49, 35, .5) 100%);
    }

.menu-content.open[b-m8mivo22hh] {
    opacity: 1;
    transition: opacity .5s;
}

    .menu-content.open .nav-menu-item[b-m8mivo22hh] {
        margin:0;
    }

/* Mobile Styles */
@media (max-width: 850px) {
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ryr73wbt0r],
.components-reconnect-repeated-attempt-visible[b-ryr73wbt0r],
.components-reconnect-failed-visible[b-ryr73wbt0r],
.components-pause-visible[b-ryr73wbt0r],
.components-resume-failed-visible[b-ryr73wbt0r],
.components-rejoining-animation[b-ryr73wbt0r] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-ryr73wbt0r {
    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 */
