/* /Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-23zyqzef4e] {
    min-height: 100vh;
    min-width: 0;
    overflow-x: clip;
    display: grid;
    grid-template-rows: auto 1fr auto;
}

.skip-link[b-23zyqzef4e] {
    position: fixed;
    left: 1rem;
    top: .5rem;
    z-index: 1001;
    padding: .65rem 1rem;
    color: white;
    background: var(--ink);
    border-radius: 8px;
    transform: translateY(-180%);
    transition: transform .15s ease;
}

.skip-link:focus[b-23zyqzef4e] { transform: translateY(0); }

.site-header[b-23zyqzef4e] {
    min-height: 72px;
    padding: 0 5vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
    border-bottom: 1px solid var(--line);
    background: rgba(247, 250, 248, .92);
    backdrop-filter: blur(14px);
    position: sticky;
    top: 0;
    z-index: 20;
}

.brand[b-23zyqzef4e] {
    display: inline-flex;
    align-items: center;
    gap: .7rem;
    color: var(--ink);
    text-decoration: none;
    font-family: var(--font-display);
    font-weight: 750;
    letter-spacing: -.02em;
}

.brand > span:last-child[b-23zyqzef4e] { white-space: nowrap; }

.brand-mark[b-23zyqzef4e] {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border-radius: 12px;
    color: white;
    background: var(--teal);
    font: 750 .8rem var(--font-body);
    letter-spacing: .08em;
}

.primary-nav[b-23zyqzef4e] { min-width: 0; display: flex; align-items: center; gap: .25rem; }
.nav-primary-link[b-23zyqzef4e],
.nav-menu-trigger[b-23zyqzef4e] {
    min-height: 44px;
    padding: .55rem .7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: .4rem;
    border: 0;
    border-radius: 9px;
    color: var(--muted);
    background: transparent;
    text-decoration: none;
    font: inherit;
    font-weight: 650;
    line-height: 1.2;
    cursor: pointer;
}

.nav-primary-link:hover[b-23zyqzef4e],
.nav-menu-trigger:hover[b-23zyqzef4e],
.nav-primary-link.current[b-23zyqzef4e],
.nav-menu-trigger.current[b-23zyqzef4e],
.nav-menu[data-open="true"] > .nav-menu-trigger[b-23zyqzef4e] { color: var(--teal); background: var(--teal-pale); }

.nav-primary-link.current[b-23zyqzef4e],
.nav-menu-trigger.current[b-23zyqzef4e] { box-shadow: inset 0 -3px 0 var(--teal); }

.nav-menu[b-23zyqzef4e] { min-width: 0; position: relative; }
.nav-menu-chevron[b-23zyqzef4e] { width: .48rem; height: .48rem; border-right: 2px solid currentColor; border-bottom: 2px solid currentColor; transform: translateY(-.12rem) rotate(45deg); transition: transform .15s ease; }
.nav-menu[data-open="true"] .nav-menu-chevron[b-23zyqzef4e] { transform: translateY(.12rem) rotate(225deg); }
.nav-menu-panel[b-23zyqzef4e] {
    width: max-content;
    min-width: 13rem;
    max-width: min(20rem, calc(100vw - 2rem));
    padding: .4rem;
    display: grid;
    gap: .15rem;
    position: absolute;
    top: calc(100% + .35rem);
    left: 0;
    z-index: 30;
    border: 1px solid var(--line);
    border-radius: 12px;
    background: white;
    box-shadow: 0 16px 40px rgba(20, 42, 44, .15);
}

.nav-menu-account .nav-menu-panel[b-23zyqzef4e] { right: 0; left: auto; }
.nav-menu-item[b-23zyqzef4e],
.nav-link-button[b-23zyqzef4e] {
    width: 100%;
    min-height: 44px;
    padding: .65rem .75rem;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 8px;
    color: var(--muted);
    background: transparent;
    text-align: left;
    text-decoration: none;
    font: inherit;
    font-weight: 650;
    line-height: 1.25;
    cursor: pointer;
}

.nav-menu-item:hover[b-23zyqzef4e],
.nav-link-button:hover[b-23zyqzef4e],
.nav-menu-item.current[b-23zyqzef4e] { color: var(--teal); background: var(--teal-pale); }
.nav-menu-item.current[b-23zyqzef4e] { box-shadow: inset 3px 0 0 var(--teal); }
.nav-form[b-23zyqzef4e] { margin: 0; }
main[b-23zyqzef4e] { width: 100%; min-width: 0; }

footer[b-23zyqzef4e] {
    padding: 2rem 5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 1rem;
    color: var(--muted);
    border-top: 1px solid var(--line);
    font-size: .9rem;
}

.runtime-builds[b-23zyqzef4e] { font-variant-numeric: tabular-nums; }

#blazor-error-ui[b-23zyqzef4e] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, .2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: .6rem 1.25rem .7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-23zyqzef4e] { cursor: pointer; position: absolute; right: .75rem; top: .35rem; border: 0; color: var(--ink); background: transparent; font-size: 1.3rem; }

@media (max-width: 960px) {
    .site-header[b-23zyqzef4e] { width: 100%; max-width: 100%; min-width: 0; padding: .7rem 1rem; flex-wrap: wrap; gap: .55rem; }
    .primary-nav[b-23zyqzef4e] { width: 100%; max-width: 100%; min-width: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .35rem; }
    .nav-primary-link[b-23zyqzef4e], .nav-menu-trigger[b-23zyqzef4e] { width: 100%; min-width: 0; }
}

@media (max-width: 420px) {
    .primary-nav[b-23zyqzef4e] { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .nav-menu-panel[b-23zyqzef4e] { min-width: min(13rem, calc(100vw - 2rem)); }
    .nav-menu:nth-of-type(even) .nav-menu-panel[b-23zyqzef4e] { right: 0; left: auto; }
    footer[b-23zyqzef4e] { flex-direction: column; }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ihwq1q1ofw],
.components-reconnect-repeated-attempt-visible[b-ihwq1q1ofw],
.components-reconnect-failed-visible[b-ihwq1q1ofw],
.components-pause-visible[b-ihwq1q1ofw],
.components-resume-failed-visible[b-ihwq1q1ofw],
.components-rejoining-animation[b-ihwq1q1ofw] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-retrying[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-failed[b-ihwq1q1ofw],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ihwq1q1ofw] {
    display: block;
}


#components-reconnect-modal[b-ihwq1q1ofw] {
    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-ihwq1q1ofw 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ihwq1q1ofw 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ihwq1q1ofw 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ihwq1q1ofw]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ihwq1q1ofw 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ihwq1q1ofw {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ihwq1q1ofw {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ihwq1q1ofw {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ihwq1q1ofw] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ihwq1q1ofw] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ihwq1q1ofw] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ihwq1q1ofw] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ihwq1q1ofw] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ihwq1q1ofw] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ihwq1q1ofw] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ihwq1q1ofw 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ihwq1q1ofw] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ihwq1q1ofw {
    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;
    }
}

@media (prefers-reduced-motion: reduce) {
    #components-reconnect-modal[b-ihwq1q1ofw],
    #components-reconnect-modal[b-ihwq1q1ofw]::backdrop,
    .components-rejoining-animation div[b-ihwq1q1ofw] {
        animation: none !important;
        transition: none !important;
    }
}
