.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:calc(20px + env(safe-area-inset-bottom, 0px));right:calc(20px + env(safe-area-inset-right, 0px))}.ai-chat-container.ai-chat-bottom-left{bottom:calc(20px + env(safe-area-inset-bottom, 0px));left:calc(20px + env(safe-area-inset-left, 0px))}.ai-chat-container.ai-chat-top-right{top:calc(20px + env(safe-area-inset-top, 0px));right:calc(20px + env(safe-area-inset-right, 0px))}.ai-chat-container.ai-chat-top-left{top:calc(20px + env(safe-area-inset-top, 0px));left:calc(20px + env(safe-area-inset-left, 0px))}@media(max-width:768px){.ai-chat-container.ai-chat-bottom-left,.ai-chat-container.ai-chat-bottom-right,.ai-chat-container.ai-chat-top-left,.ai-chat-container.ai-chat-top-right{left:12px;right:12px;bottom:calc(12px + env(safe-area-inset-bottom, 0px));top:auto}}.ai-chat-bubble{width:56px;height:56px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;color:#fff}.ai-chat-bubble:hover{transform:scale(1.08);box-shadow:0 6px 16px rgba(0,0,0,.2)}.ai-chat-bubble:active{transform:scale(.95)}.ai-chat-bubble svg{width:22px;height:22px}@media(max-width:768px){.ai-chat-bubble{align-self:flex-end}.ai-chat-bubble.open{opacity:0;pointer-events:none;transform:scale(.92)}}.ai-chat-window{position:absolute;background:#fff;border-radius:12px;box-shadow:0 8px 32px rgba(0,0,0,.12);display:flex;flex-direction:column;overflow:hidden;min-width:350px;max-width:500px;min-height:400px;max-height:700px;width:90vw;overscroll-behavior:contain}.ai-chat-bottom-left .ai-chat-window,.ai-chat-bottom-right .ai-chat-window{bottom:80px}.ai-chat-top-left .ai-chat-window,.ai-chat-top-right .ai-chat-window{top:80px}.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:768px){.ai-chat-window{position:fixed;left:12px!important;right:12px!important;top:auto!important;bottom:calc(12px + env(safe-area-inset-bottom, 0px))!important;width:auto!important;min-width:0;min-height:0;max-width:none!important;max-height:min(72dvh,620px)!important;height:min(72dvh,620px);border-radius:20px;box-shadow:0 20px 48px rgba(0,0,0,.18)}}.ai-chat-header{padding:16px 20px;color:#fff;display:flex;justify-content:space-between;align-items:center}.ai-chat-header h3{margin:0;font-size:18px;font-weight:600}.ai-chat-header .ai-chat-close{background:none;border:none;color:#fff;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.ai-chat-header .ai-chat-close:hover{background-color:hsla(0,0%,100%,.1)}@media(max-width:768px){.ai-chat-header{padding:14px 16px}.ai-chat-header h3{font-size:16px}}.ai-chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px;background-color:#f9fafb}.ai-chat-messages::-webkit-scrollbar{width:6px}.ai-chat-messages::-webkit-scrollbar-track{background:transparent}.ai-chat-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.ai-chat-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}@media(max-width:768px){.ai-chat-messages{padding:16px;gap:12px}}.ai-chat-message{display:flex;flex-direction:column;max-width:80%;animation:slideIn .3s ease}@media(max-width:768px){.ai-chat-message{max-width:88%}}.ai-chat-message.user{align-self:flex-end}.ai-chat-message.user .message-content{background-color:#66ce74;color:#fff;border-bottom-right-radius:4px}.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:4px}.ai-chat-message.assistant .message-time{align-self:flex-start}.ai-chat-message .message-content{padding:12px 16px;border-radius:12px;word-wrap:break-word;line-height:1.4;font-size:13px;box-shadow:0 1px 2px rgba(0,0,0,.05);white-space:pre-wrap}.ai-chat-message .message-content strong{font-weight:600}@media(max-width:768px){.ai-chat-message .message-content{font-size:14px;line-height:1.5}}.ai-chat-message .message-time{font-size:11px;color:#9ca3af;margin-top:4px;padding:0 4px}.ai-chat-suggestions{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.ai-chat-suggestion{border:1px solid #cfead3;background:#f4fbf5;color:#24682f;border-radius:999px;padding:7px 12px;font-size:12px;line-height:1.2;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.ai-chat-suggestion:hover:not(:disabled){background:#e8f7ea;transform:translateY(-1px)}.ai-chat-suggestion:disabled{opacity:.6;cursor:not-allowed}.ai-chat-feedback{margin-top:12px;padding-top:10px;border-top:1px solid #e5e7eb}.ai-chat-feedback-label{margin:0 0 8px;font-size:12px;color:#6b7280}.ai-chat-feedback-actions{display:flex;flex-wrap:wrap;gap:8px}.ai-chat-feedback-button{border:1px solid #cfead3;background:#f4fbf5;color:#24682f;border-radius:999px;padding:7px 12px;font-size:12px;line-height:1.2;cursor:pointer;transition:background-color .2s ease,transform .2s ease}.ai-chat-feedback-button:hover:not(:disabled){background:#e8f7ea;transform:translateY(-1px)}.ai-chat-feedback-button:disabled{opacity:.6;cursor:not-allowed}.ai-chat-feedback-button-secondary{border-color:#d1d5db;background:#fff;color:#4b5563}.ai-chat-feedback-button-secondary:hover:not(:disabled){background:#f9fafb}.ai-chat-feedback-form{margin-top:10px}.ai-chat-feedback-form textarea{width:100%;min-height:76px;border:1px solid #e5e7eb;border-radius:10px;padding:10px 12px;font-size:12px;line-height:1.4;resize:vertical;font-family:inherit;color:#1f2937;background:#fff}.ai-chat-feedback-form textarea:focus{outline:none;border-color:#66ce74}.ai-chat-feedback-form textarea:disabled{background:#f3f4f6;cursor:not-allowed}@media(max-width:768px){.ai-chat-feedback-form textarea{font-size:16px}}.ai-chat-feedback-form .ai-chat-feedback-actions{margin-top:8px}.ai-chat-feedback-error{margin:8px 0 0;font-size:12px;color:#dc2626}.ai-chat-feedback-success{margin:10px 0 0;font-size:12px;color:#24682f}@keyframes slideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.typing-indicator{display:flex;gap:4px;align-items:center;padding:4px 0}.typing-indicator span{width:8px;height:8px;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(-10px);opacity:1}}.ai-chat-input-container{padding:16px;border-top:1px solid #e5e7eb;display:flex;gap:8px;background:#fff}@media(max-width:768px){.ai-chat-input-container{padding:12px 12px calc(12px + env(safe-area-inset-bottom, 0px));gap:10px}}.ai-chat-input-container textarea{flex:1;border:1px solid #e5e7eb;border-radius:8px;padding:10px 12px;font-size:14px;resize:none;font-family:inherit;max-height:120px;transition:border-color .2s;line-height:1.4;-webkit-appearance:none}.ai-chat-input-container textarea:focus{outline:none;border-color:#66ce74}.ai-chat-input-container textarea:disabled{background-color:#f3f4f6;cursor:not-allowed}@media(max-width:768px){.ai-chat-input-container textarea{font-size:16px;min-height:44px}}.ai-chat-input-container button{width:40px;height:40px;border:none;border-radius:8px;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(-1px)}.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:18px;height:18px}@media(max-width:768px){.ai-chat-input-container button{width:44px;height:44px}}