.chatbot-widget{position:fixed;z-index:9999;font-family:system-ui,-apple-system,sans-serif}.chatbot-widget.bottom-right{bottom:20px;right:20px}.chatbot-widget.bottom-left{bottom:20px;left:20px}.chatbot-widget.top-right{top:20px;right:20px}.chatbot-widget.top-left{top:20px;left:20px}@media(max-width:768px){.chatbot-widget.bottom-left,.chatbot-widget.bottom-right{bottom:10px}.chatbot-widget.top-left,.chatbot-widget.top-right{top:10px}.chatbot-widget.bottom-right,.chatbot-widget.top-right{right:10px}.chatbot-widget.bottom-left,.chatbot-widget.top-left{left:10px}}.chatbot-button{width:60px;height:60px;border-radius:50%;border:none;background-color:#0ea5e9;color:#fff;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.15);transition:all .3s ease;display:flex;align-items:center;justify-content:center}.chatbot-button:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.2)}.chatbot-button:active{transform:scale(.95)}.chatbot-button .chatbot-icon{width:28px;height:28px;font-size:28px}@media(max-width:768px){.chatbot-button{width:50px;height:50px}.chatbot-button .chatbot-icon{width:24px;height:24px;font-size:24px}}.chatbot-window{width:400px;height:600px;background:#fff;border-radius:16px;box-shadow:0 8px 32px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease}@media(max-width:768px){.chatbot-window{width:calc(100vw - 20px);height:calc(100vh - 20px);max-width:400px;max-height:600px}}@media(max-width:480px){.chatbot-window{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;max-width:none;max-height:none;border-radius:0}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{padding:16px 20px;background-color:#0ea5e9;color:#fff;display:flex;justify-content:space-between;align-items:center}.chatbot-header .chatbot-header-info{display:flex;align-items:center;gap:10px}.chatbot-header .chatbot-avatar{width:36px;height:36px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(255,255,255,.4);flex-shrink:0}.chatbot-header h3{margin:0;font-size:18px;font-weight:600}.chatbot-header .chatbot-header-actions{display:flex;gap:8px}.chatbot-header button{width:32px;height:32px;border-radius:8px;border:none;background:rgba(255,255,255,.2);color:#fff;cursor:pointer;transition:background .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.chatbot-header button:hover{background:rgba(255,255,255,.3)}.chatbot-header button svg{width:18px;height:18px}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;background:#f9fafb;display:flex;flex-direction:column;gap:16px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:rgba(0,0,0,0)}.chatbot-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chatbot-welcome{text-align:center;padding:20px}.chatbot-welcome p{font-size:16px;color:#374151;margin-bottom:24px}.chatbot-suggestions{margin-top:16px}.chatbot-suggestions .chatbot-suggestions-title{font-size:14px;font-weight:600;color:#6b7280;margin-bottom:12px;text-align:left}.chatbot-suggestion{width:100%;padding:12px 16px;margin-bottom:8px;background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#374151;font-size:14px;text-align:left;cursor:pointer;transition:all .2s ease}.chatbot-suggestion:hover:not(:disabled){background:#f3f4f6;border-color:#0ea5e9}.chatbot-suggestion:disabled{opacity:.5;cursor:not-allowed}.chatbot-message{display:flex;flex-direction:column;animation:fadeIn .3s ease}.chatbot-message-user{align-items:flex-end}.chatbot-message-user .chatbot-message-content{background:#0ea5e9;color:#fff;border-radius:16px 16px 4px 16px}.chatbot-message-assistant{align-items:flex-start}.chatbot-message-assistant .chatbot-message-row{display:flex;align-items:flex-end;gap:8px}.chatbot-message-assistant .chatbot-msg-avatar{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover;flex-shrink:0}.chatbot-message-assistant .chatbot-message-content{background:#fff;color:#374151;border-radius:16px 16px 16px 4px;box-shadow:0 1px 3px rgba(0,0,0,.1)}.chatbot-message-content{max-width:80%;padding:12px 16px;font-size:14px;line-height:1.5;word-wrap:break-word}@media(max-width:480px){.chatbot-message-content{max-width:90%}}.chatbot-message-meta{font-size:11px;color:#9ca3af;margin-top:4px;display:flex;gap:8px;align-items:center}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.chatbot-sources{margin-top:12px;padding-top:12px;border-top:1px solid rgba(0,0,0,.1)}.chatbot-sources .chatbot-sources-title{font-size:12px;font-weight:600;margin-bottom:8px;opacity:.7}.chatbot-sources ul{list-style:none;padding:0;margin:0}.chatbot-sources li{margin-bottom:8px}.chatbot-sources li:last-child{margin-bottom:0}.chatbot-sources a{color:inherit;text-decoration:underline;font-size:13px;opacity:.9}.chatbot-sources a:hover{opacity:1}.chatbot-sources .chatbot-source-excerpt{font-size:11px;opacity:.6;margin-top:4px;margin-bottom:0}.chatbot-flows{display:flex;flex-direction:column;gap:8px;margin-top:8px}.chatbot-flow-btn{width:100%;padding:14px 16px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;color:#374151;font-size:14px;text-align:left;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:10px}.chatbot-flow-btn:hover:not(:disabled){background:#f0f9ff;border-color:#0ea5e9;transform:translateX(4px)}.chatbot-flow-btn:disabled{opacity:.5;cursor:not-allowed}.chatbot-flow-icon{font-size:18px;flex-shrink:0;width:24px;text-align:center}.chatbot-flow-back{display:inline-block;background:none;border:none;color:#6b7280;font-size:13px;cursor:pointer;padding:4px 0;margin-bottom:12px;text-align:left;width:100%}.chatbot-flow-back:hover{color:#374151}.chatbot-flow-subtitle{font-size:15px;font-weight:600;color:#374151;margin-bottom:16px;text-align:left}.chatbot-flow-input{text-align:left}.chatbot-flow-input .chatbot-flow-input-label{font-size:15px;font-weight:600;color:#374151;margin-bottom:12px;text-align:left}.chatbot-flow-input .chatbot-flow-input-form{display:flex;gap:8px;margin-bottom:8px}.chatbot-flow-input .chatbot-flow-submit{padding:10px 20px;border-radius:24px;border:none;background:#0ea5e9;color:#fff;font-size:14px;cursor:pointer;white-space:nowrap;transition:background .2s ease}.chatbot-flow-input .chatbot-flow-submit:hover:not(:disabled){background:#0284c7}.chatbot-flow-input .chatbot-flow-submit:disabled{background:#e5e7eb;cursor:not-allowed}.chatbot-flow-input .chatbot-flow-skip{display:inline-block;background:none;border:none;color:#9ca3af;font-size:13px;cursor:pointer;padding:4px 0;text-decoration:underline}.chatbot-flow-input .chatbot-flow-skip:hover:not(:disabled){color:#6b7280}.chatbot-flow-input .chatbot-flow-skip:disabled{cursor:not-allowed}.chatbot-loading{display:flex;gap:4px;padding:8px 0}.chatbot-loading span{width:8px;height:8px;border-radius:50%;background:#9ca3af;animation:bounce 1.4s ease-in-out infinite both}.chatbot-loading span:first-child{animation-delay:-.32s}.chatbot-loading span:nth-child(2){animation-delay:-.16s}@keyframes bounce{0%,80%,to{transform:scale(0)}40%{transform:scale(1)}}.chatbot-error{padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:14px}.chatbot-error p{margin:0}.chatbot-input-form{display:flex;gap:8px;padding:16px 20px;background:#fff;border-top:1px solid #e5e7eb}.chatbot-input{flex:1;padding:12px 16px;border:1px solid #e5e7eb;border-radius:24px;font-size:14px;outline:none;transition:border-color .2s ease}.chatbot-input:focus{border-color:#0ea5e9}.chatbot-input:disabled{background:#f9fafb;cursor:not-allowed}.chatbot-input::-moz-placeholder{color:#9ca3af}.chatbot-input::placeholder{color:#9ca3af}.chatbot-send{width:44px;height:44px;border-radius:50%;border:none;background:#0ea5e9;color:#fff;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0}.chatbot-send:hover:not(:disabled){background:#0284c7;transform:scale(1.05)}.chatbot-send:disabled{background:#e5e7eb;cursor:not-allowed}.chatbot-send svg{width:20px;height:20px}.chatbot-footer{padding:8px 20px;background:#f9fafb;border-top:1px solid #e5e7eb;text-align:center}.chatbot-footer p{margin:0;font-size:11px;color:#9ca3af}