/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-klll4rhbhf] {
    min-height: 100vh;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.site-header[b-klll4rhbhf] {
    position: sticky;
    inset-block-start: 0;
    z-index: 20;
}

main[b-klll4rhbhf] { min-width: 0; }

.content[b-klll4rhbhf] {
    width: min(100% - 2rem, 76rem);
    margin-inline: auto;
    padding-block: clamp(2.5rem, 6vw, 5.5rem);
}

.site-footer[b-klll4rhbhf] {
    width: min(100% - 2rem, 76rem);
    margin-inline: auto;
    padding: 1.5rem 0 2rem;
    border-top: 1px solid rgba(171, 183, 196, .18);
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    color: #abb7c4;
    font-size: .82rem;
    letter-spacing: .06em;
    text-transform: uppercase;
}

#blazor-error-ui[b-klll4rhbhf] {
    color-scheme: dark;
    background: #151f2c;
    color: #f5f1e8;
    border-top: 2px solid #ff8a3d;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .9rem 3rem .9rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-klll4rhbhf] {
        border: 0;
        background: transparent;
        color: inherit;
        font-size: 1.5rem;
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 35rem) {
    .content[b-klll4rhbhf],
    .site-footer[b-klll4rhbhf] { width: min(100% - 1.25rem, 76rem); }
    .site-footer[b-klll4rhbhf] { flex-direction: column; }
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-navigation[b-hybk5xpxhi] {
    background: rgba(7, 11, 18, .94);
    border-bottom: 1px solid rgba(171, 183, 196, .16);
    backdrop-filter: blur(18px);
}

.nav-inner[b-hybk5xpxhi] {
    width: min(100% - 2rem, 76rem);
    min-height: 4.75rem;
    margin-inline: auto;
    display: grid;
    grid-template-columns: minmax(13rem, 1fr) auto minmax(8rem, 1fr);
    align-items: center;
    gap: 1.5rem;
}

.brand[b-hybk5xpxhi] {
    width: max-content;
    display: inline-flex;
    align-items: center;
    gap: .75rem;
    color: #f5f1e8;
    text-decoration: none;
}

.brand-sigil[b-hybk5xpxhi] {
    width: 2.45rem;
    aspect-ratio: 1;
    display: grid;
    place-items: center;
    border: 1px solid rgba(184, 137, 255, .7);
    border-radius: 50%;
    background: conic-gradient(from 25deg, #ff8a3d, #9bd674, #45d8ff, #b889ff, #ff8a3d);
    box-shadow: inset 0 0 0 5px #0b1019, 0 0 1.5rem rgba(184, 137, 255, .18);
}

.brand-sigil span[b-hybk5xpxhi] {
    color: #f5f1e8;
    font: 700 1rem Georgia, serif;
}

.brand-copy[b-hybk5xpxhi] {
    display: grid;
    line-height: 1.1;
}

.brand-copy strong[b-hybk5xpxhi] {
    font: 700 1rem Georgia, 'Times New Roman', serif;
    letter-spacing: .035em;
}

.brand-copy small[b-hybk5xpxhi] {
    margin-top: .22rem;
    color: #abb7c4;
    font-size: .67rem;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.desktop-links[b-hybk5xpxhi],
.desktop-session[b-hybk5xpxhi] {
    display: flex;
    align-items: center;
    gap: .3rem;
}

.desktop-session[b-hybk5xpxhi] { justify-content: flex-end; }

[b-hybk5xpxhi] .nav-link,
[b-hybk5xpxhi] .session-link {
    position: relative;
    padding: .7rem .9rem;
    border: 0;
    border-radius: .35rem;
    background: transparent;
    color: #abb7c4;
    font-size: .9rem;
    text-decoration: none;
}

[b-hybk5xpxhi] .nav-link:hover,
[b-hybk5xpxhi] .session-link:hover {
    color: #f5f1e8;
    background: rgba(69, 216, 255, .07);
}

[b-hybk5xpxhi] .nav-link[aria-current="page"] { color: #f5f1e8; }

[b-hybk5xpxhi] .nav-link[aria-current="page"]::after {
    content: "";
    position: absolute;
    inset: auto .9rem .2rem;
    height: 2px;
    background: linear-gradient(90deg, #ff8a3d, #b889ff, #45d8ff);
}

[b-hybk5xpxhi] .session-link {
    border: 1px solid rgba(69, 216, 255, .42);
    color: #f5f1e8;
}

.mobile-menu[b-hybk5xpxhi] {
    display: none;
    position: relative;
}

.mobile-menu summary[b-hybk5xpxhi] {
    display: flex;
    align-items: center;
    gap: .5rem;
    min-height: 2.75rem;
    padding: .5rem .75rem;
    border: 1px solid rgba(171, 183, 196, .25);
    border-radius: .35rem;
    color: #f5f1e8;
    cursor: pointer;
    list-style: none;
}

.mobile-menu summary[b-hybk5xpxhi]::-webkit-details-marker { display: none; }

.menu-icon[b-hybk5xpxhi],
.menu-icon[b-hybk5xpxhi]::before,
.menu-icon[b-hybk5xpxhi]::after {
    width: 1.1rem;
    height: 2px;
    display: block;
    background: currentColor;
}

.menu-icon[b-hybk5xpxhi] { position: relative; }
.menu-icon[b-hybk5xpxhi]::before,
.menu-icon[b-hybk5xpxhi]::after { content: ""; position: absolute; left: 0; }
.menu-icon[b-hybk5xpxhi]::before { top: -.34rem; }
.menu-icon[b-hybk5xpxhi]::after { top: .34rem; }

.mobile-links[b-hybk5xpxhi] {
    position: absolute;
    inset: calc(100% + .65rem) 0 auto auto;
    width: min(18rem, calc(100vw - 1.25rem));
    padding: .65rem;
    display: grid;
    gap: .2rem;
    border: 1px solid rgba(171, 183, 196, .2);
    border-radius: .5rem;
    background: #101722;
    box-shadow: 0 1.25rem 3rem rgba(0, 0, 0, .45);
}

.mobile-links[b-hybk5xpxhi]  .nav-link {
    width: 100%;
    min-height: 2.75rem;
    text-align: left;
}

.mobile-links form[b-hybk5xpxhi] { margin: 0; }

@media (max-width: 52rem) {
    .nav-inner[b-hybk5xpxhi] {
        width: min(100% - 1.25rem, 76rem);
        min-height: 4.25rem;
        grid-template-columns: 1fr auto;
    }

    .desktop-links[b-hybk5xpxhi],
    .desktop-session[b-hybk5xpxhi] { display: none; }
    .mobile-menu[b-hybk5xpxhi] { display: block; }
}

@media (max-width: 23rem) {
    .brand-copy small[b-hybk5xpxhi] { display: none; }
    .brand-copy strong[b-hybk5xpxhi] { font-size: .88rem; }
    .brand-sigil[b-hybk5xpxhi] { width: 2.1rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-oxagp5s6mj],
.components-reconnect-repeated-attempt-visible[b-oxagp5s6mj],
.components-reconnect-failed-visible[b-oxagp5s6mj],
.components-pause-visible[b-oxagp5s6mj],
.components-resume-failed-visible[b-oxagp5s6mj],
.components-rejoining-animation[b-oxagp5s6mj] {
    display: none;
}

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


#components-reconnect-modal[b-oxagp5s6mj] {
    background-color: #151f2c;
    color: #f5f1e8;
    width: min(20rem, calc(100% - 2rem));
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid rgba(171, 183, 196, .24);
    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-oxagp5s6mj 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-oxagp5s6mj] {
    border: 0;
    background-color: #f5f1e8;
    color: #101722;
    padding: .65rem 1.25rem;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-oxagp5s6mj] {
        background-color: white;
    }

    #components-reconnect-modal button:active[b-oxagp5s6mj] {
        background-color: #f5f1e8;
    }

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

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

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

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

@media (prefers-reduced-motion: reduce) {
    #components-reconnect-modal[b-oxagp5s6mj],
    #components-reconnect-modal[b-oxagp5s6mj]::backdrop,
    .components-rejoining-animation div[b-oxagp5s6mj] {
        animation-duration: .01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: .01ms !important;
    }
}
