/* /Pages/App/AI/Index.cshtml.rz.scp.css */
.ai-shell[b-yx53pc8a74] {
    background: #fff;
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius);
    box-shadow: var(--gc-shadow-sm);
    display: flex;
    height: calc(100vh - 120px);
    max-width: 100%;
    min-height: 620px;
    min-width: 0;
    overflow: hidden;
    width: 100%;
}

.ai-sidebar[b-yx53pc8a74] {
    background: #fafafa;
    flex: 0 0 320px;
    min-width: 0;
    overflow-y: auto;
}

.ai-thread[b-yx53pc8a74] {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    max-width: 100%;
    min-width: 0;
    overflow: hidden;
}

.ai-thread-header[b-yx53pc8a74] {
    align-items: center;
    display: flex;
    gap: 1rem;
    justify-content: space-between;
    max-width: 100%;
    min-height: 4.5rem;
    min-width: 0;
    overflow: hidden;
    padding: 1rem 1.25rem;
}

.ai-thread-title-wrap[b-yx53pc8a74] {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
}

.ai-thread-title[b-yx53pc8a74] {
    display: -webkit-box;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.ai-messages[b-yx53pc8a74] {
    background: #f5f7fb;
    flex: 1 1 auto;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 1.25rem;
}

[b-yx53pc8a74] .ai-empty {
    padding: 4rem 1rem;
}

[b-yx53pc8a74] .ai-thread-list-item {
    min-width: 0;
    padding: .85rem 1rem;
    text-align: left;
    white-space: normal;
}

[b-yx53pc8a74] .ai-thread-list-item:disabled {
    cursor: not-allowed;
    opacity: .72;
}

[b-yx53pc8a74] .ai-thread-item-title {
    display: -webkit-box;
    font-size: .95rem;
    font-weight: 700;
    line-height: 1.25;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[b-yx53pc8a74] .ai-thread-item-preview {
    color: #6c757d;
    display: -webkit-box;
    font-size: .8125rem;
    line-height: 1.25;
    margin-top: .25rem;
    overflow: hidden;
    overflow-wrap: anywhere;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

[b-yx53pc8a74] .ai-thread-list-item.active .ai-thread-item-preview {
    color: rgba(255, 255, 255, .82);
}

[b-yx53pc8a74] .ai-message-row {
    display: flex;
    max-width: 100%;
    margin-bottom: 1rem;
    min-width: 0;
    overflow: hidden;
}

[b-yx53pc8a74] .ai-message-row.outgoing {
    justify-content: flex-end;
}

[b-yx53pc8a74] .ai-message-bubble {
    border-radius: .75rem;
    flex: 0 1 auto;
    font-size: .95rem;
    max-width: min(64rem, 92%);
    min-width: 0;
    overflow: hidden;
    padding: .75rem 1rem;
}

[b-yx53pc8a74] .ai-message-bubble.incoming {
    background: #fff;
    border: 1px solid #e9ecef;
    max-width: min(72rem, 96%);
}

[b-yx53pc8a74] .ai-message-bubble.outgoing {
    background: var(--gc-primary);
    color: #fff;
    max-width: min(46rem, 82%);
}

[b-yx53pc8a74] .ai-message-content {
    line-height: 1.45;
    max-width: 100%;
    overflow-wrap: anywhere;
    white-space: pre-wrap;
    word-break: normal;
}

[b-yx53pc8a74] .ai-message-meta {
    font-size: .75rem;
    margin-top: .5rem;
    opacity: .7;
}

[b-yx53pc8a74] .ai-thinking-bubble {
    max-width: min(24rem, 92%);
}

[b-yx53pc8a74] .ai-thinking-status {
    align-items: center;
    color: #56616d;
    display: inline-flex;
    gap: .5rem;
}

[b-yx53pc8a74] .ai-thinking-dots {
    display: inline-flex;
    gap: .2rem;
    padding-top: .15rem;
}

[b-yx53pc8a74] .ai-thinking-dots span {
    animation: aiThinkingPulse-b-yx53pc8a74 1.2s ease-in-out infinite;
    background: var(--gc-primary);
    border-radius: 999px;
    display: block;
    height: .35rem;
    opacity: .35;
    width: .35rem;
}

[b-yx53pc8a74] .ai-thinking-dots span:nth-child(2) {
    animation-delay: .15s;
}

[b-yx53pc8a74] .ai-thinking-dots span:nth-child(3) {
    animation-delay: .3s;
}

[b-yx53pc8a74] .ai-composer {
    align-items: end;
    background: #fff;
    display: grid;
    gap: .75rem;
    grid-template-columns: minmax(0, 1fr) 44px;
    padding: 1rem;
    width: 100%;
}

[b-yx53pc8a74] .ai-composer.is-pending {
    background: #f8f9fa;
}

[b-yx53pc8a74] .ai-composer textarea.form-control {
    grid-column: 1;
    max-height: 168px;
    min-height: 44px;
    min-width: 0;
    resize: none;
    width: 100%;
}

[b-yx53pc8a74] .ai-composer textarea.form-control:disabled {
    cursor: not-allowed;
}

[b-yx53pc8a74] .ai-composer .btn {
    align-items: center;
    align-self: end;
    display: inline-flex;
    grid-column: 2;
    height: 44px;
    justify-content: center;
    min-height: 44px;
    min-width: 44px;
    padding: 0;
    width: 44px;
}

@keyframes aiThinkingPulse-b-yx53pc8a74 {
    0%, 80%, 100% {
        opacity: .35;
        transform: translateY(0);
    }

    40% {
        opacity: 1;
        transform: translateY(-.16rem);
    }
}

@media (max-width: 992px) {
    .ai-shell[b-yx53pc8a74] {
        flex-direction: column;
        height: auto;
        min-height: calc(100vh - 120px);
    }

    .ai-sidebar[b-yx53pc8a74] {
        border-bottom: 1px solid var(--gc-border);
        flex-basis: auto;
        max-height: 240px;
        width: 100%;
    }

    .ai-messages[b-yx53pc8a74] {
        min-height: 420px;
    }

    [b-yx53pc8a74] .ai-message-bubble {
        max-width: 94%;
    }

    [b-yx53pc8a74] .ai-message-bubble.incoming,
    [b-yx53pc8a74] .ai-message-bubble.outgoing {
        max-width: 94%;
    }
}
/* /Pages/App/Messages/Index.cshtml.rz.scp.css */
.messages-shell[b-dwhlxgoi11] {
    display: flex;
    height: calc(100vh - 120px);
    background: #fff;
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius);
    box-shadow: var(--gc-shadow-sm);
    overflow: hidden;
}

.messages-sidebar[b-dwhlxgoi11] {
    width: 320px;
    overflow-y: auto;
    background: #fafafa;
}

.messages-thread[b-dwhlxgoi11] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.messages-body[b-dwhlxgoi11] {
    flex: 1;
    overflow-y: auto;
    background: #f5f7fb;
}

.message-row[b-dwhlxgoi11] {
    margin-bottom: 1rem;
    display: flex;
}

    .message-row.outgoing[b-dwhlxgoi11] {
        justify-content: flex-end;
    }

.message-bubble[b-dwhlxgoi11] {
    max-width: 60%;
    padding: 0.75rem 1rem;
    border-radius: .75rem;
    font-size: 0.95rem;
}

    .message-bubble.incoming[b-dwhlxgoi11] {
        background: #ffffff;
        border: 1px solid #e9ecef;
    }

    .message-bubble.outgoing[b-dwhlxgoi11] {
        background: var(--gc-primary);
        color: white;
    }

.message-meta[b-dwhlxgoi11] {
    font-size: 0.75rem;
    margin-top: 0.5rem;
    opacity: 0.7;
}

@media (max-width: 992px) {
    .messages-shell[b-dwhlxgoi11] {
        flex-direction: column;
        height: auto;
    }

    .messages-sidebar[b-dwhlxgoi11] {
        width: 100%;
        border-bottom: 1px solid #dee2e6;
    }
}
/* /Pages/App/_Layout.cshtml.rz.scp.css */
body.app-shell[b-ng88jr1ave] {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, .78), rgba(246, 248, 251, .96) 20rem),
        var(--gc-soft);
}

