/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-zez11cst1c] {
    min-height: 100dvh;
    display: flex;
    flex-direction: column;
    background:
        radial-gradient(circle at 15% -8%, rgba(255, 255, 255, 0.96), transparent 32rem),
        linear-gradient(180deg, #fbfcfd 0, #f4f6f9 28rem),
        #f3f5f8;
}

.page[b-zez11cst1c] {
    background:
        radial-gradient(circle at 85% 0, rgba(169, 120, 59, 0.09), transparent 26rem),
        linear-gradient(180deg, #fffaf2 0, #f6efe5 34rem),
        #f6efe5;
}

.sidebar[b-zez11cst1c] {
    background:
        linear-gradient(180deg, #07100c 0, #102019 58%, #14261d 100%);
    border-color: rgba(251, 236, 210, 0.12);
    color: #fbecd2;
    box-shadow: 18px 0 48px rgba(16, 32, 25, 0.18);
}

.top-row[b-zez11cst1c] {
    background: rgba(255, 250, 242, 0.78);
    border-bottom-color: rgba(54, 43, 30, 0.11);
    color: #837666;
}

.top-row[b-zez11cst1c]  a {
    color: #102019;
}

main[b-zez11cst1c] {
    flex: 1;
    min-width: 0;
}

.sidebar[b-zez11cst1c] {
    background: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(15, 23, 42, 0.08);
    backdrop-filter: blur(22px) saturate(145%);
    -webkit-backdrop-filter: blur(22px) saturate(145%);
    position: sticky;
    top: 0;
    z-index: 40;
}

.top-row[b-zez11cst1c] {
    min-height: 3.65rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0 1rem;
    color: #6a7380;
    background: rgba(251, 252, 253, 0.72);
    border-bottom: 1px solid rgba(15, 23, 42, 0.07);
    backdrop-filter: blur(20px) saturate(145%);
    -webkit-backdrop-filter: blur(20px) saturate(145%);
    font-size: 0.88rem;
    font-weight: 720;
}

.top-row[b-zez11cst1c]  a {
    color: #151a21;
    text-decoration: none;
    font-weight: 650;
}

.content[b-zez11cst1c] {
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: 1.25rem;
    animation: ud-page-enter-b-zez11cst1c 220ms ease-out both;
}

@media (min-width: 760px) {
    .page[b-zez11cst1c] {
        flex-direction: row;
    }

    .sidebar[b-zez11cst1c] {
        width: 260px;
        height: 100dvh;
        min-height: 100dvh;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        border-right: 1px solid rgba(15, 23, 42, 0.07);
        border-bottom: 0;
    }

    main[b-zez11cst1c] {
        margin-left: 260px;
    }

    .top-row[b-zez11cst1c] {
        position: sticky;
        top: 0;
        z-index: 20;
        padding: 0 2.25rem;
    }

    .content[b-zez11cst1c] {
        padding: 1.65rem 2rem 2.5rem;
    }
}

@keyframes ud-page-enter-b-zez11cst1c {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@media (prefers-reduced-motion: reduce) {
    .content[b-zez11cst1c] {
        animation: none;
    }
}

#blazor-error-ui[b-zez11cst1c] {
    color-scheme: light only;
    background: #fff7d6;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-zez11cst1c] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-header[b-2x1hbjtl0n] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
    margin: 0.8rem 0.8rem 0.7rem;
    padding: 0.95rem;
    border: 1px solid rgba(15, 23, 42, 0.06);
    border-radius: 1.05rem;
    background: rgba(255, 255, 255, 0.66);
    color: #151a21;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.045);
}

.brand[b-2x1hbjtl0n] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 0;
    color: #151a21;
}

.brand a[b-2x1hbjtl0n] {
    color: #151a21;
    text-decoration: none;
    letter-spacing: 0;
}

.ud-brand-lockup[b-2x1hbjtl0n] {
    display: flex;
    align-items: center;
    gap: 0.72rem;
}

.ud-brand-lockup img[b-2x1hbjtl0n] {
    width: 2.65rem;
    height: 2.65rem;
    flex: 0 0 auto;
    object-fit: contain;
    border-radius: 0.78rem;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.12);
}

.ud-brand-lockup span[b-2x1hbjtl0n] {
    display: grid;
    gap: 0.08rem;
    min-width: 0;
}

.ud-brand-lockup strong[b-2x1hbjtl0n] {
    color: #151a21;
    font-size: 1.08rem;
    font-weight: 850;
    line-height: 1.05;
}

.ud-brand-lockup small[b-2x1hbjtl0n] {
    font-size: 0.78rem;
    font-weight: 720;
    color: #6a7380;
    line-height: 1.25;
}

.navbar-toggler[b-2x1hbjtl0n] {
    appearance: none;
    cursor: pointer;
    width: 2.75rem;
    height: 2.75rem;
    color: #151a21;
    flex: 0 0 auto;
    position: relative;
    border: 1px solid rgba(15, 23, 42, 0.09);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.84);
    box-shadow: 0 10px 26px rgba(15, 23, 42, 0.08);
    display: grid;
    place-items: center;
}

