#ab-moving-ai-chat-root{position:fixed;right:18px;bottom:18px;z-index:999999;font-family:Inter,Arial,sans-serif}
#ab-moving-ai-chat-root *{box-sizing:border-box}
.abm-chat-shell{position:relative;display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.abm-chat-launcher{width:76px;height:76px;border:none;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}
.abm-chat-launcher svg{width:76px;height:76px;filter:drop-shadow(0 12px 24px rgba(0,0,0,.2))}
.abm-chat-teaser{position:relative;max-width:300px;background:#fff;color:#223160;border-radius:16px;padding:16px 18px;box-shadow:0 18px 40px rgba(15,23,42,.18);border:1px solid #e8edf5;display:none}
.abm-chat-teaser.is-visible{display:block}
.abm-chat-teaser:after{content:"";position:absolute;right:26px;bottom:-9px;width:18px;height:18px;background:#fff;border-right:1px solid #e8edf5;border-bottom:1px solid #e8edf5;transform:rotate(45deg)}
.abm-chat-teaser-close{position:absolute;top:8px;right:10px;border:none;background:transparent;color:#64748b;font-size:18px;line-height:1;cursor:pointer}
.abm-chat-teaser-title{font-size:13px;font-weight:700;color:#223160;margin-bottom:6px}
.abm-chat-teaser-text{font-size:15px;line-height:1.35;padding-right:18px}
.abm-chat-panel{width:390px;max-width:calc(100vw - 20px);height:680px;max-height:calc(100vh - 34px);background:#fff;border-radius:24px;box-shadow:0 28px 70px rgba(15,23,42,.28);overflow:hidden;display:none;flex-direction:column}
.abm-chat-panel.is-open{display:flex}
.abm-chat-header{display:flex;justify-content:space-between;align-items:flex-start;padding:16px 18px;background:#223160;color:#fff}
.abm-chat-brand{display:flex;gap:12px;align-items:center;min-width:0}
.abm-chat-brand-icon{width:42px;height:42px;border-radius:50%;background:rgba(255,255,255,.12);display:flex;align-items:center;justify-content:center;flex:0 0 auto}
.abm-chat-brand-icon svg{width:28px;height:28px}
.abm-chat-header h3{margin:0;font-size:18px;line-height:1.15;color:#fff}
.abm-chat-header p{margin:5px 0 0;font-size:12px;opacity:.9;color:#fff}
.abm-chat-header-actions{display:flex;gap:8px;margin-left:12px}
.abm-chat-header-btn{width:34px;height:34px;border-radius:12px;border:none;background:rgba(255,255,255,.12);color:#fff;cursor:pointer;font-size:18px}
.abm-chat-body{flex:1;background:#f3f6fb;padding:16px;overflow:auto}
.abm-chat-msg{max-width:86%;margin:0 0 12px;padding:12px 14px;border-radius:18px;line-height:1.45;font-size:14px;white-space:pre-wrap}
.abm-chat-msg.bot{background:#fff;color:#0f172a;border:1px solid #e4e9f1;border-bottom-left-radius:6px}
.abm-chat-msg.user{margin-left:auto;background:#223160;color:#fff;border-bottom-right-radius:6px}
.abm-chat-estimate{background:#fff;border:1px solid #d8e1ee;border-radius:18px;padding:14px 15px;margin:12px 0;color:#223160}
.abm-chat-estimate .abm-chat-estimate-title{font-size:13px;font-weight:700;color:#223160;text-transform:uppercase;letter-spacing:.04em}
.abm-chat-estimate strong{display:block;font-size:22px;margin:6px 0}
.abm-chat-estimate-meta{font-size:13px;color:#64748b;line-height:1.4}
.abm-chat-footer{padding:14px;background:#fff;border-top:1px solid #e9eef5}
.abm-chat-controls{display:flex;gap:10px;align-items:flex-end}
.abm-chat-controls textarea{flex:1;min-height:50px;max-height:120px;border:1px solid #d0dae7;border-radius:16px;padding:12px 14px;resize:none;font-size:14px;outline:none}
.abm-chat-controls textarea:focus{border-color:#223160;box-shadow:0 0 0 3px rgba(34,49,96,.08)}
.abm-icon-btn,.abm-send-btn{border:none;cursor:pointer;border-radius:16px}
.abm-icon-btn{width:48px;height:48px;background:#eef2f7;font-size:18px;color:#223160}
.abm-icon-btn.is-listening{background:#fee2e2;outline:3px solid rgba(239,68,68,.18)}
.abm-send-btn{height:48px;padding:0 18px;background:#223160;color:#fff;font-weight:700}
.abm-typing{display:none;margin:0 0 12px}
.abm-typing.is-visible{display:block}
.abm-typing-bubble{display:inline-flex;gap:6px;align-items:center;background:#fff;border:1px solid #e4e9f1;border-radius:16px;padding:12px 14px}
.abm-typing-bubble span{display:inline-block;width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:abmBlink 1.2s infinite ease-in-out}
.abm-typing-bubble span:nth-child(2){animation-delay:.15s}
.abm-typing-bubble span:nth-child(3){animation-delay:.3s}
@keyframes abmBlink{0%,80%,100%{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-2px)}}
@media (max-width:640px){#ab-moving-ai-chat-root{right:10px;bottom:10px}.abm-chat-panel{width:calc(100vw - 12px);height:78vh;max-height:78vh}.abm-chat-teaser{max-width:min(280px,calc(100vw - 90px))}.abm-chat-launcher,.abm-chat-launcher svg{width:68px;height:68px}}
