/* /Components/Layout/AuthLayout.razor.rz.scp.css */
/* Pre-authentication layout: a branded panel beside the form, with none of the application chrome.
   Note this file is SCOPED to AuthLayout, so it styles only the shell below - the form inside @Body
   belongs to the page component and is styled from app.css. */

.auth-shell[b-nv6sevot5h] {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 1fr);
    min-height: 100vh;
}

/* ---- Brand panel ------------------------------------------------------------------------- */

.auth-brand[b-nv6sevot5h] {
    background:
        radial-gradient(120% 90% at 12% 8%, rgba(255, 255, 255, .16) 0%, rgba(255, 255, 255, 0) 55%),
        linear-gradient(135deg, #3f3a84 0%, #4b4594 38%, #6f67b5 78%, #8a83c6 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 3rem 3.25rem;
    position: relative;
}

.auth-brand-inner[b-nv6sevot5h] {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: auto 0;
    max-width: 30rem;
}

.auth-mark[b-nv6sevot5h] {
    align-items: center;
    display: flex;
    gap: .8rem;
}

.auth-mark-badge[b-nv6sevot5h] {
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, .8);
    border-radius: 8px;
    display: inline-flex;
    font-weight: 850;
    height: 34px;
    justify-content: center;
    letter-spacing: .02em;
    width: 38px;
}

.auth-mark-copy[b-nv6sevot5h] {
    display: grid;
    gap: .1rem;
    line-height: 1.15;
}

.auth-mark-copy strong[b-nv6sevot5h] {
    font-size: 1.02rem;
    font-weight: 750;
}

.auth-mark-copy small[b-nv6sevot5h] {
    color: rgba(255, 255, 255, .66);
    font-size: .7rem;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.auth-pitch h1[b-nv6sevot5h] {
    font-size: clamp(2rem, 2.9vw, 2.9rem);
    font-weight: 750;
    letter-spacing: -.015em;
    line-height: 1.08;
    margin: 0 0 .9rem;
    text-wrap: balance;
}

.auth-pitch p[b-nv6sevot5h] {
    color: rgba(255, 255, 255, .8);
    font-size: 1.02rem;
    line-height: 1.6;
    margin: 0;
    max-width: 30rem;
}

.auth-points[b-nv6sevot5h] {
    display: grid;
    gap: 1.35rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

/* A hairline rule rather than bullets - these are three claims, not a sequence, so numbering or
   tick marks would imply an order or a checklist that does not exist. */
.auth-points li[b-nv6sevot5h] {
    border-left: 2px solid rgba(255, 255, 255, .26);
    color: rgba(255, 255, 255, .74);
    font-size: .9rem;
    line-height: 1.55;
    padding-left: 1rem;
}

.auth-points strong[b-nv6sevot5h] {
    color: #fff;
    display: block;
    font-size: .95rem;
    font-weight: 700;
    margin-bottom: .15rem;
}

.auth-version[b-nv6sevot5h] {
    color: rgba(255, 255, 255, .5);
    font-size: .74rem;
    font-variant-numeric: tabular-nums;
    margin: 0;
}

/* ---- Form panel ------------------------------------------------------------------------- */

.auth-panel[b-nv6sevot5h] {
    align-items: center;
    background: #fff;
    display: flex;
    justify-content: center;
    padding: 3rem 2.5rem;
}

.auth-panel-inner[b-nv6sevot5h] {
    max-width: 25rem;
    width: 100%;
}

/* ---- Responsive -------------------------------------------------------------------------- */

/* Below this the two columns would both be too cramped to read, so the brand panel becomes a compact
   banner above the form rather than competing with it for width. */
@media (max-width: 900px) {
    .auth-shell[b-nv6sevot5h] {
        grid-template-columns: 1fr;
    }

    .auth-brand[b-nv6sevot5h] {
        padding: 2rem 1.5rem;
    }

    .auth-brand-inner[b-nv6sevot5h] {
        gap: 1.25rem;
        max-width: none;
    }

    /* The supporting claims are the first thing to go - the form is why someone is here. */
    .auth-points[b-nv6sevot5h],
    .auth-pitch p[b-nv6sevot5h] {
        display: none;
    }

    .auth-pitch h1[b-nv6sevot5h] {
        font-size: 1.6rem;
        margin: 0;
    }

    .auth-version[b-nv6sevot5h] {
        display: none;
    }

    .auth-panel[b-nv6sevot5h] {
        padding: 2rem 1.25rem 3rem;
    }
}

#blazor-error-ui[b-nv6sevot5h] {
    background: #fff8d7;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    color-scheme: light only;
    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-nv6sevot5h] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-cb3ddwi8nc] {
    min-height: 100vh;
}

