/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-f6hb2p1gor] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: var(--jo-bg);
}

main[b-f6hb2p1gor] {
    flex: 1;
}

.sidebar[b-f6hb2p1gor] {
    background: var(--jo-midnight);
    border-right: 1px solid var(--jo-border);
}

.top-row[b-f6hb2p1gor] {
    background-color: var(--jo-topbar-bg, rgba(11, 31, 26, .94));
    border-bottom: 1px solid var(--jo-border);
    gap: .8rem;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-f6hb2p1gor]  .theme-toggle {
        display: inline-flex;
        align-items: center;
        gap: .45rem;
        min-height: 2.25rem;
        padding: .35rem .7rem;
        color: var(--jo-theme-toggle-color, #FC9936);
        background: var(--jo-theme-toggle-bg, rgba(124, 242, 183, .1));
        border: 1px solid var(--jo-border);
        border-radius: .7rem;
        font-size: .78rem;
        font-weight: 750;
    }

    .top-row[b-f6hb2p1gor]  .theme-toggle:hover {
        color: var(--jo-theme-toggle-hover-color, #071710);
        background: var(--jo-theme-toggle-hover-bg, #FC9936);
    }

    .top-row[b-f6hb2p1gor]  .theme-toggle svg {
        width: 1rem;
        height: 1rem;
        fill: none;
        stroke: currentColor;
        stroke-width: 1.9;
        stroke-linecap: round;
        stroke-linejoin: round;
    }

    .top-row[b-f6hb2p1gor]  a, .top-row[b-f6hb2p1gor]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-f6hb2p1gor]  a:hover, .top-row[b-f6hb2p1gor]  .btn-link:hover {
        color: #48E68F;
    }

    .top-row[b-f6hb2p1gor]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    main[b-f6hb2p1gor] {
        padding-bottom: calc(6.25rem + env(safe-area-inset-bottom, 0px));
    }

    .top-row[b-f6hb2p1gor] {
        display: none;
    }

    .top-row[b-f6hb2p1gor]  a, .top-row[b-f6hb2p1gor]  .btn-link {
        margin-left: 0;
    }
}

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

    .sidebar[b-f6hb2p1gor] {
        width: 230px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-f6hb2p1gor] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-f6hb2p1gor]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

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

#blazor-error-ui[b-f6hb2p1gor] {
    color-scheme: dark;
    color: #0B1F1A;
    background: #F87171;
    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-f6hb2p1gor] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ept5f5w3zc] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: .5rem;
    right: 1rem;
    border: 1px solid var(--jo-border);
    border-radius: .7rem;
    background: var(--jo-surface-soft);
}

.navbar-toggler[b-ept5f5w3zc]::before {
    display: block;
    width: 1.55rem;
    height: 2px;
    margin: .72rem auto .35rem;
    content: "";
    background: var(--jo-primary);
    border-radius: 999px;
    box-shadow: 0 .48rem 0 var(--jo-primary), 0 .96rem 0 var(--jo-primary);
}

