@import '_content/Blazicons/Blazicons.ugzwxlf6d1.bundle.scp.css';

/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-zpbkiucqf6] {
    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-zpbkiucqf6] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-3lv7jm5cd1],
.components-reconnect-repeated-attempt-visible[b-3lv7jm5cd1],
.components-reconnect-failed-visible[b-3lv7jm5cd1],
.components-pause-visible[b-3lv7jm5cd1],
.components-resume-failed-visible[b-3lv7jm5cd1],
.components-rejoining-animation[b-3lv7jm5cd1] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-retrying[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-failed[b-3lv7jm5cd1],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-3lv7jm5cd1] {
    display: block;
}


#components-reconnect-modal[b-3lv7jm5cd1] {
    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-3lv7jm5cd1 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-3lv7jm5cd1 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-3lv7jm5cd1 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-3lv7jm5cd1]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-3lv7jm5cd1 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-3lv7jm5cd1 {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-3lv7jm5cd1 {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-3lv7jm5cd1 {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-3lv7jm5cd1] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-3lv7jm5cd1] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-3lv7jm5cd1] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-3lv7jm5cd1] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-3lv7jm5cd1] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-3lv7jm5cd1] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-3lv7jm5cd1] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-3lv7jm5cd1 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-3lv7jm5cd1] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-3lv7jm5cd1 {
    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;
    }
}
/* /Components/Pages/Landing.razor.rz.scp.css */
.landing-page[b-kbglaoz89l] {
    min-height: 100vh;
    overflow: hidden;
    background: #f5f4ee;
    color: #1d2d2d;
}

.landing-page a[b-kbglaoz89l] {
    -webkit-tap-highlight-color: transparent;
}

.landing-page a:focus[b-kbglaoz89l] {
    outline: none;
}

.landing-nav[b-kbglaoz89l],
.landing-hero[b-kbglaoz89l],
.landing-audience[b-kbglaoz89l],
.landing-story[b-kbglaoz89l],
.landing-footer[b-kbglaoz89l] {
    width: min(1240px, calc(100% - 48px));
    margin-inline: auto;
}

.landing-nav[b-kbglaoz89l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 86px;
}

.landing-brand[b-kbglaoz89l] {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #173a32;
    text-decoration: none;
}

.landing-brand:focus-visible .landing-brand-mark[b-kbglaoz89l] {
    background: #164f40;
}

.landing-brand-mark[b-kbglaoz89l] {
    display: inline-grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border-radius: 12px 12px 12px 4px;
    background: #1e6954;
    color: #fffdf7;
    font-weight: 800;
    font-size: 1.1rem;
}

.landing-brand strong[b-kbglaoz89l],
.landing-brand small[b-kbglaoz89l] {
    display: block;
}

.landing-brand strong[b-kbglaoz89l] {
    font-size: 1.02rem;
    letter-spacing: -.02em;
}

.landing-brand small[b-kbglaoz89l] {
    margin-top: 2px;
    color: #73827a;
    font-size: .67rem;
    letter-spacing: .04em;
}

.landing-nav-actions[b-kbglaoz89l],
.landing-hero-actions[b-kbglaoz89l] {
    display: flex;
    align-items: center;
    gap: 18px;
}

.landing-build-pill[b-kbglaoz89l] {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #66776e;
    font-size: .76rem;
    letter-spacing: .02em;
}

.landing-build-pill span[b-kbglaoz89l] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e7a44c;
    box-shadow: 0 0 0 4px rgba(231, 164, 76, .14);
}

.landing-login-link[b-kbglaoz89l],
.landing-footer a[b-kbglaoz89l] {
    color: #1e6954;
    font-size: .82rem;
    font-weight: 700;
    text-decoration: none;
}

.landing-login-link:hover[b-kbglaoz89l],
.landing-login-link:focus-visible[b-kbglaoz89l],
.landing-footer a:hover[b-kbglaoz89l],
.landing-footer a:focus-visible[b-kbglaoz89l] {
    color: #0d4435;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 4px;
}

.landing-hero[b-kbglaoz89l] {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1.1fr);
    align-items: center;
    gap: clamp(36px, 7vw, 100px);
    min-height: 650px;
    padding: 52px 0 88px;
}

.landing-eyebrow[b-kbglaoz89l] {
    margin: 0 0 18px;
    color: #ae6c35;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.landing-hero h1[b-kbglaoz89l] {
    max-width: 600px;
    margin: 0;
    color: #163a32;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3.2rem, 6vw, 5.9rem);
    font-weight: 400;
    letter-spacing: -.07em;
    line-height: .94;
}

