/* /Components/Layout/MainLayout.razor.rz.scp.css */
.site-shell[b-cli1b7xy9z] {
    display: grid;
    grid-template-rows: auto 1fr auto;
    min-height: 100vh;
}

.site-main[b-cli1b7xy9z] {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.site-footer[b-cli1b7xy9z] {
    box-sizing: border-box;
    width: 100%;
    margin: clamp(1rem, 3vw, 1.75rem) 0 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    background: #94a964;
    box-shadow: 0 -12px 34px rgba(62, 61, 66, 0.08);
    color: #fff;
}

.footer-content[b-cli1b7xy9z] {
    display: grid;
    grid-template-columns: minmax(15rem, 1.1fr) auto minmax(18rem, 1fr);
    align-items: center;
    gap: clamp(1rem, 4vw, 2.5rem);
    width: min(100%, 1180px);
    margin: 0 auto;
    padding: clamp(1.15rem, 3vw, 1.75rem) clamp(1rem, 4vw, 2.5rem);
}

.footer-brand[b-cli1b7xy9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.footer-brand img[b-cli1b7xy9z] {
    width: clamp(8rem, 14vw, 10rem);
    height: auto;
    border-radius: 0.45rem;
    filter: drop-shadow(0 8px 16px rgba(62, 61, 66, 0.12));
}

.footer-brand div[b-cli1b7xy9z] {
    display: grid;
    gap: 0.08rem;
}

.footer-brand strong[b-cli1b7xy9z] {
    color: #fff;
    font-size: var(--text-md);
    font-weight: var(--font-weight-bold);
}

.footer-brand span[b-cli1b7xy9z],
.site-footer p[b-cli1b7xy9z],
.price-note[b-cli1b7xy9z] {
    color: rgba(255, 255, 255, 0.9);
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    line-height: 1.5;
}

.footer-navigation[b-cli1b7xy9z] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.footer-navigation a[b-cli1b7xy9z] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 999px;
    color: #fff;
    font-size: var(--text-sm);
    font-weight: var(--font-weight-semibold);
    padding: 0.55rem 0.85rem;
    text-decoration: none;
    transition: 160ms ease;
}

.footer-navigation a:hover[b-cli1b7xy9z],
.footer-navigation a:focus-visible[b-cli1b7xy9z] {
    color: #243015;
    background: rgba(255, 255, 255, 0.9);
}

.footer-navigation a:focus-visible[b-cli1b7xy9z] {
    outline: 3px solid rgba(255, 255, 255, 0.34);
    outline-offset: 3px;
}

.footer-social-icon[b-cli1b7xy9z] {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

.footer-meta[b-cli1b7xy9z] {
    display: grid;
    gap: 0.35rem;
    justify-items: end;
}

.site-footer p[b-cli1b7xy9z] {
    margin: 0;
    text-align: right;
}

.price-note[b-cli1b7xy9z] {
    max-width: 34rem;
}

@media (max-width: 960px) {
    .footer-content[b-cli1b7xy9z] {
        grid-template-columns: 1fr;
        align-items: start;
    }

    .footer-navigation[b-cli1b7xy9z] {
        justify-content: flex-start;
    }

    .footer-meta[b-cli1b7xy9z] {
        justify-items: start;
    }

    .site-footer p[b-cli1b7xy9z] {
        text-align: left;
    }
}

@media (max-width: 620px) {
    .footer-content[b-cli1b7xy9z] {
        padding: 1rem;
    }

    .footer-brand[b-cli1b7xy9z] {
        align-items: flex-start;
        flex-direction: column;
    }

    .footer-navigation[b-cli1b7xy9z] {
        align-items: stretch;
        flex-direction: column;
        width: 100%;
    }

    .footer-navigation a[b-cli1b7xy9z] {
        justify-content: center;
        width: 100%;
    }
}

#blazor-error-ui[b-cli1b7xy9z] {
    color-scheme: light only;
    background: #fff8d7;
    bottom: 0;
    box-shadow: 0 -1px 12px rgba(62, 61, 66, 0.16);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.8rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-cli1b7xy9z] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-uvssrljh7o] {
    position: sticky;
    top: 0;
    z-index: 20;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: clamp(0.75rem, 2vw, 1.5rem);
    box-sizing: border-box;
    width: 100%;
    min-height: 5.5rem;
    margin: 0;
    padding: 0.75rem clamp(1rem, 4vw, 2.5rem);
}

.site-header[b-uvssrljh7o]::before {
    position: fixed;
    inset: 0 0 auto;
    z-index: -1;
    height: 7rem;
    content: '';
    background: #94a964;
    border-bottom: 1px solid rgba(62, 61, 66, 0.08);
    backdrop-filter: blur(18px);
}

