.chatbot-container{z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:fixed;bottom:20px;right:20px}.chatbot-toggle-btn{cursor:pointer;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;transition:all .3s;animation:2s infinite pulse;display:flex}.chatbot-toggle-btn:hover{transform:scale(1.1);box-shadow:0 6px 20px #a1854966!important}@keyframes pulse{0%{box-shadow:0 4px 12px #a185494d}50%{box-shadow:0 4px 20px #a1854980}to{box-shadow:0 4px 12px #a185494d}}.chatbot-window{background:#fff;border-radius:12px;flex-direction:column;width:350px;height:500px;animation:.3s ease-out slideIn;display:flex;position:absolute;bottom:0;right:0;overflow:hidden;box-shadow:0 10px 40px #00000026}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#a18549 0%,#8b6f3a 100%);border-radius:12px 12px 0 0;justify-content:space-between;align-items:center;padding:16px;display:flex}.chatbot-header-content{align-items:center;gap:12px;display:flex}.chatbot-header-text{flex-direction:column;gap:2px;display:flex}.chatbot-messages{background:#f8f9fa;flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chatbot-messages::-webkit-scrollbar{width:4px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:2px}.chatbot-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.cb-message{margin-bottom:8px;display:flex}.message-content{flex:1;align-items:flex-start;gap:8px;max-width:100%;display:flex}.user-message .message-content{flex-direction:row-reverse}.message-bubble{word-wrap:break-word;background:#fff;border-radius:18px;max-width:80%;padding:12px 16px;position:relative;box-shadow:0 2px 8px #0000001a}.user-message .message-bubble{background:#a18549;border-radius:18px 18px 4px;color:#fff!important}.bot-message .message-bubble{color:#333;background:#fff;border:1px solid #e8e8e8;border-radius:18px 18px 18px 4px}.message-time{opacity:.7;text-align:right;margin-top:4px;font-size:10px}.user-message .message-time{text-align:left}.chatbot-input{background:#fff;border-top:1px solid #e8e8e8;padding:16px}.chatbot-input .ant-input{border:1px solid #d9d9d9;border-radius:20px;padding:8px 16px;transition:all .3s}.chatbot-input .ant-input:focus,.chatbot-input .ant-input:hover{border-color:#a18549;box-shadow:0 0 0 2px #a1854933}.chatbot-input .ant-input-suffix{margin-right:8px}@media (max-width:768px){.chatbot-window{width:calc(100vw - 40px);height:60vh;bottom:80px;right:0}.chatbot-container{bottom:10px;right:10px}.chatbot-toggle-btn{width:50px;height:50px}}@media (max-width:480px){.chatbot-window{width:calc(100vw - 20px);height:70vh;bottom:70px}.message-bubble{max-width:90%}}.ant-spin-dot-item{background-color:#a18549}.typing-indicator{background:#f0f0f0;border-radius:12px;align-items:center;gap:4px;width:fit-content;padding:8px 12px;display:flex}.typing-dot{background:#a18549;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typing}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}
