/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-jg0h42hpc4],
.components-reconnect-repeated-attempt-visible[b-jg0h42hpc4],
.components-reconnect-failed-visible[b-jg0h42hpc4],
.components-pause-visible[b-jg0h42hpc4],
.components-resume-failed-visible[b-jg0h42hpc4],
.components-rejoining-animation[b-jg0h42hpc4] {
    display: none;
}

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


#components-reconnect-modal[b-jg0h42hpc4] {
    background-color: #1e1e2e;
    color: rgba(255, 255, 255, 0.87);
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.6);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-jg0h42hpc4 0.5s both;

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

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-jg0h42hpc4] {
    border: 0;
    background-color: #1976d2;
    color: white;
    padding: 6px 24px;
    border-radius: 6px;
    font-size: 0.875rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

    #components-reconnect-modal button:hover[b-jg0h42hpc4] {
        background-color: #1565c0;
    }

    #components-reconnect-modal button:active[b-jg0h42hpc4] {
        background-color: #0d47a1;
    }

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

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

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

@keyframes components-rejoining-animation-b-jg0h42hpc4 {
    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/Error.razor.rz.scp.css */
.status-page[b-6cl6awwvq7] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 0;
}

.status-icon[b-6cl6awwvq7] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: rgba(255, 107, 122, 0.1);
}
/* /Components/Pages/NotFound.razor.rz.scp.css */
.status-page[b-v88cfzyjg4] {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3rem 0;
}

.status-icon[b-v88cfzyjg4] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 72px;
    height: 72px;
    border-radius: 16px;
    background: rgba(255, 183, 77, 0.1);
}
/* /Components/Pages/PortalPage.razor.rz.scp.css */
.portal[b-0tmka8eyzw] {
    max-width: 1080px;
}

.portal__head[b-0tmka8eyzw] {
    padding: 1.5rem 0 2.25rem;
}

    .portal__head h1[b-0tmka8eyzw] {
        margin: 0 0 0.5rem;
        font-size: 2.25rem;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

    .portal__head p[b-0tmka8eyzw] {
        margin: 0;
        max-width: 46ch;
        color: rgba(255, 255, 255, 0.5);
    }

.portal__grid[b-0tmka8eyzw] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    gap: 1.25rem;
}

.portal__card[b-0tmka8eyzw] {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border: 1px solid rgba(255, 255, 255, 0.07);
    border-radius: 14px;
    background: #17171d;
    color: #e0e0e0;
    text-decoration: none;
    transition: border-color 0.2s, background 0.2s, transform 0.2s;
}

    .portal__card:hover[b-0tmka8eyzw] {
        border-color: color-mix(in srgb, var(--area-accent) 45%, transparent);
        background: #1c1c23;
        transform: translateY(-3px);
    }

    .portal__card h2[b-0tmka8eyzw] {
        margin: 0.9rem 0 0.35rem;
        font-size: 1.05rem;
        font-weight: 700;
    }

    .portal__card p[b-0tmka8eyzw] {
        margin: 0;
        color: rgba(255, 255, 255, 0.5);
        font-size: 0.85rem;
        line-height: 1.5;
    }

.portal__icon[b-0tmka8eyzw] {
    display: grid;
    place-items: center;
    width: 46px;
    height: 46px;
    border-radius: 11px;
    background: color-mix(in srgb, var(--area-accent) 12%, transparent);
    color: var(--area-accent);
}

    .portal__icon[b-0tmka8eyzw]  svg {
        width: 24px;
        height: 24px;
    }

.portal__route[b-0tmka8eyzw] {
    margin-top: auto;
    padding-top: 0.9rem;
    color: color-mix(in srgb, var(--area-accent) 70%, transparent);
    font-size: 0.72rem;
    font-family: ui-monospace, "Cascadia Mono", monospace;
}

.portal__actions[b-0tmka8eyzw] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (prefers-reduced-motion: reduce) {
    .portal__card[b-0tmka8eyzw] {
        transition: none;
    }
}
/* /Components/Shared/PageHeader.razor.rz.scp.css */
.page-header[b-fl2r49nos4] {
    margin-bottom: 1.75rem;
}

.page-header__back[b-fl2r49nos4] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 0.75rem;
    color: rgba(255, 255, 255, 0.45);
    font-size: 0.8rem;
    text-decoration: none;
}

    .page-header__back:hover[b-fl2r49nos4] {
        color: #e0e0e0;
    }

    .page-header__back[b-fl2r49nos4]  svg {
        width: 16px;
        height: 16px;
    }

.page-header h1[b-fl2r49nos4] {
    margin: 0;
    font-size: 1.6rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.page-header p[b-fl2r49nos4] {
    margin: 0.35rem 0 0;
    max-width: 58ch;
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.88rem;
}