.brand[b-uvssrljh7o] {
    --brand-logo-width: clamp(180px, 20vw, 280px);
    display: inline-flex;
    flex: 0 0 auto;
    flex-direction: column;
    align-items: center;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}

.brand img[b-uvssrljh7o] {
    width: var(--brand-logo-width);
    height: auto;
    border-radius: 0.75rem;
    filter: drop-shadow(0 10px 20px rgba(62, 61, 66, 0.14));
}

.brand-subtitle[b-uvssrljh7o] {
    margin-top: 0.12rem;
    color: #fff;
    text-align: left;
    font-size: clamp(0.78rem, 1.4vw, 1rem);
    font-weight: var(--font-weight-semibold);
    letter-spacing: 0.08em;
    line-height: 2;
    text-transform: uppercase;
    text-shadow: 0 2px 8px rgba(62, 61, 66, 0.2);
    width: var(--brand-logo-width);
    white-space: nowrap;
}

.navbar-toggler[b-uvssrljh7o] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.menu-button[b-uvssrljh7o] {
    display: none;
    flex: 0 0 auto;
    margin-left: auto;
    width: 3rem;
    height: 3rem;
    border: 1px solid rgba(95, 127, 34, 0.22);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.9);
    cursor: pointer;
    place-items: center;
}