.landing-lead[b-kbglaoz89l] {
    max-width: 510px;
    margin: 30px 0 34px;
    color: #5f7168;
    font-size: 1.06rem;
    line-height: 1.7;
}

.landing-button[b-kbglaoz89l] {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    min-height: 48px;
    padding: 0 19px;
    border-radius: 7px;
    font-size: .82rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.landing-button:hover[b-kbglaoz89l],
.landing-button:focus-visible[b-kbglaoz89l] {
    transform: translateY(-2px);
}

.landing-button-primary[b-kbglaoz89l] {
    background: #1e6954;
    box-shadow: 0 10px 24px rgba(30, 105, 84, .18);
    color: #fff;
}

.landing-button-primary:hover[b-kbglaoz89l],
.landing-button-primary:focus-visible[b-kbglaoz89l] {
    background: #164f40;
    color: #fff;
}

.landing-button-light[b-kbglaoz89l] {
    background: #f8f4e9;
    color: #173f34;
}

.landing-button-light:hover[b-kbglaoz89l],
.landing-button-light:focus-visible[b-kbglaoz89l] {
    background: #fffdf7;
    color: #173f34;
}

.landing-invite-note[b-kbglaoz89l] {
    max-width: 130px;
    color: #88938b;
    font-size: .7rem;
    line-height: 1.35;
}

.landing-hero-image-wrap[b-kbglaoz89l] {
    position: relative;
    min-height: 520px;
}

.landing-hero-image-wrap[b-kbglaoz89l]::before {
    position: absolute;
    top: -24px;
    right: -24px;
    width: 180px;
    height: 180px;
    border: 1px solid rgba(30, 105, 84, .22);
    border-radius: 50%;
    content: "";
}

.landing-hero-image[b-kbglaoz89l] {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 520px;
    border-radius: 140px 10px 10px 10px;
    object-fit: cover;
    object-position: center;
    box-shadow: 0 24px 60px rgba(33, 55, 49, .17);
}

.landing-image-caption[b-kbglaoz89l] {
    position: absolute;
    z-index: 2;
    right: -18px;
    bottom: 28px;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 14px;
    border-radius: 6px;
    background: #fffdf7;
    box-shadow: 0 10px 30px rgba(33, 55, 49, .14);
    color: #4a6257;
    font-size: .7rem;
    font-weight: 700;
}

.landing-caption-dot[b-kbglaoz89l] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #e7a44c;
}

.landing-audience[b-kbglaoz89l] {
    padding: 100px 0 122px;
}

.landing-section-intro[b-kbglaoz89l] {
    display: grid;
    grid-template-columns: minmax(260px, .8fr) minmax(280px, 1fr);
    column-gap: 70px;
    align-items: end;
    margin-bottom: 44px;
}

.landing-section-intro .landing-eyebrow[b-kbglaoz89l] {
    grid-column: 1 / -1;
    margin-bottom: 14px;
}

.landing-section-intro h2[b-kbglaoz89l],
.landing-story h2[b-kbglaoz89l],
.landing-mountain h2[b-kbglaoz89l] {
    margin: 0;
    color: #173a32;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2.3rem, 4vw, 4rem);
    font-weight: 400;
    letter-spacing: -.06em;
    line-height: 1;
}

.landing-section-intro p:last-child[b-kbglaoz89l] {
    margin: 0;
    color: #6c7a72;
    font-size: .96rem;
    line-height: 1.7;
}

.landing-audience-grid[b-kbglaoz89l] {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px;
}

.landing-audience-card[b-kbglaoz89l] {
    min-height: 235px;
    padding: 25px;
    border: 1px solid #dde3d9;
    border-radius: 8px;
    background: rgba(255, 253, 247, .62);
}

.landing-audience-card-featured[b-kbglaoz89l] {
    border-color: #b4d4c2;
    background: #e3efe8;
}

.landing-card-number[b-kbglaoz89l] {
    color: #ad7750;
    font-size: .7rem;
    font-weight: 800;
    letter-spacing: .12em;
}

.landing-audience-card h3[b-kbglaoz89l] {
    margin: 40px 0 10px;
    color: #24473b;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 1.55rem;
    font-weight: 400;
}

