@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Components/Disclosure/ImageComparisonSlider.razor.rz.scp.css */
.comparison[b-q562gyjana] {
    position: relative;
    width: 100%;
    max-height: min(72vh, 860px);
    overflow: hidden;
    background: transparent;
    aspect-ratio: 16 / 9;
    touch-action: pan-y;
}

.comparison-image[b-q562gyjana] {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    user-select: none;
    pointer-events: none;
}

.comparison-after-frame[b-q562gyjana] {
    position: absolute;
    inset: 0;
    overflow: hidden;
    clip-path: inset(0 calc(100% - var(--position)) 0 0);
}

.comparison-after[b-q562gyjana] {
    max-width: none;
}

.comparison-label[b-q562gyjana] {
    position: absolute;
    top: 1rem;
    z-index: 2;
    padding: .4rem .7rem;
    border-radius: 4px;
    background: rgb(19 35 24 / 82%);
    color: #fff;
    font-family: "Trebuchet MS", sans-serif;
    font-size: .7rem;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
}

.comparison-label-before[b-q562gyjana] {
    left: 1rem;
}

.comparison-label-after[b-q562gyjana] {
    right: 1rem;
}

.comparison-divider[b-q562gyjana] {
    position: absolute;
    top: 0;
    bottom: 0;
    left: var(--position);
    z-index: 3;
    width: 2px;
    background: #fff;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 18%);
    transform: translateX(-1px);
    pointer-events: none;
}

.comparison-divider span[b-q562gyjana] {
    position: absolute;
    top: 50%;
    left: 50%;
    display: flex;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border: 2px solid #fff;
    border-radius: 50%;
    background: rgb(20 39 26 / 78%);
    color: #fff;
    box-shadow: 0 3px 10px rgb(0 0 0 / 28%);
    transform: translate(-50%, -50%);
}

.comparison-range[b-q562gyjana] {
    position: absolute;
    inset: 0;
    z-index: 4;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    cursor: ew-resize;
}

.comparison:focus-within[b-q562gyjana] {
    outline: 3px solid #f5b700;
    outline-offset: 3px;
}

@media (max-width: 640px) {
    .comparison-label[b-q562gyjana] {
        top: .65rem;
        font-size: .7rem;
    }

    .comparison-label-before[b-q562gyjana] {
        left: .65rem;
    }

    .comparison-label-after[b-q562gyjana] {
        right: .65rem;
    }
}
/* /Components/FocusLoader.razor.rz.scp.css */
.focus-loader[b-hhj92iiwoo] {
    position: fixed;
    z-index: 2000000;
    inset: 0;
    display: grid;
    overflow: hidden;
    place-items: center;
    isolation: isolate;
}

.focus-loader[b-hhj92iiwoo]::before {
    position: absolute;
    z-index: -2;
    inset: 0;
    background: rgba(7, 15, 10, 0.22);
    backdrop-filter: blur(14px);
    content: '';
    animation: focus-hunt-b-hhj92iiwoo 4s ease-in-out infinite;
}

.focus-loader[b-hhj92iiwoo]::after {
    position: absolute;
    z-index: -1;
    inset: 0;
    background: radial-gradient(circle at center,
            rgba(0, 0, 0, 0.02) 0,
            rgba(0, 0, 0, 0.08) 32%,
            rgba(0, 0, 0, 0.42) 72%,
            rgba(0, 0, 0, 0.78) 100%);
    content: '';
}

.focus-loader-aperture[b-hhj92iiwoo] {
    position: absolute;
    width: min(112vmax, 1400px);
    height: min(112vmax, 1400px);
    fill: rgba(10, 17, 12, 0.18);
    filter: blur(1.5px);
    opacity: 0.58;
    stroke: rgba(223, 235, 225, 0.2);
    stroke-width: 3;
}

.focus-loader-blades path[b-hhj92iiwoo] {
    vector-effect: non-scaling-stroke;
}

.focus-loader-lens[b-hhj92iiwoo] {
    fill: rgba(5, 10, 7, 0.04);
    stroke: rgba(110, 172, 91, 0.28);
    stroke-width: 2;
}

.focus-loader-content[b-hhj92iiwoo] {
    position: relative;
    z-index: 1;
    display: grid;
    justify-items: center;
    width: min(90vw, 520px);
    color: #f5f7f4;
    text-align: center;
}

.focus-loader-spinner[b-hhj92iiwoo] {
    display: grid;
    width: 88px;
    height: 88px;
    margin-bottom: 26px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    background: #216e36;
    box-shadow: 0 12px 44px rgba(0, 0, 0, 0.38), 0 0 0 10px rgba(33, 110, 54, 0.12);
    place-items: center;
}

.focus-loader-spinner svg[b-hhj92iiwoo] {
    width: 58px;
    height: 58px;
    fill: rgba(255, 255, 255, 0.94);
    animation: aperture-spin-b-hhj92iiwoo 2.2s linear infinite;
}

.focus-loader-bokeh[b-hhj92iiwoo] {
    position: absolute;
    z-index: 0;
    inset: 0;
    pointer-events: none;
}

.focus-loader-bokeh span[b-hhj92iiwoo] {
    position: absolute;
    width: 9rem;
    height: 9rem;
    border-radius: 50%;
    background: rgba(205, 231, 207, 0.16);
    filter: blur(22px);
}

.focus-loader-bokeh span:nth-child(1)[b-hhj92iiwoo] {
    top: 10%;
    left: 21%;
    width: 7rem;
    height: 7rem;
}

.focus-loader-bokeh span:nth-child(2)[b-hhj92iiwoo] {
    top: 18%;
    right: 23%;
    background: rgba(255, 255, 255, 0.14);
}

.focus-loader-bokeh span:nth-child(3)[b-hhj92iiwoo] {
    right: 13%;
    bottom: 20%;
    width: 5rem;
    height: 5rem;
}

.focus-loader-bokeh span:nth-child(4)[b-hhj92iiwoo] {
    bottom: 8%;
    left: 29%;
    background: rgba(255, 255, 255, 0.1);
}

.focus-loader-bokeh span:nth-child(5)[b-hhj92iiwoo] {
    top: 42%;
    left: 8%;
    width: 6rem;
    height: 6rem;
}

.focus-loader-title[b-hhj92iiwoo] {
    margin: 0;
    color: #fff;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.15rem, 2.2vw, 1.65rem);
    font-weight: 500;
    letter-spacing: 0;
}

.focus-loader-detail[b-hhj92iiwoo] {
    margin: 12px 0 0;
    color: rgba(239, 244, 240, 0.82);
    font-family: 'Aptos', 'Segoe UI Variable', 'Segoe UI', sans-serif;
    font-size: clamp(0.85rem, 1.4vw, 1rem);
    letter-spacing: 0;
}

@keyframes focus-hunt-b-hhj92iiwoo {

    0%,
    100% {
        backdrop-filter: blur(14px);
    }

    50% {
        backdrop-filter: blur(5px);
    }
}

@keyframes aperture-spin-b-hhj92iiwoo {
    to {
        transform: rotate(360deg);
    }
}

@media (max-width: 600px) {
    .focus-loader-aperture[b-hhj92iiwoo] {
        width: 160vmax;
        height: 160vmax;
    }

    .focus-loader-spinner[b-hhj92iiwoo] {
        width: 76px;
        height: 76px;
        margin-bottom: 22px;
    }

    .focus-loader-spinner svg[b-hhj92iiwoo] {
        width: 50px;
        height: 50px;
    }
}

@media (prefers-reduced-motion: reduce) {

    .focus-loader[b-hhj92iiwoo]::before,
    .focus-loader-spinner svg[b-hhj92iiwoo] {
        animation: none;
    }
}
/* /Components/HeaderComponent.razor.rz.scp.css */
.page-heading[b-2qwm3qlxdq] {
    width: min(100%, 1440px);
    margin: 0 auto;
    padding: 22px 24px 14px;
}

.page-eyebrow[b-2qwm3qlxdq] {
    margin: 0 0 3px;
    color: #4d8f45;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.page-heading h1[b-2qwm3qlxdq] {
    margin: 0;
    color: #18251d;
    font-size: clamp(1.35rem, 2vw, 1.8rem);
    font-weight: 750;
    letter-spacing: 0;
}

.page-subtitle[b-2qwm3qlxdq] {
    margin: 4px 0 0;
    color: #69766e;
    font-size: 0.88rem;
}

@media (max-width: 600px) {
    .page-heading[b-2qwm3qlxdq] {
        padding: 16px 14px 10px;
    }
}
/* /Components/ImageComparisonSlider.razor.rz.scp.css */
.img-comparison[b-s3dsd3lo3s] {
    position: relative;
    display: block;
    max-width: 100%;
    border-radius: 6px;
    border: 1px solid #eee;
    margin-top: 5px;
    overflow: hidden;
    user-select: none;
    -webkit-user-select: none;
    cursor: ew-resize;
}

.before-img[b-s3dsd3lo3s] {
    display: block;
    width: 100%;
    height: auto;
    pointer-events: none;
}

.after-img[b-s3dsd3lo3s] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.img-comparison-divider[b-s3dsd3lo3s] {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2px;
    background: white;
    transform: translateX(-50%);
    pointer-events: none;
    z-index: 3;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.4);
}

.divider-handle[b-s3dsd3lo3s] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: white;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-size: 0.9rem;
    color: #555;
    pointer-events: none;
}

.handle-arrow[b-s3dsd3lo3s] {
    font-size: 1.1rem;
    line-height: 1;
    color: #444;
}

.img-label[b-s3dsd3lo3s] {
    position: absolute;
    top: 8px;
    font-size: 0.7rem;
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 2px 7px;
    border-radius: 4px;
    pointer-events: none;
    z-index: 3;
    letter-spacing: 0.03em;
}

.label-after[b-s3dsd3lo3s] {
    right: 8px;
}

.label-before[b-s3dsd3lo3s] {
    left: 8px;
}

.img-comparison-range[b-s3dsd3lo3s] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: ew-resize;
    z-index: 4;
    margin: 0;
    padding: 0;
    -webkit-appearance: none;
    appearance: none;
}
/* /Components/Support/AIEditorDisclosureModal.razor.rz.scp.css */
.ai-disclosure-modal[b-3q64iirabg] {
    z-index: 1060;
}

.ai-disclosure-backdrop[b-3q64iirabg] {
    z-index: 1055;
}

.ai-disclosure-modal .modal-dialog[b-3q64iirabg] {
    max-width: 600px;
    max-height: calc(100vh - 2rem);
}

.ai-disclosure-modal .modal-content[b-3q64iirabg] {
    max-height: calc(100vh - 2rem);
    border: 0;
    border-radius: 8px;
    box-shadow: 0 24px 70px rgba(0, 0, 0, .28);
}

.ai-disclosure-modal .modal-header[b-3q64iirabg] {
    border-bottom: 1px solid #dfe4e1;
    padding: .75rem 1rem;
}

.ai-disclosure-modal .modal-kicker[b-3q64iirabg] {
    color: #527a35;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
}

.ai-disclosure-modal .modal-title[b-3q64iirabg] {
    font-size: 1.15rem;
    margin-top: .1rem;
}

.ai-disclosure-modal .modal-body[b-3q64iirabg] {
    overflow-y: auto;
    padding: .8rem 1rem;
}

.ai-disclosure-modal .modal-body p[b-3q64iirabg] {
    font-size: .9rem;
    line-height: 1.45;
    margin-bottom: .65rem;
}

.ai-disclosure-modal .source-link[b-3q64iirabg] {
    margin-bottom: 0;
}

.ai-disclosure-modal .modal-footer[b-3q64iirabg] {
    align-items: center;
    flex-wrap: wrap;
    gap: .75rem;
    padding: .75rem 1rem;
}

.ai-disclosure-modal .alert[b-3q64iirabg] {
    flex-basis: 100%;
    margin: 0;
}

.ai-disclosure-modal .acknowledgement-check[b-3q64iirabg] {
    flex: 1;
    font-size: .82rem;
    line-height: 1.35;
    padding-left: 1.75rem;
}

.ai-disclosure-modal .btn[b-3q64iirabg] {
    flex: 0 0 auto;
    min-width: 8rem;
}

@media (max-width: 576px) {
    .ai-disclosure-modal .modal-dialog[b-3q64iirabg] {
        margin: .5rem;
        max-height: calc(100vh - 1rem);
    }

    .ai-disclosure-modal .modal-content[b-3q64iirabg] {
        max-height: calc(100vh - 1rem);
    }

    .ai-disclosure-modal .modal-header[b-3q64iirabg],
    .ai-disclosure-modal .modal-body[b-3q64iirabg],
    .ai-disclosure-modal .modal-footer[b-3q64iirabg] {
        padding-left: .85rem;
        padding-right: .85rem;
    }

    .ai-disclosure-modal .modal-footer[b-3q64iirabg] {
        align-items: stretch;
        flex-direction: column;
    }

    .ai-disclosure-modal .btn[b-3q64iirabg] {
        width: 100%;
    }
}
/* /Components/Support/QrDisclosureInfoModal.razor.rz.scp.css */
.qr-disclosure-modal[b-c5pruou1g2] {
    z-index: 1120;
}

.qr-disclosure-modal .modal-content[b-c5pruou1g2] {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgb(0 0 0 / 25%);
}

.qr-disclosure-modal .modal-body[b-c5pruou1g2] {
    color: var(--bs-body-color);
    line-height: 1.55;
}

.qr-disclosure-backdrop[b-c5pruou1g2] {
    z-index: 1115;
    width: 100%;
    border: 0;
}
/* /Layout/IntakeFormLayout.razor.rz.scp.css */
/* ── Page shell ── */
.intake-vv-page[b-ofbgdcmh8o] {
    min-height: 100vh;
    width: 100%;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    position: relative;
    overflow-x: hidden;
}

/* ── Background image ── */
.intake-vv-bg-pattern[b-ofbgdcmh8o] {
    position: fixed;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image: url('/images/VirtualVicBackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* ── Header ── */
.intake-vv-header[b-ofbgdcmh8o] {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    padding: 18px 20px 12px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(4px);
    border-bottom: 1px solid rgba(112, 173, 71, 0.18);
}

.intake-vv-logo[b-ofbgdcmh8o] {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    box-shadow: 0 2px 8px rgba(27, 76, 5, 0.15);
}

.intake-vv-name[b-ofbgdcmh8o] {
    font-size: 1.3rem;
    font-weight: 700;
    color: #1b4c05;
    line-height: 1.2;
    letter-spacing: -0.2px;
}

.intake-vv-tagline[b-ofbgdcmh8o] {
    font-size: 0.8rem;
    color: #70AD47;
    font-weight: 500;
}

/* ── Body ── */
.intake-vv-body[b-ofbgdcmh8o] {
    position: relative;
    z-index: 1;
    flex: 1;
}

/* ── Content card ── */
.intake-vv-card[b-ofbgdcmh8o] {
    max-width: 1100px;
    width: 95%;
    margin: 24px auto 28px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 4px 40px rgba(27, 76, 5, 0.1), 0 1px 6px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

/* ── Footer ── */
.intake-vv-footer[b-ofbgdcmh8o] {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 14px 20px;
    font-size: 0.78rem;
    color: #aaa;
    letter-spacing: 0.3px;
}
/* /Layout/LoginLayout.razor.rz.scp.css */
.login-layout[b-e16tto5ov8] {
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    background: url('/images/background-login.jpg') center / cover fixed no-repeat;
}

.login-header[b-e16tto5ov8] {
    min-height: 72px;
    padding: 0 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #e4e9e4;
    background: rgba(255, 255, 255, 0.94);
}

.login-header img[b-e16tto5ov8] {
    display: block;
    width: 118px;
    height: auto;
}

.login-header span[b-e16tto5ov8] {
    color: #2d7137;
    font-size: 0.85rem;
    font-weight: 750;
}

.login-content[b-e16tto5ov8] {
    width: 100%;
    min-width: 0;
    min-height: calc(100vh - 72px);
    display: grid;
    place-items: center;
    padding: 32px 16px;
}

@media (max-width: 600px) {
    .login-header[b-e16tto5ov8] {
        min-height: 64px;
        padding: 0 14px;
    }

    .login-header img[b-e16tto5ov8] {
        width: 104px;
    }

    .login-content[b-e16tto5ov8] {
        min-height: calc(100vh - 64px);
        align-items: start;
        padding-top: 28px;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-slpohzz21z] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-slpohzz21z] {
    flex: 1;
}

.sidebar[b-slpohzz21z] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-slpohzz21z] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-slpohzz21z]  a, .top-row[b-slpohzz21z]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-slpohzz21z]  a:hover, .top-row[b-slpohzz21z]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-slpohzz21z]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-slpohzz21z] {
        justify-content: space-between;
    }

    .top-row[b-slpohzz21z]  a, .top-row[b-slpohzz21z]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-slpohzz21z] {
        flex-direction: row;
    }

    .sidebar[b-slpohzz21z] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-slpohzz21z] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-slpohzz21z]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-slpohzz21z], article[b-slpohzz21z] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-rtl7f8u1r5] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-rtl7f8u1r5] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-rtl7f8u1r5] {
    font-size: 1.1rem;
}

.bi[b-rtl7f8u1r5] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-rtl7f8u1r5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-rtl7f8u1r5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-rtl7f8u1r5] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-rtl7f8u1r5] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-rtl7f8u1r5] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-rtl7f8u1r5] {
        padding-bottom: 1rem;
    }

    .nav-item[b-rtl7f8u1r5]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-rtl7f8u1r5]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-rtl7f8u1r5]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-rtl7f8u1r5] {
        display: none;
    }

    .collapse[b-rtl7f8u1r5] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-rtl7f8u1r5] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Layout/SupportLayout.razor.rz.scp.css */
