#fd-ai-chat-root{position:fixed;right:18px;bottom:18px;z-index:2147483000;font-family:var(--font-body-family,Arial,sans-serif);color:#2b2723}#fd-ai-chat-root *{box-sizing:border-box}.fd-ai-toggle{width:62px;height:62px;border-radius:50%;border:0;background:#342b23;color:#fff;box-shadow:0 8px 28px rgba(0,0,0,.24);cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:25px}.fd-ai-panel{display:none;width:370px;max-width:calc(100vw - 28px);height:560px;max-height:calc(100vh - 100px);background:#fff;border:1px solid rgba(52,43,35,.16);box-shadow:0 14px 48px rgba(0,0,0,.22);border-radius:18px;overflow:hidden;flex-direction:column}.fd-ai-open .fd-ai-panel{display:flex}.fd-ai-open .fd-ai-toggle{display:none}.fd-ai-header{background:#342b23;color:#fff;padding:15px 16px;display:flex;align-items:center;justify-content:space-between}.fd-ai-title{font-weight:650;font-size:16px;line-height:1.2}.fd-ai-subtitle{font-size:12px;opacity:.82;margin-top:3px}.fd-ai-close{background:transparent;color:#fff;border:0;font-size:24px;line-height:1;cursor:pointer}.fd-ai-messages{padding:14px;overflow:auto;flex:1;background:#faf7f2}.fd-ai-msg{margin:0 0 10px;display:flex}.fd-ai-msg span{padding:10px 12px;border-radius:14px;max-width:86%;font-size:14px;line-height:1.45;white-space:pre-wrap}.fd-ai-bot span{background:#fff;border:1px solid rgba(52,43,35,.1)}.fd-ai-user{justify-content:flex-end}.fd-ai-user span{background:#342b23;color:#fff}.fd-ai-lead{padding:10px 12px;border-top:1px solid rgba(52,43,35,.1);background:#fff;display:grid;grid-template-columns:1fr 1fr;gap:8px}.fd-ai-lead input{width:100%;border:1px solid rgba(52,43,35,.18);border-radius:10px;padding:9px 10px;font-size:13px}.fd-ai-input{padding:10px;border-top:1px solid rgba(52,43,35,.1);display:flex;gap:8px;background:#fff}.fd-ai-input textarea{resize:none;height:44px;max-height:88px;flex:1;border:1px solid rgba(52,43,35,.2);border-radius:12px;padding:10px;font-size:14px}.fd-ai-send{border:0;background:#342b23;color:white;border-radius:12px;padding:0 15px;cursor:pointer;font-weight:650}.fd-ai-status{font-size:12px;color:#756a5f;padding:0 12px 10px;background:#fff}.fd-ai-chipbar{display:flex;gap:7px;flex-wrap:wrap;margin:0 0 11px}.fd-ai-chip{border:1px solid rgba(52,43,35,.14);background:#fff;border-radius:999px;padding:7px 9px;font-size:12px;cursor:pointer;color:#342b23}@media(max-width:749px){#fd-ai-chat-root{right:12px;bottom:12px}.fd-ai-toggle{width:56px;height:56px}.fd-ai-panel{width:calc(100vw - 20px);height:calc(100vh - 80px);border-radius:16px}.fd-ai-lead{grid-template-columns:1fr}}