.landing-audience-card p[b-kbglaoz89l] {
    margin: 0;
    color: #66776e;
    font-size: .86rem;
    line-height: 1.6;
}

.landing-story[b-kbglaoz89l] {
    display: grid;
    grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
    gap: clamp(40px, 8vw, 120px);
    align-items: center;
    padding: 50px 0 130px;
}

.landing-story-image-wrap[b-kbglaoz89l] {
    position: relative;
}

.landing-story-image-wrap img[b-kbglaoz89l] {
    display: block;
    width: 100%;
    height: 600px;
    border-radius: 10px 120px 10px 10px;
    object-fit: cover;
    box-shadow: 0 22px 50px rgba(33, 55, 49, .14);
}

.landing-story-label[b-kbglaoz89l] {
    position: absolute;
    right: -16px;
    bottom: 26px;
    padding: 11px 15px;
    border-radius: 6px;
    background: #1e6954;
    color: #fff;
    font-size: .7rem;
    font-weight: 700;
}

.landing-story-copy > p:not(.landing-eyebrow)[b-kbglaoz89l] {
    max-width: 510px;
    margin: 25px 0 35px;
    color: #68786f;
    font-size: .98rem;
    line-height: 1.75;
}

.landing-feature-list[b-kbglaoz89l] {
    display: grid;
    gap: 19px;
}

.landing-feature-list > div[b-kbglaoz89l] {
    display: grid;
    grid-template-columns: 24px 1fr;
    column-gap: 10px;
}

.landing-feature-list span[b-kbglaoz89l] {
    grid-row: span 2;
    color: #1e6954;
    font-weight: 800;
}

.landing-feature-list strong[b-kbglaoz89l] {
    color: #315347;
    font-size: .86rem;
}

.landing-feature-list small[b-kbglaoz89l] {
    margin-top: 3px;
    color: #849088;
    font-size: .76rem;
    line-height: 1.4;
}

.landing-mountain[b-kbglaoz89l] {
    position: relative;
    width: min(1400px, calc(100% - 48px));
    min-height: 570px;
    margin: 0 auto 90px;
    overflow: hidden;
    border-radius: 10px;
}

.landing-mountain[b-kbglaoz89l]::after {
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(16, 35, 36, .77), rgba(16, 35, 36, .28) 63%, rgba(16, 35, 36, .05));
    content: "";
}

.landing-mountain img[b-kbglaoz89l] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.landing-mountain-overlay[b-kbglaoz89l] {
    position: relative;
    z-index: 1;
    max-width: 570px;
    padding: 110px 0 100px clamp(28px, 8vw, 120px);
    color: #fff;
}

.landing-mountain-overlay .landing-eyebrow[b-kbglaoz89l] {
    color: #f2bf84;
}

.landing-mountain h2[b-kbglaoz89l] {
    color: #fffdf7;
}

.landing-mountain-overlay > p:not(.landing-eyebrow):not(.landing-access-note)[b-kbglaoz89l] {
    margin: 25px 0 20px;
    color: rgba(255, 253, 247, .78);
    font-size: .96rem;
    line-height: 1.75;
}

.landing-access-note[b-kbglaoz89l] {
    margin: 0 0 28px;
    color: #fffdf7;
    font-size: .82rem;
    line-height: 1.5;
}

.landing-access-note strong[b-kbglaoz89l] {
    color: #f2bf84;
}

.landing-footer[b-kbglaoz89l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 0 0 36px;
}

.landing-brand-footer .landing-brand-mark[b-kbglaoz89l] {
    width: 30px;
    height: 30px;
    border-radius: 9px 9px 9px 3px;
    font-size: .9rem;
}

.landing-footer p[b-kbglaoz89l] {
    margin: 0;
    color: #8a958e;
    font-size: .72rem;
}

@media (max-width: 900px) {
    .landing-hero[b-kbglaoz89l],
    .landing-story[b-kbglaoz89l] {
        grid-template-columns: 1fr;
    }

    .landing-hero[b-kbglaoz89l] {
        padding-top: 72px;
    }

    .landing-hero-copy[b-kbglaoz89l] {
        max-width: 680px;
    }

    .landing-hero-image-wrap[b-kbglaoz89l] {
        min-height: 410px;
    }

    .landing-hero-image[b-kbglaoz89l] {
        height: 410px;
    }

    .landing-story-image-wrap[b-kbglaoz89l] {
        max-width: 630px;
    }

    .landing-story-image-wrap img[b-kbglaoz89l] {
        height: 500px;
    }
}