.navbar-toggler[b-2x1hbjtl0n]::before {
    content: "";
    width: 1.05rem;
    height: 0.12rem;
    border-radius: 999px;
    background: #151a21;
    box-shadow:
        0 -0.38rem 0 #151a21,
        0 0.38rem 0 #151a21;
    transition: transform 160ms ease, box-shadow 160ms ease;
}

.navbar-toggler:checked[b-2x1hbjtl0n]::before {
    transform: rotate(45deg);
    box-shadow:
        0 0 0 #151a21,
        0 0 0 #151a21;
}

.navbar-toggler:checked[b-2x1hbjtl0n]::after {
    content: "";
    position: absolute;
    width: 1.05rem;
    height: 0.12rem;
    border-radius: 999px;
    background: #151a21;
    transform: rotate(-45deg);
}

.nav-scrollable[b-2x1hbjtl0n] {
    display: none;
    padding: 0 0.72rem 1rem;
}

.nav-header:has(.navbar-toggler:checked) ~ .nav-scrollable[b-2x1hbjtl0n] {
    display: block;
}

nav[b-2x1hbjtl0n] {
    display: flex;
    flex-direction: column;
    gap: 0.22rem;
}

[b-2x1hbjtl0n] .nav-link,
.nav-button[b-2x1hbjtl0n] {
    width: 100%;
    min-height: 2.55rem;
    display: flex;
    align-items: center;
    padding: 0 0.85rem;
    border: 0;
    border-radius: 0.78rem;
    background: transparent;
    color: #4b5563;
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-size: 0.94rem;
    font-weight: 720;
    transition: background 180ms ease, color 180ms ease, transform 180ms ease;
}

[b-2x1hbjtl0n] .nav-link.active,
[b-2x1hbjtl0n] .nav-link:hover,
.nav-button:hover[b-2x1hbjtl0n] {
    background: rgba(255, 255, 255, 0.68);
    color: #0a84a5;
    transform: translateY(-1px);
}

[b-2x1hbjtl0n] .nav-link.active {
    background: #ffffff;
    color: #0a84a5;
    box-shadow: 0 8px 20px rgba(15, 23, 42, 0.055);
}

@media (min-width: 760px) {
    .navbar-toggler[b-2x1hbjtl0n] {
        display: none;
    }

    .nav-scrollable[b-2x1hbjtl0n] {
        display: block;
        height: calc(100dvh - 6rem);
        overflow-y: auto;
    }
}

.sidebar .nav-header[b-2x1hbjtl0n] {
    border-color: rgba(54, 43, 30, 0.1);
    background: rgba(255, 252, 246, 0.74);
    color: #151a21;
    box-shadow: 0 10px 28px rgba(35, 25, 16, 0.055);
}

.sidebar .brand a[b-2x1hbjtl0n],
.sidebar .ud-brand-lockup strong[b-2x1hbjtl0n] {
    color: #151a21;
}

.sidebar .ud-brand-lockup small[b-2x1hbjtl0n] {
    color: #675c4e;
}

.sidebar .ud-brand-lockup img[b-2x1hbjtl0n] {
    box-shadow: 0 10px 22px rgba(35, 25, 16, 0.14);
}