.app-shell[b-cb3ddwi8nc] {
    background: #f7f7fa;
    display: grid;
    grid-template-columns: 232px minmax(0, 1fr);
    grid-template-rows: 60px minmax(0, 1fr);
}

.shell-header[b-cb3ddwi8nc] {
    background: #4b4594;
    box-shadow: 0 8px 22px rgba(31, 27, 68, .08);
    color: #fff;
    display: flex;
    grid-column: 1 / -1;
    min-height: 60px;
    position: sticky;
    top: 0;
    z-index: 10;
}

.header-segment[b-cb3ddwi8nc] {
    background: transparent;
}

.brand-block[b-cb3ddwi8nc] {
    align-items: center;
    display: flex;
    flex: 0 0 232px;
    min-height: 60px;
    padding: 0 .95rem;
}

.brand-mark[b-cb3ddwi8nc] {
    align-items: center;
    color: #fff;
    display: flex;
    gap: .75rem;
    text-decoration: none;
}

.brand-copy[b-cb3ddwi8nc] {
    display: grid;
    gap: .05rem;
    line-height: 1.1;
}

.brand-mark > span:first-child[b-cb3ddwi8nc] {
    align-items: center;
    border: 1.5px solid rgba(255, 255, 255, .86);
    border-radius: 7px;
    color: #fff;
    display: inline-flex;
    font-weight: 850;
    height: 30px;
    justify-content: center;
    width: 34px;
}

.brand-copy small[b-cb3ddwi8nc] {
    color: rgba(255, 255, 255, .68);
    display: block;
    font-size: .66rem;
    margin: 0;
}

.sidebar[b-cb3ddwi8nc] {
    background: #fff;
    border-right: 1px solid #eceaf4;
    box-shadow: 10px 0 24px rgba(31, 27, 68, .04);
    color: #575568;
    display: flex;
    flex-direction: column;
    min-height: calc(100vh - 60px);
    position: sticky;
    top: 60px;
    z-index: 8;
}

/* Build identifier, pinned to the foot of the nav - the conventional place for it in an admin
   console. Hover exposes the full informational version and build timestamp. */
.sidebar-version[b-cb3ddwi8nc] {
    border-top: 1px solid #eceaf4;
    color: #8b88a0;
    display: flex;
    flex-direction: column;
    font-size: .72rem;
    gap: .1rem;
    line-height: 1.3;
    margin-top: auto;
    padding: .7rem 1rem .9rem;
}

.sidebar-version strong[b-cb3ddwi8nc] {
    color: #5b55a6;
    font-size: .78rem;
    font-variant-numeric: tabular-nums;
}

.main-panel[b-cb3ddwi8nc] {
    min-width: 0;
}

.top-bar[b-cb3ddwi8nc] {
    align-items: center;
    background: inherit;
    color: #fff;
    display: flex;
    flex: 1 1 auto;
    gap: 1rem;
    justify-content: flex-end;
    min-height: 60px;
    min-width: 0;
    padding: 0 1.35rem;
}

.top-search[b-cb3ddwi8nc] {
    align-items: center;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .2);
    border-radius: 8px;
    color: rgba(255, 255, 255, .78);
    display: flex;
    flex: 0 1 480px;
    gap: .65rem;
    padding: .45rem .7rem;
}

