/* /Components/Layout/BackToTop.razor.rz.scp.css */
.back-to-top[b-blekf2hbgz] {
    opacity: 0;
    pointer-events: none;
    transform: translateY(8px) scale(0.9);
    transition: opacity 0.25s ease, transform 0.25s ease, background-color 0.2s ease;
}

.back-to-top.is-visible[b-blekf2hbgz] {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
    .back-to-top[b-blekf2hbgz] {
        transition: opacity 0.15s linear;
        transform: none;
    }
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-kqn2yv9w1b] {
    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-kqn2yv9w1b] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-y0jmdahy7e],
.components-reconnect-repeated-attempt-visible[b-y0jmdahy7e],
.components-reconnect-failed-visible[b-y0jmdahy7e],
.components-pause-visible[b-y0jmdahy7e],
.components-resume-failed-visible[b-y0jmdahy7e],
.components-rejoining-animation[b-y0jmdahy7e] {
    display: none;
}

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


#components-reconnect-modal[b-y0jmdahy7e] {
    background-color: #ffffff;
    width: 17rem;
    margin: 20vh auto;
    padding: 2.25rem 2rem 1.75rem;
    border: 0;
    border-radius: 1.25rem;
    box-shadow: 0 20px 40px -12px rgba(10, 46, 40, 0.35);
    outline: none;
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-y0jmdahy7e 0.5s both;
    &[open]

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

}

#components-reconnect-modal[b-y0jmdahy7e]::backdrop {
    background-color: rgba(10, 46, 40, 0.45);
    animation: components-reconnect-modal-fadeInOpacity-b-y0jmdahy7e 0.5s ease-in-out;
    opacity: 1;
}

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

#components-reconnect-modal p[b-y0jmdahy7e] {
    margin: 0;
    text-align: center;
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(10, 46, 40, 0.6);
}

#components-reconnect-modal button[b-y0jmdahy7e] {
    border: 0;
    background-color: #7c9a3d;
    color: white;
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    padding: 0.5rem 1.5rem;
    border-radius: 9999px;
    transition: background-color 0.15s ease;
}

    #components-reconnect-modal button:hover[b-y0jmdahy7e] {
        background-color: #5c7429;
    }

    #components-reconnect-modal button:active[b-y0jmdahy7e] {
        background-color: #7c9a3d;
    }

/* Brand mark with a spinning progress ring around it, in place of the default
   template's generic pulsing-rings loader (2026-09-22, per the user's explicit
   request not to look like "most AI generated websites"). */
.components-rejoining-animation[b-y0jmdahy7e] {
    position: relative;
    width: 64px;
    height: 64px;
}

.pm-reconnect-ring[b-y0jmdahy7e] {
    position: absolute;
    top: 0;
    left: 0;
    width: 64px;
    height: 64px;
    animation: pm-reconnect-spin-b-y0jmdahy7e 1.1s linear infinite;
}

.pm-reconnect-ring-track[b-y0jmdahy7e] {
    fill: none;
    stroke: rgba(10, 46, 40, 0.1);
    stroke-width: 4;
}

.pm-reconnect-ring-arc[b-y0jmdahy7e] {
    fill: none;
    stroke: #7c9a3d;
    stroke-width: 4;
    stroke-linecap: round;
    stroke-dasharray: 170;
    stroke-dashoffset: 128;
}

.pm-reconnect-logo[b-y0jmdahy7e] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 9999px;
    background-color: rgba(124, 154, 61, 0.12);
    color: #0a2e28;
}

    .pm-reconnect-logo svg[b-y0jmdahy7e] {
        display: block;
        width: 18px;
        height: 18px;
    }

@keyframes pm-reconnect-spin-b-y0jmdahy7e {
    to {
        transform: rotate(360deg);
    }
}
