/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-6u58ab5ryg] {
    color-scheme: light only;
    background: #fff7cd;
    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-6u58ab5ryg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

.app-shell[b-6u58ab5ryg] {
    min-height: 100vh;
    background: #f6f7f9;
    color: #1f2933;
}

.app-header[b-6u58ab5ryg] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #d9dee7;
    display: flex;
    gap: 1rem;
    min-height: 64px;
    padding: 0.75rem 1rem;
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand[b-6u58ab5ryg] {
    color: #111827;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.header-controls[b-6u58ab5ryg] {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 0.75rem;
    flex-wrap: wrap;
    min-width: 0;
}

.header-settings[b-6u58ab5ryg] {

    position: relative;

    color: #475364;

    font-size: 0.85rem;

}
.header-settings summary[b-6u58ab5ryg] {
    cursor: pointer;
    padding: 0.6rem 0;
}
.header-settings-content[b-6u58ab5ryg] {
    position: absolute;
    top: 100%;
    left: 0;
    background: white;
    border: 1px solid #c6cfda;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 8px 24px #17202f1a;
    min-width: 320px;
    z-index: 30;
}
.header-usage[b-6u58ab5ryg] {
    margin-left: auto;
}
.mobile-nav-toggle[b-6u58ab5ryg] {
    display: none;
}
.nav-group[b-6u58ab5ryg] {
    display: flex;
    flex-direction: column;
    gap: 0.15rem;
}
.nav-group + .nav-group[b-6u58ab5ryg] {
    border-top: 1px solid #414956;
    margin-top: 0.5rem;
    padding-top: 0.65rem;
}
.nav-group h2[b-6u58ab5ryg] {
    color: #aebaca;
    font-size: 0.72rem;
    padding: 0.25rem 0.75rem;
}

.app-frame[b-6u58ab5ryg] {
    display: grid;
    grid-template-columns: 224px minmax(0, 1fr);
    min-height: calc(100vh - 64px);
}

.side-nav[b-6u58ab5ryg] {
    background: #20242d;
    border-right: 1px solid #171a21;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
    padding: 1rem 0.75rem;
}

.side-nav[b-6u58ab5ryg]  a {
    border-radius: 6px;
    color: #dce3ed;
    font-size: 0.92rem;
    padding: 0.62rem 0.75rem;
    text-decoration: none;
}

.side-nav[b-6u58ab5ryg]  a.active,
.side-nav[b-6u58ab5ryg]  a:hover,
.side-nav[b-6u58ab5ryg]  a:focus-visible {
    background: #ffffff;
    color: #111827;
}

.main-content[b-6u58ab5ryg] {
    min-width: 0;
    padding: 1.25rem;
}

@media (max-width: 920px) {
    .app-header[b-6u58ab5ryg] {
        align-items: stretch;
        flex-direction: column;
        position: static;
    }

    .header-controls[b-6u58ab5ryg] {
        align-items: center;
    }

    .header-controls[b-6u58ab5ryg]  .project-switcher {

        flex: 1 1 100%;

    }
    .header-settings-content[b-6u58ab5ryg] {
        min-width: 0;
        width: min(320px, calc(100vw - 4rem));
    }
    .header-usage[b-6u58ab5ryg] {
        margin-left: 0;
    }
    .mobile-nav-toggle[b-6u58ab5ryg] {
        display: block;
        text-align: left;
        background: #20242d;
        color: white;
        border: 0;
        padding: 0.85rem 1rem;
    }

    .app-frame[b-6u58ab5ryg] {
        grid-template-columns: 1fr;
        align-content: start;
        min-height: 0;
    }

    .side-nav[b-6u58ab5ryg] {
        display: none;
        border-right: 0;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1rem;
        padding: 1rem;
    }

    .side-nav.is-open[b-6u58ab5ryg] {

        display: grid;

    }
    .nav-group + .nav-group[b-6u58ab5ryg] {
        border: 0;
        margin: 0;
        padding: 0;
    }
    .main-content[b-6u58ab5ryg] {
        padding: 1rem;
    }

    .side-nav[b-6u58ab5ryg]  a {
        overflow-wrap: anywhere;
        align-content: center;
        min-height: 44px;
    }

    .header-settings summary[b-6u58ab5ryg] {
        align-content: center;
        min-height: 44px;
    }

    .account-link[b-6u58ab5ryg] {
        align-content: center;
        min-height: 44px;
    }
}

.account-link[b-6u58ab5ryg] {
    color: #374151;
    flex: 0 0 auto;
    font-size: 0.85rem;
    text-decoration: none;
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

    .account-link:hover[b-6u58ab5ryg] {
        text-decoration: underline;
    }

.logout-form[b-6u58ab5ryg] {
    flex: 0 0 auto;
    margin: 0;
}

.btn-link[b-6u58ab5ryg] {
    background: none;
    border: none;
    color: #1d4ed8;
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0;
    white-space: nowrap;
}

    .btn-link:hover[b-6u58ab5ryg] {
        text-decoration: underline;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-k9bay7lcwl],
.components-reconnect-repeated-attempt-visible[b-k9bay7lcwl],
.components-reconnect-failed-visible[b-k9bay7lcwl],
.components-pause-visible[b-k9bay7lcwl],
.components-resume-failed-visible[b-k9bay7lcwl],
.components-rejoining-animation[b-k9bay7lcwl] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

@keyframes components-rejoining-animation-b-k9bay7lcwl {
    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/Layout/SelfServiceLayout.razor.rz.scp.css */
.self-service-shell[b-98xan91e87] {
    background: #f6f7f9;
    color: #1f2933;
    min-height: 100vh;
}

.self-service-header[b-98xan91e87] {
    align-items: center;
    background: #ffffff;
    border-bottom: 1px solid #d9dee7;
    display: flex;
    gap: 1rem;
    min-height: 64px;
    padding: 0.75rem 1rem;
}

.brand[b-98xan91e87] {
    color: #111827;
    flex: 0 0 auto;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none;
    white-space: nowrap;
}

.self-service-header-controls[b-98xan91e87] {
    align-items: center;
    display: flex;
    flex: 1;
    gap: 0.75rem;
    justify-content: flex-end;
    min-width: 0;
}

.account-link[b-98xan91e87] {
    color: #374151;
    font-size: 0.85rem;
    text-decoration: none;
}

    .account-link:hover[b-98xan91e87] {
        text-decoration: underline;
    }

.logout-form[b-98xan91e87] {
    margin: 0;
    flex: 0 0 auto;
}

.btn-link[b-98xan91e87] {
    background: none;
    border: none;
    color: #1d4ed8;
    cursor: pointer;
    font-size: 0.85rem;
    padding: 0;
}

    .btn-link:hover[b-98xan91e87] {
        text-decoration: underline;
    }

@media (max-width: 560px) {
    .self-service-header[b-98xan91e87] {
        align-items: stretch;
        flex-direction: column;
        gap: 0.5rem;
    }

    .self-service-header-controls[b-98xan91e87] {
        justify-content: space-between;
    }

    .account-link[b-98xan91e87] {
        align-content: center;
        min-height: 44px;
        min-width: 0;
        overflow-wrap: anywhere;
    }

    .btn-link[b-98xan91e87] {
        min-height: 44px;
        white-space: nowrap;
    }
}

.self-service-content[b-98xan91e87] {
    margin: 0 auto;
    max-width: 48rem;
    padding: 2rem 1rem;
}