.sidebar[b-2x1hbjtl0n]  .nav-link,
.sidebar .nav-button[b-2x1hbjtl0n] {
    color: #4b5563;
}

.sidebar[b-2x1hbjtl0n]  .nav-link.active,
.sidebar[b-2x1hbjtl0n]  .nav-link:hover,
.sidebar .nav-button:hover[b-2x1hbjtl0n] {
    background: rgba(255, 252, 246, 0.76);
    color: #102019;
}

.sidebar[b-2x1hbjtl0n]  .nav-link.active {
    background: rgba(255, 252, 246, 0.9);
    color: #102019;
    box-shadow: inset 0 0 0 1px rgba(54, 43, 30, 0.08);
}

.sidebar .navbar-toggler[b-2x1hbjtl0n] {
    border-color: rgba(54, 43, 30, 0.1);
    background: rgba(255, 252, 246, 0.86);
}

.sidebar .navbar-toggler[b-2x1hbjtl0n]::before,
.sidebar .navbar-toggler:checked[b-2x1hbjtl0n]::after {
    background: #102019;
}

.sidebar .navbar-toggler[b-2x1hbjtl0n]::before {
    box-shadow:
        0 -0.38rem 0 #102019,
        0 0.38rem 0 #102019;
}
/* /Components/Layout/PublicLayout.razor.rz.scp.css */
.ud-public-shell[b-ysspi0httc] {
    --ud-bg: #f7f3ed;
    --ud-card: rgba(255, 255, 255, 0.9);
    --ud-text: #24211d;
    --ud-muted: #756e64;
    --ud-primary: #1d1d1f;
    --ud-accent: #fff1d8;
    --ud-border: rgba(46, 39, 30, 0.11);
    --ud-shadow: 0 24px 70px rgba(46, 39, 30, 0.08);
    --ud-soft-shadow: 0 14px 36px rgba(46, 39, 30, 0.055);
    min-height: 100dvh;
    padding-top: 0.75rem;
    background:
        radial-gradient(circle at 16% 0, rgba(255, 255, 255, 0.9), transparent 30rem),
        radial-gradient(circle at 88% 8%, rgba(183, 121, 47, 0.1), transparent 24rem),
        linear-gradient(180deg, #fffdf9 0, #f7f3ed 22rem),
        #f7f3ed;
}

.ud-public-topbar[b-ysspi0httc] {
    position: sticky;
    top: 0.75rem;
    z-index: 50;
    width: min(1260px, calc(100% - 1.5rem));
    min-height: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin: 0 auto;
    padding: 0 1rem;
    border: 1px solid rgba(46, 39, 30, 0.1);
    border-radius: 999px;
    background: rgba(255, 253, 249, 0.82);
    color: #756e64;
    box-shadow: 0 14px 38px rgba(46, 39, 30, 0.075);
    backdrop-filter: blur(28px) saturate(160%);
    -webkit-backdrop-filter: blur(28px) saturate(160%);
}

.ud-public-shell .ud-public-topbar[b-ysspi0httc] {
    border-color: rgba(54, 43, 30, 0.12);
    background: rgba(255, 250, 242, 0.82);
    color: #837666;
    box-shadow: 0 12px 30px rgba(35, 25, 16, 0.055);
}

.ud-public-shell .ud-public-brand[b-ysspi0httc] {
    color: #102019;
    font-size: 1rem;
    font-weight: 900;
    letter-spacing: 0.03em;
}

.ud-public-brand[b-ysspi0httc] {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: #24211d;
    font-weight: 820;
    cursor: default;
    user-select: none;
}

.ud-public-brand img[b-ysspi0httc] {
    width: 2rem;
    height: 2rem;
    object-fit: contain;
    border-radius: 0.6rem;
    box-shadow: 0 6px 14px rgba(46, 39, 30, 0.12);
}

.ud-public-topbar--marketing[b-ysspi0httc] {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto auto;
    gap: 1rem;
}

.ud-public-nav[b-ysspi0httc] {
    display: flex;
    justify-content: center;
    gap: 0.15rem;
    min-width: 0;
}

.ud-public-nav a[b-ysspi0httc] {
    display: inline-flex;
    min-height: 2.35rem;
    align-items: center;
    border-radius: 999px;
    padding: 0 0.8rem;
    color: #5d665e;
    font-size: 0.88rem;
    font-weight: 850;
    white-space: nowrap;
}

.ud-public-nav a:hover[b-ysspi0httc],
.ud-public-nav a.active[b-ysspi0httc] {
    background: rgba(255, 255, 255, 0.82);
    color: #102019;
    box-shadow: inset 0 0 0 1px rgba(54, 43, 30, 0.08);
}

.ud-public-actions[b-ysspi0httc] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
}

