.chatbot-toggle-container{position:fixed;bottom:108px;right:55px;z-index:9999}@media(max-width:768px){.chatbot-toggle-container{bottom:90px;right:10px}}.chatbot-toggle-button{width:60px;height:60px;border-radius:50%;box-shadow:0 4px 12px #00000026;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;transition:all .3s ease}.chatbot-toggle-button:hover{transform:scale(1.1);box-shadow:0 6px 16px #0003}.chatbot-toggle-button:active{transform:scale(.95)}.chatbot-sidebar-backdrop{position:fixed;inset:0;background:#00000080;z-index:2147483645;animation:backdropFadeIn .3s ease-in-out}@keyframes backdropFadeIn{0%{opacity:0}to{opacity:1}}.chatbot-sidebar{position:fixed;top:0;right:0;height:100vh;width:400px;max-width:100vw;background:#fff;box-shadow:-4px 0 24px #00000026;z-index:9999;display:flex;flex-direction:column;animation:sidebarSlideIn .3s ease-out}@keyframes sidebarSlideIn{0%{transform:translateX(100%)}to{transform:translateX(0)}}@media(max-width:768px){.chatbot-sidebar{width:100vw}}.chatbot-window{width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden;background:#fff}.chatbot-window-header{position:-webkit-sticky;position:sticky;top:0;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:#fff;border-bottom:1px solid #e5e7eb;z-index:10;flex-shrink:0}.chatbot-window-header-title{display:flex;align-items:center;gap:8px;flex:1}.chatbot-window-header-icon{font-size:20px}.chatbot-window-header-text{font-weight:600;font-size:16px;color:#111827}.chatbot-window-header-status{font-size:12px;color:#6b7280;margin-left:8px;font-weight:400}.chatbot-window-header .chatbot-window-action-button{color:#6b7280;border-color:#e5e7eb;background:#0000;min-width:36px;height:36px;padding:0;display:flex;align-items:center;justify-content:center}.chatbot-window-header .chatbot-window-action-button:hover{background:#f3f4f6;border-color:#d1d5db;color:#111827}.chatbot-window-header .chatbot-window-action-button:active{background:#e5e7eb}.chatbot-window-body{flex:1;display:flex;flex-direction:column;overflow:hidden;min-height:0}.chatbot-messages-container{flex:1 1 auto;overflow-y:auto;overflow-x:hidden;padding:20px;display:flex;flex-direction:column;gap:16px;scroll-behavior:smooth;min-height:0}.chatbot-messages-container::-webkit-scrollbar{width:6px}.chatbot-messages-container::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.chatbot-messages-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.chatbot-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;text-align:center;color:#6b7280}.chatbot-empty-state-icon{font-size:48px;margin-bottom:16px;opacity:.5}.chatbot-empty-state-text{font-size:14px;line-height:1.6}.chatbot-message{display:flex;align-items:flex-start;gap:8px;margin-bottom:8px;animation:fadeIn .3s ease-in}.chatbot-message-user{justify-content:flex-end}.chatbot-message-ai{justify-content:flex-start}.chatbot-message-error,.chatbot-message-status{justify-content:center;margin:8px 0}.chatbot-message-avatar{flex-shrink:0;width:32px;height:32px;border-radius:50%;background:#f3f4f6;display:flex;align-items:center;justify-content:center;margin-top:4px}.chatbot-message-avatar-icon{font-size:18px}.chatbot-message-bubble{max-width:100%;padding:12px 16px;border-radius:18px;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;line-height:1.5}.chatbot-message-bubble-user{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border-bottom-right-radius:4px}.chatbot-message-bubble-ai{background:#f3f4f6;color:#1f2937;border-bottom-left-radius:4px}.chatbot-message-text{font-size:14px;white-space:pre-wrap;color:inherit}.chatbot-message-ai-content{display:flex;align-items:flex-start;gap:8px;width:100%}.chatbot-message-streaming-indicator{color:#6366f1;animation:pulse 1.5s ease-in-out infinite;font-size:12px;margin-top:2px}.chatbot-message-status-content{display:flex;align-items:center;gap:8px;padding:8px 16px;background:#f3f4f6;border-radius:12px;font-size:13px;color:#6b7280}.chatbot-message-status-text{font-style:italic}.chatbot-message-error-content{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fee2e2;border-radius:12px;font-size:13px;color:#dc2626;max-width:90%}.chatbot-message-error-icon{font-size:16px}.chatbot-message-error-text{flex:1}.chatbot-input-wrapper{position:-webkit-sticky;position:sticky;bottom:0;flex-shrink:0;padding:16px;border-top:1px solid #e5e7eb;background:#fff;box-shadow:0 -4px 12px #0000000d;z-index:10}.chatbot-input-container{display:flex;gap:8px;align-items:flex-end}.chatbot-input{flex:1;border:1px solid #e5e7eb;border-radius:12px;padding:12px;font-size:14px;resize:none;font-family:inherit;background:#fff}.chatbot-input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.chatbot-input:disabled{background:#f9fafb;cursor:not-allowed}.chatbot-send-button{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0;border:none}.chatbot-send-button:disabled{opacity:.5;cursor:not-allowed}.chatbot-markdown{font-size:14px;line-height:1.75;color:#1f2937;word-wrap:break-word;word-break:break-word;overflow-wrap:break-word;max-width:100%}.chatbot-markdown-p{margin:0 0 12px;line-height:1.75}.chatbot-markdown-p:last-child{margin-bottom:0}.chatbot-markdown-h1,.chatbot-markdown-h2,.chatbot-markdown-h3{margin:16px 0 8px;font-weight:600;color:#111827;line-height:1.5}.chatbot-markdown-h1{font-size:20px}.chatbot-markdown-h2{font-size:18px}.chatbot-markdown-h3{font-size:16px}.chatbot-markdown-ol,.chatbot-markdown-ul{margin:12px 0;padding-left:28px;line-height:1.75}.chatbot-markdown-ul{list-style-type:disc}.chatbot-markdown-ol{list-style-type:decimal}.chatbot-markdown-li{margin:6px 0;line-height:1.75;padding-left:4px}.chatbot-markdown-li::marker{color:#6366f1}.chatbot-markdown-code-inline{background:#f3f4f6;padding:2px 6px;border-radius:4px;font-family:Courier New,monospace;font-size:13px;color:#dc2626}.chatbot-markdown-code-block{display:block;background:#1f2937;color:#f9fafb;padding:12px;border-radius:8px;overflow-x:auto;font-family:Courier New,monospace;font-size:13px;margin:12px 0;max-width:100%;white-space:pre-wrap;word-break:break-all}.chatbot-markdown-pre{margin:0;overflow-x:auto}.chatbot-markdown-blockquote{border-left:4px solid #6366f1;padding-left:16px;margin:12px 0;color:#6b7280;font-style:italic;line-height:1.75}.chatbot-markdown-a{color:#6366f1;text-decoration:none}.chatbot-markdown-a:hover{text-decoration:underline}.chatbot-markdown-table{width:100%;border-collapse:collapse;margin:12px 0;font-size:13px}.chatbot-markdown-td,.chatbot-markdown-th{border:1px solid #e5e7eb;padding:8px 12px;text-align:left}.chatbot-markdown-th{background:#f9fafb;font-weight:600}.chatbot-typewriter-container{display:inline-flex;align-items:flex-start;position:relative;max-width:100%}.chatbot-typewriter-content{display:inline;flex:1;min-width:0}.chatbot-typewriter-cursor{display:inline-block;width:2px;height:1.2em;background-color:#6366f1;margin-left:1px;vertical-align:initial;position:relative;top:.1em;animation:cursor-blink 1.2s ease-in-out infinite;flex-shrink:0;transition:opacity .15s ease-in-out}.thinking-loader{display:flex;flex-direction:column;gap:12px;padding:8px 0}.thinking-loader-step{display:flex;flex-direction:column;gap:6px;opacity:0;visibility:hidden;transition:none}.thinking-loader-step.thinking-loader-step-active{opacity:1;visibility:visible;animation:thinking-fade-in .4s ease-out forwards}.thinking-loader-line{width:100%;max-width:200px;height:8px;background:linear-gradient(90deg,#e5e7eb,#d1d5db 50%,#e5e7eb);background-size:200% 100%;border-radius:4px;transform-origin:left center}.thinking-loader-step-active .thinking-loader-line{animation:thinking-pulse 1.8s ease-in-out infinite}.thinking-loader-text{font-size:12px;color:#9ca3af;font-style:italic;margin-left:2px}.chatbot-message-ai-content .thinking-loader{width:100%}.chatbot-message-ai-content .thinking-loader-line{background:linear-gradient(90deg,#d1d5db,#9ca3af 50%,#d1d5db)}.chatbot-message-ai-content .thinking-indicator-container{width:100%;will-change:transform,opacity}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}@keyframes cursor-blink{0%,to{opacity:1}50%{opacity:0}}@keyframes thinking-pulse{0%{opacity:.3;transform:scaleX(.8)}50%{opacity:1;transform:scaleX(1)}to{opacity:.3;transform:scaleX(.8)}}@keyframes thinking-fade-in{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.chatbot-sidebar{width:100vw}.chatbot-message-bubble{max-width:85%}.chatbot-input-container{flex-direction:column}.chatbot-send-button{width:100%;height:44px}.thinking-loader-line{max-width:150px}.thinking-loader-text{font-size:11px}.chatbot-message-ai-content .thinking-indicator-container{padding:12px}}