/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-egx52wxscj] {
    position: relative;
    display: flex;
    flex-direction: column;
}
main[b-egx52wxscj] {
    flex: 1;
}

.sidebar[b-egx52wxscj] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

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

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

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

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

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

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

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

    .top-row[b-egx52wxscj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

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

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

#blazor-error-ui[b-egx52wxscj] {
    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-egx52wxscj] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-shell[b-uewrxeq0ju] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 1rem;
    width: 100%;
}

.nav-toggle[b-uewrxeq0ju] {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.nav-toggle-button[b-uewrxeq0ju] {
    display: none;
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 16px;
    cursor: pointer;
    border: 1px solid rgba(18, 48, 79, 0.1);
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 12px 24px rgba(18, 48, 79, 0.08);
    align-items: center;
    justify-content: center;
}

.nav-toggle-button span[b-uewrxeq0ju] {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 999px;
    background: var(--ink);
    transition: transform 180ms ease, opacity 180ms ease, width 180ms ease, background 180ms ease;
}

.nav-toggle-button span:nth-child(1)[b-uewrxeq0ju] {
    top: calc(50% - 7px);
}

.nav-toggle-button span:nth-child(2)[b-uewrxeq0ju] {
    top: 50%;
    transform: translateY(-50%);
}

.nav-toggle-button span:nth-child(3)[b-uewrxeq0ju] {
    top: calc(50% + 5px);
}

.site-nav[b-uewrxeq0ju] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    width: 100%;
}

.nav-links[b-uewrxeq0ju] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.2rem;
    flex: 1 1 auto;
}

.nav-links[b-uewrxeq0ju]  a,
.nav-group > summary[b-uewrxeq0ju] {
    color: var(--ink-soft);
    font-size: 0.95rem;
    font-weight: 700;
    padding: 0.8rem 0.95rem;
    border-radius: 999px;
    text-decoration: none;
    transition: 180ms ease;
}

.nav-links[b-uewrxeq0ju]  a.active,
.nav-links[b-uewrxeq0ju]  a:hover,
.nav-group:hover > summary[b-uewrxeq0ju],
.nav-group[open] > summary[b-uewrxeq0ju] {
    color: var(--ink);
    background: rgba(27, 177, 164, 0.12);
}

.nav-group[b-uewrxeq0ju] {
    position: relative;
}

.nav-group > summary[b-uewrxeq0ju] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    cursor: pointer;
    list-style: none;
}

.nav-group > summary[b-uewrxeq0ju]::-webkit-details-marker {
    display: none;
}

.nav-group > summary[b-uewrxeq0ju]::after {
    content: "";
    width: 0.42rem;
    height: 0.42rem;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-2px) rotate(45deg);
    transition: transform 180ms ease;
}

.nav-group[open] > summary[b-uewrxeq0ju]::after {
    transform: translateY(1px) rotate(225deg);
}

.nav-submenu[b-uewrxeq0ju] {
    position: absolute;
    top: calc(100% + 0.45rem);
    left: 0;
    min-width: 220px;
    padding: 0.55rem;
    border: 1px solid rgba(20, 52, 88, 0.08);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 24px 55px rgba(18, 46, 79, 0.16);
    display: none;
    z-index: 5;
}

.nav-submenu[b-uewrxeq0ju]  a {
    display: block;
}

.nav-group:hover .nav-submenu[b-uewrxeq0ju],
.nav-group[open] .nav-submenu[b-uewrxeq0ju] {
    display: block;
}

.pay-link[b-uewrxeq0ju] {
    position: relative;
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.82rem 1.35rem;
    border-radius: 999px;
    background: linear-gradient(135deg, var(--brand), var(--brand-2));
    color: white;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    text-decoration: none;
    letter-spacing: -0.01em;
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow:
        0 18px 35px rgba(27, 177, 164, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.22);
    transition: transform 180ms ease, box-shadow 180ms ease, filter 180ms ease;
    overflow: hidden;
    isolation: isolate;
}

.pay-link[b-uewrxeq0ju]::before,
.pay-link[b-uewrxeq0ju]::after {
    content: "";
    position: absolute;
    border-radius: inherit;
    pointer-events: none;
}

.pay-link[b-uewrxeq0ju]::before {
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    z-index: 0;
}