.top-search input[b-cb3ddwi8nc] {
    background: transparent;
    border: 0;
    color: #fff;
    flex: 1;
    min-width: 0;
    outline: 0;
}

.top-search input[b-cb3ddwi8nc]::placeholder {
    color: rgba(255, 255, 255, .62);
}

.top-search button[b-cb3ddwi8nc] {
    background: transparent;
    border: 0;
    color: rgba(255, 255, 255, .82);
    font-size: .78rem;
    font-weight: 800;
    padding: 0;
}

.top-search button:hover[b-cb3ddwi8nc] {
    color: #fff;
}

.account-area[b-cb3ddwi8nc] {
    align-items: center;
    display: flex;
    flex: 0 0 auto;
    gap: .65rem;
    justify-content: flex-end;
}

.account-link[b-cb3ddwi8nc] {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
}

.notification-chip[b-cb3ddwi8nc] {
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: .82rem;
    font-weight: 750;
    gap: .45rem;
    min-height: 32px;
    padding: .3rem .7rem;
    text-decoration: none;
}

.notification-chip:hover[b-cb3ddwi8nc] {
    background: rgba(255, 255, 255, .12);
    color: #fff;
}

.notification-chip strong[b-cb3ddwi8nc] {
    align-items: center;
    background: #fff;
    border-radius: 999px;
    color: #4b4594;
    display: inline-flex;
    font-size: .72rem;
    height: 1.15rem;
    justify-content: center;
    min-width: 1.15rem;
    padding: 0 .28rem;
}

.top-bar .btn-outline-secondary[b-cb3ddwi8nc] {
    border-color: rgba(255, 255, 255, .42);
    color: #fff;
}

.top-bar .btn-outline-secondary:hover[b-cb3ddwi8nc] {
    background: rgba(255, 255, 255, .14);
    border-color: rgba(255, 255, 255, .64);
    color: #fff;
}

.top-bar .btn-primary[b-cb3ddwi8nc] {
    background: #fff;
    border-color: #fff;
    color: #4b4594;
}

.content[b-cb3ddwi8nc] {
    padding: 1.45rem 1.5rem 2rem;
}

#blazor-error-ui[b-cb3ddwi8nc] {
    color-scheme: light only;
    background: #fff8d7;
    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-cb3ddwi8nc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (max-width: 900px) {
    .app-shell[b-cb3ddwi8nc] {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto minmax(0, 1fr);
    }

    .shell-header[b-cb3ddwi8nc] {
        display: grid;
        grid-template-columns: 1fr;
        position: relative;
    }

    .brand-block[b-cb3ddwi8nc] {
        flex-basis: auto;
        min-height: auto;
        padding: .85rem 1rem .3rem;
    }

    .sidebar[b-cb3ddwi8nc] {
        min-height: auto;
        position: relative;
        top: 0;
    }

    .top-bar[b-cb3ddwi8nc] {
        display: grid;
        grid-template-columns: 1fr;
        gap: .65rem;
        padding: .85rem 1rem;
        position: relative;
    }

    .account-area[b-cb3ddwi8nc] {
        justify-content: flex-start;
    }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ie0crc5uy0] {
    appearance: none;
    background: #f3f1fb;
    border: 1px solid #e6e1f6;
    border-radius: 8px;
    cursor: pointer;
    height: 2.5rem;
    position: absolute;
    right: 1rem;
    top: .75rem;
    width: 3rem;
}

.navbar-toggler[b-ie0crc5uy0]::before {
    color: #4b4594;
    content: "Menu";
    font-size: .7rem;
    font-weight: 800;
}

.nav-scrollable[b-ie0crc5uy0] {
    display: none;
    padding: .85rem .55rem 1.25rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ie0crc5uy0] {
    display: block;
}

.nav-group[b-ie0crc5uy0] {
    margin-bottom: .35rem;
}