.ud-public-actions .ud-button[b-ysspi0httc] {
    min-height: 2.45rem;
    padding-inline: 0.95rem;
    white-space: nowrap;
}

.ud-public-menu[b-ysspi0httc] {
    position: relative;
    display: none;
}

.ud-public-menu summary[b-ysspi0httc] {
    display: inline-flex;
    min-height: 2.45rem;
    align-items: center;
    border: 1px solid rgba(54, 43, 30, 0.1);
    border-radius: 999px;
    padding: 0 0.9rem;
    background: rgba(255, 255, 255, 0.84);
    color: #102019;
    cursor: pointer;
    font-weight: 900;
    list-style: none;
}

.ud-public-menu summary[b-ysspi0httc]::-webkit-details-marker {
    display: none;
}

.ud-public-menu nav[b-ysspi0httc] {
    position: absolute;
    top: calc(100% + 0.6rem);
    right: 0;
    display: grid;
    width: min(17rem, calc(100vw - 2rem));
    overflow: hidden;
    border: 1px solid rgba(54, 43, 30, 0.12);
    border-radius: 1rem;
    background: rgba(255, 253, 249, 0.98);
    box-shadow: 0 18px 44px rgba(35, 25, 16, 0.16);
}

.ud-public-menu nav a[b-ysspi0httc] {
    min-height: 2.75rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid rgba(54, 43, 30, 0.08);
    padding: 0 1rem;
    color: #102019;
    font-weight: 850;
}

.ud-public-menu nav a:last-child[b-ysspi0httc] {
    border-bottom: 0;
}

.ud-public-content[b-ysspi0httc] {
    width: min(1320px, 100%);
    margin: 0 auto;
    padding: 1rem;
    padding-bottom: 6.25rem;
}

@media (min-width: 760px) {
    .ud-public-topbar[b-ysspi0httc] {
        padding: 0 1.35rem;
    }

    .ud-public-content[b-ysspi0httc] {
        padding: 2rem 2.25rem;
    }
}

@media (max-width: 1060px) {
    .ud-public-topbar--marketing[b-ysspi0httc] {
        grid-template-columns: auto minmax(0, 1fr) auto;
    }

    .ud-public-nav[b-ysspi0httc],
    .ud-public-actions[b-ysspi0httc] {
        display: none;
    }

    .ud-public-menu[b-ysspi0httc] {
        display: block;
    }
}

#blazor-error-ui[b-ysspi0httc] {
    color-scheme: light only;
    background: #fff7d6;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-ysspi0httc] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ttslil3exw],
.components-reconnect-repeated-attempt-visible[b-ttslil3exw],
.components-reconnect-failed-visible[b-ttslil3exw],
.components-pause-visible[b-ttslil3exw],
.components-resume-failed-visible[b-ttslil3exw],
.components-rejoining-animation[b-ttslil3exw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-retrying[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-failed[b-ttslil3exw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ttslil3exw] {
    display: block;
}


#components-reconnect-modal[b-ttslil3exw] {
    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-ttslil3exw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ttslil3exw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ttslil3exw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ttslil3exw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ttslil3exw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ttslil3exw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ttslil3exw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ttslil3exw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ttslil3exw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ttslil3exw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ttslil3exw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ttslil3exw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ttslil3exw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ttslil3exw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ttslil3exw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ttslil3exw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ttslil3exw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ttslil3exw {
    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;
    }
}
