/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-y2iislb4ip] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.topbar[b-y2iislb4ip] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #0f172a;
    color: #fff;
    box-shadow: 0 1px 3px rgba(0,0,0,.15);
}

main[b-y2iislb4ip] {
    flex: 1;
    background: #fff;
}

.content[b-y2iislb4ip] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1.5rem 3rem;
}

#blazor-error-ui[b-y2iislb4ip] {
    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-y2iislb4ip] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Horizontal top navigation with grouped dropdowns — scales as sections are added. */
.topnav[b-qzbb6cetr7] {
    display: flex;
    align-items: center;
    gap: .25rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    height: 3.25rem;
}

.brand[b-qzbb6cetr7] {
    color: #fff;
    font-weight: 700;
    text-decoration: none;
    margin-right: 1.25rem;
    white-space: nowrap;
}

.nav-links[b-qzbb6cetr7] {
    display: flex;
    align-items: center;
    gap: .15rem;
    flex: 1;
}

[b-qzbb6cetr7] .nav-item, .nav-item[b-qzbb6cetr7] {
    display: inline-block;
    color: #cbd5e1;
    background: none;
    border: none;
    font: inherit;
    text-decoration: none;
    padding: .5rem .75rem;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
}

[b-qzbb6cetr7] .nav-item:hover, .nav-item:hover[b-qzbb6cetr7] { color: #fff; background: rgba(255,255,255,.10); }
[b-qzbb6cetr7] .nav-item.active { color: #fff; background: rgba(255,255,255,.18); }

/* Dropdown groups (CSS-only, opens on hover/focus) */
.nav-group[b-qzbb6cetr7] { position: relative; }

.nav-drop[b-qzbb6cetr7] {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 24px rgba(0,0,0,.18);
    padding: .35rem;
    display: none;
    z-index: 200;
}

.nav-group:hover .nav-drop[b-qzbb6cetr7],
.nav-group:focus-within .nav-drop[b-qzbb6cetr7] { display: block; }

[b-qzbb6cetr7] .nav-drop a {
    display: block;
    color: #0f172a;
    text-decoration: none;
    padding: .5rem .7rem;
    border-radius: 7px;
    font-size: .92rem;
}

[b-qzbb6cetr7] .nav-drop a:hover { background: #f1f5f9; }
[b-qzbb6cetr7] .nav-drop a.active { background: #e0e7ff; font-weight: 600; }

/* Sections not built yet — visible so the shape of the app is clear, but not clickable */
.nav-drop .soon[b-qzbb6cetr7] {
    display: block;
    padding: .5rem .7rem;
    color: #94a3b8;
    font-size: .92rem;
    cursor: default;
}
.nav-drop .soon[b-qzbb6cetr7]::after { content: " · soon"; font-size: .75rem; }

.nav-user[b-qzbb6cetr7] { display: flex; align-items: center; gap: .5rem; }
.who[b-qzbb6cetr7] { color: #94a3b8; font-size: .85rem; white-space: nowrap; }

/* Mobile: burger toggles the links */
.nav-toggle[b-qzbb6cetr7] { display: none; }
.nav-burger[b-qzbb6cetr7] { display: none; color: #fff; font-size: 1.3rem; cursor: pointer; padding: .25rem .5rem; }

@media (max-width: 800px) {
    .topnav[b-qzbb6cetr7] { flex-wrap: wrap; height: auto; padding: .5rem 1rem; }
    .nav-burger[b-qzbb6cetr7] { display: block; margin-left: auto; }
    .nav-links[b-qzbb6cetr7] { display: none; flex-direction: column; align-items: stretch; width: 100%; padding-bottom: .5rem; }
    .nav-toggle:checked ~ .nav-links[b-qzbb6cetr7] { display: flex; }
    .nav-group .nav-drop[b-qzbb6cetr7] { position: static; display: block; box-shadow: none; background: transparent; padding-left: .75rem; }
    [b-qzbb6cetr7] .nav-drop a { color: #cbd5e1; }
    [b-qzbb6cetr7] .nav-drop a:hover { background: rgba(255,255,255,.10); }
    .nav-user[b-qzbb6cetr7] { width: 100%; justify-content: flex-end; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-uscu74sd56],
.components-reconnect-repeated-attempt-visible[b-uscu74sd56],
.components-reconnect-failed-visible[b-uscu74sd56],
.components-pause-visible[b-uscu74sd56],
.components-resume-failed-visible[b-uscu74sd56],
.components-rejoining-animation[b-uscu74sd56] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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