@import '_content/FlashReplay/FlashReplay.q197dbtvs4.bundle.scp.css';
@import '_content/FlashServer.Shared/FlashServer.Shared.ewvla922b8.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
.shell[b-b9temv3e9z] {
    min-height: 100vh;
    padding: 1.25rem;
}

.shell--full-bleed[b-b9temv3e9z] {
    height: 100dvh;
    min-height: 100dvh;
    overflow: hidden;
    padding: 0;
    background: #050506;
}

.shell__header[b-b9temv3e9z] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    max-width: 88rem;
    margin: 0 auto;
    padding: 1rem 1.2rem;
    border: 1px solid rgba(112, 91, 77, 0.14);
    border-radius: 1.4rem;
    background: rgba(255, 250, 245, 0.78);
    backdrop-filter: blur(12px);
}

.shell__brand[b-b9temv3e9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.9rem;
    color: var(--shell-ink);
    text-decoration: none;
}

.shell__brand:hover[b-b9temv3e9z] {
    color: var(--shell-ink);
}

.shell__brand span[b-b9temv3e9z] {
    display: grid;
    gap: 0.15rem;
}

.shell__brand strong[b-b9temv3e9z] {
    font-family: var(--shell-heading-font);
    font-size: 1.15rem;
    font-weight: 700;
}

.shell__brand small[b-b9temv3e9z] {
    color: var(--shell-muted);
    font-size: 0.88rem;
}

.shell__brand-mark[b-b9temv3e9z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    border-radius: 0.95rem;
    background: linear-gradient(135deg, var(--shell-accent), var(--shell-accent-strong));
    color: white;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.16em;
}

.shell__status[b-b9temv3e9z] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.7rem;
}

.shell__status span[b-b9temv3e9z] {
    padding: 0.5rem 0.8rem;
    border-radius: 999px;
    background: rgba(205, 96, 61, 0.11);
    color: var(--shell-accent-strong);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.shell__main[b-b9temv3e9z] {
    max-width: 88rem;
    margin: 0 auto;
}

.shell__main--full-bleed[b-b9temv3e9z] {
    height: 100%;
    min-height: 100%;
    max-width: none;
}

.shell__content[b-b9temv3e9z] {
    padding: 1.5rem 0 2.5rem;
}

.shell__content--full-bleed[b-b9temv3e9z] {
    height: 100%;
    min-height: 100%;
    padding: 0;
}

@media (max-width: 1100px) {
    .shell--full-bleed[b-b9temv3e9z] {
        height: auto;
        min-height: 100dvh;
        overflow: visible;
    }

    .shell__main--full-bleed[b-b9temv3e9z],
    .shell__content--full-bleed[b-b9temv3e9z] {
        height: auto;
        min-height: 0;
    }
}

@media (max-width: 700px) {
    .shell[b-b9temv3e9z] {
        padding: 0.85rem;
    }

    .shell--full-bleed[b-b9temv3e9z] {
        padding: 0;
    }

    .shell__header[b-b9temv3e9z] {
        align-items: flex-start;
        flex-direction: column;
    }

    .shell__status[b-b9temv3e9z] {
        justify-content: flex-start;
    }

}

#blazor-error-ui[b-b9temv3e9z] {
    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-b9temv3e9z] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ar7z2bks9w],
.components-reconnect-repeated-attempt-visible[b-ar7z2bks9w],
.components-reconnect-failed-visible[b-ar7z2bks9w],
.components-pause-visible[b-ar7z2bks9w],
.components-resume-failed-visible[b-ar7z2bks9w],
.components-rejoining-animation[b-ar7z2bks9w] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-retrying[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-failed[b-ar7z2bks9w],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ar7z2bks9w] {
    display: block;
}


#components-reconnect-modal[b-ar7z2bks9w] {
    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-ar7z2bks9w 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ar7z2bks9w 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ar7z2bks9w 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ar7z2bks9w]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ar7z2bks9w 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ar7z2bks9w {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ar7z2bks9w {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ar7z2bks9w {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ar7z2bks9w] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ar7z2bks9w] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ar7z2bks9w] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ar7z2bks9w] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ar7z2bks9w] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ar7z2bks9w] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ar7z2bks9w] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ar7z2bks9w 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ar7z2bks9w] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ar7z2bks9w {
    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;
    }
}
/* /Components/Pages/Home.razor.rz.scp.css */
.main-menu[b-tsh8iqwnul] {
    display: grid;
    gap: 2rem;
}

.main-menu__hero[b-tsh8iqwnul] {
    display: grid;
    grid-template-columns: minmax(0, 1.8fr) minmax(18rem, 0.8fr);
    gap: 1.5rem;
    align-items: stretch;
}

.main-menu__copy[b-tsh8iqwnul],
.main-menu__panel[b-tsh8iqwnul] {
    padding: clamp(1.5rem, 3vw, 2.5rem);
    border: 1px solid rgba(112, 91, 77, 0.14);
    border-radius: 1.75rem;
    box-shadow: 0 1.5rem 3rem rgba(30, 21, 15, 0.06);
}

.main-menu__copy[b-tsh8iqwnul] {
    display: grid;
    gap: 1rem;
    background:
        radial-gradient(circle at top right, rgba(205, 96, 61, 0.2), transparent 24rem),
        linear-gradient(135deg, rgba(255, 250, 245, 0.96), rgba(250, 241, 233, 0.98));
}

.main-menu__eyebrow[b-tsh8iqwnul] {
    color: var(--shell-accent-strong);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.main-menu__copy h1[b-tsh8iqwnul] {
    margin: 0;
    max-width: 14ch;
    color: var(--shell-ink);
    font-family: var(--shell-heading-font);
    font-size: clamp(2.8rem, 6vw, 4.75rem);
    line-height: 0.98;
}

.main-menu__copy p[b-tsh8iqwnul] {
    margin: 0;
    max-width: 46rem;
    color: var(--shell-muted);
    font-size: 1.02rem;
    line-height: 1.75;
}

.main-menu__panel[b-tsh8iqwnul] {
    display: grid;
    align-content: center;
    gap: 0.6rem;
    background: rgba(30, 21, 15, 0.94);
    color: rgba(255, 247, 241, 0.86);
}

.main-menu__panel span[b-tsh8iqwnul],
.main-menu__panel small[b-tsh8iqwnul] {
    text-transform: uppercase;
    letter-spacing: 0.08em;
}

.main-menu__panel span[b-tsh8iqwnul] {
    font-size: 0.78rem;
}

.main-menu__panel strong[b-tsh8iqwnul] {
    font-family: var(--shell-heading-font);
    font-size: clamp(3rem, 8vw, 5rem);
    line-height: 1;
}

.main-menu__panel small[b-tsh8iqwnul] {
    color: rgba(255, 247, 241, 0.66);
    font-size: 0.76rem;
}

.main-menu__grid[b-tsh8iqwnul] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(18rem, 1fr));
    gap: 1.25rem;
}

@media (max-width: 860px) {
    .main-menu__hero[b-tsh8iqwnul] {
        grid-template-columns: 1fr;
    }
}