.navbar-toggler:checked[b-ept5f5w3zc] { background-color: var(--jo-deep); }
.top-row[b-ept5f5w3zc] { min-height: 3.5rem; background-color: var(--jo-midnight); border-bottom: 1px solid var(--jo-border); }
.navbar-brand[b-ept5f5w3zc] { color: #F5F7F6; font-size: 1.15rem; font-weight: 800; letter-spacing: -.02em; }
.navbar-brand img[b-ept5f5w3zc] { width: 42px; height: 32px; object-fit: contain; margin-right: .55rem; }
.navbar-brand span[b-ept5f5w3zc] { letter-spacing: .16em; font-size: .78rem; }
.navbar-brand strong[b-ept5f5w3zc] { color: var(--jo-amber); font-weight: 800; }

.nav-icon[b-ept5f5w3zc] {
    width: 1.35rem;
    height: 1.35rem;
    flex: 0 0 1.35rem;
    margin-right: .8rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.nav-item[b-ept5f5w3zc] { font-size: .9rem; padding-bottom: .5rem; }
.nav-item:first-of-type[b-ept5f5w3zc] { padding-top: 1rem; }
.nav-item:last-of-type[b-ept5f5w3zc] { padding-bottom: 1rem; }
.nav-item[b-ept5f5w3zc]  .nav-link {
    color: #B7C8BF;
    background: none;
    border: none;
    border-radius: .75rem;
    min-height: 3rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: .65rem .85rem;
    line-height: 1.25;
    text-align: left;
}
.nav-item[b-ept5f5w3zc]  a.active { background-color: rgba(253, 102, 41, .18); color: var(--jo-amber); font-weight: 700; }
.nav-item[b-ept5f5w3zc]  .nav-link:hover { background-color: var(--jo-deep); color: #F5F7F6; }
.mobile-theme-toggle[b-ept5f5w3zc] { display: none; }
.mobile-theme-toggle[b-ept5f5w3zc]  .theme-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .5rem;
    width: 100%;
    min-height: 2.85rem;
    padding: .65rem .85rem;
    color: var(--jo-amber);
    background: rgba(252, 153, 54, .1);
    border: 1px solid var(--jo-border);
    border-radius: .75rem;
    font-weight: 750;
}
.mobile-theme-toggle[b-ept5f5w3zc]  .theme-toggle svg {
    width: 1.1rem;
    height: 1.1rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.nav-scrollable[b-ept5f5w3zc] { display: none; }
.navbar-toggler:checked ~ .nav-scrollable[b-ept5f5w3zc] { display: block; }

@media (min-width: 641px) {
    .navbar-toggler[b-ept5f5w3zc] { display: none; }
    .nav-scrollable[b-ept5f5w3zc] { display: block; height: calc(100vh - 3.5rem); overflow-y: auto; }
}

@media (max-width: 640.98px) {
    .top-row[b-ept5f5w3zc] { position: fixed; left: 0; right: 0; bottom: 0; z-index: 1002; min-height: calc(4.9rem + env(safe-area-inset-bottom, 0px)); padding: 0 4.75rem env(safe-area-inset-bottom, 0px) 1rem; border: 1px solid var(--jo-border); border-width: 1px 0 0; border-radius: 0; background: color-mix(in srgb, var(--jo-midnight) 88%, transparent); box-shadow: 0 -14px 38px rgba(5,33,36,.34); backdrop-filter: blur(18px); }
    .navbar-toggler[b-ept5f5w3zc] { position: fixed; top: auto; right: 1rem; bottom: calc(env(safe-area-inset-bottom, 0px) + 1.18rem); z-index: 1003; width: 3rem; height: 2.55rem; margin: 0; }
    .nav-scrollable[b-ept5f5w3zc] { position: fixed; left: .75rem; right: .75rem; bottom: calc(env(safe-area-inset-bottom, 0px) + 5.35rem); z-index: 1001; max-height: min(65vh,29rem); overflow-y: auto; padding: .55rem; border: 1px solid var(--jo-border); border-radius: 1.15rem; background: color-mix(in srgb, var(--jo-midnight) 94%, transparent); box-shadow: 0 18px 48px rgba(5,33,36,.38); backdrop-filter: blur(18px); }
    .nav-item[b-ept5f5w3zc] { padding-bottom: .2rem; }
    .mobile-theme-toggle[b-ept5f5w3zc] { display: block; }
    .nav-item:first-of-type[b-ept5f5w3zc] { padding-top: 0; }
    .nav-item:last-of-type[b-ept5f5w3zc] { padding-bottom: 0; }
    .nav-item[b-ept5f5w3zc]  .nav-link { min-height: 2.85rem; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-cnzv4j8b4d],
.components-reconnect-repeated-attempt-visible[b-cnzv4j8b4d],
.components-reconnect-failed-visible[b-cnzv4j8b4d],
.components-pause-visible[b-cnzv4j8b4d],
.components-resume-failed-visible[b-cnzv4j8b4d],
.components-rejoining-animation[b-cnzv4j8b4d] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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