@media (max-width: 720px) {
    .landing-nav[b-kbglaoz89l],
    .landing-hero[b-kbglaoz89l],
    .landing-audience[b-kbglaoz89l],
    .landing-story[b-kbglaoz89l],
    .landing-footer[b-kbglaoz89l] {
        width: min(100% - 32px, 560px);
    }

    .landing-nav[b-kbglaoz89l] {
        align-items: flex-start;
        min-height: 78px;
    }

    .landing-build-pill[b-kbglaoz89l] {
        display: none;
    }

    .landing-hero[b-kbglaoz89l] {
        min-height: 0;
        padding: 56px 0 82px;
    }

    .landing-hero h1[b-kbglaoz89l] {
        font-size: clamp(3rem, 15vw, 4.4rem);
    }

    .landing-hero-actions[b-kbglaoz89l] {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .landing-hero-image-wrap[b-kbglaoz89l] {
        min-height: 360px;
    }

    .landing-hero-image[b-kbglaoz89l] {
        height: 360px;
        border-radius: 80px 8px 8px 8px;
    }

    .landing-image-caption[b-kbglaoz89l] {
        right: 10px;
        bottom: 14px;
    }

    .landing-audience[b-kbglaoz89l] {
        padding: 74px 0 90px;
    }

    .landing-section-intro[b-kbglaoz89l] {
        display: block;
    }

    .landing-section-intro p:last-child[b-kbglaoz89l] {
        margin-top: 22px;
    }

    .landing-audience-grid[b-kbglaoz89l] {
        grid-template-columns: 1fr;
    }

    .landing-audience-card[b-kbglaoz89l] {
        min-height: 0;
    }

    .landing-audience-card h3[b-kbglaoz89l] {
        margin-top: 24px;
    }

    .landing-story[b-kbglaoz89l] {
        padding: 30px 0 94px;
    }

    .landing-story-image-wrap img[b-kbglaoz89l] {
        height: 460px;
        border-radius: 8px 90px 8px 8px;
    }

    .landing-mountain[b-kbglaoz89l] {
        width: calc(100% - 32px);
        min-height: 620px;
        margin-bottom: 68px;
        border-radius: 8px;
    }

    .landing-mountain[b-kbglaoz89l]::after {
        background: linear-gradient(90deg, rgba(16, 35, 36, .82), rgba(16, 35, 36, .38));
    }

    .landing-mountain-overlay[b-kbglaoz89l] {
        padding: 92px 26px 70px;
    }

    .landing-footer[b-kbglaoz89l] {
        align-items: flex-start;
        flex-direction: column;
        padding-bottom: 26px;
    }
}
/* /Components/Shared/GoogleAnalytics.razor.rz.scp.css */
.analytics-consent[b-k2jx2xh3a7] {
    position: fixed;
    z-index: 2000;
    right: 20px;
    bottom: 20px;
    left: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    max-width: 920px;
    margin-inline: auto;
    padding: 20px;
    border: 1px solid var(--border-panel);
    border-radius: 14px;
    background: var(--bg-white);
    box-shadow: 0 18px 48px var(--shadow-dialog);
}

.analytics-consent h2[b-k2jx2xh3a7] {
    margin: 0 0 6px;
    font-size: 1.05rem;
}

.analytics-consent p[b-k2jx2xh3a7] {
    max-width: 650px;
    margin: 0;
    color: var(--text-muted);
    line-height: 1.5;
}

.analytics-consent-actions[b-k2jx2xh3a7] {
    display: flex;
    flex: 0 0 auto;
    gap: 10px;
}

.analytics-privacy-settings[b-k2jx2xh3a7] {
    position: fixed;
    z-index: 1900;
    right: 12px;
    bottom: 10px;
    padding: 5px 8px;
    border: 0;
    background: transparent;
    color: var(--text-muted);
    font: inherit;
    font-size: .75rem;
    text-decoration: underline;
    cursor: pointer;
}

.analytics-privacy-settings:hover[b-k2jx2xh3a7],
.analytics-privacy-settings:focus-visible[b-k2jx2xh3a7] {
    color: var(--text-primary);
}

@media (max-width: 720px) {
    .analytics-consent[b-k2jx2xh3a7] {
        align-items: stretch;
        flex-direction: column;
        gap: 16px;
    }

    .analytics-consent-actions[b-k2jx2xh3a7] {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}