.nav-group summary[b-ie0crc5uy0] {
    align-items: center;
    border-radius: 22px;
    color: #4f4c62;
    cursor: pointer;
    display: grid;
    font-size: .86rem;
    font-weight: 750;
    gap: .62rem;
    grid-template-columns: 1.25rem 1fr .8rem;
    list-style: none;
    min-height: 40px;
    padding: .5rem .72rem;
}

.nav-group summary[b-ie0crc5uy0]::-webkit-details-marker {
    display: none;
}

.nav-group summary:hover[b-ie0crc5uy0],
.nav-group:has(a.active) summary[b-ie0crc5uy0] {
    background: #f1effb;
    color: #4b4594;
}

.nav-group-icon[b-ie0crc5uy0] {
    align-items: center;
    color: #5f5a97;
    display: inline-flex;
    height: 1.15rem;
    justify-content: center;
    width: 1.15rem;
}

.nav-group-icon svg[b-ie0crc5uy0] {
    fill: currentColor;
    height: 1rem;
    width: 1rem;
}

.nav-chevron[b-ie0crc5uy0]::before {
    border-bottom: 1.5px solid currentColor;
    border-right: 1.5px solid currentColor;
    content: "";
    display: block;
    height: .45rem;
    margin-left: auto;
    transform: rotate(45deg);
    transition: transform .16s ease;
    width: .45rem;
}

.nav-group[open] .nav-chevron[b-ie0crc5uy0]::before {
    transform: rotate(-135deg);
}

.nav-group-items[b-ie0crc5uy0] {
    display: grid;
    gap: .1rem;
    padding: .2rem 0 .35rem 2.2rem;
}

.nav-item[b-ie0crc5uy0] {
    margin-bottom: .05rem;
}

.nav-item[b-ie0crc5uy0]  .nav-link,
.nav-link[b-ie0crc5uy0] {
    align-items: center;
    border-radius: 18px;
    color: #666373;
    display: flex;
    font-size: .82rem;
    font-weight: 600;
    gap: .55rem;
    min-height: 30px;
    padding: .28rem .55rem;
    text-decoration: none;
}

.nav-item[b-ie0crc5uy0]  a.active {
    background: #f6f4ff;
    color: #4b4594;
    font-weight: 750;
}

.nav-item[b-ie0crc5uy0]  .nav-link:hover {
    background: #f7f6fc;
    color: #4b4594;
}

.nav-bullet[b-ie0crc5uy0] {
    background: currentColor;
    border-radius: 999px;
    display: inline-flex;
    height: .28rem;
    opacity: .55;
    width: .28rem;
}

@media (min-width: 901px) {
    .navbar-toggler[b-ie0crc5uy0] {
        display: none;
    }

    .nav-scrollable[b-ie0crc5uy0] {
        display: block;
        height: calc(100vh - 60px);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yhhxe94o4k],
.components-reconnect-repeated-attempt-visible[b-yhhxe94o4k],
.components-reconnect-failed-visible[b-yhhxe94o4k],
.components-pause-visible[b-yhhxe94o4k],
.components-resume-failed-visible[b-yhhxe94o4k],
.components-rejoining-animation[b-yhhxe94o4k] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-retrying[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-failed[b-yhhxe94o4k],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-yhhxe94o4k] {
    display: block;
}


#components-reconnect-modal[b-yhhxe94o4k] {
    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-yhhxe94o4k 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-yhhxe94o4k 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-yhhxe94o4k 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-yhhxe94o4k]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-yhhxe94o4k 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-yhhxe94o4k {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-yhhxe94o4k {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-yhhxe94o4k {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-yhhxe94o4k] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-yhhxe94o4k] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-yhhxe94o4k] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yhhxe94o4k] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-yhhxe94o4k] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-yhhxe94o4k] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-yhhxe94o4k] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-yhhxe94o4k 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-yhhxe94o4k] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-yhhxe94o4k {
    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;
    }
}
