.ai-chat-container{position:fixed;z-index:9999;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.ai-chat-container.ai-chat-bottom-right{bottom:1.25rem;right:1.25rem}.ai-chat-container.ai-chat-bottom-left{bottom:1.25rem;left:1.25rem}.ai-chat-container.ai-chat-top-right{top:1.25rem;right:1.25rem}.ai-chat-container.ai-chat-top-left{top:1.25rem;left:1.25rem}.ai-chat-bubble{width:3.5rem;height:3.5rem;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 .25rem .75rem rgba(0,0,0,.15);transition:all .3s ease;color:#fff}.ai-chat-bubble:hover{transform:scale(1.08);box-shadow:0 .375rem 1rem rgba(0,0,0,.2)}.ai-chat-bubble:active{transform:scale(.95)}.ai-chat-bubble svg{width:1.375rem;height:1.375rem}.ai-chat-window{position:absolute;background:#fff;border-radius:.75rem;box-shadow:0 .5rem 2rem rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;min-width:21.875rem;max-width:31.25rem;min-height:25rem;max-height:43.75rem;width:90vw}.ai-chat-bottom-left .ai-chat-window,.ai-chat-bottom-right .ai-chat-window{bottom:5rem}.ai-chat-top-left .ai-chat-window,.ai-chat-top-right .ai-chat-window{top:5rem}.ai-chat-bottom-right .ai-chat-window,.ai-chat-top-right .ai-chat-window{right:0}.ai-chat-bottom-left .ai-chat-window,.ai-chat-top-left .ai-chat-window{left:0}@media(max-width:480px){.ai-chat-window{position:fixed;top:0!important;left:0!important;right:0!important;bottom:0!important;max-width:100%!important;max-height:100%!important;border-radius:0}}.ai-chat-header{padding:1rem 1.25rem;color:#fff;display:flex;justify-content:space-between;align-items:center}.ai-chat-header h3{margin:0;font-size:1.125rem;font-weight:600}.ai-chat-header .ai-chat-close{background:none;border:none;color:#fff;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:background-color .2s}.ai-chat-header .ai-chat-close:hover{background-color:hsla(0,0%,100%,.1)}.ai-chat-messages{flex:1;overflow-y:auto;padding:1.25rem;display:flex;flex-direction:column;gap:1rem;background-color:#f9fafb}.ai-chat-messages::-webkit-scrollbar{width:.375rem}.ai-chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:.1875rem}.ai-chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.ai-chat-message{display:flex;flex-direction:column;max-width:80%;animation:slideIn .3s ease}.ai-chat-message.user{align-self:flex-end}.ai-chat-message.user .message-content{background-color:#25d366;color:#fff;border-bottom-right-radius:.25rem}.ai-chat-message.user .message-time{align-self:flex-end}.ai-chat-message.assistant{align-self:flex-start}.ai-chat-message.assistant .message-content{background-color:#fff;color:#1f2937;border-bottom-left-radius:.25rem}.ai-chat-message.assistant .message-time{align-self:flex-start}.ai-chat-message .message-content{padding:.75rem 1rem;border-radius:.75rem;word-wrap:break-word;line-height:1.4;font-size:.8125rem;box-shadow:0 .0625rem .125rem rgba(0,0,0,.05);white-space:pre-wrap}.ai-chat-message .message-content strong{font-weight:600}.ai-chat-message .message-time{font-size:.6875rem;color:#9ca3af;margin-top:.25rem;padding:0 .25rem}@keyframes slideIn{0%{opacity:0;transform:translateY(.625rem)}to{opacity:1;transform:translateY(0)}}.typing-indicator{display:flex;gap:.25rem;align-items:center;padding:.25rem 0}.typing-indicator span{width:.5rem;height:.5rem;border-radius:50%;background-color:#9ca3af;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.7}30%{transform:translateY(-.625rem);opacity:1}}.ai-chat-input-container{padding:1rem;border-top:.0625rem solid #e5e7eb;display:flex;gap:.5rem;background:#fff}.ai-chat-input-container textarea{flex:1;border:.0625rem solid #e5e7eb;border-radius:.5rem;padding:.625rem .75rem;font-size:.8125rem;resize:none;font-family:inherit;max-height:7.5rem;transition:border-color .2s}.ai-chat-input-container textarea:focus{outline:none;border-color:#25d366}.ai-chat-input-container textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}.ai-chat-input-container button{width:2.5rem;height:2.5rem;border:none;border-radius:.5rem;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;flex-shrink:0}.ai-chat-input-container button:hover:not(:disabled){opacity:.9;transform:translateY(-.0625rem)}.ai-chat-input-container button:active:not(:disabled){transform:translateY(0)}.ai-chat-input-container button:disabled{opacity:.5;cursor:not-allowed}.ai-chat-input-container button svg{width:1.125rem;height:1.125rem}