/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-6yofskf3l0] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background:
        radial-gradient(circle at top right, rgba(47, 111, 237, 0.14), transparent 24%),
        radial-gradient(circle at bottom left, rgba(29, 155, 240, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fbff 0%, #eef5ff 100%);
}

.main-shell[b-6yofskf3l0] {
    flex: 1;
}

.sidebar[b-6yofskf3l0] {
    background: linear-gradient(180deg, #0f172a 0%, #111c33 100%);
    box-shadow: 0 0 30px rgba(15, 23, 42, 0.14);
}

.top-row[b-6yofskf3l0] {
    align-items: center;
    backdrop-filter: blur(12px);
    background: rgba(255, 255, 255, 0.88);
    border-bottom: 1px solid rgba(94, 124, 176, 0.18);
    display: flex;
    justify-content: space-between;
    min-height: 4.75rem;
    gap: 1rem;
}

.top-row-kicker[b-6yofskf3l0] {
    color: #6f7f96;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.top-row-title[b-6yofskf3l0] {
    color: #183153;
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 0.2rem;
}

.top-row-subtitle[b-6yofskf3l0] {
    color: #5e718a;
    font-size: 0.9rem;
    margin-top: 0.15rem;
}

.top-row-actions[b-6yofskf3l0] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
}

.top-row-badge[b-6yofskf3l0] {
    background: rgba(47, 111, 237, 0.08);
    border: 1px solid rgba(47, 111, 237, 0.12);
    border-radius: 999px;
    color: #2f6fed;
    font-size: 0.8rem;
    font-weight: 700;
    padding: 0.55rem 0.85rem;
    white-space: nowrap;
}

.top-row-badge.success[b-6yofskf3l0] {
    background: rgba(31, 157, 114, 0.12);
    border-color: rgba(31, 157, 114, 0.16);
    color: #1f9d72;
}

@media (max-width: 640.98px) {
    .top-row[b-6yofskf3l0] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (min-width: 641px) {
    .page[b-6yofskf3l0] {
        flex-direction: row;
    }

    .sidebar[b-6yofskf3l0] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6yofskf3l0] {
        position: sticky;
        top: 0;
        z-index: 10;
    }

    .top-row[b-6yofskf3l0],
    article[b-6yofskf3l0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6yofskf3l0] {
    color-scheme: light only;
    background: #fff4cc;
    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-6yofskf3l0] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-29nsuiuktp] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 0.85rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.72%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.4rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-29nsuiuktp] {
    background-color: rgba(255, 255, 255, 0.18);
}

.top-row[b-29nsuiuktp] {
    min-height: 4.75rem;
    background: transparent;
}

.brand-shell[b-29nsuiuktp] {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.brand-mark[b-29nsuiuktp] {
    width: 2.75rem;
    height: 2.75rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 1rem;
    background: linear-gradient(135deg, #2f6fed, #5f96ff);
    color: white;
    font-weight: 800;
    box-shadow: 0 12px 24px rgba(47, 111, 237, 0.24);
}

.navbar-brand[b-29nsuiuktp] {
    color: white;
    font-size: 1.2rem;
    font-weight: 800;
    letter-spacing: 0.02em;
}

.brand-caption[b-29nsuiuktp] {
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.8rem;
    max-width: 17rem;
}

.nav-section[b-29nsuiuktp] {
    margin: 0.8rem 0 0.35rem;
    padding: 0 1rem;
    color: rgba(214, 226, 255, 0.52);
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.nav-item[b-29nsuiuktp] {
    font-size: 0.9rem;
    padding-bottom: 0.45rem;
}

.nav-item:first-of-type[b-29nsuiuktp] {
    padding-top: 0.5rem;
}

.nav-item:last-of-type[b-29nsuiuktp] {
    padding-bottom: 1rem;
}

.nav-item[b-29nsuiuktp]  .nav-link {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    width: 100%;
    min-height: 4rem;
    padding: 0.9rem 1rem;
    border-radius: 1rem;
    color: rgba(255, 255, 255, 0.84);
    border: none;
    background: none;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.nav-link-index[b-29nsuiuktp] {
    width: 2rem;
    height: 2rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    color: white;
    font-size: 0.78rem;
    font-weight: 700;
    flex: 0 0 auto;
}

.nav-link-copy[b-29nsuiuktp] {
    display: grid;
    gap: 0.12rem;
}

.nav-link-copy strong[b-29nsuiuktp] {
    font-size: 0.94rem;
}

.nav-link-copy small[b-29nsuiuktp] {
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.76rem;
}

.nav-item[b-29nsuiuktp]  a.active {
    background: rgba(255, 255, 255, 0.12);
    color: white;
    transform: translateX(4px);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.06);
}

.nav-item[b-29nsuiuktp]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.08);
    color: white;
}

.nav-footer[b-29nsuiuktp] {
    margin-top: 0.75rem;
}

.nav-footer-card[b-29nsuiuktp] {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 1rem;
    color: rgba(255, 255, 255, 0.86);
    font-size: 0.82rem;
    line-height: 1.5;
    padding: 1rem;
}

.nav-scrollable[b-29nsuiuktp] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-29nsuiuktp] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-29nsuiuktp] {
        display: none;
    }

    .nav-scrollable[b-29nsuiuktp] {
        display: block;
        height: calc(100vh - 4.75rem);
        overflow-y: auto;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-4igukpr1mm],
.components-reconnect-repeated-attempt-visible[b-4igukpr1mm],
.components-reconnect-failed-visible[b-4igukpr1mm],
.components-pause-visible[b-4igukpr1mm],
.components-resume-failed-visible[b-4igukpr1mm],
.components-rejoining-animation[b-4igukpr1mm] {
    display: none;
}

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


#components-reconnect-modal[b-4igukpr1mm] {
    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-4igukpr1mm 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-4igukpr1mm] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-4igukpr1mm] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-4igukpr1mm] {
        background-color: #6b9ed2;
    }

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

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

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

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