.cw-root{all:initial;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;box-sizing:border-box;position:relative;color:#1a1a1a;font-size:14px;z-index:9999;isolation:isolate}.cw-root *,.cw-root *:before,.cw-root *:after{box-sizing:border-box;font-family:inherit}.cw-root button{display:inline-flex;cursor:pointer;border:none;background:transparent;font-family:inherit;align-items:center;justify-content:center}.cw-root .cw-toggle-button{position:fixed;bottom:24px;right:24px;width:56px;height:56px;border-radius:50%;background-color:#fff;border:1px solid #e5e7eb;box-shadow:0 4px 12px #0000001a;display:flex;align-items:center;justify-content:center;color:#374151;cursor:pointer;z-index:10000;transition:all .2s ease}.cw-root .cw-toggle-button:hover{background-color:#f9fafb;box-shadow:0 6px 16px #00000026;transform:translateY(-1px)}.chat-widget-container{position:relative;z-index:9999}.chat-panel{position:fixed;bottom:90px;right:24px;width:min(22vw,370px);max-width:90vw;min-width:300px;height:min(80vh,800px);max-height:90vh;min-height:460px;background-color:#fff;border-radius:16px;box-shadow:0 10px 25px #0000001a,0 4px 10px #0000000d;display:flex;flex-direction:column;opacity:0;visibility:hidden;transform:translateY(10px) scale(.95);transition:all .3s cubic-bezier(.4,0,.2,1);z-index:9999;border:1px solid #e5e7eb;overflow:hidden}.chat-panel-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.chat-panel-minimized{height:60px;overflow:hidden}.chat-panel-maximized{top:2vh;left:2vw;right:2vw;bottom:2vh;width:auto;height:auto;max-width:none;max-height:none}.chat-header{display:flex;justify-content:space-between;align-items:center;padding:14px 12px;width:100%;height:48px;background:#f5f5f5;box-shadow:0 20px 24px -4px #10182814,0 8px 8px -4px #10182808;border-radius:8px;flex-shrink:0}.chat-header-content{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.chat-header-title{font-weight:600;color:#1f2937;font-size:14px;margin:0}.chat-header-controls{display:flex;gap:4px;flex-shrink:0;align-items:center}.chat-header-button{padding:6px;border:none;background:transparent;cursor:pointer;border-radius:4px;color:#6b7280;transition:all .2s ease;display:flex;align-items:center;justify-content:center;min-width:28px;min-height:28px;flex-shrink:0}.chat-header-button:hover{background:#e5e7eb;color:#374151}.chat-content{flex:1;display:flex;flex-direction:column;min-height:0;background-color:#f8fafc}.chat-active-conversation{padding:12px 20px;background-color:#fff;border-bottom:1px solid #f3f4f6;display:flex;align-items:center;justify-content:space-between;font-size:13px;color:#6b7280}.chat-active-conversation-close{background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.chat-active-conversation-close:hover{background-color:#f3f4f6;color:#6b7280}.chat-messages-container{flex:1;overflow-y:auto;min-height:0}.chat-messages{padding:16px 20px;display:flex;flex-direction:column;gap:12px;min-height:100%;background-color:#fff}.chat-message{display:flex;flex-direction:column;margin-bottom:12px}.chat-message-user{align-self:flex-end}.chat-message-bot{align-self:flex-start}.chat-message-bubble{padding:12px 16px;border-radius:8px;font-size:14px;line-height:1.5;max-width:80%;word-wrap:break-word}.chat-message-bubble-user{background-color:#e5e7eb;color:#1f2937;margin-left:20%}.chat-message-bubble-bot{background-color:#f3f4f6;color:#1f2937;margin-right:20%}.chat-input-area{flex-shrink:0;background-color:#fff;border-top:1px solid #f3f4f6}.chat-input-bar{padding:16px 20px;display:flex;align-items:center;gap:12px;background-color:#fff;border-radius:0 0 16px 16px}.chat-input-container{flex:1;background-color:#f3f4f6;border-radius:20px;padding:10px 16px;display:flex;align-items:center;gap:8px;min-height:40px}.chat-input{flex:1;background:transparent;border:none;outline:none;font-size:14px;color:#1a1a1a;font-family:inherit;resize:none;min-height:20px}.chat-input::placeholder{color:#9ca3af}.chat-action-button{width:32px;height:32px;border-radius:50%;background-color:#f3f4f6;border:none;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;transition:all .2s ease;flex-shrink:0}.chat-action-button:hover{background-color:#e5e7eb;color:#374151}.chat-bottom-actions{padding:12px 20px;background-color:#fff;border-top:1px solid #f3f4f6;display:flex;align-items:center;justify-content:center;gap:24px}.chat-bottom-actions-container{position:relative}.chat-bottom-action{width:32px;height:32px;background:none;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:6px;transition:all .2s ease}.chat-bottom-action:hover{background-color:#f3f4f6;color:#374151}.chat-bottom-action-active{background-color:#eff6ff!important;color:#1d4ed8!important}.chat-bottom-action-active:hover{background-color:#dbeafe!important;color:#1e40af!important}.chat-bottom-dropdown{position:absolute;bottom:100%;left:50%;transform:translate(-50%);margin-bottom:12px;z-index:1000}.maximized-window-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:10000;display:flex;align-items:center;justify-content:center}.maximized-window{position:absolute;background:#fff;border-radius:12px;box-shadow:0 20px 40px #00000026,0 10px 20px #0000001a;display:flex;flex-direction:column;overflow:hidden;min-width:min(400px,90vw);min-height:min(300px,80vh);border:1px solid rgba(0,0,0,.1)}.maximized-window-header{flex:none;cursor:move;-webkit-user-select:none;user-select:none;border-bottom:1px solid #e5e7eb}.maximized-window-header .chat-header{border-radius:12px 12px 0 0;box-shadow:none;border-bottom:none}.maximized-window-content{flex:1;display:flex;flex-direction:column;overflow:hidden;position:relative}.resize-handle{position:absolute;background:transparent;z-index:10}.resize-handle-n{top:-4px;left:8px;right:8px;height:8px;cursor:ns-resize}.resize-handle-s{bottom:-4px;left:8px;right:8px;height:8px;cursor:ns-resize}.resize-handle-e{top:8px;right:-4px;bottom:8px;width:8px;cursor:ew-resize}.resize-handle-w{top:8px;left:-4px;bottom:8px;width:8px;cursor:ew-resize}.resize-handle-ne{top:-4px;right:-4px;width:16px;height:16px;cursor:nesw-resize}.resize-handle-nw{top:-4px;left:-4px;width:16px;height:16px;cursor:nwse-resize}.resize-handle-se{bottom:-4px;right:-4px;width:16px;height:16px;cursor:nwse-resize}.resize-handle-sw{bottom:-4px;left:-4px;width:16px;height:16px;cursor:nesw-resize}.resize-handle:hover{background:#3b82f633}.maximized-window .chat-content{height:100%;display:flex;flex-direction:column}.maximized-window .chat-messages-container{flex:1;overflow-y:auto}.maximized-window .chat-input-area{flex:none}.markdown-content{line-height:1.6;color:#374151}.markdown-content h1,.markdown-content h2,.markdown-content h3,.markdown-content h4,.markdown-content h5,.markdown-content h6{margin-top:1.5em;margin-bottom:.5em;font-weight:600;color:#1f2937}.markdown-content h1{font-size:1.5em;border-bottom:2px solid #e5e7eb;padding-bottom:.3em}.markdown-content h2{font-size:1.3em;border-bottom:1px solid #e5e7eb;padding-bottom:.3em}.markdown-content h3{font-size:1.1em}.markdown-content p{margin-bottom:1em}.markdown-content ul,.markdown-content ol{margin:.5em 0;padding-left:1.5em}.markdown-content li{margin-bottom:.25em}.markdown-content blockquote{margin:1em 0;padding:.5em 1em;border-left:4px solid #3b82f6;background-color:#f8fafc;font-style:italic}.markdown-content code{background-color:#f1f5f9;padding:.1em .3em;border-radius:3px;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em;color:#e11d48}.markdown-content pre{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;padding:1em;overflow-x:auto;margin:1em 0}.markdown-content pre code{background:none;padding:0;color:#374151}.markdown-content a{color:#3b82f6;text-decoration:none}.markdown-content a:hover{text-decoration:underline}.markdown-content table{border-collapse:collapse;width:100%;margin:1em 0}.markdown-content th,.markdown-content td{border:1px solid #e2e8f0;padding:.5em;text-align:left}.markdown-content th{background-color:#f8fafc;font-weight:600}.markdown-content strong{font-weight:600;color:#1f2937}.markdown-content em{font-style:italic}.message-group{margin-bottom:1.5em}.message-group:last-child{margin-bottom:0}.table-response,.chart-response{margin-top:1em;padding:1em;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:6px}.table-response h4,.chart-response h4{margin-top:0;margin-bottom:.5em;font-weight:600;color:#374151}.table-response pre,.chart-response pre{margin:0;background-color:#fff;border:1px solid #e2e8f0;font-size:.85em;max-height:300px;overflow-y:auto}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner{animation:spin 1s linear infinite}
