/* /Components/Layout/AuthLayout.razor.rz.scp.css */
.auth-page[b-kp9pvg1i3z] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
    background: linear-gradient(135deg, var(--pnt-navy) 0%, var(--pnt-navy-700) 55%, var(--pnt-cyan) 150%);
}

.auth-card[b-kp9pvg1i3z] {
    width: 100%;
    max-width: 420px;
    background: #fff;
    border-radius: 14px;
    box-shadow: var(--pnt-shadow-lg);
    padding: 2rem;
}

.auth-brand[b-kp9pvg1i3z] {
    display: flex;
    align-items: center;
    gap: .6rem;
    justify-content: center;
    margin-bottom: 1.25rem;
    color: var(--pnt-navy);
    font-weight: 700;
    font-size: 1.1rem;
}

    .auth-brand .bi[b-kp9pvg1i3z] {
        color: var(--pnt-cyan);
        font-size: 1.6rem;
    }
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cy9rpaiptt] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.nav-toggle-cb[b-cy9rpaiptt] { display: none; }

main[b-cy9rpaiptt] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-cy9rpaiptt] {
    background: linear-gradient(180deg, var(--pnt-navy) 0%, var(--pnt-navy-700) 100%);
    color: #fff;
}

.top-row[b-cy9rpaiptt] {
    background: #fff;
    border-bottom: 1px solid var(--pnt-slate-200);
    height: 3.5rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    box-shadow: var(--pnt-shadow);
}

article.content[b-cy9rpaiptt] {
    background: var(--pnt-slate-50);
    padding-top: 1.25rem;
    padding-bottom: 2.5rem;
}

@media (max-width: 991.98px) {
    .sidebar[b-cy9rpaiptt] { display: none; }
    .nav-toggle-cb:checked ~ .sidebar[b-cy9rpaiptt] { display: block; }
}

@media (min-width: 992px) {
    .page[b-cy9rpaiptt] { flex-direction: row; }

    .sidebar[b-cy9rpaiptt] {
        width: 256px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex: none;
    }

    .top-row[b-cy9rpaiptt] {
        position: sticky;
        top: 0;
        z-index: 100;
    }
}

#blazor-error-ui[b-cy9rpaiptt] {
    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-cy9rpaiptt] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.sidebar-brand[b-khhi9f7h7f] {
    display: flex;
    align-items: center;
    gap: .6rem;
    padding: 1.1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand-mark[b-khhi9f7h7f] {
    font-size: 1.6rem;
    color: var(--pnt-cyan);
}

.brand-text[b-khhi9f7h7f] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
    color: #fff;
}

    .brand-text strong[b-khhi9f7h7f] { font-size: 1.05rem; letter-spacing: .02em; }
    .brand-text span[b-khhi9f7h7f] { font-size: .72rem; color: rgba(255, 255, 255, .6); }

.sidebar-nav[b-khhi9f7h7f] {
    display: flex;
    flex-direction: column;
    padding: .5rem .25rem 1.5rem;
}

@media (min-width: 992px) {
    .sidebar-nav[b-khhi9f7h7f] {
        height: calc(100vh - 4.2rem);
        overflow-y: auto;
    }
}

.nav-section[b-khhi9f7h7f] {
    font-size: .68rem;
    letter-spacing: .09em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .4);
    padding: 1rem .9rem .25rem;
}

.sidebar-nav[b-khhi9f7h7f]  .nav-link {
    display: flex;
    align-items: center;
    gap: .7rem;
    color: rgba(255, 255, 255, .8);
    border-radius: 8px;
    padding: .6rem .9rem;
    margin: 1px .25rem;
    font-size: .92rem;
    text-decoration: none;
    min-height: 44px;
}

    .sidebar-nav[b-khhi9f7h7f]  .nav-link .bi {
        font-size: 1.05rem;
        width: 1.25rem;
        text-align: center;
    }

    .sidebar-nav[b-khhi9f7h7f]  .nav-link:hover {
        background: rgba(255, 255, 255, .08);
        color: #fff;
    }

    .sidebar-nav[b-khhi9f7h7f]  .nav-link.active {
        background: rgba(28, 109, 208, .25);
        color: #fff;
        box-shadow: inset 3px 0 0 var(--pnt-cyan);
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-swotp0vwxy],
.components-reconnect-repeated-attempt-visible[b-swotp0vwxy],
.components-reconnect-failed-visible[b-swotp0vwxy],
.components-pause-visible[b-swotp0vwxy],
.components-resume-failed-visible[b-swotp0vwxy],
.components-rejoining-animation[b-swotp0vwxy] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-retrying[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-failed[b-swotp0vwxy],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-swotp0vwxy] {
    display: block;
}


#components-reconnect-modal[b-swotp0vwxy] {
    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-swotp0vwxy 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-swotp0vwxy 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-swotp0vwxy 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-swotp0vwxy]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-swotp0vwxy 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-swotp0vwxy {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-swotp0vwxy {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-swotp0vwxy {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-swotp0vwxy] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-swotp0vwxy] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-swotp0vwxy] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-swotp0vwxy] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-swotp0vwxy] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-swotp0vwxy] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-swotp0vwxy] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-swotp0vwxy 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-swotp0vwxy] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-swotp0vwxy {
    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;
    }
}