.app-sidebar[b-ng88jr1ave] {
    border-right: 1px solid rgba(255, 255, 255, .12);
    min-height: 100vh;
    position: sticky;
    top: 0;
    width: 292px;
}

.app-sidebar-dark[b-ng88jr1ave] {
    background:
        linear-gradient(180deg, #0d2f27 0%, #10251f 58%, #171f1b 100%);
    box-shadow: 16px 0 48px rgba(23, 33, 27, .16);
    color: rgba(255, 255, 255, .86);
}

.app-brand[b-ng88jr1ave] {
    min-height: 2.5rem;
}

.app-brand-mark[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .95);
    box-shadow: 0 12px 26px rgba(0, 0, 0, .18);
    color: var(--gc-primary);
}

.app-brand-mark-sm[b-ng88jr1ave] {
    height: 2rem;
    width: 2rem;
}

.app-sidebar-dark .fw-bold[b-ng88jr1ave],
.app-sidebar-dark .small-muted[b-ng88jr1ave] {
    color: rgba(255, 255, 255, .94) !important;
}

.app-sidebar-dark .small-muted[b-ng88jr1ave] {
    opacity: .72;
}

.app-sidebar-dark .nav-pills .nav-link[b-ng88jr1ave] {
    align-items: center;
    border: 1px solid transparent;
    border-radius: var(--gc-radius);
    color: rgba(255, 255, 255, .76);
    display: flex;
    font-weight: 700;
    min-height: 2.5rem;
    padding: .58rem .75rem;
}

