@import '_content/ZiCorpLLCWebsite.Shared/ZiCorpLLCWebsite.Shared.3l5a3o4a8e.bundle.scp.css';

/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-f48y7k28sv],
.components-reconnect-repeated-attempt-visible[b-f48y7k28sv],
.components-reconnect-failed-visible[b-f48y7k28sv],
.components-pause-visible[b-f48y7k28sv],
.components-resume-failed-visible[b-f48y7k28sv],
.components-rejoining-animation[b-f48y7k28sv] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-retrying[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-failed[b-f48y7k28sv],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-f48y7k28sv] {
    display: block;
}


#components-reconnect-modal[b-f48y7k28sv] {
    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-f48y7k28sv 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-f48y7k28sv 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-f48y7k28sv 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-f48y7k28sv]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-f48y7k28sv 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-f48y7k28sv {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-f48y7k28sv {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-f48y7k28sv {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-f48y7k28sv] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-f48y7k28sv] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-f48y7k28sv] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-f48y7k28sv] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-f48y7k28sv] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-f48y7k28sv] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-f48y7k28sv] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-f48y7k28sv 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-f48y7k28sv] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-f48y7k28sv {
    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/Layout/WebMainLayout.razor.rz.scp.css */
.page[b-5n04o8k4gx] {
    position: relative;
    display: flex;
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
}

.site-main[b-5n04o8k4gx] {
    flex: 1;
    min-width: 0;
    max-width: 100%;
}

.sidebar[b-5n04o8k4gx] {
    position: sticky;
    top: 0;
    width: 17rem;
    height: 100vh;
    flex: 0 0 17rem;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(226, 35, 40, 0.13), transparent 16rem),
        linear-gradient(180deg, #140b0c 0%, #050505 100%);
    border-right: 1px solid var(--zt-border);
    box-shadow: 16px 0 46px rgba(0, 0, 0, 0.18);
}

.top-row[b-5n04o8k4gx] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 4.25rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.85rem 1.25rem;
    border-bottom: 1px solid var(--zt-border);
    background: rgba(5, 5, 5, 0.88);
    backdrop-filter: blur(16px);
}

.top-brand[b-5n04o8k4gx] {
    display: flex;
    flex-direction: column;
    gap: 0.2rem;
    min-width: 12rem;
}

.top-brand strong[b-5n04o8k4gx] {
    color: var(--zt-text);
    font-size: 0.98rem;
}

.top-brand span[b-5n04o8k4gx] {
    color: var(--zt-muted);
    font-size: 0.9rem;
}

.top-actions[b-5n04o8k4gx] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.top-links[b-5n04o8k4gx],
.account-actions[b-5n04o8k4gx] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 0.5rem;
}

.top-links a[b-5n04o8k4gx],
.top-command[b-5n04o8k4gx],
.identity-pill[b-5n04o8k4gx] {
    min-height: 2.35rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--zt-border);
    border-radius: 8px;
    padding: 0.48rem 0.72rem;
    color: var(--zt-silver);
    background: rgba(255, 255, 255, 0.035);
    font-size: 0.9rem;
}

.top-command[b-5n04o8k4gx] {
    cursor: pointer;
    font: inherit;
}

.top-command-strong[b-5n04o8k4gx] {
    color: #ffffff;
    border-color: rgba(255, 176, 179, 0.42);
    background: linear-gradient(180deg, #f03a3f 0%, var(--zt-red) 100%);
}

.identity-pill[b-5n04o8k4gx] {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.08rem;
    min-height: 2.6rem;
    line-height: 1.1;
}

.identity-pill span[b-5n04o8k4gx] {
    color: var(--zt-steel);
    font-size: 0.72rem;
}

.identity-pill strong[b-5n04o8k4gx] {
    max-width: 10rem;
    overflow: hidden;
    text-overflow: ellipsis;
    color: var(--zt-text);
    font-size: 0.88rem;
    white-space: nowrap;
}

.top-links a:hover[b-5n04o8k4gx],
.top-command:hover[b-5n04o8k4gx],
.identity-pill:hover[b-5n04o8k4gx] {
    color: #ffffff;
    border-color: var(--zt-border-strong);
    background: rgba(226, 35, 40, 0.08);
}

.top-command-strong:hover[b-5n04o8k4gx] {
    background: linear-gradient(180deg, #ff5055 0%, var(--zt-red) 100%);
}

#blazor-error-ui[b-5n04o8k4gx] {
    color-scheme: dark only;
    background: rgba(18, 16, 16, 0.98);
    border-top: 1px solid var(--zt-border);
    bottom: 0;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.32);
    box-sizing: border-box;
    color: var(--zt-text);
    display: none;
    left: 0;
    padding: 0.8rem 3rem 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .reload[b-5n04o8k4gx] {
    color: var(--zt-red-soft);
    margin-left: 0.5rem;
}

#blazor-error-ui .dismiss[b-5n04o8k4gx] {
    cursor: pointer;
    position: absolute;
    right: 0.9rem;
    top: 0.75rem;
}

@media (max-width: 980px) {
    .top-row[b-5n04o8k4gx] {
        align-items: flex-start;
        flex-direction: column;
    }

    .top-actions[b-5n04o8k4gx],
    .top-links[b-5n04o8k4gx],
    .account-actions[b-5n04o8k4gx] {
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 860px) {
    .page[b-5n04o8k4gx] {
        flex-direction: column;
    }

    .sidebar[b-5n04o8k4gx] {
        position: relative;
        width: 100%;
        height: auto;
        flex-basis: auto;
        border-right: 0;
        border-bottom: 1px solid var(--zt-border);
    }

    .top-row[b-5n04o8k4gx] {
        position: relative;
        min-height: 0;
    }
}

@media (max-width: 520px) {
    .top-row[b-5n04o8k4gx] {
        padding: 0.85rem 1rem;
    }

    .top-actions[b-5n04o8k4gx],
    .top-links[b-5n04o8k4gx],
    .account-actions[b-5n04o8k4gx] {
        display: grid;
        grid-template-columns: 1fr;
    }

    .top-links a[b-5n04o8k4gx],
    .top-command[b-5n04o8k4gx],
    .identity-pill[b-5n04o8k4gx] {
        width: 100%;
    }
}
