#ndma-chatbot{position:fixed;right:20px;bottom:20px;z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.ndma-chat-open{width:58px;height:58px;border:0;border-radius:50%;background:var(--ndma-color,#111827);color:#fff;font-size:25px;box-shadow:0 8px 25px rgba(0,0,0,.2);cursor:pointer}.ndma-chat-window{display:none;position:absolute;right:0;bottom:70px;width:350px;max-width:calc(100vw - 30px);height:520px;background:#fff;border-radius:18px;box-shadow:0 15px 45px rgba(0,0,0,.22);overflow:hidden;border:1px solid #eee}.ndma-chat-window.open{display:flex;flex-direction:column}.ndma-chat-head{background:var(--ndma-color,#111827);color:#fff;padding:15px 16px;display:flex;justify-content:space-between;align-items:center}.ndma-chat-head button{border:0;background:transparent;color:#fff;font-size:25px;cursor:pointer}.ndma-chat-messages{padding:15px;overflow:auto;flex:1;background:#f7f7f8}.ndma-msg{margin:8px 0;display:flex}.ndma-msg.bot{justify-content:flex-start}.ndma-msg.user{justify-content:flex-end}.ndma-bubble{max-width:82%;padding:10px 12px;border-radius:14px;line-height:1.4;white-space:pre-wrap}.bot .ndma-bubble{background:#fff;border:1px solid #e5e7eb}.user .ndma-bubble{background:var(--ndma-color,#111827);color:#fff}.ndma-chat-quick{padding:8px 10px;display:flex;gap:6px;overflow:auto}.ndma-quick{white-space:nowrap;border:1px solid #ddd;background:#fff;border-radius:20px;padding:7px 10px;cursor:pointer}.ndma-chat-form{display:flex;border-top:1px solid #eee}.ndma-chat-form input{flex:1;border:0;padding:13px;outline:0}.ndma-chat-form button{border:0;background:var(--ndma-color,#111827);color:#fff;padding:0 15px;cursor:pointer}.ndma-lead-box{padding:10px;border-top:1px solid #eee;background:#fff}.ndma-lead-box input,.ndma-lead-box textarea{width:100%;box-sizing:border-box;margin-top:6px;padding:8px;border:1px solid #ddd;border-radius:7px}.ndma-lead-box textarea{height:55px}.ndma-lead-box button{margin-top:7px;background:var(--ndma-color,#111827);color:#fff;border:0;padding:8px 12px;border-radius:7px}.ndma-lead-box span{font-size:12px;margin-left:6px}.ndma-chat-contact{padding:8px 10px;display:flex;gap:7px}.ndma-chat-contact a{flex:1;text-align:center;padding:7px;border-radius:7px;text-decoration:none;background:#f1f5f9;color:#111827;font-size:13px}@media(max-width:480px){#ndma-chatbot{right:12px;bottom:12px}.ndma-chat-window{right:-5px;bottom:68px;width:calc(100vw - 24px);height:70vh}}