.app-sidebar-dark .nav-pills .nav-link:hover[b-ng88jr1ave],
.app-sidebar-dark .nav-pills .nav-link:focus[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .08);
    border-color: rgba(255, 255, 255, .10);
    color: #fff;
}

.app-sidebar-dark .nav-pills .nav-link.active[b-ng88jr1ave] {
    background: #fff;
    border-color: rgba(255, 255, 255, .32);
    box-shadow: 0 16px 30px rgba(0, 0, 0, .18);
    color: var(--gc-primary-dark);
}

.app-sidebar-dark .nav-link i[b-ng88jr1ave] {
    font-size: 1rem;
    opacity: .92;
    width: 1.15rem;
}

.app-sidebar-dark .border-top[b-ng88jr1ave] {
    border-top-color: rgba(255, 255, 255, .14) !important;
}

.app-sidebar-dark a[b-ng88jr1ave],
.app-sidebar-dark .btn-link[b-ng88jr1ave] {
    color: rgba(255, 255, 255, .9);
}

.app-sidebar-dark a:hover[b-ng88jr1ave],
.app-sidebar-dark .btn-link:hover[b-ng88jr1ave] {
    color: #fff;
}

.app-sidebar-dark .btn-outline-secondary[b-ng88jr1ave] {
    border-color: rgba(255, 255, 255, .22);
    color: rgba(255, 255, 255, .9);
}

.app-sidebar-dark .btn-outline-secondary:hover[b-ng88jr1ave],
.app-sidebar-dark .btn-outline-secondary:focus[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .32);
    color: #fff;
}

.page-wrap[b-ng88jr1ave] {
    padding: 1.25rem;
}

.app-mobile-topbar[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 10px 28px rgba(23, 33, 27, .08);
    position: sticky;
    top: 0;
    z-index: 1020;
}

.app-mobile-topbar .navbar-brand[b-ng88jr1ave] {
    align-items: center;
    display: inline-flex;
    gap: .55rem;
}

.app-mobile-topbar .app-brand-mark[b-ng88jr1ave] {
    background: var(--gc-primary);
    color: #fff;
}

.app-footer[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .86);
}

.offcanvas.offcanvas-start[b-ng88jr1ave] {
    background:
        linear-gradient(180deg, #0d2f27 0%, #10251f 60%, #171f1b 100%);
    color: rgba(255, 255, 255, .88);
}

.offcanvas .offcanvas-header[b-ng88jr1ave] {
    border-bottom: 1px solid rgba(255, 255, 255, .12);
}

.offcanvas .offcanvas-title[b-ng88jr1ave] {
    color: rgba(255, 255, 255, .94);
}

.offcanvas .app-brand-mark[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .95);
    color: var(--gc-primary);
}

.offcanvas .btn-close[b-ng88jr1ave] {
    filter: invert(1) grayscale(100%);
    opacity: .85;
}

.offcanvas .btn-close:hover[b-ng88jr1ave] {
    opacity: 1;
}

.offcanvas .nav-pills .nav-link[b-ng88jr1ave] {
    border-radius: var(--gc-radius);
    color: rgba(255, 255, 255, .78);
    font-weight: 700;
    padding: .62rem .75rem;
}

