jd-chat-widget{--jd-chat-primary-color:#1ca4e8;--jd-chat-secondary-color:#add5e9;--jd-jd-chat-panel-width:600px;--jd-jd-chat-panel-height:640px;--jd-chat-surface:#ffffff;--jd-chat-surface-subtle:#f8fafc;--jd-chat-text:#1e293b;--jd-chat-border:#e2e8f0;--jd-chat-border-subtle:#f1f5f9;--jd-chat-shadow-color:200 40% 12%;--jd-chat-shadow-sm:0 1px 2px hsl(var(--jd-chat-shadow-color) / 0.08);--jd-chat-shadow-md:0 4px 20px hsl(var(--jd-chat-shadow-color) / 0.15);--jd-chat-shadow-lg:0 8px 32px hsl(var(--jd-chat-shadow-color) / 0.18);--jd-chat-shadow-xl:0 24px 64px hsl(var(--jd-chat-shadow-color) / 0.10)}.jd-chat-fab{position:fixed;bottom:2rem;right:2rem;width:56px;height:56px;border-radius:50%;background:var(--jd-chat-secondary-color,#1ca4e8);color:#fff;border:none;cursor:pointer;box-shadow:var(--jd-chat-shadow-md);display:flex;align-items:center;justify-content:center;font-size:1.5rem;transition:transform .2s ease,box-shadow .2s ease;z-index:10000000}.jd-chat-fab svg{width:1.5rem;height:1.5rem;display:block;pointer-events:none}.jd-chat-fab__icon-img{width:1.5rem;height:1.5rem;display:block;pointer-events:none;object-fit:contain}.jd-chat-fab__badge{position:absolute;top:-2px;right:-2px;min-width:14px;height:14px;border-radius:999px;background:#ef4444;border:2px solid var(--jd-chat-surface,#fff);opacity:0;transform:scale(0);transition:opacity .2s ease,transform .25s cubic-bezier(.25, 1, .5, 1);pointer-events:none;z-index:1;font-size:.6rem;font-weight:700;color:#fff;display:inline-flex;align-items:center;justify-content:center;padding:0 3px}.jd-chat-fab__badge--visible{opacity:1;transform:scale(1)}.jd-chat-fab:hover{transform:scale(1.08);filter:brightness(.94);box-shadow:0 6px 28px hsl(var(--jd-chat-shadow-color) / .22)}.jd-chat-fab:active{transform:scale(.96)}.jd-chat-panel{position:fixed;bottom:5.5rem;right:2rem;width:var(--jd-jd-chat-panel-width,460px);max-width:calc(100vw - 2rem);height:var(--jd-jd-chat-panel-height,640px);max-height:calc(100vh - 6.5rem);max-height:calc(100dvh - 6.5rem);border-radius:16px;background:var(--panel-bg,var(--jd-chat-surface,#fff));border:1px solid var(--jd-chat-border,#e2e8f0);box-shadow:var(--jd-chat-shadow-xl);display:flex;flex-direction:column;overflow:hidden;z-index:9999999;transform-origin:bottom right;transition:opacity .22s ease,transform .22s cubic-bezier(.25, 1, .5, 1)}.jd-chat-panel.jd-chat-panel--hidden{opacity:0;transform:scale(.85);pointer-events:none}.jd-chat-panel.jd-chat-panel--hidden *{pointer-events:none!important;cursor:default!important}.jd-chat-keyboard-hint{position:absolute;bottom:5rem;left:50%;transform:translateX(-50%) translateY(8px);background:var(--jd-chat-text,#1e293b);color:#fff;padding:.5rem 1rem;border-radius:8px;font-size:.8rem;font-weight:500;opacity:0;pointer-events:none;transition:opacity .3s ease,transform .3s ease;z-index:10;white-space:nowrap}.jd-chat-keyboard-hint--visible{opacity:1;transform:translateX(-50%) translateY(0)}.jd-chat-backdrop{position:fixed;inset:0;background:hsl(var(--jd-chat-shadow-color) / .35);z-index:9999998;opacity:0;transition:opacity .2s ease;pointer-events:none}.jd-chat-backdrop--visible{opacity:1;pointer-events:auto}.jd-chat-widget[data-position=left-bottom] .jd-chat-fab{right:auto;left:2rem}.jd-chat-widget[data-position=left-bottom] .jd-chat-panel{right:auto;left:2rem;transform-origin:bottom left}.jd-chat-widget[data-position=left-down] .jd-chat-fab{right:auto;left:2rem}.jd-chat-widget[data-position=left-down] .jd-chat-panel{right:auto;left:2rem;transform-origin:bottom left}.jd-chat-widget[data-position=right-top] .jd-chat-fab{bottom:auto;top:2rem}.jd-chat-widget[data-position=right-top] .jd-chat-panel{bottom:auto;top:5.5rem;transform-origin:top right}.jd-chat-widget[data-position=left-top] .jd-chat-fab{bottom:auto;right:auto;top:2rem;left:2rem}.jd-chat-widget[data-position=left-top] .jd-chat-panel{bottom:auto;right:auto;top:5.5rem;left:2rem;transform-origin:top left}.jd-chat-widget[data-position=right-upper] .jd-chat-fab{bottom:auto;top:.5rem}.jd-chat-widget[data-position=right-upper] .jd-chat-panel{bottom:auto;top:4rem;transform-origin:top right}.jd-chat-widget[data-position=left-upper] .jd-chat-fab{bottom:auto;right:auto;top:.5rem;left:2rem}.jd-chat-widget[data-position=left-upper] .jd-chat-panel{bottom:auto;right:auto;top:4rem;left:2rem;transform-origin:top left}.jd-chat-widget[data-position=right-center] .jd-chat-fab{bottom:auto;top:50%;transform:translateY(-50%)}.jd-chat-widget[data-position=right-center] .jd-chat-fab:hover{transform:translateY(-50%) scale(1.08);filter:brightness(.94);box-shadow:0 6px 28px hsl(var(--jd-chat-shadow-color) / .22)}.jd-chat-widget[data-position=right-center] .jd-chat-fab:active{transform:translateY(-50%) scale(.96)}.jd-chat-widget[data-position=right-center] .jd-chat-panel{bottom:auto;right:calc(2rem + 56px + .5rem);top:50%;transform:translateY(-50%);transform-origin:right center}.jd-chat-widget[data-position=right-center] .jd-chat-panel.jd-chat-panel--hidden{transform:translateY(-50%) scale(.85)}.jd-chat-widget[data-position=left-center] .jd-chat-fab{bottom:auto;right:auto;top:50%;left:2rem;transform:translateY(-50%)}.jd-chat-widget[data-position=left-center] .jd-chat-fab:hover{transform:translateY(-50%) scale(1.08);filter:brightness(.94);box-shadow:0 6px 28px hsl(var(--jd-chat-shadow-color) / .22)}.jd-chat-widget[data-position=left-center] .jd-chat-fab:active{transform:translateY(-50%) scale(.96)}.jd-chat-widget[data-position=left-center] .jd-chat-panel{bottom:auto;right:auto;left:calc(2rem + 56px + .5rem);top:50%;transform:translateY(-50%);transform-origin:left center}.jd-chat-widget[data-position=left-center] .jd-chat-panel.jd-chat-panel--hidden{transform:translateY(-50%) scale(.85)}.jd-chat-header{display:flex;align-items:center;justify-content:space-between;padding:.9rem 1.2rem;background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;flex-shrink:0;border-bottom:1px solid var(--jd-chat-border)}.jd-chat-header__identity{display:flex;align-items:center;gap:.6rem;min-width:0}.jd-chat-header__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover;flex-shrink:0;border:2px solid #e2e8f0;background:var(--jd-chat-surface,#fff)}.jd-chat-header__avatar-wrap{position:relative;display:inline-flex;flex-shrink:0}.jd-chat-header__avatar-dot{position:absolute;top:-3px;left:-3px;width:12px;height:12px;border-radius:50%;border:2px solid var(--jd-chat-primary-color,#1ca4e8);background:#22c55e;z-index:1;transition:background .3s}.jd-chat-header__avatar-dot--offline{background:#ef4444}.jd-chat-header__avatar-dot--connecting{background:#f59e0b;animation:jd-chat-dot-scale 1.2s ease-in-out infinite}.jd-chat-header__avatar-wrap:not([hidden])+.jd-chat-header__info .jd-chat-header__dot{display:none}.jd-chat-header__avatar-wrap:not([hidden]) .jd-chat-header__avatar{animation:jd-chat-avatar-in .25s cubic-bezier(.25,1,.5,1)}@keyframes jd-chat-avatar-in{from{opacity:0;transform:scale(.7)}to{opacity:1;transform:scale(1)}}.jd-chat-header__info{display:flex;flex-direction:column;gap:.15rem;min-width:0}.jd-chat-header__actions{display:flex;align-items:center;gap:.3rem}.jd-chat-header__title{font-weight:700;font-size:1.05rem;letter-spacing:.01em;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jd-chat-header__status{display:flex;align-items:center;gap:.4rem;font-size:.7rem;color:rgba(255,255,255,.82)}.jd-chat-header__dot{width:8px;height:8px;border-radius:50%;background:#22c55e;transition:background .3s;flex-shrink:0}.jd-chat-header__dot--offline{background:#ef4444}.jd-chat-header__dot--connecting{background:#f59e0b;animation:jd-chat-dot-scale 1.2s ease-in-out infinite}@keyframes jd-chat-dot-scale{0%,100%{transform:scale(1)}50%{transform:scale(.6)}}.jd-chat-header__close,.jd-chat-header__new-chat{background:0 0;border:none;color:#fff;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;line-height:1;opacity:.85;transition:opacity .15s,background .15s,transform .15s;padding:0;width:2.25rem;height:2.25rem;border-radius:50%}.jd-chat-header__new-chat{font-size:1.1rem}.jd-chat-header__close{font-size:1.25rem}.jd-chat-header__confirm{display:inline-block;font-size:.75rem;font-weight:600;color:var(--jd-chat-header-confirm-text,#dc2626);background:var(--jd-chat-header-confirm-bg,#fff);padding:.25rem .6rem;border-radius:4px;margin-right:.35rem;box-shadow:0 1px 4px rgba(0,0,0,.15);opacity:0;transform:translateX(4px);transition:opacity .2s ease,transform .2s ease;white-space:nowrap;pointer-events:none}.jd-chat-header__confirm--visible{opacity:1;transform:translateX(0)}.jd-chat-header__close--confirm{background:rgba(255,255,255,.25);opacity:1;animation:jd-chat-pulse-confirm .4s ease}@keyframes jd-chat-pulse-confirm{0%{transform:scale(1)}50%{transform:scale(1.15)}100%{transform:scale(1)}}.jd-chat-header__close svg,.jd-chat-header__new-chat svg{display:block;pointer-events:none}.jd-chat-header__new-chat svg{width:1.15rem;height:1.15rem}.jd-chat-header__close svg{width:1.3rem;height:1.3rem}.jd-chat-header__close:hover,.jd-chat-header__new-chat:hover{opacity:1;background:rgba(255,255,255,.12)}.jd-chat-header__close:active,.jd-chat-header__new-chat:active{transform:scale(.95)}.jd-chat-scroll-indicator{position:absolute;bottom:5.25rem;left:50%;transform:translateX(-50%);background:#fff;border:1px solid #c7d2fe;border-radius:50%;width:36px;height:36px;box-shadow:var(--jd-chat-shadow-md);z-index:20;display:none;align-items:center;justify-content:center;pointer-events:auto;cursor:pointer;opacity:0;transition:opacity .25s ease,transform .25s ease,background .2s ease}.jd-chat-scroll-indicator:hover{background:var(--jd-chat-surface-subtle,#f8fafc)}.jd-chat-scroll-indicator__arrow{font-size:.9rem;line-height:1;color:#1e293b;user-select:none}.jd-chat-scroll-indicator--visible{display:flex;opacity:1;transform:translateX(-50%) translateY(0)}.jd-chat-messages{flex:1;overflow-y:auto;padding:1rem;display:flex;flex-direction:column;gap:.85rem;scroll-behavior:smooth;min-height:200px}.jd-chat-messages::-webkit-scrollbar{width:4px}.jd-chat-messages::-webkit-scrollbar-track{background:0 0}.jd-chat-messages::-webkit-scrollbar-thumb{background:#c7d2fe;border-radius:2px}.jd-chat-message-row{display:flex;width:100%;align-items:flex-end;gap:.5rem}.jd-chat-message-row--assistant{justify-content:flex-start}.jd-chat-message-row--user{justify-content:flex-end}.jd-chat-message-row--error{justify-content:flex-start}.jd-chat-avatar{width:30px;height:30px;border-radius:50%;object-fit:cover;flex-shrink:0;border:1px solid var(--jd-chat-border);background:var(--jd-chat-surface,#fff)}.jd-chat-bubble{max-width:82%;padding:.6rem .9rem;border-radius:12px;font-size:.875rem;line-height:1.5;word-break:break-word;animation:jd-chat-bubble-in .35s cubic-bezier(.25,1,.5,1) both}@keyframes jd-chat-bubble-in{from{opacity:0;transform:translateY(12px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.jd-chat-bubble--assistant{background:var(--jd-chat-assistant-bubble-bg,#f3f4f6);color:var(--jd-chat-text,#1e293b);border-bottom-left-radius:4px}@media (max-width:768px){.jd-chat-bubble--assistant{background:var(--jd-chat-assistant-mobile-bubble-bg,var(--jd-chat-assistant-bubble-bg,#f3f4f6))}.jd-chat-header{padding:.7rem .9rem}.jd-chat-header__avatar{width:24px;height:24px}.jd-chat-header__title{font-size:.95rem}.jd-chat-header__status{font-size:.65rem}.jd-chat-header__avatar-dot{width:10px;height:10px;border-width:1.5px}}.jd-chat-bubble--realestate{max-width:min(88vw,430px);background:var(--jd-chat-surface-subtle,#f8fafc);padding:.75rem;border-radius:12px;border:1px solid var(--jd-chat-border-subtle,#f1f5f9)}.jd-chat-bubble--user{background:var(--jd-chat-user-bubble-bg,var(--jd-chat-primary-color,#1ca4e8));color:var(--jd-chat-user-bubble-color,#fff);border-bottom-right-radius:4px;animation:jd-chat-user-bubble-in .3s cubic-bezier(.25,1,.5,1) both}.jd-chat-bubble__sent{display:inline-flex;align-items:center;justify-content:center;width:14px;height:14px;opacity:0;transform:scale(.6);transition:opacity .25s ease,transform .25s cubic-bezier(.25, 1, .5, 1)}.jd-chat-bubble__sent svg{width:100%;height:100%;stroke:currentColor;opacity:.85}.jd-chat-bubble__sent--visible{opacity:1;transform:scale(1)}@media (prefers-reduced-motion:reduce){.jd-chat-messages{scroll-behavior:auto}.jd-chat-bubble--assistant,.jd-chat-bubble--user{animation:none}.jd-chat-bubble__sent{transition:none;transform:none}.jd-chat-property-board{animation:none}.jd-chat-loading-history,.jd-chat-property-chip,.jd-chat-welcome-chips{animation:none}.jd-chat-mic--recording::before{animation:none}.jd-chat-property-card__image-wrapper--loading{animation:none;background:#e2e8f0}.jd-chat-property-card:hover .jd-chat-property-card__image{transform:none}.jd-chat-fab__badge{transition:none;transform:none}.jd-chat-streaming-dot,.jd-chat-typing__dot{animation:none}.jd-chat-lead-modal,.jd-chat-lead-modal__content{animation:none}.jd-chat-backdrop,.jd-chat-fab,.jd-chat-header__confirm,.jd-chat-panel,.jd-chat-proactive-extension-container{transition:none}.jd-chat-keyboard-hint{transition:none;transform:none}}.jd-chat-bubble--error{background:#fef2f2;color:#dc2626;border:1px solid #fecaca;border-radius:12px}.jd-chat-error-retry{display:inline-flex;align-items:center;justify-content:center;margin-top:.5rem;padding:.35rem .9rem;font-size:.8rem;font-weight:600;font-family:inherit;color:#fff;background:#dc2626;border:none;border-radius:.75rem;cursor:pointer;transition:background .15s ease,transform .12s ease}.jd-chat-error-retry:hover{background:#b91c1c}.jd-chat-error-retry:active{transform:scale(.92)}.jd-chat-bubble--info{background:#eff6ff;color:#2563eb;border:1px solid #bfdbfe;border-radius:12px;font-size:.85rem}.jd-chat-streaming-status{font-size:.8rem;font-weight:500;color:var(--jd-chat-primary-color,#1ca4e8);margin-bottom:.35rem;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease}.jd-chat-streaming-status:not(.jd-chat-streaming-status--hidden){opacity:1;transform:translateY(0);animation:jd-chat-streaming-status-pulse 1.8s ease-in-out infinite}.jd-chat-streaming-status--hidden{opacity:0;pointer-events:none;transform:translateY(-3px)}.jd-chat-streaming-status__text{line-height:1.3}@keyframes jd-chat-streaming-status-pulse{0%,100%{opacity:.55;transform:scale(.98)}50%{opacity:1;transform:scale(1.02)}}.jd-chat-streaming-dots{display:flex;align-items:center;gap:3px;margin-top:.35rem;opacity:1;transition:opacity .2s ease}.jd-chat-streaming-dots--hidden{opacity:0;pointer-events:none}.jd-chat-streaming-dot{width:4px;height:4px;border-radius:50%;background:var(--jd-chat-primary-color,#1ca4e8);opacity:.5;animation:jd-chat-streaming-dot-pulse 1.6s ease-in-out infinite;will-change:transform,opacity}.jd-chat-streaming-dot:first-child{animation-delay:0s}.jd-chat-streaming-dot:nth-child(2){animation-delay:.15s}.jd-chat-streaming-dot:nth-child(3){animation-delay:.3s}@keyframes jd-chat-streaming-dot-pulse{0%,100%{transform:scale(.7);opacity:.3}50%{transform:scale(1.1);opacity:.8}}.jd-chat-bubble--streaming .jd-chat-bubble__content{white-space:pre-wrap;opacity:.88;transition:opacity .3s ease}.jd-chat-bubble__meta{font-size:.65rem;opacity:.5;margin-top:.3rem;display:inline-flex;align-items:center;gap:.35rem}.jd-chat-bubble__text{margin:0 0 .5rem;font-size:inherit;line-height:inherit;color:inherit;font-family:inherit;font-weight:inherit}.jd-chat-bubble__text:last-of-type{margin-bottom:0}.jd-chat-property-board+.jd-chat-bubble__text{margin-top:.5rem}.jd-chat-bubble code,.jd-chat-bubble em,.jd-chat-bubble li,.jd-chat-bubble ol,.jd-chat-bubble p,.jd-chat-bubble strong,.jd-chat-bubble ul{font-size:inherit;color:inherit;font-family:inherit}.jd-chat-bubble a{font-size:inherit;font-family:inherit}.jd-chat-bubble--assistant a{color:var(--jd-chat-primary-color,#1ca4e8);text-decoration:none;font-weight:500}.jd-chat-bubble--assistant a:hover{text-decoration:underline}.jd-chat-bubble p{margin:0 0 .3rem;line-height:1.5}.jd-chat-bubble p:last-child{margin-bottom:0}.jd-chat-bubble p.jd-md-heading{font-weight:700;margin-bottom:.4rem}.jd-chat-table{width:100%;border-collapse:collapse;margin:.4rem 0;font-size:.78rem}.jd-chat-table td,.jd-chat-table th{padding:.3rem .5rem;border:1px solid #cbd5e1;text-align:left}.jd-chat-table th{background:rgba(148,163,184,.1);font-weight:600}.jd-chat-table tr:nth-child(2n) td{background:rgba(148,163,184,.05)}.jd-chat-bubble ol,.jd-chat-bubble ul{margin:.2rem 0 .3rem;padding-left:1.25rem}.jd-chat-bubble li{margin-bottom:.15rem;line-height:1.45}.jd-chat-bubble code{background:#f1f5f9;border-radius:3px;padding:.1em .35em}.jd-chat-bubble--user code{background:rgba(255,255,255,.2)}.jd-chat-property-board{display:flex;flex-direction:column;gap:.65rem;margin:.35rem 0;animation:jd-chat-board-in .3s ease both}.jd-chat-property-board__next-steps,.jd-chat-property-board__summary{margin:0;font-size:.78rem;line-height:1.45}.jd-chat-property-board__next-steps{color:#334155}.jd-chat-property-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.jd-chat-property-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.3rem .85rem;font-size:.74rem;font-weight:500;font-family:inherit;color:var(--jd-chat-primary-color,#1ca4e8);background:0 0;border:1px solid var(--jd-chat-primary-color,#1ca4e8);border-radius:1rem;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.jd-chat-property-chip:hover{background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px hsl(200 80% 55% / .25)}.jd-chat-property-chip--primary{background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;border-color:var(--jd-chat-primary-color,#1ca4e8);font-weight:600}.jd-chat-property-chip--primary:hover{background:var(--jd-chat-primary-color,#1ca4e8);filter:brightness(.92)}.jd-chat-suggestion-chips{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.6rem}.jd-chat-suggestion-chip{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:.35rem .85rem;font-size:.78rem;font-weight:500;font-family:inherit;color:var(--jd-chat-primary-color,#1ca4e8);background:var(--jd-chat-surface,#fff);border:1px solid var(--jd-chat-primary-color,#1ca4e8);border-radius:1rem;cursor:pointer;transition:background .15s ease,color .15s ease,transform .15s ease,box-shadow .15s ease}.jd-chat-suggestion-chip:hover{background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;transform:translateY(-1px);box-shadow:0 2px 8px hsl(200 80% 55% / .25)}.jd-chat-suggestion-chip--help{background:var(--jd-chat-surface-subtle,#f8fafc);border-style:dashed;font-weight:600}.jd-chat-welcome-chips{display:flex;flex-wrap:wrap;gap:.5rem;padding:.25rem 0 0;animation:jd-chat-fadein .35s ease both;animation-delay:.15s}.jd-chat-property-board__list{display:grid;gap:.6rem}.jd-chat-property-board__scroll-label{margin:.25rem 0 0;font-size:.72rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.jd-chat-property-board__list--scroll{display:flex;gap:.6rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-bottom:.4rem}.jd-chat-property-board__list--scroll::-webkit-scrollbar{display:none}.jd-chat-property-card--strip{display:flex;flex-direction:column;flex:0 0 auto;width:160px;scroll-snap-align:start}.jd-chat-property-card--strip .jd-chat-property-card__image{height:100px}.jd-chat-property-card--strip .jd-chat-property-card__title{font-size:.75rem;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;margin:0}.jd-chat-property-card--strip .jd-chat-property-card__content{padding:.5rem;gap:.25rem}.jd-chat-property-card--strip .jd-chat-property-card__location{font-size:.7rem}.jd-chat-property-card--strip .jd-chat-property-card__price{font-size:.78rem}.jd-chat-property-card--strip .jd-chat-property-card__link--btn{font-size:.65rem;padding:.25rem .4rem}.jd-chat-property-card__link--btn{display:inline-block;margin-top:auto;padding:.28rem .55rem;background:var(--jd-chat-primary-color,#1ca4e8);color:#fff!important;border-radius:6px;font-size:.68rem;font-weight:600;text-decoration:none!important;text-align:center;width:100%;box-sizing:border-box}.jd-chat-property-card__link--btn:hover{opacity:.88}.jd-chat-property-card{border:1px solid #cbd5e1;border-radius:10px;overflow:hidden;background:var(--jd-chat-surface,#fff);display:flex;flex-direction:column;min-height:0;animation:jd-chat-card-in .35s cubic-bezier(.25,1,.5,1) both;transition:transform .2s ease,box-shadow .2s ease}.jd-chat-property-card:hover{transform:translateY(-2px);box-shadow:0 4px 12px hsl(var(--jd-chat-shadow-color) / .12)}@keyframes jd-chat-card-in{from{opacity:0;transform:translateY(10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.jd-chat-property-card__image{width:100%;height:130px;object-fit:cover;display:block;background:#e2e8f0;flex-shrink:0;transition:transform .35s cubic-bezier(.25, 1, .5, 1)}.jd-chat-property-card:hover .jd-chat-property-card__image{transform:scale(1.04)}.jd-chat-property-card__content{padding:.6rem;display:flex;flex-direction:column;gap:.36rem;flex:1;min-height:0}.jd-chat-property-card__title{margin:0;font-size:.84rem;line-height:1.35;color:#0f172a;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.jd-chat-property-card__image-wrapper{position:relative;overflow:hidden}.jd-chat-property-card__reference{position:absolute;bottom:.4rem;left:.4rem;font-size:.64rem;font-weight:600;color:#fff;background:rgba(15,23,42,.75);border-radius:4px;padding:.12rem .4rem;letter-spacing:.02em;pointer-events:none;white-space:nowrap}.jd-chat-property-card__ref-id{font-size:.7rem;font-weight:600;color:var(--jd-chat-primary-color,#1ca4e8);background:color-mix(in srgb,var(--jd-chat-primary-color,#1ca4e8) 8%,transparent);padding:.15rem .45rem;border-radius:4px;width:fit-content;letter-spacing:.01em}.jd-chat-property-card__seq{position:absolute;top:.4rem;left:.4rem;min-width:1.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;font-size:.68rem;font-weight:700;color:#fff;background:var(--jd-chat-primary-color,#1ca4e8);border-radius:50%;z-index:2;pointer-events:none;box-shadow:0 1px 3px hsl(var(--jd-chat-shadow-color) / .25)}.jd-chat-property-card__business-type{position:absolute;top:.4rem;right:.4rem;font-size:.62rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#fff;background:rgba(15,23,42,.75);border-radius:4px;padding:.15rem .4rem;pointer-events:none;white-space:nowrap;z-index:2}.jd-chat-property-card__image-wrapper--loading{background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:jd-skeleton-shimmer 1.4s ease-in-out infinite}@keyframes jd-chat-board-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.jd-chat-property-card__stats{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.3rem;padding:.4rem .6rem;background:0 0;border-top:none;height:2.5rem;flex-shrink:0;box-sizing:border-box}.jd-chat-property-card__stats-item{display:inline-flex;flex-direction:column;align-items:center;gap:.05rem;padding:.2rem .5rem;background:color-mix(in srgb,var(--jd-chat-primary-color,#1ca4e8) 10%,transparent);border:1px solid color-mix(in srgb,var(--jd-chat-primary-color,#1ca4e8) 18%,transparent);border-radius:4px;white-space:nowrap}.jd-chat-property-card__stats-value{font-size:.72rem;font-weight:700;color:#0f172a;line-height:1.2}.jd-chat-property-card__stats-label{font-size:.58rem;font-weight:400;color:#64748b;line-height:1;text-transform:lowercase}.jd-chat-property-card__description,.jd-chat-property-card__location,.jd-chat-property-card__price{margin:0;font-size:.74rem;color:#334155;line-height:1.4}.jd-chat-property-card__price-group{display:flex;flex-direction:column;gap:.1rem}.jd-chat-property-card__price{font-weight:700;color:#0f172a}.jd-chat-property-card__price--on-request{font-weight:400;font-style:italic;color:#64748b}.jd-chat-property-card__price-label{font-size:.65rem;font-weight:500;color:#64748b;text-transform:uppercase;letter-spacing:.04em}.jd-chat-property-card__link{width:fit-content;font-size:.73rem;font-weight:600;color:var(--jd-chat-primary-color,#1ca4e8);text-decoration:none}.jd-chat-property-card__link:hover{text-decoration:underline}.jd-chat-property-card__link--btn{display:inline-block;margin-top:auto;padding:.28rem .55rem;background:var(--jd-chat-primary-color,#1ca4e8);color:#fff!important;border-radius:6px;font-size:.68rem;font-weight:600;text-decoration:none!important;text-align:center;width:100%;box-sizing:border-box}.jd-chat-property-card__link--btn:hover{opacity:.88;text-decoration:none!important}.jd-chat-property-card__actions{display:flex;gap:.4rem;margin-top:auto}.jd-chat-property-card__actions-btn{all:unset;flex:1 1 0;display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:.35rem .5rem;border-radius:6px;font-size:.7rem;font-weight:600;font-family:inherit;text-align:center;text-decoration:none!important;cursor:pointer;border:1px solid var(--jd-chat-primary-color,#1ca4e8);transition:background .15s ease,opacity .15s ease;line-height:1.2;min-width:0;box-sizing:border-box}.jd-chat-property-card__actions-btn--primary{background:var(--jd-chat-primary-color,#1ca4e8);color:#fff!important}.jd-chat-property-card__actions-btn--primary:hover{opacity:.88}.jd-chat-property-card__actions-btn--secondary{background:0 0;color:var(--jd-chat-primary-color,#1ca4e8)}.jd-chat-property-card__actions-btn--secondary:hover{background:color-mix(in srgb,var(--jd-chat-primary-color,#1ca4e8) 8%,transparent)}.jd-chat-property-card__features{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.15rem}.jd-chat-property-card__feature{font-size:.67rem;line-height:1;text-transform:capitalize;padding:.22rem .42rem;border-radius:999px;background:#e0f2fe;color:#0c4a6e;text-decoration:none}.jd-chat-property-card__feature:hover{background:#bae6fd}.jd-chat-typing-row{display:none}.jd-chat-typing-row--visible,.jd-chat-typing-row:has(.jd-chat-typing--visible){display:flex}.jd-chat-typing{display:flex;align-items:center;gap:6px;opacity:0;pointer-events:none;transition:opacity .2s}.jd-chat-typing--visible{opacity:1;pointer-events:auto}.jd-chat-typing__dots{display:flex;align-items:center;justify-content:center;gap:4px;width:30px;height:18px;flex-shrink:0}.jd-chat-typing__dot{width:6px;height:6px;border-radius:50%;background:var(--jd-chat-primary-color,#1ca4e8);animation:jd-chat-dot-bounce 1.4s ease-in-out infinite;will-change:transform,opacity}.jd-chat-typing__dot:first-child{animation-delay:0s}.jd-chat-typing__dot:nth-child(2){animation-delay:.2s}.jd-chat-typing__dot:nth-child(3){animation-delay:.4s}@keyframes jd-chat-dot-bounce{0%,100%,80%{transform:scale(.6);opacity:.4}40%{transform:scale(1);opacity:1}}.jd-chat-typing[data-status=searching] .jd-chat-typing__dot{animation-duration:.9s;background:#0ea5e9}.jd-chat-typing[data-status=generating] .jd-chat-typing__dot{animation-duration:1.8s;background:#8b5cf6}.jd-chat-typing__label{font-size:.8rem;font-weight:500;margin-left:2px;color:var(--jd-chat-primary-color,#1ca4e8);gap:.4rem}.jd-chat-input-area{display:flex;align-items:flex-end;gap:.5rem;padding:.5rem .75rem;border-top:1px solid var(--jd-chat-border);flex-shrink:0;background:#f0f2f5}.jd-chat-input-wrap{flex:1;display:flex;flex-direction:column;gap:2px}.jd-chat-input{width:100%;background:var(--jd-chat-surface,#fff);border:none;border-radius:20px;padding:.4rem .85rem;color:var(--jd-chat-text,#1e293b);font-size:.875rem;font-family:inherit;resize:none;overflow-y:hidden;min-height:34px;max-height:100px;line-height:1.4;transition:box-shadow .2s;outline:0;box-shadow:var(--jd-chat-shadow-sm);box-sizing:border-box}.jd-chat-input::placeholder{color:#94a3b8}.jd-chat-input::-webkit-scrollbar{width:4px}.jd-chat-input::-webkit-scrollbar-track{background:0 0;margin:8px 0}.jd-chat-input::-webkit-scrollbar-thumb{background:rgba(148,163,184,.45);border-radius:999px}.jd-chat-input::-webkit-scrollbar-thumb:hover{background:rgba(148,163,184,.7)}.jd-chat-input{scrollbar-width:thin;scrollbar-color:rgba(148,163,184,0.45) transparent}.jd-chat-input-counter{align-self:flex-end;font-size:.6875rem;color:#94a3b8;padding-right:.5rem;height:0;overflow:visible;opacity:0;transition:opacity .15s ease}.jd-chat-input-counter:not(:empty){height:auto;opacity:1}.jd-chat-input-counter--warn{color:#d97706}.jd-chat-input-counter--danger{color:#dc2626}.jd-chat-input:focus{box-shadow:0 1px 4px hsl(var(--jd-chat-shadow-color) / .12)}.jd-chat-input-actions{position:relative;width:40px;height:40px;flex-shrink:0}.jd-chat-send{position:absolute;inset:0;width:40px;height:40px;border-radius:50%;background:var(--jd-chat-send-color,var(--jd-chat-primary-color,#1ca4e8));color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;flex-shrink:0;transition:filter .15s,transform .15s,opacity .2s;opacity:0;pointer-events:none;transform:scale(.7);padding:0}.jd-chat-send svg{display:block;width:1.1rem;height:1.1rem;pointer-events:none}.jd-chat-send--visible{opacity:1;pointer-events:auto;transform:scale(1)}.jd-chat-send:hover{filter:brightness(.94)}.jd-chat-send:active{transform:scale(.85)}.jd-chat-send:disabled{opacity:.35;cursor:not-allowed;transform:scale(.92)}.jd-chat-send:disabled:not(.jd-chat-send--visible){opacity:0;pointer-events:none;transform:scale(.7)}.jd-chat-send--offline{display:none!important}.jd-chat-mic{position:absolute;inset:0;width:40px;height:40px;border-radius:50%;background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:1.2rem;flex-shrink:0;transition:background .2s,transform .15s,opacity .2s;opacity:1;pointer-events:auto}.jd-chat-mic svg{width:1.2rem;height:1.2rem;display:block;pointer-events:none}.jd-chat-mic:hover{filter:brightness(.94)}.jd-chat-mic:active{transform:scale(.85)}.jd-chat-mic:disabled{opacity:.35;cursor:not-allowed;transform:scale(.92)}.jd-chat-mic--hidden,.jd-chat-mic:disabled.jd-chat-mic--hidden{opacity:0;pointer-events:none;transform:scale(.7)}.jd-chat-mic--offline{display:none!important}.jd-chat-mic--recording{background:#dc2626;color:#fff;border:none;position:relative}.jd-chat-mic--recording::before{content:"";position:absolute;inset:0;border-radius:50%;background:rgba(220,38,38,.35);animation:jd-mic-pulse 1.4s ease-out infinite;will-change:transform,opacity;pointer-events:none}.jd-chat-mic--recording:hover{background:#b91c1c}@keyframes jd-mic-pulse{0%{transform:scale(1);opacity:.45}100%{transform:scale(1.6);opacity:0}}.jd-chat-mic-timer{font-size:.75rem;font-weight:600;color:#dc2626;min-width:2.4rem;text-align:center;letter-spacing:.02em;flex-shrink:0;font-variant-numeric:tabular-nums;animation:jd-mic-timer-blink 1s step-start infinite}@keyframes jd-mic-timer-blink{0%,100%{opacity:1}50%{opacity:.55}}.jd-chat-bubble--assistant a:focus-visible,.jd-chat-bubble__action-btn:focus-visible,.jd-chat-fab:focus-visible,.jd-chat-header__close:focus-visible,.jd-chat-header__new-chat:focus-visible,.jd-chat-input:focus-visible,.jd-chat-lead-modal__close:focus-visible,.jd-chat-lead-modal__field input:focus-visible,.jd-chat-lead-modal__submit:focus-visible,.jd-chat-lead-request__button:focus-visible,.jd-chat-mic:focus-visible,.jd-chat-property-card__actions-btn:focus-visible,.jd-chat-property-card__feature:focus-visible,.jd-chat-property-card__link--btn:focus-visible,.jd-chat-property-chip:focus-visible,.jd-chat-send:focus-visible,.jd-chat-suggestion-chip:focus-visible{outline:2px solid var(--jd-chat-primary-color,#1ca4e8);outline-offset:2px}@media (min-width:769px){.jd-chat-fab{width:64px;height:64px;font-size:1.65rem}.jd-chat-fab svg{width:1.65rem;height:1.65rem}.jd-chat-header{padding:1rem 1.4rem}.jd-chat-header__avatar{width:32px;height:32px}.jd-chat-header__avatar-dot{width:14px;height:14px}.jd-chat-header__title{font-size:1.08rem}.jd-chat-header__status{font-size:.74rem}.jd-chat-header__close,.jd-chat-header__new-chat{width:2rem;height:2rem}.jd-chat-header__new-chat{font-size:1.15rem}.jd-chat-header__close{font-size:1.3rem}.jd-chat-header__new-chat svg{width:1.15rem;height:1.15rem}.jd-chat-header__close svg{width:1.3rem;height:1.3rem}.jd-chat-messages{padding:1.15rem;gap:.85rem}.jd-chat-avatar{width:34px;height:34px}.jd-chat-bubble{padding:.68rem 1rem;font-size:.91rem}.jd-chat-bubble--info{font-size:.88rem}.jd-chat-bubble__meta{font-size:.68rem}.jd-chat-bubble__actions{gap:.25rem;margin-top:.4rem}.jd-chat-bubble__action-btn{width:28px;height:28px}.jd-chat-bubble__action-btn svg{width:15px;height:15px}.jd-chat-table{font-size:.82rem;margin:.5rem 0}.jd-chat-table td,.jd-chat-table th{padding:.35rem .6rem}.jd-chat-property-board{gap:.8rem}.jd-chat-property-board__next-steps,.jd-chat-property-board__summary{font-size:.82rem}.jd-chat-property-chip{padding:.32rem .75rem;font-size:.77rem}.jd-chat-property-board__list{gap:.75rem}.jd-chat-property-board__scroll-label{font-size:.76rem}.jd-chat-property-card__image{height:150px}.jd-chat-property-card__content{padding:.75rem;gap:.45rem}.jd-chat-property-card__title{font-size:.88rem}.jd-chat-property-card__reference{font-size:.67rem;padding:.15rem .5rem}.jd-chat-property-card__ref-id{font-size:.73rem}.jd-chat-property-card__seq{min-width:1.7rem;height:1.7rem;font-size:.73rem}.jd-chat-property-card__business-type{font-size:.67rem;padding:.2rem .5rem}.jd-chat-property-card__stats{padding:.5rem .7rem;height:2.8rem}.jd-chat-property-card__stats-value{font-size:.77rem}.jd-chat-property-card__stats-label{font-size:.62rem}.jd-chat-property-card__description,.jd-chat-property-card__location,.jd-chat-property-card__price{font-size:.78rem}.jd-chat-property-card__price-label{font-size:.69rem}.jd-chat-property-card__link{font-size:.78rem}.jd-chat-property-card__link--btn{padding:.32rem .65rem;font-size:.73rem}.jd-chat-property-card__actions{gap:.5rem}.jd-chat-property-card__actions-btn{padding:.35rem .5rem;font-size:.71rem}.jd-chat-property-card__features{gap:.45rem;margin-top:.2rem}.jd-chat-property-card__feature{font-size:.71rem;padding:.26rem .5rem}.jd-chat-property-card--strip{width:180px}.jd-chat-property-card--strip .jd-chat-property-card__image{height:115px}.jd-chat-property-card--strip .jd-chat-property-card__title{font-size:.78rem}.jd-chat-property-card--strip .jd-chat-property-card__content{padding:.6rem;gap:.35rem}.jd-chat-property-card--strip .jd-chat-property-card__location{font-size:.73rem}.jd-chat-property-card--strip .jd-chat-property-card__price{font-size:.8rem}.jd-chat-property-card--strip .jd-chat-property-card__link--btn{font-size:.69rem;padding:.3rem .5rem}.jd-chat-typing__dots{width:34px;height:20px}.jd-chat-typing__dot{width:7px;height:7px}.jd-chat-typing__label{font-size:.84rem}.jd-chat-input-area{padding:.75rem .9rem;gap:.6rem}.jd-chat-input{padding:.5rem .95rem;font-size:.91rem;min-height:40px;border-radius:22px}.jd-chat-input-actions{width:46px;height:46px}.jd-chat-send{width:46px;height:46px;font-size:1.2rem}.jd-chat-send svg{width:1.2rem;height:1.2rem}.jd-chat-mic{width:46px;height:46px;font-size:1.35rem}.jd-chat-mic svg{width:1.35rem;height:1.35rem}.jd-chat-mic-timer{font-size:.8rem}.jd-chat-scroll-indicator{padding:.6rem 1.15rem}.jd-chat-lead-modal__content{padding:1.75rem;max-width:360px}.jd-chat-lead-modal__title{font-size:1.12rem;margin:0 0 1.5rem}.jd-chat-lead-modal__field{margin-bottom:.9rem}.jd-chat-lead-modal__field input{padding:.72rem .85rem;font-size:.95rem}.jd-chat-lead-modal__error{font-size:.78rem}.jd-chat-lead-modal__checkbox{margin:1.15rem 0}.jd-chat-lead-modal__checkbox label{font-size:.78rem}.jd-chat-lead-modal__submit{padding:.85rem;font-size:.95rem}.jd-chat-lead-modal__spinner{width:18px;height:18px}.jd-chat-lead-request__message{font-size:1rem}.jd-chat-lead-request__button{width:auto;padding:.7rem 1.4rem;font-size:.95rem}.jd-chat-loading-history{font-size:.76rem;padding:.75rem .9rem .25rem}.jd-chat-skeleton-row{gap:.6rem;padding:.25rem .9rem}.jd-chat-skeleton-avatar{width:2.25rem;height:2.25rem}.jd-chat-skeleton-bubble{height:2.5rem}.jd-chat-bubble--realestate{max-width:min(88vw,500px)}}@media (max-width:640px){.jd-chat-panel{inset:0;width:auto;height:auto;max-height:100dvh;border-radius:0;border:none;right:0!important;left:0!important;bottom:0;top:0;transform-origin:center center}.jd-chat-panel.jd-chat-panel--hidden{transform:scale(.92)}.jd-chat-fab{right:1rem;bottom:1rem;width:52px;height:52px;font-size:1.3rem}.jd-chat-fab svg{width:1.3rem;height:1.3rem}.jd-chat-widget--open .jd-chat-fab{display:none}.jd-chat-header{padding:.75rem 1rem;border-radius:0}.jd-chat-messages{padding:.875rem;gap:.6rem}.jd-chat-bubble{max-width:88%;padding:.55rem .8rem;font-size:.9rem}.jd-chat-bubble--realestate{max-width:calc(100vw - 3.5rem)}.jd-chat-property-card__image{height:160px}.jd-chat-property-card--strip{width:200px}.jd-chat-property-card--strip .jd-chat-property-card__image{height:130px}.jd-chat-property-card__stats{height:auto;min-height:2.2rem;padding:.35rem .5rem}.jd-chat-property-card__actions-btn{min-height:42px;font-size:.75rem}.jd-chat-input-area{padding:.65rem .75rem;padding-bottom:calc(.65rem + env(safe-area-inset-bottom));gap:.5rem}.jd-chat-lead-request__button{width:100%;padding:.85rem 1.25rem}.jd-chat-input{padding:.55rem .9rem;font-size:.95rem;min-height:44px;border-radius:22px}.jd-chat-input-actions{width:44px;height:44px}.jd-chat-send{width:44px;height:44px}.jd-chat-mic{width:44px;height:44px}.jd-chat-backdrop--visible{background:hsl(var(--jd-chat-shadow-color) / .45)}.jd-chat-scroll-indicator{bottom:5rem}.jd-chat-lead-modal__content{width:calc(100% - 2rem);max-width:400px;margin:1rem}}.jd-chat-lead-modal{display:none;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1004;align-items:center;justify-content:center;background:hsl(var(--jd-chat-shadow-color) / .5);border-radius:16px;animation:jd-lead-modal-fadein .25s ease both}@keyframes jd-lead-modal-fadein{from{opacity:0}to{opacity:1}}.jd-chat-lead-modal:not([hidden]){display:flex}.jd-chat-lead-modal__overlay{position:absolute;top:0;left:0;right:0;bottom:0}.jd-chat-lead-modal__content{position:relative;background:var(--jd-chat-surface,#fff);border-radius:12px;padding:1.5rem;width:90%;max-width:320px;box-shadow:var(--jd-chat-shadow-lg);animation:jd-lead-modal-slidein .25s ease both}@keyframes jd-lead-modal-slidein{from{opacity:0;transform:translateY(16px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.jd-chat-lead-modal__close{position:absolute;top:.5rem;right:.5rem;background:0 0;border:none;cursor:pointer;padding:.5rem;color:#64748b;font-size:1.25rem;display:inline-flex;align-items:center;justify-content:center}.jd-chat-lead-modal__close svg{width:1.25rem;height:1.25rem;display:block;pointer-events:none}.jd-chat-lead-modal[data-mandatory=true] .jd-chat-lead-modal__close{display:none}.jd-chat-lead-modal[data-mandatory=true] .jd-chat-lead-modal__overlay{cursor:default;pointer-events:none}.jd-chat-lead-modal__close:hover{color:#1e293b}.jd-chat-lead-modal__title{margin:0 0 1.25rem;font-size:1.1rem;font-weight:600;color:#1e293b;text-align:center}.jd-chat-lead-modal__field{margin-bottom:.75rem}.jd-chat-lead-modal__field input{width:100%;padding:.65rem .75rem;border:1px solid #e2e8f0;border-radius:8px;font-size:.9rem;box-sizing:border-box;outline:0;transition:border-color .2s}.jd-chat-lead-modal__field input:focus{border-color:var(--jd-chat-primary-color,#1ca4e8)}.jd-chat-lead-modal__error{display:block;color:#ef4444;font-size:.75rem;margin-top:.25rem}.jd-chat-lead-modal__checkbox{margin:1rem 0;display:flex;align-items:flex-start;gap:.5rem}.jd-chat-lead-modal__checkbox input{margin-top:.2rem;cursor:pointer}.jd-chat-lead-modal__checkbox label{font-size:.75rem;color:#475569;cursor:pointer;line-height:1.4}.jd-chat-lead-modal__submit{width:100%;padding:.75rem;background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;border:none;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:opacity .2s,background .2s}.jd-chat-lead-modal__submit:hover:not(:disabled){background:var(--jd-chat-secondary-color,#1899e6)}.jd-chat-lead-modal__submit:disabled{opacity:.5;cursor:not-allowed;color:#fff}.jd-chat-lead-modal__spinner{display:inline-block;width:16px;height:16px;border:2px solid var(--jd-chat-surface,#fff);border-top-color:transparent;border-radius:50%;animation:jd-chat-spin .8s linear infinite}@keyframes jd-chat-spin{to{transform:rotate(360deg)}}.jd-chat-bubble--lead-request{padding:1rem;text-align:left;background:var(--jd-chat-surface-subtle,#f8fafc);border:1px solid var(--jd-chat-border-subtle,#f1f5f9)}.jd-chat-lead-request__message{margin:0 0 1rem;font-size:.95rem;color:#334155;line-height:1.5}.jd-chat-lead-request__button{display:inline-flex;align-items:center;justify-content:center;text-align:center;padding:.75rem 1.25rem;min-height:44px;background:var(--jd-chat-primary-color,#1ca4e8);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background .2s,transform .12s ease}.jd-chat-lead-request__button:active{transform:scale(.96)}.jd-chat-lead-request__button:hover{background:var(--jd-chat-secondary-color,#1899e6)}@keyframes jd-skeleton-shimmer{0%{background-position:200% 0}100%{background-position:-200% 0}}.jd-chat-loading-history{text-align:center;font-size:.72rem;color:#64748b;padding:.6rem .75rem .2rem;animation:jd-chat-fadein .35s ease both}@keyframes jd-chat-fadein{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@keyframes jd-chat-user-bubble-in{from{opacity:0;transform:translateX(12px) scale(.97)}to{opacity:1;transform:translateX(0) scale(1)}}.jd-chat-skeleton-row{display:flex;align-items:flex-end;gap:.5rem;padding:.2rem .75rem;width:100%;box-sizing:border-box}.jd-chat-skeleton-row--user{flex-direction:row-reverse}.jd-chat-skeleton-avatar{width:2rem;height:2rem;border-radius:50%;flex-shrink:0;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:jd-skeleton-shimmer 1.4s ease-in-out infinite}.jd-chat-skeleton-bubble{border-radius:12px;height:2.2rem;background:linear-gradient(90deg,#e2e8f0 25%,#f1f5f9 50%,#e2e8f0 75%);background-size:200% 100%;animation:jd-skeleton-shimmer 1.4s ease-in-out infinite}.jd-chat-skeleton-bubble--long{width:72%}.jd-chat-skeleton-bubble--medium{width:52%}.jd-chat-skeleton-bubble--short{width:36%}.jd-chat-skeleton-row:nth-child(2) .jd-chat-skeleton-avatar,.jd-chat-skeleton-row:nth-child(2) .jd-chat-skeleton-bubble{animation-delay:.2s}.jd-chat-skeleton-row:nth-child(3) .jd-chat-skeleton-avatar,.jd-chat-skeleton-row:nth-child(3) .jd-chat-skeleton-bubble{animation-delay:.4s}.jd-chat-skeleton-row:nth-child(4) .jd-chat-skeleton-avatar,.jd-chat-skeleton-row:nth-child(4) .jd-chat-skeleton-bubble{animation-delay:.6s}.jd-chat-typing__label{transition:opacity .25s ease}.jd-chat-typing__label--fading{opacity:.3}.jd-chat-bubble__actions{display:flex;align-items:center;gap:.2rem;margin-top:.35rem;opacity:0;transition:opacity .18s ease}.jd-chat-bubble__actions:focus-within,.jd-chat-message-row:hover .jd-chat-bubble__actions{opacity:1}.jd-chat-bubble__action-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:6px;border:none;background:0 0;color:#94a3b8;cursor:pointer;transition:background .15s,color .15s;padding:0}.jd-chat-bubble__action-btn:hover{background:rgba(148,163,184,.18);color:#475569}.jd-chat-bubble__action-btn svg{width:16px;height:16px;display:block;pointer-events:none}@media (hover:none){.jd-chat-bubble__actions{opacity:1}}.jd-chat-proactive-extension-container{position:fixed;z-index:1000000;opacity:0;visibility:hidden;display:flex;align-items:flex-end;transition:all .6s cubic-bezier(.165, .84, .44, 1);pointer-events:none;transform:translateX(30px)}.jd-chat-proactive-extension-container.active{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(0)}.jd-chat-proactive-bubble{background-color:var(--jd-chat-proactive-bubble-bg,#1ca4e8);min-height:44px;display:flex;align-items:center;padding:0 45px 0 25px;box-shadow:-4px 4px 12px hsl(var(--jd-chat-shadow-color) / .1);cursor:pointer;width:auto;max-width:calc(100vw - 110px)}.jd-chat-proactive-text-wrapper{margin:0;display:block;width:100%;font-size:.875rem;color:var(--jd-chat-proactive-bubble-text-color,#333);line-height:1.4;font-family:inherit;white-space:normal;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.jd-phone-input{position:relative;display:flex;align-items:stretch;width:100%;box-sizing:border-box}.jd-phone-input input[type=tel]{flex:1;padding-left:5.5rem!important;min-width:0}.jd-phone-selector{position:absolute;left:0;top:0;bottom:0;width:5rem;display:flex;align-items:center;justify-content:space-between;gap:.25rem;padding:0 .5rem;background:0 0;border:none;border-right:1px solid #e2e8f0;cursor:pointer;transition:background .15s;z-index:1}.jd-phone-selector:hover{background:rgba(0,0,0,.02)}.jd-phone-selector--open{background:rgba(0,0,0,.04)}.jd-phone-flag{font-size:1.25rem;line-height:1;flex-shrink:0}.jd-phone-code{font-size:.8rem;font-weight:500;color:#475569;flex:1;text-align:left;white-space:nowrap}.jd-phone-arrow{width:.75rem;height:.75rem;color:#94a3b8;flex-shrink:0;transition:transform .2s}.jd-phone-selector--open .jd-phone-arrow{transform:rotate(180deg)}.jd-phone-dropdown{position:absolute;top:calc(100% + .25rem);left:0;width:100%;max-height:16rem;overflow-y:auto;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);z-index:1000;animation:jd-phone-dropdown-in .15s ease both}@keyframes jd-phone-dropdown-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.jd-phone-dropdown::-webkit-scrollbar{width:6px}.jd-phone-dropdown::-webkit-scrollbar-track{background:0 0}.jd-phone-dropdown::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.jd-phone-dropdown::-webkit-scrollbar-thumb:hover{background:#94a3b8}.jd-phone-option{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:none;cursor:pointer;transition:background .15s;text-align:left}.jd-phone-option:hover{background:#f8fafc}.jd-phone-option--selected{background:#f1f5f9}.jd-phone-option:focus{outline:0;background:#e0f2fe}.jd-phone-option-flag{font-size:1.25rem;line-height:1;flex-shrink:0}.jd-phone-option-name{flex:1;font-size:.875rem;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.jd-phone-option-dial{font-size:.8rem;font-weight:500;color:#64748b;flex-shrink:0}.jd-phone-separator{height:1px;background:#e2e8f0;margin:.25rem 0}@media (max-width:480px){.jd-phone-input input[type=tel]{padding-left:5rem!important}.jd-phone-selector{width:4.75rem}.jd-phone-code{font-size:.75rem}.jd-phone-option-name{font-size:.8125rem}.jd-phone-option-dial{font-size:.75rem}}