/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dhhhudu01b] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-dhhhudu01b] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-dhhhudu01b] {
    background: linear-gradient(180deg, #17253f 0%, #2f4858 55%, #7b5c44 100%);
}

.public-header[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 5.25rem;
    background: rgba(255, 251, 245, 0.72);
    border-bottom: 1px solid rgba(60, 52, 43, 0.1);
    backdrop-filter: blur(14px);
}

.public-brand-shell[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.public-header-badge[b-dhhhudu01b] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(125, 87, 55, 0.18);
    background: rgba(184, 106, 63, 0.08);
    color: #7c3f27;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
}

.public-header-links[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.public-header a[b-dhhhudu01b],
.public-header .btn-link[b-dhhhudu01b] {
    white-space: nowrap;
    text-decoration: none;
    color: #3d3127;
    font-weight: 600;
}

.public-header a:hover[b-dhhhudu01b],
.public-header .btn-link:hover[b-dhhhudu01b] {
    color: #b86a3f;
}

.public-header-quiet-link[b-dhhhudu01b] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.75rem;
    padding: 0.6rem 0.95rem;
    border-radius: 999px;
    border: 1px solid rgba(60, 52, 43, 0.12);
    background: rgba(255, 255, 255, 0.65);
}

.public-content[b-dhhhudu01b] {
    padding-top: 1rem;
}

.top-row[b-dhhhudu01b] {
    background: rgba(255, 251, 245, 0.82);
    border-bottom: 1px solid rgba(60, 52, 43, 0.1);
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    backdrop-filter: blur(14px);
}

.top-row-badge[b-dhhhudu01b] {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    border: 1px solid rgba(125, 87, 55, 0.18);
    background: rgba(184, 106, 63, 0.08);
    color: #7c3f27;
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    padding: 0.45rem 0.8rem;
}

.top-row-links[b-dhhhudu01b] {
    display: flex;
    align-items: center;
    gap: 1.1rem;
}

.top-row[b-dhhhudu01b]  a,
.top-row[b-dhhhudu01b]  .btn-link {
    white-space: nowrap;
    text-decoration: none;
    color: #3d3127;
    font-weight: 600;
}

.top-row[b-dhhhudu01b]  a:hover,
.top-row[b-dhhhudu01b]  .btn-link:hover {
    color: #b86a3f;
}

@media (max-width: 640.98px) {
    .public-header[b-dhhhudu01b],
    .top-row[b-dhhhudu01b] {
        flex-direction: column;
        align-items: flex-start;
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .public-header-links[b-dhhhudu01b],
    .top-row-links[b-dhhhudu01b] {
        flex-wrap: wrap;
        gap: 0.75rem;
    }
}

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

    .app-page .sidebar[b-dhhhudu01b] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .app-page .top-row[b-dhhhudu01b],
    .public-header[b-dhhhudu01b] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .app-page .top-row[b-dhhhudu01b],
    .app-page article[b-dhhhudu01b],
    .public-header[b-dhhhudu01b],
    .public-page article[b-dhhhudu01b] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

#blazor-error-ui[b-dhhhudu01b] {
    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-dhhhudu01b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ryu38u7zbp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-ryu38u7zbp] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ryu38u7zbp] {
    min-height: 5rem;
    background: rgba(11, 20, 37, 0.34);
}

.brand-shell[b-ryu38u7zbp] {
    align-items: flex-start;
    min-height: 5rem;
    padding: 1rem 0 0.75rem;
}

.brand-caption[b-ryu38u7zbp] {
    color: rgba(240, 232, 220, 0.78);
    font-size: 0.88rem;
    line-height: 1.5;
    max-width: 16rem;
    margin-top: 0.75rem;
}

.nav-section-label[b-ryu38u7zbp] {
    color: rgba(240, 232, 220, 0.55);
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    padding: 1rem 1.5rem 0.35rem;
    text-transform: uppercase;
}

.nav-item[b-ryu38u7zbp] {
    font-size: 0.97rem;
    padding-bottom: 0.35rem;
}

    .nav-item:first-of-type[b-ryu38u7zbp] {
        padding-top: 0.25rem;
    }

    .nav-item:last-of-type[b-ryu38u7zbp] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ryu38u7zbp]  .nav-link,
    .nav-item[b-ryu38u7zbp]  .nav-button {
        color: rgba(255, 247, 238, 0.88);
        background: none;
        border: none;
        border-radius: 18px;
        height: 3.1rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        padding: 0 1rem;
        font-weight: 600;
    }

.nav-item[b-ryu38u7zbp]  a.active,
.nav-item[b-ryu38u7zbp]  .nav-button:hover {
    background-color: rgba(255, 255, 255, 0.16);
    color: white;
}

.nav-item[b-ryu38u7zbp]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

.nav-item[b-ryu38u7zbp]  form {
    width: 100%;
}

.nav-scrollable[b-ryu38u7zbp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ryu38u7zbp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ryu38u7zbp] {
        display: none;
    }

    .nav-scrollable[b-ryu38u7zbp] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
        padding-bottom: 1.25rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-1lq9ci4f3c],
.components-reconnect-repeated-attempt-visible[b-1lq9ci4f3c],
.components-reconnect-failed-visible[b-1lq9ci4f3c],
.components-pause-visible[b-1lq9ci4f3c],
.components-resume-failed-visible[b-1lq9ci4f3c],
.components-rejoining-animation[b-1lq9ci4f3c] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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