.layout-container[b-p4zjsfuaso] {
    width: 100%;
    min-width: 0;
    min-height: 100vh;
    background: #f7f8f6;
    color: #17221c;
}

.support-nav[b-p4zjsfuaso] {
    position: sticky;
    top: 0;
    z-index: 1100;
    background: rgba(255, 255, 255, 0.96);
    border-bottom: 1px solid #e5e9e5;
    backdrop-filter: blur(12px);
}

.support-nav-inner[b-p4zjsfuaso] {
    width: min(100%, 1600px);
    min-height: 72px;
    margin: 0 auto;
    padding: 0 24px;
    display: flex;
    align-items: center;
    gap: 28px;
}

.brand-link[b-p4zjsfuaso] {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
}

.brand-logo[b-p4zjsfuaso] {
    display: block;
    width: 118px;
    height: auto;
}

.desktop-nav[b-p4zjsfuaso] {
    min-width: 0;
    flex: 1;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 4px;
}

.nav-link[b-p4zjsfuaso] {
    min-height: 72px;
    padding: 0 14px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-bottom: 2px solid transparent;
    color: #34423a;
    font-size: 0.88rem;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}

.nav-link:hover[b-p4zjsfuaso],
.nav-link:focus-visible[b-p4zjsfuaso],
.nav-link.active[b-p4zjsfuaso] {
    border-bottom-color: var(--bs-primary);
    color: #246b31;
}

.nav-actions[b-p4zjsfuaso] {
    display: flex;
    align-items: center;
    gap: 8px;
}

.property-summary[b-p4zjsfuaso] {
    min-width: 0;
    max-width: 250px;
    margin-right: 8px;
    padding: 8px 10px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #34423a;
    line-height: 1.2;
    text-decoration: none;
}

.property-summary>i[b-p4zjsfuaso] {
    flex: 0 0 auto;
    color: #52725f;
}

.property-summary>span[b-p4zjsfuaso] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.property-summary strong[b-p4zjsfuaso],
.property-summary small[b-p4zjsfuaso] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.property-summary strong[b-p4zjsfuaso] {
    font-size: 0.78rem;
    font-weight: 700;
}

.property-summary small[b-p4zjsfuaso] {
    margin-top: 2px;
    color: #738078;
    font-size: 0.72rem;
}

.property-summary:hover[b-p4zjsfuaso],
.property-summary:focus-visible[b-p4zjsfuaso] {
    color: #246b31;
}

.icon-button[b-p4zjsfuaso],
.account-button[b-p4zjsfuaso],
.mobile-menu-button[b-p4zjsfuaso] {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #dce3dd;
    border-radius: 50%;
    background: #fff;
    color: #26372d;
    text-decoration: none;
}

.account-button[b-p4zjsfuaso] {
    border-color: #153f32;
    background: #153f32;
    color: #fff;
}

.icon-button:hover[b-p4zjsfuaso],
.icon-button:focus-visible[b-p4zjsfuaso],
.mobile-menu-button:hover[b-p4zjsfuaso],
.mobile-menu-button:focus-visible[b-p4zjsfuaso] {
    border-color: var(--bs-primary);
    color: #246b31;
}

.account-button:hover[b-p4zjsfuaso],
.account-button:focus-visible[b-p4zjsfuaso] {
    background: #246b31;
    color: #fff;
}

.mobile-menu-button[b-p4zjsfuaso] {
    display: none;
    font-size: 1.35rem;
}

.mobile-nav[b-p4zjsfuaso] {
    border-top: 1px solid #edf0ed;
    background: #fff;
}

.mobile-nav nav[b-p4zjsfuaso] {
    padding: 8px 16px 16px;
}

.mobile-nav-link[b-p4zjsfuaso] {
    min-height: 48px;
    padding: 10px 8px;
    display: flex;
    align-items: center;
    gap: 12px;
    color: #26372d;
    font-weight: 600;
    text-decoration: none;
}

.mobile-nav-link:hover[b-p4zjsfuaso],
.mobile-nav-link:focus-visible[b-p4zjsfuaso] {
    color: #246b31;
    background: #f3f7f2;
}

.mobile-nav-divider[b-p4zjsfuaso] {
    margin: 8px;
    border-top: 1px solid #e5e9e5;
}

.main-content[b-p4zjsfuaso] {
    width: 100%;
    min-width: 0;
    min-height: calc(100vh - 72px);
}

[b-p4zjsfuaso] .dropdown-menu {
    border-color: #e1e7e2;
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(21, 45, 31, 0.12);
}

@media (max-width: 1180px) {
    .support-nav-inner[b-p4zjsfuaso] {
        gap: 16px;
    }

    .nav-link[b-p4zjsfuaso] {
        padding: 0 9px;
        font-size: 0.82rem;
    }

    .property-summary[b-p4zjsfuaso] {
        max-width: 205px;
        margin-right: 2px;
    }
}

@media (max-width: 920px) {
    .support-nav-inner[b-p4zjsfuaso] {
        min-height: 64px;
        padding: 0 16px;
    }

    .brand-logo[b-p4zjsfuaso] {
        width: 104px;
    }

    .desktop-nav[b-p4zjsfuaso],
    .desktop-account-menu[b-p4zjsfuaso],
    .property-summary[b-p4zjsfuaso] {
        display: none;
    }

    .nav-actions[b-p4zjsfuaso] {
        margin-left: auto;
    }

    .mobile-menu-button[b-p4zjsfuaso] {
        display: inline-flex;
    }

    .main-content[b-p4zjsfuaso] {
        min-height: calc(100vh - 64px);
    }
}

