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

.site-header[b-0kqwv5yk8e] {
    position: sticky;
    top: 0;
    z-index: 1000;
    backdrop-filter: blur(18px);
    background: rgba(7, 31, 24, 0.84);
    border-bottom: 1px solid rgba(181, 220, 194, 0.12);
}

.site-header__bar[b-0kqwv5yk8e] {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 1rem 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

.site-brand[b-0kqwv5yk8e] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    text-decoration: none;
}

.site-brand__badge[b-0kqwv5yk8e] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    background: linear-gradient(135deg, #2e6f4c, #76b88d);
    box-shadow: 0 0.75rem 2rem rgba(16, 56, 42, 0.35);
}

.site-brand__name[b-0kqwv5yk8e],
.site-brand__tag[b-0kqwv5yk8e] {
    display: block;
}

.site-brand__name[b-0kqwv5yk8e] {
    color: #f4fbf6;
    font-size: 1.1rem;
    font-weight: 700;
    letter-spacing: 0.02em;
}

.site-brand__tag[b-0kqwv5yk8e] {
    color: #b7d8c1;
    font-size: 0.85rem;
}

.site-main[b-0kqwv5yk8e] {
    width: min(1200px, 100%);
    margin: 0 auto;
    flex: 1;
    padding: 2rem 1.5rem 4rem;
}

.site-footer[b-0kqwv5yk8e] {
    border-top: 1px solid rgba(181, 220, 194, 0.12);
    background: rgba(6, 24, 19, 0.96);
}

.site-footer__inner[b-0kqwv5yk8e] {
    width: min(1200px, 100%);
    margin: 0 auto;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    flex-wrap: wrap;
}

.site-footer__title[b-0kqwv5yk8e] {
    margin: 0 0 0.25rem;
    font-weight: 700;
    color: #f4fbf6;
}

.site-footer__text[b-0kqwv5yk8e] {
    margin: 0;
    color: #b7d8c1;
}

.site-footer__contact[b-0kqwv5yk8e] {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.site-footer__contact a[b-0kqwv5yk8e] {
    color: #dff5e6;
    text-decoration: none;
}

.site-footer__contact a:hover[b-0kqwv5yk8e] {
    color: #ffffff;
}

@media (max-width: 900px) {
    .site-header__bar[b-0kqwv5yk8e] {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 640px) {
    .site-main[b-0kqwv5yk8e] {
        padding-inline: 1rem;
    }

    .site-footer__inner[b-0kqwv5yk8e] {
        padding-inline: 1rem;
    }
}

#blazor-error-ui[b-0kqwv5yk8e] {
    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-0kqwv5yk8e] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-nav[b-24bowldkon] {
    position: relative;
}

.site-nav__toggle-checkbox[b-24bowldkon] {
    display: none;
}

.site-nav__toggle[b-24bowldkon] {
    display: none;
    padding: 0.7rem 1rem;
    border: 1px solid rgba(198, 230, 208, 0.22);
    border-radius: 999px;
    color: #f4fbf6;
    cursor: pointer;
    font-weight: 600;
}

.site-nav__links[b-24bowldkon] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    flex-wrap: wrap;
}

.site-nav__links[b-24bowldkon]  .site-nav__link,
.site-nav__links a[b-24bowldkon] {
    color: #dff5e6;
    text-decoration: none;
    padding: 0.75rem 1rem;
    border-radius: 999px;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav__links[b-24bowldkon]  .site-nav__link.active {
    background: rgba(118, 184, 141, 0.18);
    color: #ffffff;
}

.site-nav__links[b-24bowldkon]  .site-nav__link:hover,
.site-nav__links a:hover[b-24bowldkon] {
    background: rgba(118, 184, 141, 0.12);
    color: #ffffff;
}

.site-nav__cta[b-24bowldkon] {
    background: linear-gradient(135deg, #2e6f4c, #4d8f65);
    box-shadow: 0 0.75rem 1.75rem rgba(13, 52, 37, 0.3);
    font-weight: 700;
}

@media (max-width: 900px) {
    .site-nav[b-24bowldkon] {
        width: 100%;
    }

    .site-nav__toggle[b-24bowldkon] {
        display: inline-flex;
    }

    .site-nav__links[b-24bowldkon] {
        display: none;
        margin-top: 0.85rem;
        padding: 0.85rem;
        border-radius: 1rem;
        background: rgba(8, 34, 26, 0.96);
        border: 1px solid rgba(198, 230, 208, 0.12);
        flex-direction: column;
        align-items: stretch;
    }

    .site-nav__toggle-checkbox:checked ~ .site-nav__links[b-24bowldkon] {
        display: flex;
    }

    .site-nav__links[b-24bowldkon]  .site-nav__link,
    .site-nav__links a[b-24bowldkon] {
        text-align: center;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-26y3g7i6yi],
.components-reconnect-repeated-attempt-visible[b-26y3g7i6yi],
.components-reconnect-failed-visible[b-26y3g7i6yi],
.components-pause-visible[b-26y3g7i6yi],
.components-resume-failed-visible[b-26y3g7i6yi],
.components-rejoining-animation[b-26y3g7i6yi] {
    display: none;
}

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


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

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

}

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

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

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

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

    100% {
        opacity: 1;
    }
}

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

    100% {
        opacity: 0;
    }
}

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

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

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

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

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

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

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

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

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