.menu-button span[b-uvssrljh7o] {
    display: block;
    width: 1.25rem;
    height: 2px;
    margin: 3px 0;
    border-radius: 999px;
    background: linear-gradient(135deg, #26262b, #5f7f22);
}

.nav-links[b-uvssrljh7o] {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    gap: 0.2rem;
    padding: 0.35rem;
    border: 1px solid rgba(95, 127, 34, 0.2);
    border-radius: 999px;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0 16px 45px rgba(63, 95, 16, 0.13);
}

.nav-links[b-uvssrljh7o]  .nav-link,
.nav-link[b-uvssrljh7o] {
    border-radius: 999px;
    color: #3e3d42;
    font-size: var(--font-size-sm);
    font-weight: var(--font-weight-semibold);
    padding: 0.68rem 0.9rem;
    white-space: nowrap;
    text-decoration: none;
    transition: 160ms ease;
}

.nav-links[b-uvssrljh7o]  .nav-link.active,
.nav-links[b-uvssrljh7o]  .nav-link:hover,
.nav-link:hover[b-uvssrljh7o] {
    color: #3e3d42;
    background: #e0edc6;
}


.nav-dropdown[b-uvssrljh7o] {
    position: relative;
    display: inline-flex;
    align-items: center;
}

.nav-dropdown-toggle[b-uvssrljh7o]::after {
    content: '▾';
    margin-left: 0.35rem;
    font-size: 0.72em;
    line-height: 1;
}

.nav-submenu[b-uvssrljh7o] {
    position: absolute;
    top: calc(100% + 0.55rem);
    left: 50%;
    z-index: 30;
    display: grid;
    min-width: 15.5rem;
    padding: 0.45rem;
    border: 1px solid rgba(101, 124, 58, 0.16);
    border-radius: 1rem;
    background: #fff;
    box-shadow: 0 18px 42px rgba(62, 61, 66, 0.16);
    opacity: 0;
    transform: translate(-50%, -0.35rem);
    visibility: hidden;
    transition: opacity 160ms ease, transform 160ms ease, visibility 160ms ease;
}

.nav-dropdown:hover .nav-submenu[b-uvssrljh7o],
.nav-dropdown:focus-within .nav-submenu[b-uvssrljh7o] {
    opacity: 1;
    transform: translate(-50%, 0);
    visibility: visible;
}

.nav-submenu[b-uvssrljh7o]  .nav-submenu-link,
.nav-submenu-link[b-uvssrljh7o] {
    border-radius: 0.75rem;
    color: #2d2c31;
    font-size: 0.95rem;
    font-weight: var(--font-weight-semibold);
    line-height: 1.2;
    padding: 0.75rem 0.85rem;
    text-decoration: none;
    white-space: nowrap;
    transition: 160ms ease;
}

.nav-submenu[b-uvssrljh7o]  .nav-submenu-link:hover,
.nav-submenu[b-uvssrljh7o]  .nav-submenu-link:focus-visible,
.nav-submenu[b-uvssrljh7o]  .nav-submenu-link.active,
.nav-submenu-link:hover[b-uvssrljh7o],
.nav-submenu-link:focus-visible[b-uvssrljh7o],
.nav-submenu-link.active[b-uvssrljh7o] {
    color: #243015;
    background: linear-gradient(135deg, #f2f7e8, #e0edc6);
}

.nav-cta[b-uvssrljh7o] {
    color: #fff !important;
    background: linear-gradient(135deg, #26262b, #5f7f22);
}

.nav-cta:hover[b-uvssrljh7o] {
    color: #fff !important;
    background: linear-gradient(135deg, #26262b, #7ea51f);
}

@media (max-width: 1160px) {
    .site-header[b-uvssrljh7o] {
        padding-inline: 1rem;
    }

    .menu-button[b-uvssrljh7o] {
        display: grid;
    }

    .nav-links[b-uvssrljh7o] {
        position: absolute;
        top: 100%;
        right: 0;
        left: 0;
        box-sizing: border-box;
        width: 100%;
        display: none;
        flex-direction: column;
        align-items: stretch;
        justify-content: flex-start;
        border-radius: 1.35rem;
        padding: 0.7rem;
    }

    .navbar-toggler:checked ~ .nav-links[b-uvssrljh7o] {
        display: flex;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        text-align: center;
    }

    .nav-dropdown[b-uvssrljh7o] {
        width: 100%;
        display: grid;
    }

    .nav-submenu[b-uvssrljh7o] {
        position: static;
        display: grid;
        width: 100%;
        min-width: 0;
        margin: 0.15rem 0 0.2rem;
        padding: 0.15rem 0 0.15rem 1.35rem;
        border: 0;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
        opacity: 1;
        transform: none;
        visibility: visible;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link,
    .nav-submenu-link[b-uvssrljh7o] {
        position: relative;
        justify-content: flex-start;
        min-height: 2.85rem;
        padding: 0.72rem 0.85rem 0.72rem 1.2rem;
        border-radius: 0.85rem;
        text-align: left;
        white-space: normal;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link::before,
    .nav-submenu-link[b-uvssrljh7o]::before {
        position: absolute;
        top: 0;
        bottom: 50%;
        left: -0.72rem;
        width: 0.72rem;
        content: '';
        border-bottom: 2px solid rgba(95, 127, 34, 0.38);
        border-left: 2px solid rgba(95, 127, 34, 0.38);
        border-bottom-left-radius: 0.55rem;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link:not(:last-child)::after,
    .nav-submenu-link:not(:last-child)[b-uvssrljh7o]::after {
        position: absolute;
        top: 50%;
        bottom: -0.35rem;
        left: -0.72rem;
        content: '';
        border-left: 2px solid rgba(95, 127, 34, 0.38);
    }
}

/* Modern readability polish */
.site-header[b-uvssrljh7o] {
    min-height: 6rem;
}

.site-header[b-uvssrljh7o]::before {
    background: #94a964;
    box-shadow: 0 10px 34px rgba(62, 61, 66, 0.06);
}

.brand[b-uvssrljh7o] {
    --brand-logo-width: clamp(170px, 18vw, 270px);
}

.brand img[b-uvssrljh7o] {
    width: var(--brand-logo-width);
}

.nav-links[b-uvssrljh7o] {
    gap: clamp(0.18rem, 0.35vw, 0.42rem);
    border-color: rgba(101, 124, 58, 0.14);
}

.nav-links[b-uvssrljh7o]  .nav-link,
.nav-link[b-uvssrljh7o] {
    color: #2d2c31;
    font-size: clamp(0.94rem, 0.82rem + 0.32vw, 1.08rem);
    letter-spacing: -0.01em;
    line-height: 1.15;
    min-height: 2.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.82rem clamp(0.95rem, 0.72rem + 0.72vw, 1.24rem);
}

.nav-links[b-uvssrljh7o]  .nav-link.active,
.nav-links[b-uvssrljh7o]  .nav-link:hover,
.nav-link:hover[b-uvssrljh7o] {
    color: #243015;
    background: linear-gradient(135deg, #f2f7e8, #e0edc6);
}

.nav-links[b-uvssrljh7o]  .nav-link:focus-visible,
.nav-link:focus-visible[b-uvssrljh7o],
.menu-button:focus-visible[b-uvssrljh7o] {
    outline: 3px solid rgba(111, 130, 71, 0.34);
    outline-offset: 3px;
}

.nav-cta[b-uvssrljh7o] {
    box-shadow: 0 12px 28px rgba(62, 61, 66, 0.12);
}

.nav-links .nav-cta:hover[b-uvssrljh7o],
.nav-links .nav-cta:focus-visible[b-uvssrljh7o] {
    color: #fff !important;
    background: linear-gradient(135deg, #26262b, #7ea51f);
}

@media (min-width: 1161px) and (max-width: 1480px) {
    .site-header[b-uvssrljh7o] {
        gap: 0.65rem;
        padding-inline: clamp(0.75rem, 1.7vw, 1.35rem);
    }

    .brand[b-uvssrljh7o] {
        --brand-logo-width: clamp(145px, 14vw, 210px);
    }

    .nav-links[b-uvssrljh7o] {
        gap: 0.08rem;
        padding: 0.28rem;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        font-size: clamp(0.86rem, 0.73rem + 0.36vw, 0.98rem);
        min-height: 2.55rem;
        padding: 0.66rem clamp(0.5rem, 0.35rem + 0.42vw, 0.74rem);
    }
}

@media (max-width: 1160px) {
    .site-header[b-uvssrljh7o] {
        z-index: 1200;
    }

    .site-header[b-uvssrljh7o]::before {
        height: 7rem;
    }

    .brand[b-uvssrljh7o] {
        --brand-logo-width: clamp(150px, 48vw, 220px);
    }

    .brand img[b-uvssrljh7o] {
        width: var(--brand-logo-width);
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: clamp(0.68rem, 2.6vw, 0.82rem);
        letter-spacing: 0.06em;
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: clamp(0.68rem, 2.6vw, 0.82rem);
        letter-spacing: 0.06em;
    }

    .menu-button[b-uvssrljh7o] {
        width: 2.75rem;
        height: 2.75rem;
    }

    .nav-links[b-uvssrljh7o] {
        --mobile-menu-top: 7rem;
        position: fixed;
        z-index: 1201;
        top: var(--mobile-menu-top);
        right: 0;
        bottom: 0;
        left: 0;
        gap: 0.35rem;
        border-inline: 0;
        border-radius: 0 0 1.35rem 1.35rem;
        box-shadow: 0 24px 60px rgba(62, 61, 66, 0.14);
        height: calc(100vh - var(--mobile-menu-top));
        height: calc(100dvh - var(--mobile-menu-top));
        min-height: 0;
        padding-bottom: max(0.9rem, env(safe-area-inset-bottom));
        overflow-x: hidden;
        overflow-y: scroll;
        overscroll-behavior-y: contain;
        touch-action: pan-y;
        -webkit-overflow-scrolling: touch;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        width: 100%;
        font-size: clamp(1rem, 2.6vw, 1.14rem);
        justify-content: flex-start;
        min-height: 3.25rem;
        padding: 0.95rem 1rem;
        text-align: left;
    }
}

@media (max-width: 420px) {
    .site-header[b-uvssrljh7o] {
        min-height: 5rem;
        padding-inline: 0.75rem;
    }

    .site-header[b-uvssrljh7o]::before {
        height: 6rem;
    }

    .brand[b-uvssrljh7o] {
        --brand-logo-width: clamp(130px, 48vw, 180px);
    }

    .brand img[b-uvssrljh7o] {
        width: var(--brand-logo-width);
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: 0.64rem;
    }

    .brand-subtitle[b-uvssrljh7o] {
        font-size: 0.64rem;
    }

    .menu-button[b-uvssrljh7o] {
        width: 2.55rem;
        height: 2.55rem;
    }

    .nav-links[b-uvssrljh7o] {
        --mobile-menu-top: 6rem;
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        font-size: 1rem;
        min-height: 3rem;
        padding: 0.82rem 0.75rem;
    }
}

@media (max-width: 420px) and (max-height: 680px) {
    .nav-links[b-uvssrljh7o] {
        gap: 0.22rem;
        padding-top: 0.5rem;
        padding-bottom: max(0.7rem, env(safe-area-inset-bottom));
    }

    .nav-links[b-uvssrljh7o]  .nav-link,
    .nav-link[b-uvssrljh7o] {
        font-size: 0.94rem;
        min-height: 2.55rem;
        padding: 0.62rem 0.7rem;
    }

    .nav-submenu[b-uvssrljh7o]  .nav-submenu-link,
    .nav-submenu-link[b-uvssrljh7o] {
        padding: 0.58rem 0.7rem;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-2mzr3vugd1],
.components-reconnect-repeated-attempt-visible[b-2mzr3vugd1],
.components-reconnect-failed-visible[b-2mzr3vugd1],
.components-pause-visible[b-2mzr3vugd1],
.components-resume-failed-visible[b-2mzr3vugd1],
.components-rejoining-animation[b-2mzr3vugd1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-retrying[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-failed[b-2mzr3vugd1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-2mzr3vugd1] {
    display: block;
}


#components-reconnect-modal[b-2mzr3vugd1] {
    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-2mzr3vugd1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-2mzr3vugd1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-2mzr3vugd1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-2mzr3vugd1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-2mzr3vugd1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-2mzr3vugd1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-2mzr3vugd1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-2mzr3vugd1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-2mzr3vugd1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-2mzr3vugd1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-2mzr3vugd1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-2mzr3vugd1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-2mzr3vugd1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-2mzr3vugd1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-2mzr3vugd1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-2mzr3vugd1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-2mzr3vugd1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-2mzr3vugd1 {
    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;
    }
}