@media (max-width: 420px) {
    .support-nav-inner[b-p4zjsfuaso] {
        padding: 0 12px;
    }

    .brand-logo[b-p4zjsfuaso] {
        width: 96px;
    }

    .account-button[b-p4zjsfuaso],
    .mobile-menu-button[b-p4zjsfuaso] {
        width: 40px;
        height: 40px;
    }
}
/* /Pages/Disclosure/Disclosure.razor.rz.scp.css */
.disclosure-page[b-0ht0nruav9] {
    position: relative;
    box-sizing: border-box;
    min-height: 100dvh;
    padding: clamp(.75rem, 2.5vh, 2rem) clamp(1rem, 4vw, 3.5rem);
    background: linear-gradient(90deg,
            #e3ebe5 0%,
            #f1f5f2 18%,
            #fff 30%,
            #fff 70%,
            #f1f5f2 82%,
            #e3ebe5 100%);
    color: #182019;
    font-family: Georgia, "Times New Roman", serif;
}

.disclosure-page[b-0ht0nruav9]::before,
.disclosure-page[b-0ht0nruav9]::after {
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    width: min(28vw, 430px);
    background-image:
        repeating-linear-gradient(45deg, rgb(54 94 65 / 8%) 0 1px, transparent 1px 34px),
        repeating-linear-gradient(-45deg, rgb(54 94 65 / 6%) 0 1px, transparent 1px 34px);
    content: "";
    pointer-events: none;
}

.disclosure-page[b-0ht0nruav9]::before {
    left: 0;
    -webkit-mask-image: linear-gradient(to right, #000 0%, rgb(0 0 0 / 70%) 42%, transparent 100%);
    mask-image: linear-gradient(to right, #000 0%, rgb(0 0 0 / 70%) 42%, transparent 100%);
}

.disclosure-page[b-0ht0nruav9]::after {
    right: 0;
    -webkit-mask-image: linear-gradient(to left, #000 0%, rgb(0 0 0 / 70%) 42%, transparent 100%);
    mask-image: linear-gradient(to left, #000 0%, rgb(0 0 0 / 70%) 42%, transparent 100%);
}

.disclosure-shell[b-0ht0nruav9] {
    position: relative;
    z-index: 1;
    display: grid;
    width: min(1160px, 100%);
    margin: 0 auto;
    grid-template-rows: auto auto auto auto;
}

.disclosure-shell header[b-0ht0nruav9] {
    margin-bottom: clamp(.75rem, 1.8vh, 1.15rem);
}

.disclosure-shell[b-0ht0nruav9]  .comparison {
    height: auto;
    min-height: 0;
    max-height: none;
    align-self: center;
    aspect-ratio: 16 / 9;
}

.disclosure-shell h1[b-0ht0nruav9] {
    max-width: 100%;
    margin: 0 0 clamp(.7rem, 1.6vh, 1rem);
    color: #17251c;
    font-size: clamp(1.5rem, 2.4vw, 2.35rem);
    font-weight: 500;
    line-height: 1.12;
}

.comparison-instruction[b-0ht0nruav9] {
    margin: 0;
    padding-top: clamp(.65rem, 1.6vh, .9rem);
    color: #69756d;
    font-family: "Trebuchet MS", sans-serif;
    font-size: .78rem;
    line-height: 1.35;
    text-align: center;
}

.disclosure-mark[b-0ht0nruav9] {
    display: grid;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #eaf4eb;
    color: #2f7340;
    place-items: center;
}

.edit-disclosure-heading[b-0ht0nruav9] {
    display: flex;
    flex-wrap: wrap;
    gap: .45rem .65rem;
    align-items: center;
    margin-bottom: .45rem;
}

.disclosure-reference[b-0ht0nruav9] {
    padding: .14rem .4rem;
    border-radius: 3px;
    background: #f0f3f0;
    color: #738078;
    font-size: .65rem;
    font-weight: 700;
    letter-spacing: .04em;
}

.edit-disclosure-details[b-0ht0nruav9] {
    width: 100%;
    margin: 1rem 0 2rem;
    padding-top: 1rem;
    color: #48534b;
    font-family: "Trebuchet MS", sans-serif;
    font-size: .82rem;
    line-height: 1.5;
}

.edit-disclosure-details h2[b-0ht0nruav9] {
    margin: 0;
    color: #17251c;
    font: 500 clamp(1.1rem, 2.5vw, 1.35rem)/1.2 Georgia, "Times New Roman", serif;
}

.edit-disclosure-details p[b-0ht0nruav9] {
    margin: 0 0 .7rem;
}

.terms-link[b-0ht0nruav9] {
    margin-top: .9rem !important;
    color: #667169;
}

.terms-link a[b-0ht0nruav9] {
    color: #315f3d;
    font-weight: 700;
    text-underline-offset: 2px;
}

.terms-link a:hover[b-0ht0nruav9],
.terms-link a:focus-visible[b-0ht0nruav9] {
    color: #183e24;
}

.terms-link i[b-0ht0nruav9] {
    margin-left: .12rem;
    font-size: .68rem;
}

.listing-media-credit[b-0ht0nruav9] {
    margin-top: 1rem !important;
    color: #34463a;
    font: 600 .75rem/1.4 Georgia, "Times New Roman", serif;
}

.disclosure-state[b-0ht0nruav9] {
    display: grid;
    height: 100%;
    place-items: center;
    align-content: center;
    gap: .8rem;
    text-align: center;
}

.disclosure-state>i[b-0ht0nruav9] {
    color: #58635a;
    font-size: 2rem;
}

.disclosure-state h1[b-0ht0nruav9],
.disclosure-state p[b-0ht0nruav9] {
    margin: 0;
}

@media (max-width: 640px) {
    .disclosure-page[b-0ht0nruav9] {
        padding: .75rem;
    }

    .disclosure-page[b-0ht0nruav9]::before,
    .disclosure-page[b-0ht0nruav9]::after {
        display: none;
    }

    .disclosure-shell header[b-0ht0nruav9] {
        margin: 0 0 .6rem;
    }

    .disclosure-mark[b-0ht0nruav9] {
        width: 30px;
        height: 30px;
    }

    .edit-disclosure-details[b-0ht0nruav9] {
        margin-top: 1rem;
    }

}
/* /Pages/IntakeForm/AiVideoDisclosure.razor.rz.scp.css */
.ai-video-disclosure[b-2dsfwgxbuv] {
    max-width: 760px;
    margin-inline: auto;
}

.ai-video-disclosure-intro[b-2dsfwgxbuv] {
    margin-bottom: 0.65rem;
}

.ai-video-disclosure-list[b-2dsfwgxbuv] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.5rem;
}

.ai-video-disclosure-item[b-2dsfwgxbuv] {
    min-height: 100%;
    padding: 0.55rem 0.65rem 0.55rem 2.25rem;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: #fff;
}

.ai-video-disclosure-item .form-check-input[b-2dsfwgxbuv] {
    margin-top: 0.15rem;
}

.ai-video-disclosure-item .form-check-label[b-2dsfwgxbuv] {
    font-size: 0.88rem;
    line-height: 1.3;
    cursor: pointer;
}

@media (max-width: 767.98px) {
    .ai-video-disclosure-list[b-2dsfwgxbuv] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/IntakeForm/Intake.razor.rz.scp.css */
.intake-container[b-b4u6ws7m87] {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 24px;
    background: transparent;
    border-radius: 0;
    box-shadow: none;
}

.step-tracker[b-b4u6ws7m87] {
    padding-bottom: 20px;
    display: flex;
    justify-content: space-around;
}


.step-item[b-b4u6ws7m87] {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.step-label[b-b4u6ws7m87] {
    font-size: 0.75rem;
    margin-bottom: 12px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.step-dot[b-b4u6ws7m87] {
    width: 14px;
    height: 14px;
    background-color: #ccc;
    border-radius: 50%;
    margin: 0 auto;
    border: 3px solid #fff;
    transition: all 0.2s ease;
}

.step-item.active .step-dot[b-b4u6ws7m87] {
    background-color: #70AD47;
    box-shadow: 0 0 0 4px rgba(112, 173, 71, 0.2);
    transform: scale(1.3);
}

.step-item.active .step-label[b-b4u6ws7m87] {
    /*color: #333;*/
}

.section-title[b-b4u6ws7m87] {
    font-size: 1.4rem;
    font-weight: 800;
    /*margin-bottom: 25px;*/
    /* color: #333;*/
}

.form-control[b-b4u6ws7m87] {
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 12px;
}

.form-footer[b-b4u6ws7m87] {
    margin-top: 50px;
    padding-top: 30px;
}

.intake-script-option-list[b-b4u6ws7m87] {
    display: grid;
    gap: 12px;
    width: 100%;
}

.intake-script-option[b-b4u6ws7m87] {
    display: grid;
    gap: 10px;
    padding: 14px;
    border: 1px solid #d7dee3;
    border-radius: 6px;
    background: #fff;
}

.intake-script-option-heading[b-b4u6ws7m87] {
    font-weight: 700;
    color: #315722;
}

.intake-script-lines[b-b4u6ws7m87] {
    display: grid;
    gap: 8px;
    margin: 0;
    padding-left: 20px;
}

.intake-script-lines li[b-b4u6ws7m87] {
    padding-left: 2px;
    line-height: 1.45;
}

.intake-script-option-actions[b-b4u6ws7m87] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
/* /Pages/Support/AIEditor.razor.rz.scp.css */
/* --- LAYOUTS --- */
.main-layout[b-jqr2madbpq] {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.main-layout.layout-grid[b-jqr2madbpq],
.main-layout.layout-grid .gallery-page[b-jqr2madbpq] {
    width: 100%;
    min-width: 0;
}

.main-layout.layout-grid .gallery-section[b-jqr2madbpq],
.main-layout.layout-grid .photo-grid-container[b-jqr2madbpq] {
    min-width: 0;
    max-width: 100%;
}

.gallery-page[b-jqr2madbpq] {
    padding: 16px;
}

.vic-hero[b-jqr2madbpq] {
    position: relative;
    width: 100%;
    aspect-ratio: 3200 / 1120;
    overflow: hidden;
    border-radius: 8px;
    background-image: url('/images/Virtual-Vic-Hero-BG.png');
    background-position: center top;
    background-size: cover;
}

.vic-hero-copy[b-jqr2madbpq] {
    position: absolute;
    top: 21%;
    left: 6.8%;
    color: #17251d;
}

.vic-hero-eyebrow[b-jqr2madbpq] {
    margin: 0 0 2.5%;
    color: #2f7639;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(0.85rem, 1.25vw, 1.35rem);
}

.vic-hero h1[b-jqr2madbpq] {
    margin: 0;
    color: #17201b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(2rem, 4vw, 4.5rem);
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.04;
}

.vic-hero h1 span[b-jqr2madbpq] {
    color: #1f6e2e;
}

.vic-hero-description[b-jqr2madbpq] {
    margin: 5% 0 0;
    color: #26312b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(0.78rem, 1.35vw, 1.45rem);
    line-height: 1.55;
}

.gallery-section[b-jqr2madbpq] {
    margin-top: 16px;
    padding: 20px;
    border: 1px solid #e4e8e4;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(27, 59, 38, 0.05);
}

.gallery-toolbar[b-jqr2madbpq] {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.gallery-title-group[b-jqr2madbpq],
.gallery-actions[b-jqr2madbpq],
.view-toggle[b-jqr2madbpq] {
    display: flex;
    align-items: center;
}

.gallery-title-group[b-jqr2madbpq] {
    gap: 16px;
}

.gallery-title-group h1[b-jqr2madbpq] {
    margin: 0;
    color: #19251e;
    font-size: 1.25rem;
    font-weight: 700;
}

.photo-count[b-jqr2madbpq] {
    color: #31723a;
    font-size: 0.78rem;
    font-weight: 700;
}

.gallery-actions[b-jqr2madbpq] {
    justify-content: flex-end;
    gap: 8px;
}

.gallery-action-link[b-jqr2madbpq],
.gallery-sort[b-jqr2madbpq],
.view-button[b-jqr2madbpq] {
    min-height: 40px;
    border: 1px solid #dce3dd;
    border-radius: 6px;
    background: #fff;
    color: #2a392f;
    font-size: 0.82rem;
    font-weight: 600;
}

.gallery-action-link[b-jqr2madbpq] {
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    text-decoration: none;
}

.gallery-action-link:hover[b-jqr2madbpq],
.gallery-action-link:focus-visible[b-jqr2madbpq],
.view-button:hover[b-jqr2madbpq],
.view-button:focus-visible[b-jqr2madbpq],
.view-button.active[b-jqr2madbpq] {
    border-color: #62a73b;
    color: #286d35;
    background: #f3f8f1;
}

.gallery-sort[b-jqr2madbpq] {
    min-width: 150px;
    padding: 0 34px 0 12px;
}

.view-toggle[b-jqr2madbpq] {
    gap: 4px;
}

.view-button[b-jqr2madbpq] {
    width: 40px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
}

.gallery-section .photo-grid-container.grid-view[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.gallery-section .photo-card[b-jqr2madbpq] {
    appearance: none;
    padding: 0;
    border: 2px solid transparent;
    background: #fff;
    color: #26372d;
    text-align: left;
}

.gallery-section .grid-view .photo-card[b-jqr2madbpq] {
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
}

.gallery-section .photo-card:focus-visible[b-jqr2madbpq] {
    outline: 3px solid rgba(98, 167, 59, 0.3);
    outline-offset: 2px;
}

.gallery-section .removed-photo-card[b-jqr2madbpq] {
    border-color: #b7791f;
}

.photo-image-wrap[b-jqr2madbpq] {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.photo-list-copy[b-jqr2madbpq],
.photo-list-arrow[b-jqr2madbpq] {
    display: none;
}

.gallery-section .photo-grid-container.list-view[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.gallery-section .list-view .photo-card[b-jqr2madbpq] {
    width: 100%;
    height: 92px;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 14px;
    border-color: #e4e8e4;
    box-shadow: none;
}

.list-view .photo-image-wrap[b-jqr2madbpq] {
    border-radius: 6px 0 0 6px;
}

.list-view .photo-list-copy[b-jqr2madbpq] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.photo-list-copy span[b-jqr2madbpq] {
    color: #6c786f;
    font-size: 0.8rem;
}

.list-view .photo-list-arrow[b-jqr2madbpq] {
    display: inline-block;
    color: #718077;
}

@media (max-width: 1100px) {
    .gallery-section .photo-grid-container.grid-view[b-jqr2madbpq] {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .gallery-toolbar[b-jqr2madbpq] {
        align-items: flex-start;
        flex-direction: column;
    }

    .gallery-actions[b-jqr2madbpq] {
        width: 100%;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
}

@media (max-width: 720px) {
    .gallery-page[b-jqr2madbpq] {
        padding: 10px;
    }

    .vic-hero[b-jqr2madbpq] {
        min-height: 300px;
        aspect-ratio: 16 / 9;
        background-position: 58% center;
    }

    .vic-hero-copy[b-jqr2madbpq] {
        top: 15%;
        left: 5%;
        max-width: 48%;
    }

    .vic-hero h1[b-jqr2madbpq] {
        font-size: clamp(1.65rem, 7vw, 2.5rem);
    }

    .vic-hero-description[b-jqr2madbpq] {
        font-size: clamp(0.72rem, 2.6vw, 0.95rem);
    }

    .vic-hero-description br[b-jqr2madbpq] {
        display: none;
    }

    .vic-hero-prompt[b-jqr2madbpq] {
        display: none;
    }

    .gallery-section[b-jqr2madbpq] {
        margin-top: 10px;
        padding: 14px;
    }

    .gallery-title-group[b-jqr2madbpq] {
        width: 100%;
        justify-content: space-between;
    }

    .gallery-action-link span[b-jqr2madbpq] {
        display: none;
    }

    .gallery-sort[b-jqr2madbpq] {
        flex: 1 1 150px;
    }

    .gallery-section .photo-grid-container.grid-view[b-jqr2madbpq] {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 9px;
        padding: 0;
    }

    .gallery-section .grid-view .photo-card[b-jqr2madbpq] {
        height: auto;
        margin: 0;
    }

    .gallery-section .photo-grid-container.list-view[b-jqr2madbpq] {
        grid-template-columns: 1fr;
        padding: 0;
    }

    .gallery-section .list-view .photo-card[b-jqr2madbpq] {
        height: 82px;
        margin: 0;
        grid-template-columns: 108px minmax(0, 1fr) 20px;
        gap: 10px;
    }
}

@media (max-width: 420px) {
    .vic-hero[b-jqr2madbpq] {
        min-height: 280px;
        background-position: 61% center;
    }

    .vic-hero-copy[b-jqr2madbpq] {
        max-width: 52%;
    }

    .vic-hero-eyebrow[b-jqr2madbpq] {
        margin-bottom: 8px;
        font-size: 0.78rem;
    }

    .vic-hero h1[b-jqr2madbpq] {
        font-size: 1.65rem;
    }

    .vic-hero-description[b-jqr2madbpq] {
        margin-top: 12px;
        font-size: 0.72rem;
        line-height: 1.4;
    }

    .vic-hero-signature[b-jqr2madbpq] {
        margin-top: 18px;
        margin-left: 12px;
        font-size: 1.65rem;
    }

    .gallery-title-group h1[b-jqr2madbpq] {
        font-size: 1.08rem;
    }

    .usage-badge[b-jqr2madbpq] {
        order: 3;
    }
}

/* 1. GRID LAYOUT */
.main-layout.layout-grid[b-jqr2madbpq] {
    display: block;
    height: auto;
}

/* 2. CHAT LAYOUT: Fixed 100vh Container */
/* This is the key fix for the scrolling issue */
.main-layout.layout-chat[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 420px);
    align-items: start;
    gap: 12px;
    max-width: 1600px;
    height: auto;
    overflow: visible;
    padding: 12px;
}

.editor-stage[b-jqr2madbpq],
.chat-workspace[b-jqr2madbpq] {
    border: 1px solid #e3e8e3;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 18px rgba(27, 59, 38, 0.05);
}

.editor-stage[b-jqr2madbpq] {
    min-width: 0;
    padding: 14px;
}

.editor-toolbar[b-jqr2madbpq] {
    min-height: 48px;
    margin-bottom: 12px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 14px;
}

.toolbar-back[b-jqr2madbpq],
.editor-icon-button[b-jqr2madbpq],
.editor-download-button[b-jqr2madbpq] {
    min-height: 40px;
    border: 1px solid #dbe2dc;
    border-radius: 6px;
    background: #fff;
    color: #2c3b31;
    font-size: 0.82rem;
    font-weight: 600;
}

.toolbar-back[b-jqr2madbpq],
.editor-download-button[b-jqr2madbpq] {
    padding: 0 12px;
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.toolbar-back[b-jqr2madbpq] {
    border-color: transparent;
}

.toolbar-back:hover[b-jqr2madbpq],
.toolbar-back:focus-visible[b-jqr2madbpq],
.editor-icon-button:hover:not(:disabled)[b-jqr2madbpq],
.editor-icon-button:focus-visible[b-jqr2madbpq],
.editor-download-button:hover[b-jqr2madbpq],
.editor-download-button:focus-visible[b-jqr2madbpq] {
    border-color: #62a73b;
    color: #286d35;
    background: #f3f8f1;
}

.editor-photo-title[b-jqr2madbpq] {
    min-width: 0;
    display: flex;
    align-items: baseline;
    gap: 10px;
}

.editor-photo-title strong[b-jqr2madbpq] {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.editor-photo-title span[b-jqr2madbpq] {
    padding: 4px 8px;
    border-radius: 6px;
    background: #edf5ec;
    color: #2b7135;
    font-size: 0.72rem;
    font-weight: 700;
}

.editor-toolbar-actions[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 7px;
}

.editor-icon-button[b-jqr2madbpq] {
    width: 40px;
    padding: 0;
}

.editor-icon-button:disabled[b-jqr2madbpq] {
    opacity: 0.38;
}

.editor-image-stage[b-jqr2madbpq] {
    position: relative;
    width: 100%;
    min-height: 360px;
    overflow: hidden;
    border-radius: 7px;
    background: #eef1ee;
}

.removed-stage-overlay[b-jqr2madbpq] {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 7px 10px;
    border-radius: 5px;
    background: rgba(120, 53, 15, 0.92);
    color: #fff;
    font-size: 0.78rem;
    font-weight: 700;
}

.removed-archive-panel[b-jqr2madbpq] {
    padding: 14px 16px;
    border-bottom: 1px solid #e7d7ba;
    background: #fffaf0;
    color: #5f4320;
}

.removed-archive-panel>div:first-child[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 4px;
}

.removed-archive-panel>span[b-jqr2madbpq] {
    display: block;
    font-size: 0.82rem;
}

.archive-variant-strip[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 9px;
    margin-top: 12px;
    overflow-x: auto;
}

.editor-image-stage[b-jqr2madbpq]  .img-comparison {
    width: 100%;
    height: min(64vh, 720px);
    min-height: 360px;
}

.editor-image-stage[b-jqr2madbpq]  .before-img,
.editor-image-stage[b-jqr2madbpq]  .after-img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    background: #eef1ee;
}

.editor-original-image[b-jqr2madbpq] {
    display: block;
    width: 100%;
    height: min(64vh, 720px);
    min-height: 360px;
    object-fit: contain;
    background: #eef1ee;
}

.current-result-badge[b-jqr2madbpq] {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 5;
    padding: 6px 9px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border-radius: 6px;
    background: rgba(23, 42, 31, 0.84);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
}

.current-result-badge i[b-jqr2madbpq] {
    color: #ffd34d;
}

.variant-heading[b-jqr2madbpq] {
    margin: 14px 0 9px;
    display: flex;
    align-items: baseline;
    gap: 12px;
}

.variant-heading h2[b-jqr2madbpq] {
    margin: 0;
    font-size: 0.95rem;
    font-weight: 700;
}

.variant-heading span[b-jqr2madbpq] {
    color: #69766e;
    font-size: 0.75rem;
}

.variant-strip[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    padding: 2px 2px 6px;
    scrollbar-width: thin;
}

.variant-card[b-jqr2madbpq] {
    position: relative;
    flex: 0 0 142px;
    height: 88px;
    padding: 0;
    overflow: hidden;
    border: 2px solid transparent;
    border-radius: 7px;
    background: #eef1ee;
    color: #fff;
}

.variant-card.active[b-jqr2madbpq] {
    border-color: #43a653;
    box-shadow: 0 0 0 2px rgba(67, 166, 83, 0.18);
}

.variant-card img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.variant-card span[b-jqr2madbpq] {
    position: absolute;
    left: 6px;
    bottom: 5px;
    padding: 3px 6px;
    border-radius: 4px;
    background: rgba(20, 29, 23, 0.72);
    font-size: 0.68rem;
    font-weight: 700;
}

.variant-card.new-variant[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    border: 1px dashed #cbd3cc;
    background: #fafbfa;
    color: #4a584e;
}

.variant-card.new-variant span[b-jqr2madbpq] {
    position: static;
    background: transparent;
    color: inherit;
}

.chat-workspace[b-jqr2madbpq] {
    position: sticky;
    top: 84px;
    height: calc(100vh - 96px);
    min-height: 620px;
    margin: 0;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.chat-panel-header[b-jqr2madbpq] {
    min-height: 68px;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #e7ebe7;
}

.chat-panel-header img[b-jqr2madbpq] {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    object-fit: cover;
}

.chat-panel-header div[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
}

.chat-panel-header strong[b-jqr2madbpq] {
    font-size: 0.88rem;
}

.chat-panel-header span[b-jqr2madbpq] {
    color: #69766e;
    font-size: 0.72rem;
}

.layout-chat .chat-scroll-area[b-jqr2madbpq] {
    flex: 1;
    min-height: 0;
    overflow-y: auto;
    padding: 14px;
}

.layout-chat .input-area[b-jqr2madbpq] {
    position: static;
    flex: 0 0 auto;
    padding: 8px;
    border-top: 1px solid #e7ebe7;
    background: #fff;
    pointer-events: auto;
}

.layout-chat .input-controls-row[b-jqr2madbpq] {
    padding: 0;
    pointer-events: auto;
}

.layout-chat .pill-container-main[b-jqr2madbpq] {
    max-width: none;
    border-radius: 8px;
    box-shadow: none;
}

@media (max-width: 1050px) {
    .main-layout.layout-chat[b-jqr2madbpq] {
        grid-template-columns: minmax(0, 1fr) 360px;
    }

    .editor-toolbar[b-jqr2madbpq] {
        grid-template-columns: 1fr auto;
    }

    .editor-photo-title[b-jqr2madbpq] {
        grid-column: 1 / -1;
        grid-row: 2;
    }
}

@media (max-width: 820px) {
    .main-layout.layout-chat[b-jqr2madbpq] {
        display: flex;
        flex-direction: column;
        padding: 10px 10px calc(16px + env(safe-area-inset-bottom));
    }

    .editor-stage[b-jqr2madbpq],
    .chat-workspace[b-jqr2madbpq] {
        width: 100%;
    }

    .editor-stage[b-jqr2madbpq] {
        padding: 10px;
    }

    .editor-toolbar[b-jqr2madbpq] {
        grid-template-columns: 1fr auto;
        gap: 8px;
    }

    .editor-download-button span[b-jqr2madbpq],
    .toolbar-back span[b-jqr2madbpq] {
        display: none;
    }

    .editor-download-button[b-jqr2madbpq],
    .toolbar-back[b-jqr2madbpq] {
        width: 40px;
        padding: 0;
        justify-content: center;
    }

    .editor-image-stage[b-jqr2madbpq],
    .editor-image-stage[b-jqr2madbpq]  .img-comparison {
        height: auto;
        min-height: 260px;
        max-height: 58vh;
    }

    .variant-card[b-jqr2madbpq] {
        flex-basis: 120px;
        height: 76px;
    }

    .chat-workspace[b-jqr2madbpq] {
        position: relative;
        top: auto;
        height: min(760px, calc(100dvh - 84px));
        min-height: 560px;
    }

    .layout-chat .pill-container-main[b-jqr2madbpq] {
        display: grid;
        border-radius: 8px;
    }
}

@media (max-width: 430px) {
    .editor-photo-title strong[b-jqr2madbpq] {
        font-size: 0.82rem;
    }

    .editor-image-stage[b-jqr2madbpq],
    .editor-image-stage[b-jqr2madbpq]  .img-comparison {
        min-height: 230px;
    }

    .chat-workspace[b-jqr2madbpq] {
        min-height: 520px;
    }
}

#chat-bottom-anchor[b-jqr2madbpq] {
    height: 1px;
    width: 100%;
    margin-top: 10px;
    scroll-margin-bottom: 120px;
}

/* --- HEADER --- */
[b-jqr2madbpq] .top-header,
.top-header[b-jqr2madbpq] {
    position: fixed;
    /* Pinned to top of browser window */
    top: 0;
    left: 0;
    right: 0;
    /* Span full width */
    height: 60px;
    background: white;
    z-index: 1000;
    /* Ensure it sits on top of scrolling chat */
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: center;
}

.header-address[b-jqr2madbpq] {
    margin: 0;
    font-size: 1.25rem;
    color: #333;
    font-weight: 600;
}

.btn-toggle[b-jqr2madbpq] {
    background: transparent;
    border: 1px solid #007bff;
    color: #007bff;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

.btn-toggle:hover[b-jqr2madbpq] {
    background: #eef6ff;
}

/* --- CHAT WORKSPACE --- */
.chat-workspace[b-jqr2madbpq] {
    /* Removed flex: 1, overflow, and height constraints */
    display: block;
    height: auto;
    margin-bottom: 200px;
}

.chat-scroll-area[b-jqr2madbpq] {
    /* Removed overflow-y: auto */
    padding: 20px;
    /* No height constraints, it just grows with messages */
}

/* Approval Bubble Styling */
.approval-card[b-jqr2madbpq] {
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    margin-top: 5px;
    min-width: 250px;
}

.approval-header[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

/* Container for the side-by-side buttons */
.action-buttons-grid[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 10px;
}

/* "Not exactly right" Button */
.btn-revise[b-jqr2madbpq] {
    background-color: #f8f9fa;
    color: #444;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-revise:hover[b-jqr2madbpq] {
    background-color: #e2e6ea;
    border-color: #adb5bd;
}

.action-buttons-grid .btn-revise[b-jqr2madbpq],
.action-buttons-grid .btn-finalize[b-jqr2madbpq] {
    width: 100%;
    min-height: 32px;
    padding: 5px 12px;
    font-size: 0.78rem;
}

.message-crop-action[b-jqr2madbpq] {
    margin-top: 8px;
}

.message-crop-action .btn-message-crop[b-jqr2madbpq] {
    width: 100%;
    min-height: 32px;
    padding: 5px 12px;
    border-radius: 6px;
    font-size: 0.78rem;
    font-weight: 600;
}

/* Special styling for the Human Offer inside the chat bubble */
.human-offer-container[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.btn-human-offer[b-jqr2madbpq] {
    /* 1. Red Border & Text */
    border: 1px solid #dc3545;
    color: #dc3545;
    /* 2. Muted Background (Very light red tint) */
    background-color: #fef1f2;
    /* Layout & Shape */
    padding: 8px 12px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.2s ease;
}

/* Hover Effect: Slightly darker muted red */
.btn-human-offer:hover[b-jqr2madbpq] {
    background-color: #dc3545;
    color: white;
    transform: translateY(-1px);
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
}

.cost-badge[b-jqr2madbpq] {
    background: #e6f4ea;
    /* Green tint */
    color: #1e7e34;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 700;
    font-size: 0.9rem;
}

.approval-desc[b-jqr2madbpq] {
    margin: 0 0 12px 0;
    font-size: 0.9rem;
    color: #666;
}

.approval-actions[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
}

.btn-confirm[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    flex: 1;
}

.btn-confirm:hover[b-jqr2madbpq] {
    background: #0056b3;
}

.btn-cancel[b-jqr2madbpq] {
    background: #f8f9fa;
    color: #666;
    border: 1px solid #ccc;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 0.85rem;
    cursor: pointer;
    flex: 1;
}

.btn-cancel:hover[b-jqr2madbpq] {
    background: #e2e6ea;
}

/* Status Text Styles */
.approval-status[b-jqr2madbpq] {
    padding: 8px;
    border-radius: 4px;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

.approval-status.success[b-jqr2madbpq] {
    background: #d4edda;
    color: #155724;
}

.approval-status.cancelled[b-jqr2madbpq] {
    background: #f8d7da;
    color: #721c24;
}


.final-approval-section[b-jqr2madbpq] {
    margin-top: 12px;
    padding-top: 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.instruction-text[b-jqr2madbpq] {
    font-size: 0.85rem;
    color: #555;
    margin-bottom: 10px;
    line-height: 1.3;
}

.btn-finalize[b-jqr2madbpq] {
    width: 100%;
    background-color: #28a745;
    /* Green */
    color: white;
    border: none;
    padding: 10px 15px;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 0.9rem;
}

.btn-finalize:hover[b-jqr2madbpq] {
    background-color: #218838;
}

/* --- INPUT AREA --- */
.input-area[b-jqr2madbpq] {
    position: fixed;
    bottom: 30px;
    left: 0;
    right: 0;
    /* Span to the right edge */
    z-index: 1000;
    /* Make the container itself invisible and non-blocking */
    background: transparent;
    border: none;
    box-shadow: none;
    padding: 0;
    pointer-events: none;
    /* Allows clicks to pass through the empty space around the bar */
}

/* The actual white "Pill" box */
.input-controls-row[b-jqr2madbpq] {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 20px 0;
    pointer-events: none;
    /* Let clicks pass through the empty area */
}

.pill-container[b-jqr2madbpq] {
    pointer-events: auto;
    /* Re-enable clicks */
    background: #ffffff;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px;
    border-radius: 50px;
    /* The "Pill" shape */
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    /* Soft lift shadow */
    border: 1px solid #f0f0f0;
    /* Size constraints */
    width: auto;
    min-width: 600px;
    max-width: 90%;
}

/* 1. The "Create" Label */
.pill-label[b-jqr2madbpq] {
    padding-left: 20px;
    /* Space from the left edge */
    padding-right: 10px;
    letter-spacing: 0.5px;
}

/* 2. General Pill Button Styles */
.pill-btn[b-jqr2madbpq] {
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    /* Slightly rounded squares, not full pills */
    font-family: 'Segoe UI', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    /* Default Style (Light Blue - "Edit Photo") */
    background-color: #ecf5fe;
    color: #1976d2;
}

.pill-btn:hover[b-jqr2madbpq] {
    background-color: #dceefa;
    transform: translateY(-1px);
}

/* 3. The "Day to Dusk" Gradient Button */
.pill-btn.btn-gradient[b-jqr2madbpq] {
    /* Subtle gradient similar to screenshot */
    background: linear-gradient(90deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0d47a1;
    font-weight: 700;
}

.pill-btn.btn-gradient:hover[b-jqr2madbpq] {
    background: linear-gradient(90deg, #bbdefb 0%, #90caf9 100%);
    box-shadow: 0 4px 10px rgba(13, 71, 161, 0.1);
}

/* 4. The "All Photos" Button (Pushed to the Right) */
.pill-btn.btn-push-right[b-jqr2madbpq] {
    margin-left: auto;
    /* This magic CSS property pushes this item to the far right */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .pill-container[b-jqr2madbpq] {
        flex-direction: column;
        border-radius: 20px;
        min-width: 0;
        width: 90%;
        padding: 20px;
        align-items: stretch;
        /* Full width buttons */
    }

    .pill-label[b-jqr2madbpq] {
        text-align: center;
        padding: 0 0 10px 0;
    }

    .pill-btn.btn-push-right[b-jqr2madbpq] {
        margin-left: 0;
        /* Remove auto margin on mobile so it stacks normally */
        margin-top: 10px;
    }
}

/* Clean up the input wrapper to fit the pill style */
.input-wrapper[b-jqr2madbpq] {
    flex-grow: 1;
}

.input-wrapper input[b-jqr2madbpq] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid transparent;
    /* Remove border to blend in, or keep subtle */
    background-color: #f8f9fa;
    /* Light gray input background contrasts nicely with white pill */
    border-radius: 25px;
    outline: none;
    font-size: 1rem;
    transition: background-color 0.2s;
}

.input-wrapper input:focus[b-jqr2madbpq] {
    background-color: #fff;
    border-color: #b8daff;
    box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 768px) {
    .input-area[b-jqr2madbpq] {
        left: 0;
        /* Sidebar is gone, so span full width */
        bottom: 15px;
        /* Lower float on mobile */
        padding: 0 10px;
        /* Safety gutters */
    }

    .input-controls-row[b-jqr2madbpq] {
        width: 100%;
        /* Full width on phone */
        min-width: 0;
        /* Reset min-width */
        border-radius: 25px;
        /* Slightly less rounded to save space */
        flex-wrap: wrap;
        /* Allow wrapping if needed */
        padding: 10px;
    }

    /* Optional: Hide the 'Human' toggle on very small screens if it crowds */
    .human-toggle[b-jqr2madbpq] {
        transform: scale(0.9);
    }
}

/* Ask Button */
.btn-send[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 0 24px;
    height: 42px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: background 0.2s;
    /* Fixed width to prevent jumping when text changes */
    min-width: 80px;
}

.btn-send:disabled[b-jqr2madbpq] {
    background: #ccc;
}

.btn-send.btn-human[b-jqr2madbpq] {
    background: #dc3545;
}

.btn-send.btn-human:hover[b-jqr2madbpq] {
    background: #c82333;
}

/* Human Toggle (?) */
.human-toggle[b-jqr2madbpq] {
    flex-shrink: 0;
}

.human-toggle label[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

.human-toggle input[b-jqr2madbpq] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
}

.human-toggle span[b-jqr2madbpq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #888;
    font-weight: bold;
    font-size: 1.1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.2s;
    user-select: none;
}

.human-toggle input:checked+span[b-jqr2madbpq] {
    border-color: #dc3545;
    background-color: #dc3545;
    color: white;
}

/* Inline Jump Button */
.btn-jump-inline[b-jqr2madbpq] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid #ccc;
    color: #888;
    background-color: white;
    font-size: 1.2rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.2s;
}

.btn-jump-inline:hover[b-jqr2madbpq] {
    background: #dc3545 !important;
    color: white;
    /* Added for better contrast on hover */
}


/* --- OTHER UI ELEMENTS --- */
.initial-actions[b-jqr2madbpq] {
    text-align: center;
    padding: 30px 0;
    pointer-events: auto;
    margin-bottom: 20vh;
}

/* UPDATED: The container for the buttons turns into the white "pill" */
.chip-grid[b-jqr2madbpq] {
    display: inline-flex;
    /* Keep items in a line, centered by parent text-align */
    align-items: center;
    gap: 12px;
    /* Space between the distinct buttons */
    background: #ffffff;
    /* White background */
    border-radius: 50px;
    /* The main pill shape */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    /* Soft shadow for lift */
    padding: 10px 14px;
    /* Internal spacing */
    border: 1px solid #f0f0f0;
    /* Subtle border definition */
}

/* UPDATED: The individual buttons inside the pill */
.chip-big[b-jqr2madbpq] {
    border: none;
    padding: 12px 24px;
    border-radius: 40px;
    /* Rounded corners for inner buttons */
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
    font-weight: 600;
    font-size: 15px;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    white-space: nowrap;
    /* Prevent text wrapping */
    outline: none;
    /* Default styling for standard buttons (Edit Photo, All Photos) */
    background-color: #ecf5fe;
    /* Very light blue */
    color: #1976d2;
    /* Standard blue text */
}

.chip-big:hover[b-jqr2madbpq] {
    background-color: #dceefa;
    transform: translateY(-2px);
    /* Subtle lift effect */
}


/* NEW: Special styling for the first button ("Day to Dusk") to make it prominent */
.chip-grid .chip-big:first-child[b-jqr2madbpq] {
    /* The gradient effect seen in the image */
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    color: #0d47a1;
    /* A deeper blue text color */
    padding-left: 28px;
    padding-right: 28px;
    font-weight: 700;
    /* Slightly bolder */
    box-shadow: 0 4px 12px rgba(13, 71, 161, 0.15);
    /* Subtle glow */
}

/* Hover effect specifically for the gradient button */
.chip-grid .chip-big:first-child:hover[b-jqr2madbpq] {
    background: linear-gradient(135deg, #d0e9fc 0%, #aed7f8 100%);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(13, 71, 161, 0.2);
}


/* Messages */
.chat-message[b-jqr2madbpq] {
    display: flex;
    margin-bottom: 25px;
}

.chat-message.system[b-jqr2madbpq] {
    justify-content: center;
}

.chat-message.assistant[b-jqr2madbpq] {
    justify-content: flex-start;
}

.chat-message.User[b-jqr2madbpq] {
    justify-content: flex-end;
}

/* Container for the name and time */
.message-header[b-jqr2madbpq] {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    /* Aligns text by the font baseline */
    margin-bottom: 6px;
    /* Space between header and message text */
    font-size: 0.75rem;
    /* Smaller font than the message body */
    opacity: 0.8;
    /* Slightly transparent to reduce visual noise */
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    /* Optional subtle divider */
    padding-bottom: 4px;
}

.message-author[b-jqr2madbpq] {
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.message-time[b-jqr2madbpq] {
    font-weight: 400;
    font-size: 0.7rem;
    white-space: nowrap;
    margin-left: 8px;
}

.chat-message.User .message-header[b-jqr2madbpq] {
    border-bottom-color: rgba(255, 255, 255, 0.2);
}

.chat-message.User .message-time[b-jqr2madbpq] {
    opacity: 0.9;
}

.message-bubble[b-jqr2madbpq] {
    min-width: 75%;
    max-width: calc(75% - 50px);
    position: relative;
    padding: 15px;
    border-radius: 12px;
    background: #f1f0f0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.chat-message.User .message-bubble[b-jqr2madbpq] {
    background: #007bff;
    color: white;
}

.chat-message.system .message-bubble[b-jqr2madbpq] {
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
    padding: 10px;
}

.bubble-header[b-jqr2madbpq] {
    font-weight: bold;
    color: #555;
    margin-bottom: 5px;
    font-size: 0.9rem;
}

.chat-image[b-jqr2madbpq] {
    max-width: 100%;
    border-radius: 6px;
    display: block;
    margin-top: 5px;
    border: 1px solid #eee;
}

.btn-approve[b-jqr2madbpq] {
    width: 100%;
    margin-top: 10px;
    padding: 10px;
    background-color: #28a745;
    color: white;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    cursor: pointer;
}

.btn-approve:hover[b-jqr2madbpq] {
    background-color: #218838;
}

/* Photo Grid */
.photo-grid-container[b-jqr2madbpq] {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: center;
}

.photo-card[b-jqr2madbpq] {
    width: 240px;
    height: 160px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    transition: transform 0.2s;
    position: relative;
}

.photo-card:hover[b-jqr2madbpq] {
    transform: scale(1.03);
}

.photo-card img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.loading-spinner[b-jqr2madbpq] {
    text-align: center;
    width: 100%;
    padding: 40px;
    color: #666;
    font-size: 1.2rem;
}

.typing-indicator span[b-jqr2madbpq] {
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #555;
    border-radius: 50%;
    margin: 0 2px;
    animation: bounce-b-jqr2madbpq 1.4s infinite ease-in-out both;
}

.typing-indicator span:nth-child(1)[b-jqr2madbpq] {
    animation-delay: -0.32s;
}

.typing-indicator span:nth-child(2)[b-jqr2madbpq] {
    animation-delay: -0.16s;
}

@keyframes bounce-b-jqr2madbpq {

    0%,
    80%,
    100% {
        transform: scale(0);
    }

    40% {
        transform: scale(1);
    }
}

.processing-status-text[b-jqr2madbpq] {
    font-size: 0.82rem;
    color: #777;
    margin-top: 6px;
    font-style: italic;
}

.image-placeholder-loading[b-jqr2madbpq] {
    width: 100%;
    aspect-ratio: 4 / 3;
    max-height: 320px;
    background: linear-gradient(135deg, #e9ecef 25%, #f1f3f5 50%, #e9ecef 75%);
    background-size: 200% 200%;
    animation: shimmer-b-jqr2madbpq 2s ease-in-out infinite;
    border-radius: 6px;
    border: 1px solid #dee2e6;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 14px;
    margin-top: 5px;
}

.placeholder-spinner[b-jqr2madbpq] {
    width: 36px;
    height: 36px;
    border: 3px solid #dee2e6;
    border-top-color: #0D8ABC;
    border-radius: 50%;
    animation: spin-b-jqr2madbpq 0.9s linear infinite;
}

.placeholder-text[b-jqr2madbpq] {
    font-size: 0.85rem;
    color: #6c757d;
    font-weight: 500;
}

@keyframes shimmer-b-jqr2madbpq {
    0% {
        background-position: 200% 200%;
    }

    100% {
        background-position: -200% -200%;
    }
}

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

/* --- MOBILE PHOTO GRID FIXES --- */
@media (max-width: 768px) {

    /* 1. Adjust the container padding */
    .photo-grid-container[b-jqr2madbpq] {
        padding: 10px;
        /* Reduce padding to give photos more room */
        display: block;
        /* Switch from flex to block to stack naturally */
    }

    /* 2. Make the Photo Card fill the width */
    .photo-card[b-jqr2madbpq] {
        width: 100%;
        /* Force full width */
        height: 240px;
        /* Increase height so the image isn't too thin */
        margin-bottom: 15px;
        /* Add space between the stacked cards */
    }

    /* 3. Fix the "Virtual Vic" Intro Card to stack vertically */
    .ai-intro-card[b-jqr2madbpq] {
        flex-direction: column;
        /* Stack avatar on top of text */
        text-align: center;
        gap: 10px;
    }

    .intro-avatar[b-jqr2madbpq],
    .intro-team[b-jqr2madbpq] {
        width: 80px;
        /* Reduce size for mobile */
        height: 80px;
        margin: 0 auto;
        /* Center the images */
    }

    .intro-text[b-jqr2madbpq] {
        width: 100%;
        /* Ensure text uses full width */
    }
}

/* --- ANNOTATION MODAL --- */
.annotation-modal-overlay[b-jqr2madbpq] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    z-index: 2000;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.annotation-container[b-jqr2madbpq] {
    position: relative;
    max-width: 90vw;
    max-height: 80vh;
    border: 2px solid #555;
    /* CHANGED: Use a checkerboard or dark gray to see if canvas loads */
    background: #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    overflow: hidden;
    /* Ensure big images don't spill out */
}

/* The Canvas itself */
#annotation-canvas[b-jqr2madbpq] {
    /* Responsive sizing handled by CSS, internal res handled by JS */
    max-width: 100%;
    max-height: 80vh;
    object-fit: contain;
    /* Ensures aspect ratio is kept */
    display: block;
}

.annotation-toolbar[b-jqr2madbpq] {
    margin-top: 15px;
    display: flex;
    gap: 15px;
    background: white;
    padding: 10px 20px;
    border-radius: 30px;
}

.btn-tool[b-jqr2madbpq] {
    background: transparent;
    border: 1px solid #ccc;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-weight: 600;
}

.btn-tool:hover[b-jqr2madbpq] {
    background: #eee;
}

.btn-tool.save[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

/* Add a visual indicator when an image is attached */
.attachment-indicator[b-jqr2madbpq] {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    background: #eef6ff;
    color: #007bff;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 0.8rem;
    margin-right: 10px;
    border: 1px solid #b8daff;
}

.btn-remove-attach[b-jqr2madbpq] {
    background: none;
    border: none;
    color: #007bff;
    cursor: pointer;
    font-weight: bold;
    font-size: 1rem;
    line-height: 1;
}

/* Update Input Row to accommodate new button */
.input-controls-row[b-jqr2madbpq] {
    padding-left: 10px;
    /* Adjust spacing */
}



.grid-header-info[b-jqr2madbpq] {
    grid-column: 1 / -1;
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    font-size: 0.9rem;
}

.usage-badge[b-jqr2madbpq] {
    background: transparent;
    border: 1px solid #cbd5e1;
    padding: 4px 10px;
    border-radius: 12px;
    font-weight: bold;
    color: #475569;
}

.usage-badge.limit-reached[b-jqr2madbpq] {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #f87171;
}

.limit-note[b-jqr2madbpq] {
    font-size: 0.8rem;
    color: #ef4444;
    font-style: italic;
}

.edited-badge[b-jqr2madbpq] {
    position: absolute;
    top: 5px;
    right: 5px;
    background: #10b981;
    color: white;
    font-size: 0.7rem;
    padding: 2px 6px;
    border-radius: 4px;
    z-index: 2;
    pointer-events: none;
}

.removed-count-badge[b-jqr2madbpq] {
    border-color: #d6a85f;
    background: #fff7e6;
    color: #704b14;
}

.removed-photo-overlay[b-jqr2madbpq] {
    position: absolute;
    right: 7px;
    bottom: 7px;
    left: 7px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 6px 8px;
    border-radius: 4px;
    background: rgba(120, 53, 15, 0.9);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    pointer-events: none;
}

.list-view .removed-photo-overlay[b-jqr2madbpq] {
    right: 5px;
    bottom: 5px;
    left: 5px;
    padding: 3px 5px;
    font-size: 0.62rem;
}

.upload-success-message[b-jqr2madbpq] {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 10px;
    animation: fadeIn-b-jqr2madbpq 0.5s ease-in;
}

.btn-admin-reupload[b-jqr2madbpq] {
    display: inline-flex;
    width: 100%;
    min-height: 34px;
    margin-top: 8px;
    padding: 7px 12px;
    align-items: center;
    justify-content: center;
    gap: 7px;
    border: 1px solid #8ab46f;
    border-radius: 5px;
    background: #fff;
    color: #386b2b;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-admin-reupload:hover:not(:disabled)[b-jqr2madbpq] {
    border-color: #5f924b;
    background: #f2f8ef;
    color: #285820;
}

.btn-admin-reupload:focus-visible[b-jqr2madbpq] {
    outline: 2px solid #78a962;
    outline-offset: 2px;
}

.btn-admin-reupload:disabled[b-jqr2madbpq] {
    cursor: not-allowed;
    opacity: 0.55;
}

.check-icon[b-jqr2madbpq] {
    background: #155724;
    color: white;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
}

@keyframes fadeIn-b-jqr2madbpq {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Add to your component's CSS or site.css */

.modal-overlay.payment-modal[b-jqr2madbpq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2000;
    /* Ensure it sits above annotation tools */
    backdrop-filter: blur(4px);
}

.payment-modal .modal-content[b-jqr2madbpq] {
    background: white;
    width: 90%;
    /*max-width:900px;*/
    height: 90vh;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
}

.payment-modal .modal-header[b-jqr2madbpq] {
    padding: 15px 20px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.payment-modal .iframe-container[b-jqr2madbpq] {
    flex: 1;
    /* Takes up remaining height */
    position: relative;
    background: #f9f9f9;
}

.payment-modal iframe[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    border: none;
}

.payment-modal .modal-footer[b-jqr2madbpq] {
    padding: 15px 20px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
}

.payment-modal .payment-info[b-jqr2madbpq] {
    font-size: 0.95rem;
    color: #333;
}

.payment-modal .footer-actions[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
}

/* Button Styling Override for Modal */
.btn-close[b-jqr2madbpq] {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
}

.btn-confirm[b-jqr2madbpq] {
    background-color: #28a745;
    color: white;
    padding: 8px 16px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
}

.btn-finalize:disabled[b-jqr2madbpq] {
    background-color: #94d3a2;
    /* Lighter, faded green */
    cursor: not-allowed;
    opacity: 0.8;
}

.btn-revise:disabled[b-jqr2madbpq] {
    opacity: 0.6;
    cursor: not-allowed;
}

.btn-confirm:disabled[b-jqr2madbpq],
.btn-cancel:disabled[b-jqr2madbpq] {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}


/* Base Avatar Container */
.chat-avatar[b-jqr2madbpq] {
    flex-shrink: 0;
    /* Prevent squishing */
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 5px;
    /* Align slightly with the top of the bubble */
}

/* Avatar Image Styling */
.chat-avatar img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Spacing for Virtual Vic (Left) */
.chat-avatar.vic-avatar[b-jqr2madbpq] {
    margin-right: 12px;
}

/* Spacing for User (Right) */
.chat-avatar.user-avatar[b-jqr2madbpq] {
    margin-left: 12px;
}

.chat-message.assistant .message-bubble[b-jqr2madbpq]::before {
    content: "";
    position: absolute;
    top: 15px;
    left: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #f1f0f0;
    /* Match bubble background */
}

.chat-message.User .message-bubble[b-jqr2madbpq]::after {
    content: "";
    position: absolute;
    top: 15px;
    right: -8px;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #007bff;
    /* Match user bubble background */
}

/* Update system message to ensure no avatar gap issues */
.chat-message.system .message-bubble[b-jqr2madbpq] {
    margin-left: auto;
    margin-right: auto;
}

/* --- AI INTRO CARD (Bottom of Grid) --- */
.ai-intro-card[b-jqr2madbpq] {
    width: 100%;
    /* Forces it to break to a new line below the grid items */
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 10px;
    background: #f8f9fa;
    /* Light grey/white background */
    border: 1px solid #e9ecef;
    border-radius: 12px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.intro-avatar[b-jqr2madbpq] {
    flex-shrink: 0;
    width: 125px;
    height: 125px;
    border-radius: 50%;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.intro-avatar img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-team[b-jqr2madbpq] {
    flex-shrink: 0;
    width: 180px;
    height: 125px;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.intro-team img[b-jqr2madbpq] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.intro-text[b-jqr2madbpq] {
    flex-grow: 1;
    font-size: 0.85rem;
    color: #555;
    line-height: 1.4;
}

.intro-text strong[b-jqr2madbpq] {
    display: block;
    color: #333;
    margin-bottom: 4px;
    font-size: 0.95rem;
}

.intro-text p[b-jqr2madbpq] {
    margin: 0;
}

.image-wrapper[b-jqr2madbpq] {
    position: relative;
    display: inline-block;
    max-width: 100%;
}

.btn-download-icon[b-jqr2madbpq] {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: white;
    background-color: transparent;
    border: none;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 1.2rem;
    z-index: 10;
}

.btn-download-icon:hover[b-jqr2madbpq] {
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    transform: scale(1.05);
}

@media (max-width: 768px) {

    /* 1. Center the Top Alert Badge */
    .grid-header-info[b-jqr2madbpq] {
        display: flex;
        /* Enable flexbox */
        justify-content: center;
        /* Center horizontally */
        width: 100%;
        /* Ensure full width */
        margin-bottom: 20px;
        /* Add space below */
    }

    /* 2. Fix Virtual Vic Card Centering */
    .ai-intro-card[b-jqr2madbpq] {
        display: flex;
        flex-direction: column;
        /* Stack items vertically */
        align-items: center;
        /* Center items horizontally (Crucial for mobile) */
        text-align: center;
        /* Center the text inside */
        padding: 25px 15px;
        /* More breathing room */
        gap: 20px;
    }

    /* Resize the Avatar (Vic) */
    .intro-avatar[b-jqr2madbpq] {
        width: 160px;
        /* Smaller fixed size for mobile */
        height: 160px;
        margin: 0 auto;
        /* Fallback centering */
    }

    /* Fix the Team Photo (Bottom) */
    /* Ensure it scales to fit width and isn't cropped */
    .intro-team[b-jqr2madbpq] {
        width: 100%;
        /* Allow full width */
        max-width: 100%;
        /* Prevent overflow */
        height: auto;
        /* Let height adjust naturally */
        border: none;
        /* Remove border if desired */
        box-shadow: none;
        margin: 0 auto;
    }

    .intro-team img[b-jqr2madbpq] {
        width: 100%;
        height: auto;
        object-fit: contain;
        /* Show full image, don't crop */
        border-radius: 8px;
        /* Nice rounded corners for the rectangular photo */
    }

    .intro-text[b-jqr2madbpq] {
        width: 100%;
        padding: 0 10px;
        /* Prevent text touching edges */
    }
}

/* The Main Pill Container */
.pill-container-main[b-jqr2madbpq] {
    position: relative;
    background: #ffffff;
    display: flex;
    align-items: center;
    padding: 4px 8px 4px 15px;
    border-radius: 40px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    border: 1px solid #f0f0f0;
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
    pointer-events: auto;
}

@media (max-width: 768px) {
    .pill-container-main[b-jqr2madbpq] {
        position: relative;
        background: #ffffff;
        display: grid;
        align-items: center;
        padding: 4px 8px 4px 15px;
        border-radius: 40px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
        border: 1px solid #f0f0f0;
        width: 100%;
        max-width: 850px;
        margin: 0 auto;
        pointer-events: auto;
    }
}

/* Pencil Icon */
.pill-pencil[b-jqr2madbpq] {
    font-size: 1.4rem;
    margin-right: 15px;
    opacity: 0.7;
}

/* Input Area */
/* Container handles the gray background and layout */
.pill-input-wrapper[b-jqr2madbpq] {
    position: relative;
    flex-grow: 1;
    display: flex;
    align-items: center;
    /* Center horizontally with the rest of the pill */
    background: #f8f9fa;
    border-radius: 30px;
    padding-right: 8px;
    max-width: 600px;
    border: 1px solid #eee;
}

#chat-textarea[b-jqr2madbpq] {
    flex-grow: 1;
    background: transparent;
    border: none;
    padding: 6px 10px;
    margin: 0;
    outline: none;
    font-size: 0.95rem;
    resize: none;
    max-height: 180px;
    line-height: 1.4;
    height: 34px;
}

@media (max-width: 768px) {
    #chat-textarea[b-jqr2madbpq] {
        padding: 20px 20px 40px;
        border: 1px solid #ddd !important;
        margin: 10px;
    }
}

.vertical-divider[b-jqr2madbpq] {
    width: 1px;
    height: 20px;
    background: #e0e0e0;
    margin: 0 4px;
}

.thread-chips-group[b-jqr2madbpq] {
    display: flex;
    gap: 4px;
    align-items: center;
}

/* Icons grouping */
.input-inline-buttons[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 0;
    /* REMOVED the 6px margin that pushed height */
    padding: 0 5px;
}

/* Shared styles for all inline buttons */
.btn-jump-inline[b-jqr2madbpq],
.q-mark-circle[b-jqr2madbpq],
.btn-manager-credits[b-jqr2madbpq] {
    width: 32px !important;
    height: 32px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd !important;
    background: white !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
    cursor: pointer;
    padding: 0 !important;
    border-radius: 50% !important;
}


/* Hover effects */
.btn-jump-inline:hover[b-jqr2madbpq],
.btn-manager-credits:hover[b-jqr2madbpq],
.q-mark-circle:hover[b-jqr2madbpq] {
    background: #f0f0f0 !important;
}

/* Badge positioning relative to the gray box */
.pill-credit-badge[b-jqr2madbpq] {
    position: absolute;
    left: 20px;
    top: -12px;
    /* Adjusted to float slightly over the edge */
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 10px;
    border-radius: 10px;
    font-size: 0.7rem;
    font-weight: 700;
    border: 1px solid #bbdefb;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.pill-credit-badge.out[b-jqr2madbpq] {
    background: #ffebee;
    color: #c62828;
    border-color: #ef9a9a;
}

/* Human Toggle (?) */
.q-mark-circle[b-jqr2madbpq] {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #666;
    cursor: pointer;
    margin-right: 10px;
    transition: all 0.2s;
}

.pill-human-toggle input:checked+.q-mark-circle[b-jqr2madbpq] {
    background: #dc3545;
    border-color: #dc3545;
    color: white;
}

/* The "Ask" Button */
.btn-pill-ask[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border: none;
    padding: 10px 25px;
    margin-left: 10px;
    border-radius: 25px;
    font-weight: 700;
    cursor: pointer;
}

/* Photos Button */
.btn-pill-photos[b-jqr2madbpq] {
    color: #1976d2;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    border: 1px solid #bbdefb;
    background: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    white-space: nowrap;
}

.btn-pill-photos.out[b-jqr2madbpq] {
    background: #ffebee;
    color: #c62828;
    border-color: #ef9a9a;
}

@media (max-width: 768px) {
    .btn-pill-photos[b-jqr2madbpq] {
        margin: 14px 12px 14px;
    }
}

.icon-grid[b-jqr2madbpq] {
    font-size: 1.2rem;
}



/* Human Toggle Container */
.pill-human-toggle[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pill-human-toggle label[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    /* Context for absolute input if needed */
}

/* 1. HIDE THE ACTUAL CHECKBOX SQUARE */
.pill-human-toggle input[type="checkbox"][b-jqr2madbpq] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* 2. STYLE THE CIRCLE */
.q-mark-circle[b-jqr2madbpq] {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid #ddd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #888;
    transition: all 0.2s ease;
    user-select: none;
    /* Prevents highlighting text on click */
}

/* 3. CHANGE COLOR WHEN CHECKED */
.pill-human-toggle input:checked+.q-mark-circle[b-jqr2madbpq] {
    background-color: #dc3545;
    /* Red for Human Mode */
    border-color: #dc3545;
    color: #dc3545 !important;
}

/* Hover effect */
.q-mark-circle:hover[b-jqr2madbpq] {
    border-color: #bbb;
    background-color: #f8f9fa;
}

/* Sync the Ask button to turn red when Human Mode is toggled */
.btn-pill-ask.btn-human[b-jqr2madbpq] {
    background-color: #dc3545 !important;
    /* Red for Human Mode */
    color: white;
}

.btn-pill-ask.btn-human:hover[b-jqr2madbpq] {
    background-color: #c82333 !important;
}

.annotation-container[b-jqr2madbpq] {
    position: relative;
    width: fit-content;
    /* Add this */
    max-width: 95vw;
    /* Expand slightly */
    max-height: 80vh;
    border: 2px solid #555;
    background: #333;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    overflow: auto;
    /* Changed from hidden to allow scroll on very small screens */
}

#annotation-canvas[b-jqr2madbpq] {
    cursor: crosshair;
    /* Add this so users know they can draw */
    display: block;
}

.btn-jump-inline[b-jqr2madbpq],
.q-mark-circle[b-jqr2madbpq],
.btn-manager-credits[b-jqr2madbpq] {
    width: 32px !important;
    height: 32px !important;
    border: 1px solid #ddd !important;
    /* Muted borders */
    background: white !important;
    font-size: 0.9rem !important;
    margin: 0 !important;
}

/* Hover effects for internal buttons */
.btn-jump-inline:hover[b-jqr2madbpq],
.btn-manager-credits:hover[b-jqr2madbpq] {
    background: #f0f0f0 !important;
}

/* Mirroring your payment-modal logic for the content box */
.credit-modal-content[b-jqr2madbpq] {
    background: white;
    width: 90%;
    max-width: 450px;
    /* Smaller than payment iframe */
    height: auto;
    /* Let it fit content instead of 90vh */
    max-height: 80vh;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    overflow: hidden;
    border-top: 4px solid #007bff;
    /* Matches your preference for blue accent */
}

/* Ensure the input inside the modal doesn't inherit the transparent pill styles */
.credit-modal-content .pill-input-wrapper input[b-jqr2madbpq] {
    padding-right: 15px;
    /* Reset badge padding */
    background: #f8f9fa;
    border: 1px solid #dee2e6;
}


/* Container for tags and input */
.pill-input-wrapper[b-jqr2madbpq] {
    position: relative;
    /* Keep this */
    display: flex;
    align-items: center;
    padding-left: 8px;
    /* Remove any overflow: hidden if you had it */
}

/* The '+' button stays inside the bar */
.btn-tag-trigger[b-jqr2madbpq] {
    background: #e9ecef;
    border: none;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: bold;
    color: #666;
    margin-right: 8px;
    flex-shrink: 0;
    position: relative;
    top: -8px;
    left: 5px;
}

.btn-tag-trigger:hover[b-jqr2madbpq] {
    background: #dee2e6;
}

/* Individual Tag Styling */
.selected-tags-container[b-jqr2madbpq] {
    position: absolute;
    top: -32px;
    /* Adjust this to sit perfectly above the input */
    left: 15px;
    /* Align with the start of the input area */
    display: flex;
    gap: 6px;
    flex-wrap: nowrap;
    pointer-events: auto;
    /* Ensures the 'x' buttons remain clickable */
}

.input-tag[b-jqr2madbpq] {
    background: #e3f2fd;
    color: #1976d2;
    padding: 2px 10px;
    border-radius: 12px;
    font-size: 0.75rem;
    /* Matches the credit badge size */
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 6px;
    white-space: nowrap;
    border: 1px solid #bbdefb;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
}

.remove-tag[b-jqr2madbpq] {
    background: transparent;
    border: none;
    color: #1976d2;
    cursor: pointer;
    font-size: 1rem;
    padding: 0;
    line-height: 1;
}

/* Dropdown Menu Styling */
.tag-dropdown-menu[b-jqr2madbpq] {
    position: absolute;
    bottom: 110%;
    /* Appear above the bar */
    left: 10px;
    background: white;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    z-index: 100;
    min-width: 180px;
    padding: 5px 0;
}

.tag-option[b-jqr2madbpq] {
    padding: 8px 15px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #444;
}

.tag-option:hover[b-jqr2madbpq] {
    background-color: #f8f9fa;
    color: #007bff;
}


/* --- EXTRA PHOTOS FULL-WIDTH BANNER (GREEN THEME) --- */
.extra-photos-banner[b-jqr2madbpq] {
    flex-basis: 100%;
    margin: 0px 10px;
    padding: 15px 25px;
    background: linear-gradient(90deg, rgba(98, 167, 59, 0.08) 0%, #ffffff 50%, rgba(98, 167, 59, 0.08) 100%);
    border: 1px dashed #62A73B;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.03);
}

.banner-content[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.banner-icon[b-jqr2madbpq] {
    width: 42px;
    height: 42px;
    /* Light background using primary green at low opacity */
    background: rgba(98, 167, 59, 0.12);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    color: #62A73B;
    /* Primary Green */
    flex-shrink: 0;
}

.banner-text h5[b-jqr2madbpq] {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 700;
    color: #1b4c05;
    /* Accent Green for headers */
}

.banner-text p[b-jqr2madbpq] {
    margin: 2px 0 0 0;
    font-size: 0.9rem;
    color: #444;
}

.btn-banner-unlock[b-jqr2madbpq] {
    background: #62A73B;
    /* Primary Green */
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 50px;
    font-weight: 700;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
    box-shadow: 0 4px 10px rgba(98, 167, 59, 0.2);
}

.btn-banner-unlock:hover[b-jqr2madbpq] {
    background: #1b4c05;
    /* Accent Green for hover state */
    transform: translateY(-1px);
    box-shadow: 0 6px 15px rgba(27, 76, 5, 0.3);
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
    .extra-photos-banner[b-jqr2madbpq] {
        flex-direction: column;
        text-align: center;
        gap: 15px;
        padding: 20px;
    }

    .banner-content[b-jqr2madbpq] {
        flex-direction: column;
        gap: 10px;
    }

    .btn-banner-unlock[b-jqr2madbpq] {
        width: 100%;
    }
}


.full-page-loading[b-jqr2madbpq] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 400px;
    width: 100%;
    background-color: #fff;
}

.spinner-container[b-jqr2madbpq] {
    text-align: center;
    color: #555;
}

.loading-spinner[b-jqr2madbpq] {
    width: 50px;
    height: 50px;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #0D8ABC;
    border-radius: 50%;
    animation: spin-b-jqr2madbpq 1s linear infinite;
    margin: 0 auto 20px;
}

@keyframes spin-b-jqr2madbpq {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Container for the V1, V2 chips */
.thread-chips-row[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    gap: 4px;
    margin-right: 8px;
    padding-right: 8px;
    border-right: 1px solid #eee;
}

/* Individual Version Chip */
.thread-chip[b-jqr2madbpq] {
    background: #f1f3f5;
    border: 1px solid #e9ecef;
    color: #666;
    font-size: 0.65rem;
    font-weight: 800;
    padding: 2px 6px;
    border-radius: 4px;
    cursor: pointer;
}

.thread-chip.active[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    border-color: #007bff;
}

.btn-add-version-small[b-jqr2madbpq] {
    background: #fff;
    border: 1px dashed #ccc;
    color: #999;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
}

.icon-btn[b-jqr2madbpq] {
    background: none;
    border: none;
    font-size: 1.1rem;
    cursor: pointer;
    opacity: 0.7;
}

.icon-btn:hover[b-jqr2madbpq] {
    opacity: 1;
}

/* Add Version Button */
.btn-add-version[b-jqr2madbpq] {
    background: white;
    border: 1px dashed #adb5bd;
    color: #adb5bd;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s;
}

.btn-add-version:hover[b-jqr2madbpq] {
    border-color: #007bff;
    color: #007bff;
    background: #f0f7ff;
}


/* Intent Modal Styling */
/* Inline Intent Selection */
.intent-grid-inline[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
    margin-top: 15px;
}

.intent-card-inline[b-jqr2madbpq] {
    background: white;
    border: 1px solid #dee2e6;
    padding: 12px 8px;
    border-radius: 8px;
    text-align: center;
    cursor: pointer;
    font-weight: 600;
    font-size: 0.85rem;
    color: #444;
    transition: all 0.2s ease;
}

.intent-card-inline:hover[b-jqr2madbpq] {
    background: #f8f9fa;
    border-color: #adb5bd;
}

.intent-card-inline.selected[b-jqr2madbpq] {
    border-color: #007bff;
    background: #eef6ff;
    color: #007bff;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.1);
}

/* Ensure the Ask button looks disabled when locked */
.btn-pill-ask:disabled[b-jqr2madbpq] {
    background-color: #e9ecef !important;
    color: #adb5bd !important;
    cursor: not-allowed;
    border: 1px solid #dee2e6;
}

@media (max-width: 480px) {
    .intent-grid-inline[b-jqr2madbpq] {
        grid-template-columns: 1fr;
    }
}

/* High-visibility button for the gallery */
.btn-purchase-credits[b-jqr2madbpq] {
    background: linear-gradient(135deg, #28a745 0%, #218838 100%);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    margin-left: 15px;
    cursor: pointer;
    transition: transform 0.2s;
}

.btn-purchase-credits:hover[b-jqr2madbpq] {
    transform: scale(1.05);
    background: #218838;
}

/* Small pill button for the chat input */
.btn-buy-credits-pill[b-jqr2madbpq] {
    background: #ffc107;
    color: #000;
    border: none;
    border-radius: 12px;
    padding: 2px 10px;
    font-size: 11px;
    font-weight: bold;
    cursor: pointer;
}

.usage-badge.out-of-credits[b-jqr2madbpq] {
    background-color: #f8d7da;
    color: #721c24;
}

.pending-attachment[b-jqr2madbpq] {
    opacity: 0.9;
}

.attached-annotation-preview[b-jqr2madbpq] {
    border: 2px dashed #007bff;
    border-radius: 8px;
    position: relative;
}

.btn-remove-pending[b-jqr2madbpq] {
    background: #ff4d4d;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 10px;
    padding: 2px 6px;
    cursor: pointer;
    margin-left: 10px;
}

.annotation-label[b-jqr2madbpq] {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 123, 255, 0.8);
    color: white;
    font-size: 10px;
    text-align: center;
    padding: 2px;
}

/* Container to center everything in the empty workspace */
.initial-setup-container[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* min-height: 300px;  Gives it some vertical presence
    margin-top: 5vh; */
    width: 100%;
    animation: fadeIn-b-jqr2madbpq 0.4s ease-out;
}

/* The question text above the pill */
.initial-prompt-text[b-jqr2madbpq] {
    font-size: 1.1rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 20px;
    letter-spacing: -0.01em;
}

/* Layout for the pill when used as a menu */
.initial-pill-layout[b-jqr2madbpq] {
    width: auto !important;
    max-width: 90%;
    padding: 10px 20px !important;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

/* Row for the chips */
.intent-chips-row[b-jqr2madbpq] {
    display: flex;
    gap: 10px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

/* Reuse your existing chip-big styling but add an active state */
.intent-chips-row .chip-big.active[b-jqr2madbpq],
.annotation-toolbar .chip-big.active[b-jqr2madbpq] {
    background: #007bff;
    color: white;
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.2);
}

/* Category group list (VideoBuilder-style) */
.prompt-group-list[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: 100%;
    margin-bottom: 10px;
}

.prompt-group-row[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 10px 16px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    cursor: pointer;
    transition: all 0.15s ease;
    font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
}

.prompt-group-row:hover[b-jqr2madbpq] {
    background: #f5faf2;
    border-color: var(--bs-primary);
}

.prompt-group-row.expanded[b-jqr2madbpq] {
    background: #f5faf2;
    border-color: var(--bs-primary);
}

.prompt-group-row-label[b-jqr2madbpq] {
    font-weight: 600;
    font-size: 0.92rem;
    color: var(--bs-secondary);
}

.prompt-group-row-chevron[b-jqr2madbpq] {
    font-size: 0.85rem;
    color: #999;
}

.prompt-group-row:hover .prompt-group-row-chevron[b-jqr2madbpq],
.prompt-group-row.expanded .prompt-group-row-chevron[b-jqr2madbpq] {
    color: var(--bs-primary);
}

.prompt-group-children[b-jqr2madbpq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 8px 12px 4px;
}

/* Staff-only visual indicators */
.chip-big.staff-only[b-jqr2madbpq] {
    background: #fff8e1;
    border-color: #e5bd58;
}

.chip-big.staff-only:hover[b-jqr2madbpq] {
    background: #fff2c2;
    border-color: #c89419;
}

.prompt-group-row.staff-only[b-jqr2madbpq] {
    background: #fff8e1;
    border-color: #e5bd58;
}

.prompt-group-row.staff-only:hover[b-jqr2madbpq],
.prompt-group-row.staff-only.expanded[b-jqr2madbpq] {
    background: #fff2c2;
    border-color: #c89419;
}

.staff-only-badge[b-jqr2madbpq] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
    margin-left: 2px;
    color: #725000;
    background: #ffe49b;
    border: 1px solid #e5bd58;
    border-radius: 50%;
    font-size: 0.68rem;
    line-height: 1;
}

/* Ensure the workspace doesn't hide the initial prompt */
.layout-chat .chat-workspace[b-jqr2madbpq] {
    display: flex;
    flex-direction: column;
}

@media (max-width: 768px) {

    /* 1. Force the container into a vertical flex column */
    .initial-setup-container .initial-pill-layout[b-jqr2madbpq] {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        padding: 20px !important;
        width: 90% !important;
        max-width: 380px !important;
        /* Matches the narrow width in your image */
        margin: 0 auto !important;
        border-radius: 40px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;
    }

    /* 2. Force the chip group to span the full width of the container */
    .initial-setup-container .intent-chips-row[b-jqr2madbpq] {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        gap: 12px !important;
        padding: 0 !important;
    }

    /* 3. Make every button a full-width pill */
    .initial-setup-container .chip-big[b-jqr2madbpq] {
        width: 100% !important;
        display: block !important;
        border-radius: 50px !important;
        /* Full pill shape */
        padding: 16px 20px !important;
        font-size: 1rem !important;
        margin: 0 !important;
        text-align: center !important;
        box-shadow: none !important;
    }

    .initial-setup-container .prompt-group-list[b-jqr2madbpq] {
        gap: 8px;
    }

    .initial-setup-container .prompt-group-row[b-jqr2madbpq] {
        border-radius: 50px;
        padding: 14px 20px;
    }

    .initial-setup-container .prompt-group-children[b-jqr2madbpq] {
        padding: 6px 8px 2px;
    }

    /* 4. Transform the small + circle into a full-width "More" button */
    .initial-setup-container .btn-add-version-small[b-jqr2madbpq] {
        width: 100% !important;
        height: auto !important;
        min-height: 50px !important;
        border-radius: 50px !important;
        border: 1px solid #bbdefb !important;
        background: #ecf5fe !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        font-size: 1rem !important;
        color: #1976d2 !important;
    }

    .initial-setup-container .btn-add-version-small[b-jqr2madbpq]::after {
        content: " More" !important;
        font-weight: 600 !important;
        margin-left: 4px;
    }
}

/* --- AI PROVIDER SELECTION STYLES --- */
.provider-container[b-jqr2madbpq] {
    border: 1px solid #dee2e6;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    margin-top: 10px;
}

.provider-list[b-jqr2madbpq] {
    max-height: 250px;
    /* Limits height so it doesn't break the modal */
    overflow-y: auto;
    /* Allows scrolling if you have many models */
    background: #ffffff;
    border-top: 1px solid #eee;
}

.provider-option[b-jqr2madbpq] {
    margin: 8px;
    padding: 12px;
    border: 1px solid #edf2f7;
    border-radius: 8px;
    transition: all 0.2s ease;
    background: #fff;
}

.provider-option:hover[b-jqr2madbpq] {
    border-color: #007bff;
    background-color: #f0f7ff;
}

.provider-option.border-primary[b-jqr2madbpq] {
    border: 2px solid #007bff !important;
    background-color: #f8fbff;
}

/* Scrollbar styling for the provider list */
.provider-list[b-jqr2madbpq]::-webkit-scrollbar {
    width: 6px;
}

.provider-list[b-jqr2madbpq]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.provider-list[b-jqr2madbpq]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Cursor pointer for the header */
.cursor-pointer[b-jqr2madbpq] {
    cursor: pointer;
}

/* Compact editor rail */
.layout-chat .chat-panel-header[b-jqr2madbpq] {
    min-height: 56px;
    padding: 8px 12px;
    gap: 9px;
}

.layout-chat .chat-panel-header img[b-jqr2madbpq] {
    width: 34px;
    height: 34px;
}

.layout-chat .chat-panel-header strong[b-jqr2madbpq] {
    color: #1d2b22;
    font-size: 0.82rem;
}

.layout-chat .chat-panel-header span[b-jqr2madbpq] {
    font-size: 0.68rem;
}

.layout-chat .chat-scroll-area[b-jqr2madbpq] {
    padding: 10px 12px 14px;
    background: #fbfcfb;
}

.layout-chat .initial-setup-container[b-jqr2madbpq] {
    align-items: stretch;
    justify-content: flex-start;
    padding: 6px 0 0;
}

.layout-chat .initial-prompt-text[b-jqr2madbpq] {
    margin: 0 0 14px;
    color: #1f3026;
    font-size: 1.05rem;
    font-weight: 750;
    text-align: center;
}

.layout-chat .initial-pill-layout[b-jqr2madbpq] {
    width: 100% !important;
    max-width: none;
    padding: 0 !important;
    align-items: stretch;
    gap: 8px;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.layout-chat .initial-setup-container .intent-chips-row[b-jqr2madbpq] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
}

.layout-chat .initial-setup-container .compact-edit-options[b-jqr2madbpq] {
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
}

.layout-chat .initial-setup-container .chip-big[b-jqr2madbpq] {
    min-height: 72px;
    padding: 10px 8px;
    border: 1px solid #dfe6df;
    border-radius: 6px;
    background: #fff;
    color: #31553b;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    font-size: 0.75rem;
    font-weight: 650;
    line-height: 1.25;
    white-space: normal;
    box-shadow: none;
    transform: none;
}

.layout-chat .initial-setup-container .chip-big>i[b-jqr2madbpq] {
    font-size: 1.25rem;
    color: #4c8a54;
}

.layout-chat .initial-setup-container .chip-big>span[b-jqr2madbpq] {
    display: block;
}

.layout-chat .initial-setup-container .chip-big:hover[b-jqr2madbpq],
.layout-chat .initial-setup-container .chip-big:focus-visible[b-jqr2madbpq] {
    border-color: #79ad67;
    background: #f2f7f0;
    color: #245f30;
    transform: none;
}

.layout-chat .initial-setup-container .chip-big.active[b-jqr2madbpq] {
    border-color: #4f9849;
    background: #eaf4e7;
    color: #245f30;
    box-shadow: inset 3px 0 #4f9849;
}

.layout-chat .initial-setup-container .more-edit-option[b-jqr2madbpq] {
    min-height: 38px;
    flex-direction: row;
    gap: 7px;
    border-style: dashed;
    color: #526259;
}

.layout-chat .initial-setup-container .more-edit-option>i[b-jqr2madbpq] {
    color: #65756b;
    font-size: 0.95rem;
}

.layout-chat .initial-setup-container .compact-edit-options>.chip-big:last-child:nth-child(odd)[b-jqr2madbpq] {
    grid-column: 1 / -1;
}

.layout-chat .active-crop-indicator[b-jqr2madbpq] {
    margin: -4px 0 12px;
    padding: 7px 9px;
    display: flex;
    align-items: center;
    gap: 7px;
    border: 1px solid #cfe2cf;
    border-radius: 6px;
    background: #f1f8f0;
    color: #315f37;
    font-size: 0.75rem;
    font-weight: 650;
}

.layout-chat .active-crop-indicator button[b-jqr2madbpq] {
    width: 24px;
    height: 24px;
    margin-left: auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #65756b;
    font-size: 1rem;
}

.layout-chat .initial-setup-container .prompt-group-list[b-jqr2madbpq] {
    gap: 5px;
    margin: 0;
}

.layout-chat .initial-setup-container .prompt-group-row[b-jqr2madbpq] {
    min-height: 40px;
    padding: 8px 10px;
    border-radius: 6px;
}

.layout-chat .initial-setup-container .prompt-group-children[b-jqr2madbpq] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 7px;
    padding: 7px 0 3px;
}

@media (max-width: 820px) {
    .layout-chat .initial-setup-container .initial-pill-layout[b-jqr2madbpq] {
        width: 100% !important;
        max-width: none !important;
        padding: 0 !important;
        border-radius: 0 !important;
        box-shadow: none !important;
    }

    .layout-chat .initial-setup-container .intent-chips-row[b-jqr2madbpq] {
        display: grid !important;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 7px !important;
    }

    .layout-chat .initial-setup-container .chip-big[b-jqr2madbpq] {
        width: auto !important;
        min-height: 72px;
        padding: 9px 10px !important;
        border-radius: 6px !important;
        font-size: 0.8rem !important;
    }

}

@media (max-width: 430px) {

    .layout-chat .initial-setup-container .intent-chips-row[b-jqr2madbpq],
    .layout-chat .initial-setup-container .prompt-group-children[b-jqr2madbpq] {
        grid-template-columns: 1fr;
    }
}

/* Keep the composer inside the right editor rail. */
.layout-chat .chat-workspace .input-area[b-jqr2madbpq] {
    position: static;
    inset: auto;
    z-index: auto;
    order: 2;
    flex: 0 0 auto;
    padding: 12px;
    border: 0;
    background: #fff;
    box-shadow: none;
    pointer-events: auto;
}

.layout-chat .chat-workspace .chat-scroll-area[b-jqr2madbpq] {
    order: 1;
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
}

@media (min-width: 821px) {
    .main-layout.layout-chat[b-jqr2madbpq] {
        height: calc(100dvh - 72px);
        min-height: 0;
        align-items: start;
        overflow: hidden;
    }

    .layout-chat .editor-stage[b-jqr2madbpq] {
        display: flex;
        height: 100%;
        min-height: 0;
        flex-direction: column;
    }

    .layout-chat .editor-image-stage[b-jqr2madbpq] {
        flex: 1 1 auto;
        min-height: 0;
    }

    .layout-chat .editor-image-stage[b-jqr2madbpq]  .img-comparison,
    .layout-chat .editor-original-image[b-jqr2madbpq] {
        height: 100%;
        min-height: 0;
        max-height: none;
    }

    .layout-chat .chat-workspace[b-jqr2madbpq] {
        height: 100%;
        min-height: 0;
        max-height: 100%;
    }
}

.layout-chat .chat-workspace .input-controls-row[b-jqr2madbpq] {
    width: 100%;
    min-width: 0;
    padding: 0;
    display: block;
    pointer-events: auto;
}

.layout-chat .chat-workspace .pill-container-main[b-jqr2madbpq] {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 10px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto auto;
    gap: 9px;
    align-items: center;
    border: 1px solid #dce4dc;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 2px 8px rgba(24, 55, 34, 0.05);
}

.layout-chat .chat-workspace #chat-textarea[b-jqr2madbpq] {
    grid-column: 1 / -1;
}

.layout-chat .chat-workspace .composer-variants[b-jqr2madbpq] {
    grid-column: 1 / -1;
    min-width: 0;
}

.layout-chat .chat-workspace .composer-variants-heading[b-jqr2madbpq] {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    color: #425148;
    font-size: 0.7rem;
    font-weight: 700;
}

.layout-chat .chat-workspace .composer-variants-heading small[b-jqr2madbpq] {
    color: #7a867e;
    font-size: 0.65rem;
    font-weight: 600;
}

.layout-chat .chat-workspace .variants-gallery-button[b-jqr2madbpq] {
    flex: 0 0 auto;
    align-self: flex-end;
    margin-left: auto;
    min-height: 26px;
    padding: 3px 7px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    border: 1px solid #d9e2d9;
    border-radius: 5px;
    background: #fff;
    color: #4a5a50;
    font-size: 0.64rem;
    font-weight: 650;
}

.layout-chat .chat-workspace .variants-gallery-button:hover[b-jqr2madbpq],
.layout-chat .chat-workspace .variants-gallery-button:focus-visible[b-jqr2madbpq] {
    border-color: #78a87a;
    background: #f3f7f2;
    color: #2f6c38;
}

.layout-chat .chat-workspace .variant-strip[b-jqr2madbpq] {
    gap: 6px;
    padding: 1px 1px 4px;
}

.layout-chat .chat-workspace .variant-card[b-jqr2madbpq] {
    flex-basis: 72px;
    height: 48px;
    border-radius: 5px;
}

.layout-chat .chat-workspace .variant-card span[b-jqr2madbpq] {
    left: 3px;
    bottom: 3px;
    padding: 2px 4px;
    font-size: 0.56rem;
}

.layout-chat .chat-workspace .variant-card.new-variant[b-jqr2madbpq] {
    gap: 2px;
    font-size: 0.7rem;
}

.layout-chat .chat-workspace .variant-card.new-variant span[b-jqr2madbpq] {
    padding: 0;
    font-size: 0.58rem;
}

.layout-chat .chat-workspace .selected-tags-container[b-jqr2madbpq] {
    position: static;
    grid-column: 1 / -1;
    min-width: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    pointer-events: auto;
}

.layout-chat .chat-workspace .input-tag[b-jqr2madbpq] {
    min-width: 0;
    padding: 3px 7px;
    gap: 4px;
    border: 1px solid #d7e5d6;
    border-radius: 4px;
    background: #f1f7f0;
    box-shadow: none;
    color: #35633b;
    font-size: 0.68rem;
    font-weight: 650;
    line-height: 1.25;
    white-space: normal;
}

.layout-chat .chat-workspace .input-tag.provider-tag[b-jqr2madbpq] {
    border-color: #e1e5e1;
    background: #f7f8f7;
    color: #647068;
}

.layout-chat .chat-workspace .remove-tag[b-jqr2madbpq] {
    color: #58705d;
    font-size: 0.85rem;
}

.layout-chat .chat-workspace #chat-textarea[b-jqr2madbpq] {
    width: 100%;
    height: 76px;
    min-height: 76px;
    max-height: 140px;
    margin: 0;
    padding: 10px 11px;
    border: 1px solid #dfe5df;
    border-radius: 6px;
    background: #fafbfa;
    color: #243129;
    font-size: 0.8rem;
    resize: vertical;
}

.layout-chat .chat-workspace #chat-textarea:focus[b-jqr2madbpq] {
    border-color: #6aa86b;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(76, 138, 84, 0.12);
}

.layout-chat .chat-workspace .composer-primary-actions[b-jqr2madbpq] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.layout-chat .chat-workspace .prompt-assist-toggle[b-jqr2madbpq] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin: 0;
    color: #425148;
    font-size: 0.7rem;
    font-weight: 700;
    cursor: pointer;
}

.layout-chat .chat-workspace .prompt-assist-toggle input[b-jqr2madbpq] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.layout-chat .chat-workspace .prompt-assist-switch[b-jqr2madbpq] {
    position: relative;
    width: 30px;
    height: 17px;
    flex: 0 0 auto;
    border: 1px solid #cbd5cc;
    border-radius: 9px;
    background: #e7ebe7;
    transition: background-color 0.16s ease, border-color 0.16s ease;
}

.layout-chat .chat-workspace .prompt-assist-switch[b-jqr2madbpq]::after {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 1px 2px rgba(29, 48, 35, 0.25);
    content: '';
    transition: transform 0.16s ease;
}

.layout-chat .chat-workspace .prompt-assist-toggle input:checked+.prompt-assist-switch[b-jqr2madbpq] {
    border-color: #397c43;
    background: #397c43;
}

.layout-chat .chat-workspace .prompt-assist-toggle input:checked+.prompt-assist-switch[b-jqr2madbpq]::after {
    transform: translateX(13px);
}

.layout-chat .chat-workspace .prompt-assist-toggle input:focus-visible+.prompt-assist-switch[b-jqr2madbpq] {
    outline: 3px solid rgba(76, 138, 84, 0.2);
    outline-offset: 2px;
}

.layout-chat .chat-workspace .prompt-assist-error[b-jqr2madbpq] {
    grid-column: 1 / -1;
    min-width: 0;
    color: #a33b32;
    font-size: 0.66rem;
    line-height: 1.25;
    text-align: left;
}

.layout-chat .chat-workspace .input-inline-buttons[b-jqr2madbpq] {
    min-width: 0;
    margin: 0;
    padding: 0;
    gap: 4px;
}

.layout-chat .chat-workspace .btn-add-version-small[b-jqr2madbpq],
.layout-chat .chat-workspace .icon-btn[b-jqr2madbpq] {
    width: 30px;
    height: 30px;
    padding: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid transparent;
    border-radius: 5px;
    background: transparent;
    color: #607067;
    font-size: 0.88rem;
    opacity: 1;
}

.layout-chat .chat-workspace .btn-add-version-small:hover[b-jqr2madbpq],
.layout-chat .chat-workspace .btn-add-version-small:focus-visible[b-jqr2madbpq],
.layout-chat .chat-workspace .icon-btn:hover[b-jqr2madbpq],
.layout-chat .chat-workspace .icon-btn:focus-visible[b-jqr2madbpq] {
    border-color: #d7e2d7;
    background: #f1f6f0;
    color: #34703d;
}

.layout-chat .chat-workspace .vertical-divider[b-jqr2madbpq] {
    height: 18px;
    margin: 0 2px;
    background: #e0e5e0;
}

.layout-chat .chat-workspace .btn-pill-photos[b-jqr2madbpq],
.layout-chat .chat-workspace .btn-pill-ask[b-jqr2madbpq] {
    min-height: 34px;
    margin: 0;
    padding: 6px 12px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    box-shadow: none;
    font-size: 0.72rem;
    font-weight: 700;
}

.layout-chat .chat-workspace .btn-pill-photos[b-jqr2madbpq] {
    border: 1px solid #d9e2d9;
    background: #fff;
    color: #415448;
}

.layout-chat .chat-workspace .btn-pill-ask[b-jqr2madbpq] {
    min-width: 64px;
    border: 1px solid #2f783a;
    background: #2f783a;
    color: #fff;
}

.layout-chat .chat-workspace .btn-pill-ask.btn-reprompt[b-jqr2madbpq] {
    min-width: 86px;
    border-color: #356b3d;
    background: #f0f6ef;
    color: #2f6938;
}

.layout-chat .chat-workspace .btn-pill-photos:hover[b-jqr2madbpq],
.layout-chat .chat-workspace .btn-pill-photos:focus-visible[b-jqr2madbpq] {
    border-color: #78a87a;
    background: #f3f7f2;
    color: #2f6c38;
}

.layout-chat .chat-workspace .btn-pill-ask:hover:not(:disabled)[b-jqr2madbpq],
.layout-chat .chat-workspace .btn-pill-ask:focus-visible:not(:disabled)[b-jqr2madbpq] {
    border-color: #245f30;
    background: #245f30;
}

.layout-chat .chat-workspace .btn-pill-ask.btn-reprompt:hover:not(:disabled)[b-jqr2madbpq],
.layout-chat .chat-workspace .btn-pill-ask.btn-reprompt:focus-visible:not(:disabled)[b-jqr2madbpq] {
    border-color: #356b3d;
    background: #e1eee0;
    color: #245d2d;
}

.layout-chat .chat-workspace .btn-pill-ask:disabled[b-jqr2madbpq] {
    border-color: #e0e5e0 !important;
    background: #edf0ed !important;
    color: #a2aaa4 !important;
}

@media (max-width: 768px) {
    .layout-chat .chat-workspace .input-area[b-jqr2madbpq] {
        padding: 10px;
    }

    .layout-chat .chat-workspace #chat-textarea[b-jqr2madbpq] {
        margin: 0 !important;
        padding: 9px 10px !important;
        border: 1px solid #e1e6e1 !important;
    }

    .layout-chat .chat-workspace .btn-pill-photos[b-jqr2madbpq] {
        margin: 0;
    }

    .layout-chat .chat-workspace .composer-primary-actions[b-jqr2madbpq] {
        gap: 7px;
    }
}

.qr-disclosure-choice[b-jqr2madbpq] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 14px;
    margin: 12px 0 0;
    padding: 10px;
    border: 1px solid #d7dee5;
    border-radius: 6px;
    background: #f8f9fa;
}

.qr-disclosure-option[b-jqr2madbpq] {
    display: flex;
    gap: 2px;
    align-items: center;
}

.qr-disclosure-choice label[b-jqr2madbpq] {
    display: inline-flex;
    gap: 5px;
    align-items: center;
    margin: 0;
    color: #495057;
    font-size: 0.76rem;
    cursor: pointer;
}

.qr-disclosure-info[b-jqr2madbpq] {
    display: inline-grid;
    width: 24px;
    height: 24px;
    padding: 0;
    border: 0;
    background: transparent;
    color: #0d6efd;
    place-items: center;
}
/* /Pages/Support/LoadAppointment.razor.rz.scp.css */
input[b-rgfn9z8032]::-webkit-outer-spin-button,
input[b-rgfn9z8032]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-rgfn9z8032] {
    -moz-appearance: textfield;
}

.order-login-panel[b-rgfn9z8032] {
    width: min(100%, 470px);
    padding: 10px 10px clamp(24px, 5vw, 32px);
    border: 1px solid #dfe5df;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.97);
    box-shadow: 0 18px 60px rgba(24, 51, 32, 0.1);
}

.login-vic-hero[b-rgfn9z8032] {
    position: relative;
    width: 100%;
    aspect-ratio: 3200 / 1340;
    overflow: hidden;
    border-radius: 6px;
    background: url('/images/Virtual-Vic-Hero-BG.png') center / cover no-repeat;
}

.login-vic-hero-copy[b-rgfn9z8032] {
    position: absolute;
    top: 18%;
    left: 6.5%;
    max-width: 54%;
    color: #17251d;
}

.login-vic-hero-copy p[b-rgfn9z8032] {
    margin: 0 0 5px;
    color: #2f7639;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.7rem;
}

.login-vic-hero-copy h1[b-rgfn9z8032] {
    margin: 0;
    color: #17201b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(1.15rem, 4.5vw, 1.65rem);
    font-weight: 500;
    line-height: 1.05;
    letter-spacing: 0;
}

.login-vic-hero-copy h1 span[b-rgfn9z8032] {
    color: #1f6e2e;
}

.login-vic-hero-copy small[b-rgfn9z8032] {
    margin-top: 9px;
    display: block;
    color: #26312b;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 0.62rem;
    line-height: 1.35;
}

.login-description[b-rgfn9z8032] {
    margin: 20px 22px 18px;
    color: #69766e;
}

.login-fields[b-rgfn9z8032] {
    margin: clamp(20px, 3vw, 24px) 22px 0;
    display: grid;
    gap: 16px;
}

.login-fields label[b-rgfn9z8032] {
    margin-bottom: 6px;
    display: block;
    color: #34423a;
    font-size: 0.82rem;
    font-weight: 700;
}

.login-fields .form-control[b-rgfn9z8032] {
    min-height: 46px;
    border-radius: 6px;
}

.login-fields .btn[b-rgfn9z8032] {
    min-height: 48px;
    margin-top: 4px;
    border-radius: 6px;
    font-size: 0.95rem;
}
/* /Pages/Support/MLSDescription.razor.rz.scp.css */
/* CSS Reset for Chat Layout */
.main-layout.layout-chat[b-d6iroroqdf] {
    display: flex;
    flex-direction: column;
    height: calc(100dvh - 72px);
    min-height: 620px;
    overflow: hidden;

}

.chat-workspace[b-d6iroroqdf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    overflow: hidden;
}

.chat-scroll-area[b-d6iroroqdf] {
    flex: 1;
    overflow-y: auto;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.input-area[b-d6iroroqdf] {
    background: white;
    border-top: 1px solid #e2e8f0;
    padding: 20px;
    flex-shrink: 0;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.02);
}

/* Forms & Inputs */
.form-textarea[b-d6iroroqdf] {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    min-height: 80px;
    resize: vertical;
    background-color: #f8fafc;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s ease;
    color: #334155;
}

.mls-select[b-d6iroroqdf] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    font-family: inherit;
    font-size: 0.95rem;
    color: #334155;
    transition: all 0.2s ease;
}

.mls-select:focus[b-d6iroroqdf] {
    outline: none;
    border-color: #3b82f6;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.form-textarea:focus[b-d6iroroqdf],
.form-group input:focus[b-d6iroroqdf] {
    outline: none;
    border-color: #3b82f6;
    background-color: #ffffff;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.pill-container-main textarea[b-d6iroroqdf] {
    flex-grow: 1;
    padding: 12px 15px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    resize: none;
    min-height: 50px;
    max-height: 120px;
    font-family: inherit;
    transition: all 0.2s ease;
}

.pill-container-main textarea:focus[b-d6iroroqdf] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.15);
}

.pill-container-main[b-d6iroroqdf] {
    display: flex;
    gap: 12px;
    align-items: flex-end;
}

/* Loaders */
.full-page-loading[b-d6iroroqdf] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(4px);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}

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

.loading-spinner[b-d6iroroqdf] {
    width: 60px;
    height: 60px;
    border: 5px solid #e2e8f0;
    border-top: 5px solid #3b82f6;
    border-radius: 50%;
    animation: spin-b-d6iroroqdf 1s linear infinite;
}

@keyframes spin-b-d6iroroqdf {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Main Form Bubble */
.data-entry-bubble[b-d6iroroqdf] {
    width: 100%;
    max-width: 750px;
    /* Widened slightly so it's not cramped */
    background: white;
    padding: 30px;
    /* Generous padding */
    border-radius: 16px;
    /* Softer corners */
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
    border: 1px solid #f1f5f9;
}

.property-form-grid[b-d6iroroqdf] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 15px 0 25px 0;
}

.form-group.full-width[b-d6iroroqdf] {
    grid-column: span 2;
}

.form-group label[b-d6iroroqdf] {
    display: block;
    font-size: 0.85rem;
    font-weight: 600;
    color: #475569;
    margin-bottom: 8px;
    letter-spacing: 0.2px;
}

.form-group input[b-d6iroroqdf] {
    width: 100%;
    padding: 12px;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    background-color: #f8fafc;
    box-sizing: border-box;
    font-family: inherit;
    font-size: 0.95rem;
    transition: all 0.2s ease;
}

/* Pill Toggle Buttons */
.pill-toggle-group[b-d6iroroqdf] {
    display: flex;
    gap: 10px;
    margin-top: 8px;
}

.pill-toggle-group button[b-d6iroroqdf] {
    flex: 1;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #64748b;
    padding: 10px 15px;
    border-radius: 30px;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
}

.pill-toggle-group button:hover[b-d6iroroqdf] {
    background: #e2e8f0;
    color: #334155;
}

.pill-toggle-group button.active[b-d6iroroqdf] {
    background: #3b82f6;
    color: white;
    border-color: #3b82f6;
    box-shadow: 0 4px 10px rgba(59, 130, 246, 0.25);
}

/* Primary Action Buttons */
.btn-generate-main[b-d6iroroqdf] {
    width: 100%;
    background: #62A73B;
    color: white;
    border: none;
    padding: 14px;
    border-radius: 10px;
    font-weight: 700;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(16, 185, 129, 0.2);
}

.btn-generate-main:hover:not([disabled])[b-d6iroroqdf] {
    background: #059669;
    transform: translateY(-1px);
    box-shadow: 0 6px 12px rgba(16, 185, 129, 0.25);
}

.btn-generate-main[disabled][b-d6iroroqdf] {
    background: #94a3b8;
    box-shadow: none;
    cursor: not-allowed;
    opacity: 0.7;
}

.btn-pill-ask[b-d6iroroqdf] {
    padding: 12px 24px;
    background: #3b82f6;
    color: white;
    border: none;
    border-radius: 30px;
    font-weight: bold;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px rgba(59, 130, 246, 0.2);
}

.btn-pill-ask:hover:not([disabled])[b-d6iroroqdf] {
    background: #2563eb;
    transform: translateY(-1px);
}

/* Chat Bubbles */
.chat-message[b-d6iroroqdf] {
    display: flex;
    gap: 16px;
    margin-bottom: 15px;
    align-items: flex-start;
    /* Keeps avatar aligned to the top of the bubble */
}

.chat-message.user[b-d6iroroqdf] {
    justify-content: flex-end;
}

.message-bubble[b-d6iroroqdf] {
    background: white;
    padding: 18px 22px;
    border-radius: 14px;
    max-width: 75%;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
    border: 1px solid #f1f5f9;
    line-height: 1.5;
    color: #334155;
}

.message-bubble.user-bubble[b-d6iroroqdf] {
    background: #3b82f6;
    color: white;
    border: none;
    box-shadow: 0 4px 15px rgba(59, 130, 246, 0.2);
}

.chat-avatar[b-d6iroroqdf] {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    overflow: hidden;
    flex-shrink: 0;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.chat-avatar img[b-d6iroroqdf] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.message-header[b-d6iroroqdf] {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 0.8rem;
    font-weight: 600;
    opacity: 0.8;
}

.message-actions[b-d6iroroqdf] {
    display: flex;
    gap: 10px;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.btn-copy[b-d6iroroqdf],
.btn-approve-mls[b-d6iroroqdf] {
    padding: 8px 16px;
    border: none;
    border-radius: 6px;
    font-weight: 600;
    font-size: 0.85rem;
    cursor: pointer;
    transition: background 0.2s ease;
}

.btn-copy[b-d6iroroqdf] {
    background: #f1f5f9;
    color: #475569;
}

.btn-copy:hover[b-d6iroroqdf] {
    background: #e2e8f0;
}

.btn-approve-mls[b-d6iroroqdf] {
    background: #62A73B;
    color: white;
}

.btn-approve-mls:hover:not([disabled])[b-d6iroroqdf] {
    background: #059669;
}

/* Warnings */
.credit-warning[b-d6iroroqdf] {
    background: #fffbeb;
    color: #b45309;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border: 1px solid #fde68a;
    font-size: 0.9rem;
}

.credit-warning a[b-d6iroroqdf] {
    font-weight: bold;
    color: #92400e;
    text-decoration: underline;
    margin-left: 5px;
}

.centered-form[b-d6iroroqdf] {
    justify-content: center;
    margin: 20px auto;
    width: 100%;
}

.pill-toggle-group button.active[b-d6iroroqdf] {
    background-color: #007bff;
    color: white;
    border-color: #0056b3;
    font-weight: bold;
}

@media (max-width: 920px) {
    .main-layout.layout-chat[b-d6iroroqdf] {
        height: calc(100dvh - 64px);
        min-height: 560px;
    }
}

@media (max-width: 600px) {
    .main-layout.layout-chat[b-d6iroroqdf] {
        height: auto;
        min-height: calc(100dvh - 64px);
        overflow: visible;
    }

    .chat-workspace[b-d6iroroqdf] {
        min-height: 620px;
    }

    .property-form-grid[b-d6iroroqdf] {
        grid-template-columns: 1fr;
    }

    .message-bubble[b-d6iroroqdf] {
        max-width: calc(100% - 44px);
    }
}

/* Guided MLS chat */
.chat-scroll-area[b-d6iroroqdf] {
    align-items: center;
}

.chat-scroll-area>.chat-message[b-d6iroroqdf] {
    width: min(100%, 1100px);
}

.chat-scroll-area>.chat-message.user[b-d6iroroqdf] {
    justify-content: flex-end;
}

.input-area>*[b-d6iroroqdf] {
    width: min(100%, 1100px);
    margin-right: auto;
    margin-left: auto;
}

.composer-meta[b-d6iroroqdf] {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 12px;
    margin-bottom: 8px;
    color: #64748b;
    font-size: 0.85rem;
}

.btn-restart-chat[b-d6iroroqdf] {
    min-height: 42px;
    padding: 8px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    color: #475569;
    font-size: 0.82rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-restart-chat:hover:not([disabled])[b-d6iroroqdf] {
    border-color: #94a3b8;
    background: #f8fafc;
}

.review-intro[b-d6iroroqdf] {
    margin: 0 0 16px;
}

.property-review-message[b-d6iroroqdf] {
    width: 100%;
}

.property-review-bubble[b-d6iroroqdf] {
    width: min(780px, calc(100% - 60px));
    max-width: none;
}

.summary-details[b-d6iroroqdf] {
    display: grid;
    gap: 14px;
}

.summary-facts[b-d6iroroqdf],
.preset-options[b-d6iroroqdf],
.quick-refinements[b-d6iroroqdf] {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.summary-facts span[b-d6iroroqdf] {
    padding: 7px 11px;
    border: 1px solid #dbe4ee;
    border-radius: 6px;
    background: #f8fafc;
    color: #475569;
    font-size: 0.9rem;
}

.summary-details[b-d6iroroqdf] {
    margin: 0;
    gap: 10px;
}

.summary-details>div[b-d6iroroqdf] {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 12px;
}

.summary-details dt[b-d6iroroqdf] {
    color: #64748b;
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
}

.summary-details dd[b-d6iroroqdf] {
    min-width: 0;
    margin: 0;
    overflow-wrap: anywhere;
}

.property-facts-grid[b-d6iroroqdf] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    margin-bottom: 18px;
}

.property-sections[b-d6iroroqdf] {
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.property-section-value[b-d6iroroqdf] {
    min-height: 42px;
    white-space: pre-wrap;
}

.btn-edit-section[b-d6iroroqdf] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    min-height: 34px;
    margin-top: 8px;
    padding: 6px 10px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    color: #475569;
    font-size: 0.8rem;
    font-weight: 700;
    cursor: pointer;
}

.btn-edit-section:hover:not([disabled])[b-d6iroroqdf] {
    border-color: #94a3b8;
    background: #f8fafc;
}

.preset-fieldset[b-d6iroroqdf] {
    min-width: 0;
    margin: 0;
    padding: 0;
    border: 0;
}

.review-presets[b-d6iroroqdf] {
    display: grid;
    gap: 14px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.preset-fieldset legend[b-d6iroroqdf] {
    margin-bottom: 8px;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 600;
}

.preset-option[b-d6iroroqdf],
.quick-refinements button[b-d6iroroqdf] {
    min-height: 42px;
    padding: 8px 13px;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    background: #ffffff;
    color: #475569;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.preset-option:hover[b-d6iroroqdf],
.quick-refinements button:hover:not([disabled])[b-d6iroroqdf] {
    border-color: #3b82f6;
    background: #eff6ff;
    color: #1d4ed8;
}

.preset-option.active[b-d6iroroqdf] {
    border-color: #3b82f6;
    background: #3b82f6;
    color: #ffffff;
}

.furnishing-option[b-d6iroroqdf] {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    width: fit-content;
    color: #334155;
    cursor: pointer;
}

.furnishing-option input[b-d6iroroqdf] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    accent-color: #3b82f6;
}

.furnishing-option span[b-d6iroroqdf] {
    display: grid;
    gap: 2px;
}

.furnishing-option small[b-d6iroroqdf] {
    color: #64748b;
    font-size: 0.8rem;
}

.review-actions[b-d6iroroqdf] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 18px;
    padding-top: 16px;
    border-top: 1px solid #e2e8f0;
}

.review-actions .btn-generate-main[b-d6iroroqdf] {
    width: auto;
}

.btn-secondary-action[b-d6iroroqdf],
.btn-primary-action[b-d6iroroqdf] {
    min-height: 44px;
    padding: 10px 15px;
    border-radius: 7px;
    font-weight: 700;
    cursor: pointer;
}

.btn-secondary-action[b-d6iroroqdf] {
    border: 1px solid #cbd5e1;
    background: #ffffff;
    color: #475569;
}

.btn-primary-action[b-d6iroroqdf] {
    border: 1px solid #62a73b;
    background: #62a73b;
    color: #ffffff;
}

.btn-pill-ask[b-d6iroroqdf] {
    width: 48px;
    height: 48px;
    padding: 0;
}

.message-text[b-d6iroroqdf] {
    white-space: pre-wrap;
    overflow-wrap: anywhere;
}

.chat-message.system .message-bubble[b-d6iroroqdf] {
    margin: 0 auto;
    border-color: #dbe4ee;
    background: #f8fafc;
    color: #475569;
}

.quick-refinements[b-d6iroroqdf] {
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid #f1f5f9;
}

.quick-refinements+.message-actions[b-d6iroroqdf] {
    margin-top: 10px;
    padding-top: 0;
    border-top: 0;
}

.btn-copy[b-d6iroroqdf],
.btn-edit-draft[b-d6iroroqdf],
.btn-approve-mls[b-d6iroroqdf] {
    min-height: 42px;
}

.btn-edit-draft[b-d6iroroqdf] {
    padding: 8px 16px;
    border: 0;
    border-radius: 6px;
    background: #eff6ff;
    color: #1d4ed8;
    font-size: 0.85rem;
    font-weight: 600;
    cursor: pointer;
}

.btn-edit-draft:hover:not([disabled])[b-d6iroroqdf] {
    background: #dbeafe;
}

.btn-pill-ask[disabled][b-d6iroroqdf],
.btn-restart-chat[disabled][b-d6iroroqdf],
.preset-option[disabled][b-d6iroroqdf],
.quick-refinements button[disabled][b-d6iroroqdf],
.btn-edit-section[disabled][b-d6iroroqdf],
.btn-primary-action[disabled][b-d6iroroqdf],
.btn-edit-draft[disabled][b-d6iroroqdf],
.btn-approve-mls[disabled][b-d6iroroqdf] {
    cursor: not-allowed;
    opacity: 0.5;
}

.draft-editor[b-d6iroroqdf] {
    width: min(680px, 70vw);
    min-height: 320px;
    padding: 14px;
    border: 1px solid #94a3b8;
    border-radius: 7px;
    color: #334155;
    font: inherit;
    line-height: 1.55;
    resize: vertical;
}

.draft-edit-actions[b-d6iroroqdf] {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 12px;
}

.restart-confirmation-modal[b-d6iroroqdf] {
    z-index: 1120;
}

.restart-confirmation-modal .modal-dialog[b-d6iroroqdf] {
    width: min(440px, calc(100% - 24px));
    margin-right: auto;
    margin-left: auto;
}

.restart-confirmation-modal .modal-content[b-d6iroroqdf] {
    border: 0;
    border-radius: 8px;
    box-shadow: 0 20px 55px rgb(0 0 0 / 25%);
}

.restart-confirmation-modal .modal-body[b-d6iroroqdf] {
    color: #475569;
    line-height: 1.55;
}

.restart-confirmation-modal .btn-danger[b-d6iroroqdf] {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.restart-confirmation-backdrop[b-d6iroroqdf] {
    z-index: 1115;
    width: 100%;
    border: 0;
}

.typing-bubble[b-d6iroroqdf] {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #64748b;
    font-size: 0.9rem;
}

.typing-dot[b-d6iroroqdf] {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #62a73b;
    animation: typing-pulse-b-d6iroroqdf 1.2s ease-in-out infinite;
}

.typing-dot:nth-child(2)[b-d6iroroqdf] {
    animation-delay: 0.15s;
}

.typing-dot:nth-child(3)[b-d6iroroqdf] {
    margin-right: 7px;
    animation-delay: 0.3s;
}

@keyframes typing-pulse-b-d6iroroqdf {

    0%,
    60%,
    100% {
        opacity: 0.35;
        transform: translateY(0);
    }

    30% {
        opacity: 1;
        transform: translateY(-3px);
    }
}

button:focus-visible[b-d6iroroqdf],
textarea:focus-visible[b-d6iroroqdf],
input:focus-visible[b-d6iroroqdf] {
    outline: 3px solid rgba(59, 130, 246, 0.3);
    outline-offset: 2px;
}

@media (max-width: 600px) {
    .chat-scroll-area[b-d6iroroqdf] {
        padding: 20px 12px;
    }

    .chat-message[b-d6iroroqdf] {
        gap: 10px;
    }

    .property-review-bubble[b-d6iroroqdf] {
        width: calc(100% - 44px);
    }

    .property-facts-grid[b-d6iroroqdf],
    .summary-details>div[b-d6iroroqdf] {
        grid-template-columns: 1fr;
        gap: 3px;
    }

    .review-actions[b-d6iroroqdf],
    .message-actions[b-d6iroroqdf],
    .draft-edit-actions[b-d6iroroqdf] {
        flex-wrap: wrap;
    }

    .review-actions>button[b-d6iroroqdf],
    .draft-edit-actions>button[b-d6iroroqdf] {
        flex: 1 1 150px;
    }

    .message-actions>button[b-d6iroroqdf] {
        flex: 1 1 auto;
    }

    .input-area[b-d6iroroqdf] {
        padding: 12px;
    }

    .composer-meta[b-d6iroroqdf] {
        align-items: flex-start;
    }

    .credit-indicator[b-d6iroroqdf] {
        text-align: right;
    }

    .draft-editor[b-d6iroroqdf] {
        width: 100%;
        min-height: 280px;
    }
}
/* /Pages/Support/PremiumDayToDusk.razor.rz.scp.css */
.photo-card[b-4xro9t374r] {
    width: 240px;
    height: 160px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    position: relative;
    margin: 0 auto; /* Centers card within its grid column */
}

    .photo-card:hover[b-4xro9t374r] {
        transform: scale(1.03);
    }

    .photo-card.selected[b-4xro9t374r] {
        border-color: #62A73B;
    }

    .photo-card img[b-4xro9t374r] {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

/* Modal Backdrop & Positioning */
.modal-backdrop-custom[b-4xro9t374r] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1040;
}

.modal-custom[b-4xro9t374r] {
    display: block;
    z-index: 1050;
}
/* /Pages/Support/Profile.razor.rz.scp.css */
.profile-card[b-8dyvpwtrnj] {
    border: 1px solid rgba(98, 167, 59, 0.22);
    border-radius: 12px;
    box-shadow: 0 2px 14px rgba(27, 76, 5, 0.07);
}

.profile-section-title[b-8dyvpwtrnj] {
    font-size: 1rem;
    font-weight: 700;
    color: #1b4c05;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1.5px solid rgba(98, 167, 59, 0.2);
}

.profile-saved-indicator[b-8dyvpwtrnj] {
    animation: profile-fade-in-b-8dyvpwtrnj 0.2s ease;
}

@keyframes profile-fade-in-b-8dyvpwtrnj {
    from {
        opacity: 0;
        transform: translateY(-4px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.profile-field-label[b-8dyvpwtrnj] {
    font-size: 0.85rem;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
}

.profile-clear-btn[b-8dyvpwtrnj] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    border: none;
    background: #f0f0f0;
    color: #888;
    font-size: 0.68rem;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
}

.profile-clear-btn:hover[b-8dyvpwtrnj] {
    background: #fde8e8;
    color: #dc3545;
}

.sms-consent-text[b-8dyvpwtrnj] {
    font-size: 0.78rem;
    color: #6c757d;
    line-height: 1.45;
    margin-top: 4px;
    margin-bottom: 0;
}

.sms-consent-text a[b-8dyvpwtrnj] {
    color: #1b4c05;
    text-decoration: underline;
}
/* /Pages/Support/Services.razor.rz.scp.css */
.services-page[b-e3h2tzikpw] {
    width: min(100%, 1100px);
    margin: 0 auto;
    padding: clamp(32px, 7vw, 84px) 24px;
}

.services-intro[b-e3h2tzikpw] {
    max-width: 720px;
    margin-bottom: 30px;
}

.services-eyebrow[b-e3h2tzikpw] {
    margin: 0 0 8px;
    color: #4d8f45;
    font-size: 0.75rem;
    font-weight: 800;
    text-transform: uppercase;
}

.services-intro h1[b-e3h2tzikpw] {
    margin: 0 0 10px;
    color: #18251d;
    font-size: clamp(1.65rem, 4vw, 2.55rem);
    line-height: 1.14;
    letter-spacing: 0;
}

.services-intro p:last-child[b-e3h2tzikpw] {
    margin: 0;
    color: #68756d;
}

.services-grid[b-e3h2tzikpw] {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.service-tile[b-e3h2tzikpw] {
    min-height: 138px;
    padding: 20px;
    display: grid;
    grid-template-columns: 48px minmax(0, 1fr) 24px;
    align-items: center;
    gap: 16px;
    border: 1px solid #dde4de;
    border-radius: 8px;
    background: #fff;
    color: #24342a;
    text-align: left;
    box-shadow: 0 5px 20px rgba(25, 52, 34, 0.05);
}

.service-tile:hover[b-e3h2tzikpw],
.service-tile:focus-visible[b-e3h2tzikpw] {
    border-color: #62a73b;
    background: #f8fbf7;
    transform: translateY(-2px);
}

.service-icon[b-e3h2tzikpw] {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: #eaf4e8;
    color: #32723b;
    font-size: 1.2rem;
}

.service-tile>span:nth-child(2)[b-e3h2tzikpw] {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.service-tile strong[b-e3h2tzikpw] {
    font-size: 1rem;
}

.service-tile small[b-e3h2tzikpw] {
    color: #69766e;
    line-height: 1.45;
}

@media (max-width: 720px) {
    .services-page[b-e3h2tzikpw] {
        padding: 30px 14px;
    }

    .services-grid[b-e3h2tzikpw] {
        grid-template-columns: 1fr;
    }

    .service-tile[b-e3h2tzikpw] {
        min-height: 116px;
        padding: 16px;
    }
}
