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