.offcanvas .nav-pills .nav-link:hover[b-ng88jr1ave],
.offcanvas .nav-pills .nav-link:focus[b-ng88jr1ave] {
    background: rgba(255, 255, 255, .08);
    color: rgba(255, 255, 255, .96);
}

.offcanvas .nav-pills .nav-link.active[b-ng88jr1ave] {
    background: #fff;
    color: var(--gc-primary-dark);
}

.offcanvas hr[b-ng88jr1ave] {
    border-color: rgba(255, 255, 255, .14);
    opacity: 1;
}

.offcanvas .small-muted[b-ng88jr1ave] {
    color: rgba(255, 255, 255, .72) !important;
}

@media (min-width: 992px) {
    .page-wrap[b-ng88jr1ave] {
        padding: 2rem;
    }
}

@media (min-width: 1400px) {
    .page-wrap[b-ng88jr1ave] {
        padding: 2.25rem 2.5rem;
    }
}
/* /Pages/Contact.cshtml.rz.scp.css */
.contact-hero[b-ap5e16jbmd] {
    background:
        linear-gradient(135deg, rgba(237, 246, 241, .95) 0%, rgba(255, 255, 255, .96) 46%, rgba(236, 242, 248, .96) 100%);
    border-bottom: 1px solid var(--gc-border);
    margin: -1rem calc(50% - 50vw) 0;
    overflow: hidden;
    padding: clamp(2.5rem, 5vw, 4.5rem) max(1rem, calc((100vw - 1320px) / 2 + .75rem));
    position: relative;
    width: 100vw;
}

.contact-hero[b-ap5e16jbmd]::after {
    background:
        linear-gradient(90deg, rgba(23, 98, 79, .12) 1px, transparent 1px),
        linear-gradient(180deg, rgba(36, 88, 166, .10) 1px, transparent 1px);
    background-size: 44px 44px;
    content: "";
    inset: 0;
    mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
    opacity: .45;
    pointer-events: none;
    position: absolute;
    -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 52%, #000 100%);
}

.contact-hero > .row[b-ap5e16jbmd] {
    margin-left: auto;
    margin-right: auto;
    max-width: 1320px;
    position: relative;
    z-index: 1;
}

.contact-eyebrow[b-ap5e16jbmd] {
    background: rgba(23, 98, 79, .10);
    border: 1px solid rgba(23, 98, 79, .18);
    color: var(--gc-primary-dark);
}

.contact-lead[b-ap5e16jbmd] {
    color: var(--gc-muted);
    max-width: 42rem;
}

.contact-proof[b-ap5e16jbmd] {
    color: #315343;
    font-weight: 700;
}

.contact-form-card[b-ap5e16jbmd],
.contact-feature[b-ap5e16jbmd] {
    background: rgba(255, 255, 255, .94);
    border: 1px solid var(--gc-border);
    border-radius: var(--gc-radius);
    box-shadow: var(--gc-shadow-md);
}

.contact-form-card[b-ap5e16jbmd] {
    padding: clamp(1.25rem, 3vw, 2rem);
}

.contact-icon[b-ap5e16jbmd] {
    align-items: center;
    background: var(--gc-primary);
    border-radius: var(--gc-radius);
    box-shadow: 0 12px 24px rgba(23, 98, 79, .22);
    color: #fff;
    display: inline-flex;
    flex: 0 0 auto;
    font-size: 1.3rem;
    height: 3rem;
    justify-content: center;
    width: 3rem;
}

.contact-form textarea[b-ap5e16jbmd] {
    min-height: 10rem;
    resize: vertical;
}

.contact-marketing[b-ap5e16jbmd] {
    margin-bottom: 3rem;
}

.contact-feature[b-ap5e16jbmd] {
    height: 100%;
    padding: 1.5rem;
}

.contact-feature > i[b-ap5e16jbmd] {
    color: var(--gc-primary);
    font-size: 1.75rem;
}

@media (max-width: 575.98px) {
    .contact-hero[b-ap5e16jbmd] {
        margin-top: -.5rem;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
a.navbar-brand[b-qeb871jn8t] {
  white-space: normal;
}

button.accept-policy[b-qeb871jn8t] {
  font-size: 1rem;
  line-height: inherit;
}