.pay-link[b-uewrxeq0ju]::after {
    top: -52%;
    left: -24%;
    width: 30%;
    height: 210%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.24), transparent);
    transform: rotate(22deg);
    opacity: 0;
    animation: desktopPayLinkSweep-b-uewrxeq0ju 5.4s ease-in-out infinite;
    z-index: 0;
}

.pay-link:hover[b-uewrxeq0ju],
.pay-link:focus-visible[b-uewrxeq0ju] {
    color: white;
    transform: translateY(-2px);
    filter: saturate(1.04);
    box-shadow:
        0 22px 42px rgba(27, 177, 164, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

.pay-link:focus-visible[b-uewrxeq0ju] {
    outline: 3px solid rgba(126, 224, 214, 0.42);
    outline-offset: 3px;
}

@media (max-width: 1080px) {
    .nav-shell[b-uewrxeq0ju] {
        position: relative;
        width: auto;
        flex: 0 0 auto;
        justify-content: flex-end;
    }

    .nav-toggle-button[b-uewrxeq0ju] {
        display: inline-flex;
    }

    .site-nav[b-uewrxeq0ju] {
        position: fixed;
        top: 112px;
        left: 50%;
        transform: translateX(-50%) translateY(-8px) scale(0.985);
        width: min(380px, calc(100vw - 1.25rem));
        max-height: calc(100dvh - 124px);
        overflow: auto;
        padding: 1rem 1rem 1.1rem;
        border: 1px solid rgba(18, 48, 79, 0.075);
        border-top-color: rgba(39, 165, 157, 0.16);
        border-radius: 24px 24px 28px 28px;
        background:
            radial-gradient(circle at top, rgba(126, 224, 214, 0.16), transparent 34%),
            linear-gradient(180deg, #ffffff, #f8fcfd);
        box-shadow:
            0 30px 70px rgba(18, 48, 79, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
        backdrop-filter: blur(22px);
        display: flex;
        flex-direction: column;
        align-items: stretch;
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transform-origin: top center;
        transition: opacity 180ms ease, transform 180ms ease, visibility 180ms ease;
        z-index: 960;
    }

    .nav-toggle:checked + .nav-shell .site-nav[b-uewrxeq0ju] {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateX(-50%) translateY(0) scale(1);
    }

    .nav-toggle:checked + .nav-shell .nav-toggle-button span:nth-child(1)[b-uewrxeq0ju] {
        top: 50%;
        transform: translateY(-50%) rotate(45deg);
    }

    .nav-toggle:checked + .nav-shell .nav-toggle-button span:nth-child(2)[b-uewrxeq0ju] {
        opacity: 0;
        transform: translateY(-50%) scaleX(0.6);
    }

    .nav-toggle:checked + .nav-shell .nav-toggle-button span:nth-child(3)[b-uewrxeq0ju] {
        top: 50%;
        transform: translateY(-50%) rotate(-45deg);
    }

    .nav-toggle:checked + .nav-shell .nav-toggle-button[b-uewrxeq0ju] {
        background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(245, 250, 252, 0.95));
        box-shadow:
            0 14px 28px rgba(18, 48, 79, 0.1),
            inset 0 1px 0 rgba(255, 255, 255, 0.92);
    }

    .nav-links[b-uewrxeq0ju] {
        flex-direction: column;
        align-items: stretch;
        gap: 0.28rem;
    }

    .nav-links[b-uewrxeq0ju]  a,
    .nav-group > summary[b-uewrxeq0ju] {
        width: 100%;
        justify-content: center;
        min-height: 52px;
        padding: 0.95rem 1rem;
        border-radius: 18px;
        text-align: center;
        background:
            linear-gradient(180deg, rgba(255, 255, 255, 0.96), rgba(245, 250, 252, 0.92));
        border: 1px solid rgba(18, 48, 79, 0.12);
        box-shadow:
            0 10px 22px rgba(18, 48, 79, 0.055),
            inset 0 1px 0 rgba(255, 255, 255, 0.9);
    }

    .nav-links[b-uewrxeq0ju]  a:hover,
    .nav-links[b-uewrxeq0ju]  a.active,
    .nav-group:hover > summary[b-uewrxeq0ju],
    .nav-group[open] > summary[b-uewrxeq0ju] {
        border-color: rgba(39, 165, 157, 0.28);
        background:
            linear-gradient(180deg, rgba(235, 250, 248, 0.98), rgba(247, 252, 253, 0.96));
        box-shadow:
            0 14px 28px rgba(18, 48, 79, 0.08),
            inset 0 1px 0 rgba(255, 255, 255, 0.95);
    }

    .nav-group[b-uewrxeq0ju] {
        display: grid;
        gap: 0.5rem;
    }

    .nav-submenu[b-uewrxeq0ju] {
        position: static;
        display: none;
        min-width: auto;
        padding: 0.45rem;
        margin-top: 0;
        border-radius: 18px;
        box-shadow: none;
        background:
            linear-gradient(180deg, rgba(39, 165, 157, 0.08), rgba(29, 63, 109, 0.035));
        border: 1px solid rgba(18, 48, 79, 0.07);
    }

    .nav-group:hover .nav-submenu[b-uewrxeq0ju] {
        display: none;
    }

    .nav-group[open] .nav-submenu[b-uewrxeq0ju] {
        display: grid;
        gap: 0.2rem;
    }

    .pay-link[b-uewrxeq0ju] {
        width: 100%;
        text-align: center;
        order: -1;
        position: relative;
        min-height: 58px;
        margin: 0 0 0.65rem;
        padding: 1rem 1.15rem;
        border-radius: 20px;
        background:
            radial-gradient(circle at 18% 24%, rgba(141, 239, 226, 0.34), transparent 30%),
            linear-gradient(135deg, rgba(37, 182, 171, 0.98), rgba(29, 74, 137, 0.96));
        border-color: rgba(255, 255, 255, 0.3);
        box-shadow:
            0 18px 36px rgba(20, 66, 110, 0.2),
            0 10px 26px rgba(27, 177, 164, 0.2),
            inset 0 1px 0 rgba(255, 255, 255, 0.24);
        letter-spacing: -0.01em;
        overflow: hidden;
        isolation: isolate;
    }

    .pay-link[b-uewrxeq0ju]::before {
        content: "";
        position: absolute;
        inset: 1px;
        border-radius: inherit;
        border: 1px solid rgba(255, 255, 255, 0.18);
        pointer-events: none;
        z-index: 0;
    }

    .pay-link[b-uewrxeq0ju]::after {
        content: "";
        position: absolute;
        top: -45%;
        left: -28%;
        width: 42%;
        height: 190%;
        background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.28), transparent);
        transform: rotate(24deg);
        animation: mobilePayLinkSweep-b-uewrxeq0ju 4.6s ease-in-out infinite;
        pointer-events: none;
        z-index: 0;
    }

    .pay-link:hover[b-uewrxeq0ju],
    .pay-link:focus-visible[b-uewrxeq0ju] {
        transform: translateY(-1px) scale(1.01);
        box-shadow:
            0 22px 40px rgba(20, 66, 110, 0.22),
            0 14px 30px rgba(27, 177, 164, 0.24),
            inset 0 1px 0 rgba(255, 255, 255, 0.28);
    }
}

@keyframes desktopPayLinkSweep-b-uewrxeq0ju {
    0%,
    100% {
        left: -26%;
        opacity: 0;
    }

    20% {
        opacity: 0.12;
    }

    48% {
        left: 104%;
        opacity: 0.32;
    }

    66% {
        opacity: 0;
    }
}

@keyframes mobilePayLinkSweep-b-uewrxeq0ju {
    0%,
    100% {
        left: -30%;
        opacity: 0;
    }

    18% {
        opacity: 0.18;
    }

    52% {
        left: 98%;
        opacity: 0.38;
    }

    70% {
        opacity: 0;
    }
}

@media (max-width: 520px) {
    .site-nav[b-uewrxeq0ju] {
        top: 118px;
        max-height: calc(100dvh - 130px);
        width: min(360px, calc(100vw - 1rem));
    }
}

@media (max-width: 640px) {
    .site-nav[b-uewrxeq0ju] {
        top: 118px;
        max-height: calc(100dvh - 130px);
    }
}

@media (min-width: 1081px) {
    .nav-shell[b-uewrxeq0ju] {
        position: relative;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-kxfz9sxgaz],
.components-reconnect-repeated-attempt-visible[b-kxfz9sxgaz],
.components-reconnect-failed-visible[b-kxfz9sxgaz],
.components-pause-visible[b-kxfz9sxgaz],
.components-resume-failed-visible[b-kxfz9sxgaz],
.components-rejoining-animation[b-kxfz9sxgaz] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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