#sgveh-ai-button{position:fixed;bottom:20px;right:20px;background:maroon;color:#fff;border-radius:50%;width:70px;height:70px;display:flex;justify-content:center;align-items:center;font-family:Raleway,sans-serif;font-size:11px;font-weight:500;cursor:pointer;box-shadow:0 0 15px rgb(0 0 0 / .3);z-index:10000}#sgveh-ai-chatbox{position:fixed;bottom:100px;right:20px;width:320px;background:#fff;border-radius:12px;box-shadow:0 8px 20px rgb(0 0 0 / .3);display:none;flex-direction:column;overflow:hidden;font-family:Inter,sans-serif;z-index:10000}#sgveh-ai-chatbox.visible{display:flex}.chat-header{background:maroon;color:#fff;padding:12px;font-size:14px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.chat-body{background:#f2f2f2;padding:10px;height:260px;overflow-y:auto;font-size:14px}.chat-input{display:flex;border-top:1px solid #ccc}.chat-input input{flex:1;padding:10px;border:none;font-size:14px}.chat-input button{background:maroon;color:#fff;border:none;padding:10px 15px;cursor:pointer;font-size:14px}.chat-message{margin-bottom:10px;padding:8px 12px;border-radius:10px;max-width:80%}.chat-message.user{background:#dcf8c6;align-self:flex-end}.chat-message.bot{background:#fff;align-self:flex-start;border:1px solid #ddd}