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

.site-main[b-ylzos8uvbo] { flex: 1; }

.site-header[b-ylzos8uvbo] {
    border-bottom: 1px solid var(--hairline);
    background: light-dark(rgba(255, 255, 255, 0.85), rgba(19, 19, 22, 0.85));
    -webkit-backdrop-filter: blur(12px);
            backdrop-filter: blur(12px);
    position: sticky;
    top: 0;
    z-index: 5;
}

.site-footer[b-ylzos8uvbo] {
    background: var(--surface-dark);
    color: var(--on-dark-soft);
    padding: 4rem 3.5rem 2.5rem;
}

.site-footer__inner[b-ylzos8uvbo] {
    max-width: var(--content-max);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.4fr repeat(4, 1fr);
    gap: 2.5rem;
    margin-bottom: 3.5rem;
}

.site-footer__brand-row[b-ylzos8uvbo] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.875rem;
}

.site-footer__mark[b-ylzos8uvbo] {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: var(--accent);
}

.site-footer__name[b-ylzos8uvbo] {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    color: var(--on-dark);
}

.site-footer__tagline[b-ylzos8uvbo] {
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--on-dark-soft);
    margin: 0;
    max-width: 15rem;
}

.site-footer__heading[b-ylzos8uvbo] {
    color: var(--on-dark);
    font-weight: 600;
    font-size: 0.81rem;
    margin-bottom: 1rem;
}

.site-footer__col ul[b-ylzos8uvbo] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    gap: 0.625rem;
}

.site-footer__col a[b-ylzos8uvbo] {
    font-size: 0.84rem;
    color: var(--on-dark-soft);
    transition: color 160ms ease;
}

.site-footer__col a:hover[b-ylzos8uvbo] { color: var(--on-dark); }

.site-footer__col a:focus-visible[b-ylzos8uvbo] {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
    border-radius: 3px;
}

.site-footer__rule[b-ylzos8uvbo] {
    max-width: var(--content-max);
    margin: 0 auto;
    border-top: 1px solid var(--surface-dark-elev);
    padding-top: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.78rem;
    color: var(--on-dark-soft);
    flex-wrap: wrap;
    gap: 0.75rem;
}

@media (max-width: 880px) {
    .site-footer[b-ylzos8uvbo] { padding: 3rem 1.5rem 2rem; }
    .site-footer__inner[b-ylzos8uvbo] { grid-template-columns: 1fr 1fr; gap: 2rem; }
}

@media (max-width: 540px) {
    .site-footer__inner[b-ylzos8uvbo] { grid-template-columns: 1fr; gap: 1.75rem; }
}

#blazor-error-ui[b-ylzos8uvbo] {
    color-scheme: light only;
    background: #FEF3C7;
    color: #1F1A15;
    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;
    font-family: var(--font-body);
}

#blazor-error-ui .dismiss[b-ylzos8uvbo] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-85ye5r9efv] {
    max-width: var(--content-max);
    margin: 0 auto;
    padding: 0 2.5rem;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.brand[b-85ye5r9efv] {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    color: var(--ink);
    transition: opacity 160ms ease;
}

.brand:hover[b-85ye5r9efv] { opacity: 0.85; }

.brand:focus-visible[b-85ye5r9efv] {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
    border-radius: 6px;
}

.brand-mark[b-85ye5r9efv] {
    width: 26px;
    height: 26px;
    border-radius: 7px;
    background: var(--ink);
    position: relative;
}

.brand-mark[b-85ye5r9efv]::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 7px;
    width: 12px;
    height: 12px;
    border-radius: 3px;
    border: 2px solid var(--canvas);
}

.brand-mark[b-85ye5r9efv]::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 5px;
    width: 8px;
    height: 8px;
    border-top: 2px solid var(--accent);
    border-left: 2px solid var(--accent);
    border-top-left-radius: 2px;
}

.brand-name[b-85ye5r9efv] {
    font-family: var(--font-body);
    font-weight: 700;
    font-size: 1.0625rem;
    letter-spacing: -0.02em;
    color: var(--ink);
}

.site-nav > .brand + .nav-links[b-85ye5r9efv] {
    margin-left: 0.5rem;
}

.nav-links[b-85ye5r9efv] {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 1.4rem;
    align-items: center;
}

.nav-links li[b-85ye5r9efv] { margin: 0; }

.nav-links[b-85ye5r9efv]  a {
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--muted);
    transition: color 160ms ease;
}

.nav-links[b-85ye5r9efv]  a:hover { color: var(--ink); }

.nav-links[b-85ye5r9efv]  a.active {
    color: var(--ink);
    font-weight: 600;
}

.nav-links[b-85ye5r9efv]  a:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 4px;
    border-radius: 4px;
}

.nav-actions[b-85ye5r9efv] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-left: auto;
}

.nav-signin[b-85ye5r9efv] {
    font-family: var(--font-body);
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--ink);
    padding: 0.4rem 0.5rem;
    transition: color 160ms ease;
}

.nav-signin:hover[b-85ye5r9efv] { color: var(--accent); }

.nav-signin:focus-visible[b-85ye5r9efv] {
    outline: 2px solid var(--accent);
    outline-offset: 2px;
    border-radius: 4px;
}

.nav-cta[b-85ye5r9efv] {
    height: 2.5rem;
    padding: 0 1.125rem;
}

@media (max-width: 720px) {
    .site-nav[b-85ye5r9efv] {
        flex-wrap: wrap;
        padding: 0.75rem 1.25rem;
        height: auto;
        gap: 0.75rem 1rem;
    }
    .nav-links[b-85ye5r9efv] {
        order: 3;
        width: 100%;
        flex-wrap: wrap;
        gap: 1rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-yy6uf1i3uw],
.components-reconnect-repeated-attempt-visible[b-yy6uf1i3uw],
.components-reconnect-failed-visible[b-yy6uf1i3uw],
.components-pause-visible[b-yy6uf1i3uw],
.components-resume-failed-visible[b-yy6uf1i3uw],
.components-rejoining-animation[b-yy6uf1i3uw] {
    display: none;
}

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


#components-reconnect-modal[b-yy6uf1i3uw] {
    background-color: var(--canvas);
    color: var(--ink);
    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-yy6uf1i3uw 0.5s both;
    &[open]

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

#components-reconnect-modal button[b-yy6uf1i3uw] {
    border: 0;
    background-color: var(--accent);
    color: #fff;  /* on coloured fill — stays white in both themes */
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-yy6uf1i3uw] {
        background-color: var(--accent-hover);
    }

    #components-reconnect-modal button:active[b-yy6uf1i3uw] {
        background-color: var(--accent);
    }

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

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

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

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