.ds-chat-fab{position:fixed;bottom:calc(24px + env(safe-area-inset-bottom, 0px));right:calc(24px + env(safe-area-inset-right, 0px));width:58px;height:58px;border-radius:50%;border:none;color:#fff;cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.22);display:flex;align-items:center;justify-content:center;z-index:9999;transition:transform .18s ease,box-shadow .18s ease;overflow:hidden}.ds-chat-fab:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 16px 36px rgba(0,0,0,.28)}.ds-chat-fab--open{transform:rotate(8deg)}.ds-chat-fab-dot{position:absolute;top:10px;right:10px;width:10px;height:10px;background:#10b981;border-radius:50%;border:2px solid #fff;animation:ds-chat-pulse 1.8s ease-in-out infinite}@keyframes ds-chat-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.2)}}.ds-chat-fab-live{position:absolute;top:6px;right:6px;width:12px;height:12px;border-radius:50%;background:#10b981;border:2px solid #fff;box-shadow:0 0 0 4px rgba(16,185,129,.32);animation:ds-live-pulse 1.8s ease-in-out infinite}@keyframes ds-live-pulse{0%,to{box-shadow:0 0 0 0 rgba(16,185,129,.48)}50%{box-shadow:0 0 0 6px rgba(16,185,129,.1)}}.ds-chat-fab-avatar{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;border-radius:50%;display:block}.ds-chat-panel{position:fixed;bottom:calc(96px + env(safe-area-inset-bottom, 0px));right:calc(24px + env(safe-area-inset-right, 0px));width:360px;max-width:calc(100vw - 32px);max-height:70vh;background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 24px 60px rgba(0,0,0,.28);display:flex;flex-direction:column;z-index:9999;font-family:inherit}.ds-chat-head{justify-content:space-between;padding:14px 16px}.ds-chat-head,.ds-chat-head-av{display:flex;align-items:center;color:#fff}.ds-chat-head-av{width:36px;height:36px;border-radius:50%;background:rgba(255,255,255,.22);justify-content:center;flex-shrink:0;border:1.5px solid rgba(255,255,255,.35);overflow:hidden}.ds-chat-head-av img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.ds-chat-head-title{display:flex;gap:10px;align-items:center;flex:1;min-width:0;flex-direction:column;align-items:flex-start}.ds-chat-head-name{font-weight:700;font-size:14px;line-height:1.2;display:flex;align-items:center}.ds-chat-head-sub{font-size:11px;opacity:.85;margin-top:2px}.ds-chat-head-x{background:rgba(255,255,255,.2);border:none;color:#fff;width:28px;height:28px;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center}.ds-chat-head-x:hover{background:rgba(255,255,255,.32)}.ds-chat-head-badge{display:inline-flex;align-items:center;gap:5px;background:#10b981;color:#fff;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:2px 7px;border-radius:999px;margin-left:8px}.ds-chat-head-badge-dot{width:6px;height:6px;border-radius:50%;background:#fff;animation:ds-live-dot 1.4s ease-in-out infinite}@keyframes ds-live-dot{0%,to{opacity:1}50%{opacity:.35}}.ds-chat-body{flex:1;overflow-y:auto;padding:14px;gap:8px;background:#f8fafc}.ds-chat-body,.ds-chat-row{display:flex;flex-direction:column}.ds-chat-row{gap:6px;max-width:100%}.ds-chat-row--me{align-items:flex-end}.ds-chat-row--ai,.ds-chat-row--dealer{align-items:flex-start}.ds-chat-msg{max-width:82%;padding:9px 13px;border-radius:14px;font-size:13.5px;line-height:1.45;word-wrap:break-word}.ds-chat-msg--me{background:#0f172a;color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.ds-chat-msg--ai{background:#fff;color:#0f172a;align-self:flex-start;border:1px solid #e2e8f0;border-bottom-left-radius:4px}.ds-chat-msg--err{background:#fee2e2;color:#991b1b;border-color:#fecaca}.ds-chat-msg--typing{display:inline-flex;align-items:center;gap:6px;color:#64748b;font-style:italic}.ds-chat-msg--dealer{background:#ecfdf5;color:#064e3b;align-self:flex-start;border:1px solid #6ee7b7;border-bottom-left-radius:4px}.ds-chat-msg-by{font-size:10.5px;font-weight:700;color:#065f46;margin-bottom:3px;text-transform:uppercase;letter-spacing:.05em;display:flex;align-items:center;gap:4px}.ds-chat-msg-by:before{content:"";width:6px;height:6px;border-radius:50%;background:#10b981;display:inline-block}.ds-chat-dots{display:inline-flex;gap:3px;align-items:center}.ds-chat-dots i{width:5px;height:5px;border-radius:50%;background:#94a3b8;animation:ds-dot 1.2s ease-in-out infinite}.ds-chat-dots i:nth-child(2){animation-delay:.15s}.ds-chat-dots i:nth-child(3){animation-delay:.3s}@keyframes ds-dot{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.ds-chat-note{padding:8px 14px;background:#ecfdf5;color:#065f46;font-size:12px;display:flex;gap:6px;align-items:center}.ds-chat-quick{display:flex;flex-wrap:wrap;gap:6px;padding:8px 12px;background:#fff;border-top:1px solid #e2e8f0}.ds-chat-quick-chip{font-size:12px;font-weight:600;padding:7px 12px;border:1.5px solid #cbd5e1;border-radius:999px;background:#fff;cursor:pointer;transition:all .14s ease}.ds-chat-quick-chip:hover{background:#f1f5f9;transform:translateY(-1px)}.ds-chat-cards{display:flex;flex-direction:column;gap:6px;max-width:100%}.ds-chat-card{display:flex;gap:10px;padding:8px;background:#fff;border:1px solid #e2e8f0;border-radius:10px;text-decoration:none;color:#0f172a;transition:all .14s ease}.ds-chat-card:hover{border-color:#cbd5e1;box-shadow:0 4px 12px rgba(15,23,42,.08);transform:translateY(-1px)}.ds-chat-card img,.ds-chat-card-ph{width:68px;height:52px;border-radius:8px;-o-object-fit:cover;object-fit:cover;background:#f1f5f9;flex-shrink:0;display:flex;align-items:center;justify-content:center;color:#94a3b8}.ds-chat-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.ds-chat-card-title{font-size:12.5px;font-weight:700;color:#0f172a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ds-chat-card-meta{font-size:11.5px;color:#475569}.ds-chat-card-cta{font-size:11px;font-weight:600;color:#2563eb;display:inline-flex;align-items:center;gap:2px;margin-top:2px}.ds-chat-appt{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:10px;padding:10px 12px;display:flex;flex-direction:column;gap:4px;max-width:82%}.ds-chat-appt-head{font-weight:700;font-size:12.5px;color:#065f46;display:flex;align-items:center;gap:6px}.ds-chat-appt-row{display:flex;justify-content:space-between;font-size:12px;color:#047857}.ds-chat-appt-row b{color:#064e3b}.ds-chat-appt-status{font-size:11px;color:#059669;margin-top:2px;font-style:italic}.ds-chat-input{display:flex;gap:6px;padding:10px 12px;background:#fff;border-top:1px solid #e2e8f0}.ds-chat-input input{flex:1;border:1px solid #cbd5e1;border-radius:10px;padding:9px 12px;font-size:13px;outline:none;caret-color:#2563eb;cursor:text;background:#ffffff!important;color:#0f172a!important;-webkit-text-fill-color:#0f172a!important}.ds-chat-input input::-moz-placeholder{color:#94a3b8;opacity:1}.ds-chat-input input::placeholder{color:#94a3b8;opacity:1}.ds-chat-input input:focus{border-color:#94a3b8}.ds-chat-send{border:none;color:#fff;border-radius:10px;width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer}.ds-chat-send:disabled{opacity:.5;cursor:not-allowed}.ds-chat-send .spin{animation:ds-chat-spin 1s linear infinite}@keyframes ds-chat-spin{to{transform:rotate(1turn)}}