.plan-checklist{width:100%}.plan-checklist__header{margin-bottom:1.5rem}.plan-checklist__title{font-size:1rem;font-weight:700;color:#020817;margin-bottom:.5rem}.plan-checklist__progress-container{display:flex;align-items:center;gap:.5rem}.plan-checklist__progress-bar{flex:1;background-color:#f1f5f9;border-radius:9999px;height:.75rem;overflow:hidden}.plan-checklist__progress-fill{background-color:#16a249;height:100%;transition:width .5s cubic-bezier(.4,0,.2,1)}.plan-checklist__progress-text{font-size:.875rem;font-weight:500;color:#64748b;white-space:nowrap}.plan-checklist__steps{display:flex;flex-direction:column;gap:.5rem}.plan-checklist__step{display:flex;align-items:flex-start;gap:.75rem;padding:.5rem;border-radius:.5rem;transition:all .2s ease}.plan-checklist__step--done{background-color:#f3faf6;border:1px solid rgb(208,236,219)}.plan-checklist__step--pending{background-color:#f7f7f7;border:1px solid hsl(214.3,31.8%,91.4%)}.plan-checklist__step-icon{flex-shrink:0;margin-top:0rem;width:1.25rem;height:1.25rem}.plan-checklist__step-icon--done{color:#16a249}.plan-checklist__step-icon--pending{color:#64748b}.plan-checklist__step-text{font-size:.875rem;line-height:1.625}.plan-checklist__step-text--done{color:#020817}.plan-checklist__step-text--pending{color:#64748b}.plan-checklist__completion{margin-top:1.5rem;padding:1rem;background-color:#e8f6ed;border:1px solid rgb(185,227,200);border-radius:.5rem}.plan-checklist__completion-text{font-size:.875rem;font-weight:500;color:#16a249;text-align:center}@media(prefers-color-scheme:dark){.plan-checklist{background-color:#020817;border:1px solid hsl(217.2,32.6%,17.5%)}.plan-checklist__title{color:#f8fafc}.plan-checklist__progress-bar{background-color:#1e293b}.plan-checklist__step--pending{background-color:#151c26;border:1px solid hsl(217.2,32.6%,17.5%)}.plan-checklist__step-text--done{color:#f8fafc}.plan-checklist__step-text--pending,.plan-checklist__step-icon--pending,.plan-checklist__progress-text{color:#94a3b8}}.thought-tree{background:linear-gradient(135deg,#f8f9fa,#e9ecef);border:1px solid #dee2e6;border-radius:8px;padding:16px;margin:16px 0;font-size:14px}.thought-tree__header{display:flex;align-items:center;margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid #dee2e6;color:#495057;font-size:16px}.thought-tree__content{display:flex;flex-direction:column;gap:12px}.thought-tree__branch{background:#fff;border:2px solid #e9ecef;border-radius:6px;padding:12px;transition:all .2s ease}.thought-tree__branch:hover{border-color:#adb5bd;box-shadow:0 2px 8px #0000000d}.thought-tree__branch-header{margin-bottom:12px}.thought-tree__branch-id{display:inline-block;background:#6c757d;color:#fff;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.thought-tree__branch-content{display:flex;flex-direction:column;gap:10px}.thought-tree__label{display:flex;align-items:center;font-weight:600;color:#495057;margin-bottom:6px;font-size:13px}.thought-tree__text{padding:10px;background:#f8f9fa;border-radius:4px;line-height:1.6;color:#212529}.thought-tree__thought{border-left:3px solid #0d6efd;padding-left:10px}.thought-tree__thought .thought-tree__label{color:#0d6efd}.thought-tree__thought .thought-tree__text{background:#e7f1ff}.thought-tree__evaluation{border-left:3px solid #6f42c1;padding-left:10px}.thought-tree__evaluation .thought-tree__label{color:#6f42c1}.thought-tree__evaluation .thought-tree__text{background:#f3ebff}.thought-tree__action{border-left:3px solid #6c757d;padding-left:10px}.thought-tree__action .thought-tree__label{color:#6c757d}.thought-tree__action .thought-tree__text{background:#e9ecef;font-family:Courier New,monospace;font-size:13px}.thought-tree__action--done{border-left-color:#198754}.thought-tree__action--done .thought-tree__label{color:#198754}.thought-tree__action--done .thought-tree__text{background:#d1e7dd}.thought-tree__action--pending{border-left-color:#ffc107}.thought-tree__action--pending .thought-tree__label{color:#ffc107}.thought-tree__action--pending .thought-tree__text{background:#fff3cd}.thought-tree__best-path{background:linear-gradient(135deg,gold,#ffed4e);border:2px solid #ffc107;border-radius:6px;padding:12px 16px;margin-top:8px;display:flex;align-items:center;font-size:14px;color:#856404;box-shadow:0 2px 8px #ffc10733}.thought-tree__best-path .ph{color:#ffc107;font-size:18px}.thought-tree__branch[data-branch-id]{position:relative}.thought-tree__branch--best{border-color:#ffc107;background:linear-gradient(135deg,#fffbf0,#fff);box-shadow:0 4px 12px #ffc10726}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}@media(max-width:768px){.thought-tree{padding:12px;font-size:13px}.thought-tree__branch{padding:10px}.thought-tree__text{padding:8px;font-size:13px}}.ChatWidget .chatbot-messages{flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.ChatWidget .chatbot-messages::-webkit-scrollbar{width:4px}.ChatWidget .chatbot-messages::-webkit-scrollbar-track{background:transparent}.ChatWidget .chatbot-messages::-webkit-scrollbar-thumb{background:#d0d7de;border-radius:2px}.ChatWidget .message{display:flex;margin-bottom:8px}.ChatWidget .message strong{font-weight:600}.ChatWidget .message code{color:#000}.ChatWidget .message-user{justify-content:flex-end;margin-top:10px;max-height:250px;overflow-y:auto}.ChatWidget .message-bot{justify-content:flex-start;margin-top:10px}.ChatWidget .message-update{justify-content:flex-start;margin-bottom:0}.ChatWidget .message-update .message-text{color:#444;border-radius:4px;border:1px solid #e7e7e7}.ChatWidget .message-update .message-content{width:100%}.ChatWidget .message-content h2,.ChatWidget .message-content h1,.ChatWidget .message-content h3{margin-top:15px}.ChatWidget .message-content td,.ChatWidget .message-content th{padding:3px 6px;vertical-align:top;border:1px solid #cdcdcd}.ChatWidget .message-content .table{background-color:#fafafa}.ChatWidget .message-content .table th{font-size:12px}.ChatWidget .message-update .message-content p{margin-bottom:0}.ChatWidget .message-text{padding:0;font-size:14px;line-height:1.4;word-wrap:break-word;border-radius:5px;margin-bottom:2px}.ChatWidget .message-user .message-text{background:#edeff1}.ChatWidget .message-time{font-size:11px;color:#65676b;margin-top:4px;padding:0 4px}.ChatWidget .message-user .message-time{text-align:right}.ChatWidget .message-bot .message-time{text-align:left}.ChatWidget .typing-indicator{background:#e4e6ea;padding:12px 16px;display:flex;align-items:center;gap:4px;border-radius:18px 18px 18px 4px}.ChatWidget .typing-indicator span{width:8px;height:8px;border-radius:50%;background:#65676b;animation:typing 1.4s infinite ease-in-out}.ChatWidget .typing-indicator span:nth-child(1){animation-delay:-.32s}.ChatWidget .typing-indicator span:nth-child(2){animation-delay:-.16s}@keyframes typing{0%,80%,to{transform:scale(.8);opacity:.5}40%{transform:scale(1);opacity:1}}@media(max-width:480px){.ChatWidget .chatbot-container{width:calc(100vw - 40px);right:20px;left:20px;height:60vh;max-height:500px}.ChatWidget .chatbot-container.chatbot-expanded{width:calc(100vw - 20px);height:70vh;max-height:600px}}@media(max-width:768px)and (min-width:481px){.ChatWidget .chatbot-container.chatbot-expanded{width:calc(100vw - 40px);right:20px;left:20px}}@media(min-width:769px){.ChatWidget .chatbot-container.chatbot-expanded{width:750px}}@media(min-width:1200px){.ChatWidget .chatbot-container.chatbot-expanded{width:900px;height:700px}}@media(max-width:768px){.ChatWidget .message-content{max-width:100%;min-width:100%;display:flex;flex-direction:column}}.ChatWidget .chatbot-fab{position:fixed;bottom:20px;right:20px;width:60px;height:60px;background:linear-gradient(135deg,#db282e,#c02025);border:none;border-radius:50%;color:#fff;font-size:24px;cursor:pointer;box-shadow:0 4px 20px #db282e4d,0 2px 8px #00000026;display:flex;align-items:center;justify-content:center;transition:all .3s ease;z-index:1000;animation:fabPulse 2s infinite}.ChatWidget .chatbot-fab:hover{transform:scale(1.1);box-shadow:0 6px 25px #db282e66,0 4px 12px #0003}.ChatWidget .chatbot-fab:active{transform:scale(.95)}.ChatWidget .chatbot-fab i{font-size:28px}.ChatWidget .chatbot-badge{position:absolute;top:-8px;right:-8px;background:#f44;color:#fff;border-radius:12px;min-width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;border:2px solid white;box-shadow:0 2px 4px #0003;animation:badgePulse 1s ease-in-out infinite alternate}@keyframes badgePulse{0%{transform:scale(1)}to{transform:scale(1.1)}}.ChatWidget .chatbot-container{animation:slideUp .3s ease-out}.ChatWidget .chatbot-fab{animation:slideUp .3s ease-out,fabPulse 2s infinite .3s}@keyframes slideUp{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:480px){.ChatWidget .chatbot-fab{width:56px;height:56px;bottom:16px;right:16px}.ChatWidget .chatbot-fab i{font-size:24px}.ChatWidget .chatbot-badge{top:-6px;right:-6px;min-width:20px;height:20px;font-size:11px}}.chatbot-powered-by{text-align:center;margin-top:8px}.chatbot-powered-by a{text-align:center;font-size:12px;color:#aaaaac}.chatbot-powered-by a:hover{color:#777}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.ChatWidget .loading-text{background:linear-gradient(135deg,#fff 25%,#000,#fff 75%);background-size:200% 100%;animation:shimmer 1s infinite linear;background-clip:text;-webkit-background-clip:text;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.ChatWidget .suggested-responses-container{padding:12px 16px;text-align:right}.ChatWidget .suggested-responses-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.ChatWidget .suggested-responses-heading{font-size:12px;color:#888;text-transform:uppercase;letter-spacing:.5px;text-align:left}.ChatWidget .suggested-responses-subheading{font-size:12px;color:#888;text-align:right}.ChatWidget .suggested-responses-subheading a{color:#888;text-decoration:underline}.ChatWidget .suggested-responses{display:flex;flex-wrap:wrap;gap:8px;justify-content:flex-start}.ChatWidget .suggested-response-button{padding:6px 12px;background:#fff;opacity:.85;border:1px solid #dee2e6;border-radius:20px;cursor:pointer;transition:all .2s ease;font-size:13px;color:#495057;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%}.ChatWidget .suggested-response-button:hover{background:#f8f9fa}.ChatWidget .suggested-response-button .icon{font-size:16px}.ChatWidget .suggested-responses-animated{animation:slideUpSuggestedResponses 1.5s ease-out forwards;opacity:0;transform:translateY(20px)}@keyframes slideUpSuggestedResponses{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ChatWidget .collapsible-output-wrapper{position:relative}.ChatWidget .message-output{display:none;overflow-y:auto;border-top:1px solid #efefef;padding-top:8px;margin-top:5px;transition:max-height .3s ease}.ChatWidget .metadata{font-size:13px}.ChatWidget .message-output.expanded{max-height:none!important;overflow-y:visible}.ChatWidget .toggle-output-btn{position:absolute;right:28px;bottom:4px;background:#fffffff2;border:1px solid #cecece;border-radius:3px;padding:3px 6px;cursor:pointer;font-size:14px;color:#495057;transition:all .2s ease;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px #0000001a;z-index:10}.ChatWidget .toggle-output-btn:hover{background:#f8f9fa;border-color:#adb5bd;transform:translateY(-1px);box-shadow:0 3px 6px #00000026}.ChatWidget .toggle-output-btn:active{transform:translateY(0);box-shadow:0 1px 2px #0000001a}.ChatWidget .toggle-output-btn .ph{font-size:16px}.ChatWidget .message-update .ph{font-size:18px;vertical-align:text-top}.ChatWidget .react-agent-header{display:flex;justify-content:space-between;align-items:center}.ChatWidget .react_agent_tool .message-output{color:#1c1e21;padding:10px;border:1px solid #eee}.ChatWidget .execute_python_tool .message-output{max-height:200px}.ChatWidget .execute_python_tool .message-output pre{background-color:#fff;overflow-x:auto}.ChatWidget .tavily_extract .message-output{max-height:40px}.ChatWidget .tavily_search .message-output{max-height:120px}.ChatWidget .message-text a{color:#1c1e21;text-decoration:underline}.ChatWidget .attachments-container{background:#fff;border:1px solid #e4e6ea;border-radius:12px;padding:16px;max-width:80%;box-shadow:0 2px 8px #0000000d}.ChatWidget .attachments-header{display:flex;align-items:center;gap:8px;margin-bottom:12px;font-size:14px;font-weight:600;color:#1c1e21}.ChatWidget .attachments-header i{font-size:16px;color:#65676b}.ChatWidget .attachments-list{display:flex;flex-direction:column;gap:6px}.ChatWidget .attachment-item{display:flex;align-items:center;gap:8px;padding:4px;background:#f8f9fa;border:1px solid #e4e6ea;border-radius:8px;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.ChatWidget .attachment-item:hover{background:#e9ecef;border-color:#dee2e6;transform:translateY(-1px);box-shadow:0 2px 8px #00000014}.ChatWidget .attachment-icon{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border-radius:8px;flex-shrink:0}.ChatWidget .attachment-icon i{font-size:24px;color:#4a87e2}.ChatWidget .attachment-info{flex:1;min-width:0}.ChatWidget .attachment-title{font-size:14px;font-weight:500;color:#1c1e21;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ChatWidget .attachment-download{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#fff;border-radius:6px;flex-shrink:0;transition:all .2s ease}.ChatWidget .attachment-download i{font-size:16px;color:#65676b}.ChatWidget .attachment-item:hover .attachment-download{background:#4a87e2}.ChatWidget .attachment-item:hover .attachment-download i{color:#fff}.ChatWidget .ask_followup_question{padding:10px;border:1px solid #AAA;box-shadow:#ccc 0 1px 3px;border-radius:5px;margin-bottom:10px;margin-top:10px;background-color:#f7fff6;color:#1c1e21;cursor:pointer}.ChatWidget .ask_followup_question:hover{background-color:#eeffeb}.ChatWidget .ask_followup_question_tool .response{background-color:#eee;padding:10px;border:1px solid #DDD}@media(max-width:480px){.ChatWidget .attachments-container{max-width:90%;padding:12px}.ChatWidget .attachment-item{padding:4px;gap:4px}.ChatWidget .attachment-icon{width:36px;height:36px}.ChatWidget .attachment-icon i{font-size:20px}.ChatWidget .attachment-title{font-size:13px}}.ChatWidget .has-answer-tag{color:#b3b6bd}
