/* DealerSales Chat — logo navy #002442, orange #C2410C, the site's own type. */
.dsc-launch{position:fixed;right:20px;bottom:20px;z-index:9990;display:inline-flex;align-items:center;gap:10px;height:54px;padding:0 20px 0 16px;border:0;border-radius:999px;background:#002442;color:#fff;font:600 15px/1 inherit;box-shadow:0 16px 36px -12px rgba(0,36,66,.55);cursor:pointer;transition:transform .15s,box-shadow .15s}
.dsc-launch:hover{transform:translateY(-2px);box-shadow:0 20px 40px -12px rgba(0,36,66,.6)}
.dsc-launch:focus-visible{outline:3px solid #FDBA74;outline-offset:3px}
.dsc-launch-dot{position:absolute;top:10px;left:34px;width:10px;height:10px;border-radius:50%;background:#22c55e;box-shadow:0 0 0 2px #002442}
.dsc-open .dsc-launch{transform:scale(.92)}
.dsc-panel{position:fixed;right:20px;bottom:88px;z-index:9991;display:flex;flex-direction:column;width:380px;height:min(580px,calc(100dvh - 120px));border-radius:22px;background:#fff;color:#0E1B2B;box-shadow:0 30px 80px -20px rgba(0,26,49,.45),0 0 0 1px rgba(0,26,49,.08);overflow:hidden;font-size:15px;line-height:1.45}
.dsc-panel[hidden]{display:none}
.dsc-head{display:flex;align-items:center;gap:12px;padding:16px 16px 14px 18px;background:#002442;color:#fff}
.dsc-head b{display:block;font-size:15.5px}
.dsc-head small{display:flex;align-items:center;gap:6px;margin-top:2px;font-size:12.5px;color:rgba(255,255,255,.75)}
.dsc-on{width:8px;height:8px;border-radius:50%;background:#22c55e}
.dsc-av{display:grid;place-items:center;flex:0 0 auto;width:38px;height:38px;border-radius:50%;background:#C2410C;font-size:13px;font-weight:700;letter-spacing:.02em}
.dsc-x{margin-left:auto;width:34px;height:34px;border:0;border-radius:50%;background:rgba(255,255,255,.12);color:#fff;font-size:22px;line-height:1;cursor:pointer}
.dsc-log{flex:1;overflow-y:auto;padding:18px 16px 8px;background:#F5F7FA;overscroll-behavior:contain}
.dsc-msg{max-width:84%;margin:0 0 10px;padding:10px 14px;border-radius:18px;white-space:pre-wrap;word-wrap:break-word}
.dsc-assistant{background:#fff;border-bottom-left-radius:6px;box-shadow:0 0 0 1px #E3E8EF}
.dsc-user{margin-left:auto;background:#002442;color:#fff;border-bottom-right-radius:6px}
.dsc-assistant a{color:#002442;text-decoration:underline}
.dsc-in-anim{animation:dsc-rise .22s ease-out}
@keyframes dsc-rise{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}
.dsc-typing{display:inline-flex;gap:4px;padding:13px 14px}
.dsc-typing i{width:7px;height:7px;border-radius:50%;background:#94A3B8;animation:dsc-dot 1s infinite}
.dsc-typing i:nth-child(2){animation-delay:.15s}
.dsc-typing i:nth-child(3){animation-delay:.3s}
@keyframes dsc-dot{0%,80%,100%{opacity:.3;transform:none}40%{opacity:1;transform:translateY(-3px)}}
.dsc-chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 16px;background:#F5F7FA}
.dsc-chips:not(:empty){padding-bottom:10px}
.dsc-chip{padding:7px 12px;border:1px solid #CBD3DE;border-radius:999px;background:#fff;color:#002442;font:500 13.5px/1.2 inherit;cursor:pointer}
.dsc-chip:hover{border-color:#002442}
.dsc-form{display:flex;gap:8px;padding:12px;border-top:1px solid #E3E8EF;background:#fff}
.dsc-in{flex:1;min-width:0;height:44px;padding:0 14px;border:1px solid #CBD3DE;border-radius:999px;font:inherit;font-size:16px;color:inherit;background:#fff}
.dsc-in:focus{outline:2px solid #002442;outline-offset:0;border-color:transparent}
.dsc-send{flex:0 0 auto;width:44px;height:44px;border:0;border-radius:50%;background:#C2410C;color:#fff;cursor:pointer}
.dsc-hp{position:absolute;left:-9999px;width:1px;height:1px;opacity:0}
.dsc-sr{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}
.dsc-note{margin:0;padding:0 14px 10px;background:#fff;font-size:11.5px;color:#56637A}
.dsc-note a{color:inherit;text-decoration:underline}
@media (max-width:640px){
	.dsc-launch{right:14px;bottom:14px;height:50px;padding:0 16px 0 14px}
	.dsc-launch-t{font-size:14px}
	.dsc-panel{inset:0;width:auto;height:auto;border-radius:0}
	.dsc-open body{overflow:hidden}
	.dsc-open .dsc-launch{display:none}
}
@media (prefers-reduced-motion:reduce){.dsc-in-anim,.dsc-typing i{animation:none}}
