:root{font-family:Quicksand,system-ui,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}html,body,#root{margin:0;padding:0;width:100%;height:100%;background:transparent}*{margin:0;padding:0;box-sizing:border-box}html,body,#root{width:100%;height:100%;background:transparent}.chatbot-container{width:100%;height:100%;font-family:Quicksand,system-ui,sans-serif}.chatbot-container.collapsed{display:flex;align-items:center;justify-content:center}.chat-bubble-wrapper{display:flex;flex-direction:column;align-items:center;cursor:pointer}.chat-tooltip{background:#1a1a1a;color:#fff;padding:10px 20px;border-radius:12px;font-size:15px;font-weight:300;white-space:nowrap;position:relative;margin-bottom:10px;-webkit-user-select:none;user-select:none;letter-spacing:.01em}.chat-tooltip:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translate(-50%);border-left:10px solid transparent;border-right:10px solid transparent;border-top:10px solid #1a1a1a}.chat-bubble{width:72px;height:72px;border-radius:50%;border:none;background:#e07820;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 4px #00000040;transition:transform .2s ease,box-shadow .2s ease;flex-shrink:0}.chat-bubble:hover{transform:scale(1.05)}.chat-bubble:active{transform:scale(.95)}.chatbot-container.expanded{display:flex}.reset-overlay{position:absolute;inset:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:10;border-radius:inherit}.reset-modal{background:#fff;border:1.5px solid #e07820;border-radius:16px;padding:28px 24px 20px;margin:16px;display:flex;flex-direction:column;gap:10px}.reset-modal-title{font-size:15px;font-weight:400;color:#1c1d1b;margin:0;line-height:1.4;text-align:center}.reset-modal-subtitle{font-size:14px;color:#1c1d1b;margin:0;line-height:1.4;text-align:center}.reset-modal-actions{display:flex;gap:10px;margin-top:8px}.reset-modal-cancel{flex:1;padding:10px;background:#fff;border:1px solid #e07820;border-radius:8px;color:#e07820;font-family:Quicksand,system-ui,sans-serif;font-size:13px;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:background .2s ease}.reset-modal-cancel:hover{background:#e078200f}.reset-modal-confirm{flex:1;padding:10px;background:#e07820;border:none;border-radius:8px;color:#fff;font-family:Quicksand,system-ui,sans-serif;font-size:13px;font-weight:700;letter-spacing:.05em;cursor:pointer;transition:opacity .2s ease}.reset-modal-confirm:hover{opacity:.9}.chat-window{position:relative;width:100%;height:100%;display:flex;flex-direction:column;background:#fff;border-radius:16px 16px 0;overflow:hidden}.pos-bottom-left .chat-window{border-radius:16px 16px 16px 0}.pos-top-right .chat-window{border-radius:16px 0 16px 16px}.pos-top-left .chat-window{border-radius:0 16px 16px}.mobile .chat-window{border-radius:0!important}.mobile .chat-input input{font-size:16px}.chat-header{display:flex;align-items:center;gap:12px;padding:16px 20px;background:#1c1d1b;color:#fff}.chat-title{font-weight:700;font-size:20px;flex:1}.close-btn{background:none;border:none;padding:0;cursor:pointer;color:#fff;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .2s ease}.close-btn:hover{opacity:1}.chat-messages{flex:1;padding:20px;overflow-y:auto;background:#f8f9fa;display:flex;flex-direction:column;gap:12px}.message-row{display:flex;flex-direction:row;align-items:flex-start;gap:10px;align-self:flex-start;max-width:85%}.message-avatar{width:40px;height:40px;border-radius:50%;background:#e07820;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 6px #e0782066}.message-body{display:flex;flex-direction:column;gap:4px;padding-top:2px}.message-body .message-text{font-size:14px;line-height:1.5;color:#1c1d1b;word-wrap:break-word}.message-body .message-text p{margin:0 0 8px}.message-body .message-text p:last-child{margin-bottom:0}.message-body .message-text h1,.message-body .message-text h2,.message-body .message-text h3{font-size:14px;font-weight:700;margin:12px 0 4px}.message-body .message-text h1:first-child,.message-body .message-text h2:first-child,.message-body .message-text h3:first-child{margin-top:0}.message-body .message-text ul,.message-body .message-text ol{margin:4px 0 8px;padding-left:18px}.message-body .message-text li{margin-bottom:2px}.message-body .message-text strong{font-weight:700}.message-body .message-text em{font-style:italic}.message-body .message-text a{color:inherit;text-decoration:underline}.message-body .message-text hr{border:none;border-top:1px solid rgba(0,0,0,.12);margin:10px 0}.message-body .message-text code{font-family:monospace;background:#0000000f;padding:1px 4px;border-radius:3px;font-size:13px}.message-row.user{display:flex;flex-direction:column;align-items:flex-end;align-self:flex-end;max-width:80%;gap:4px}.user-bubble{background:#1d1d1b1a;color:#1c1d1b;padding:12px 24px;border-radius:16px 16px 0;font-size:14px;line-height:1.5;word-wrap:break-word;white-space:pre-wrap}.message-meta{display:flex;flex-direction:column;gap:4px}.source-badge-wrapper{position:relative;display:inline-flex;align-items:center}.source-badge{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;border-radius:50%;background:#1c1d1b;color:#fff;font-size:11px;font-weight:700;flex-shrink:0;cursor:pointer}.source-tooltip{position:absolute;bottom:calc(100% + 8px);left:-55px;width:320px;background:#fff;border:2px solid #1c1d1b;border-radius:4px;padding:16px 32px;box-shadow:0 4px 16px #0000001a;z-index:20}.source-tooltip-header{display:flex;align-items:center;gap:8px;margin-bottom:8px}.source-tooltip-badge{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#1c1d1b;color:#fff;font-size:11px;font-weight:700;flex-shrink:0}.source-badges{display:flex;flex-wrap:wrap;gap:4px}.source-tooltip-title{font-size:13px;font-weight:700;color:#1c1d1b;line-height:1.3;text-decoration:none;display:inline-flex;align-items:center;gap:4px}.source-tooltip-title:hover{text-decoration:underline}.source-tooltip-icon{flex-shrink:0}.source-tooltip-description{font-size:12px;color:#555;line-height:1.5;margin:0}.message-time{font-size:14px;color:#1c1d1b}.message.error{background:#ffefef;color:#d81111;border:1px solid #d81111;font-size:13px;text-align:center;padding:4px 12px;margin:0 16px 14px}.message.loading{display:flex;gap:4px;padding:14px 20px}.message.loading .dot{width:8px;height:8px;background:#999;border-radius:50%;animation:bounce 1.2s infinite ease-in-out}.message.loading .dot:nth-child(2){animation-delay:.2s}.message.loading .dot:nth-child(3){animation-delay:.4s}@keyframes bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chat-input{display:flex;flex-direction:column;gap:10px;padding:12px 16px;background:#1d1d1b1a;border-radius:0 0 0 16px}.new-request-wrapper{position:relative;align-self:flex-start}.new-request-tooltip{position:absolute;bottom:calc(100% + 10px);left:0;background:#1a1a1a;color:#fff;padding:11px 16px;border-radius:4px;font-size:14px;font-weight:400;line-height:1.5;width:300px;pointer-events:none;opacity:0;transition:opacity .2s ease;z-index:10}.new-request-tooltip:after{content:"";position:absolute;top:100%;left:20px;border-left:8px solid transparent;border-right:8px solid transparent;border-top:8px solid #1a1a1a}.new-request-wrapper:hover .new-request-tooltip{opacity:1}.mobile .new-request-tooltip{display:none}.new-request-btn{display:inline-flex;align-items:center;gap:10px;padding:4px 15px;background:#fff;border:1px solid #e07820;border-radius:4px;color:#e07820;font-family:Quicksand,system-ui,sans-serif;font-size:14px;font-weight:700;letter-spacing:.06em;cursor:pointer;transition:background .2s ease;white-space:nowrap}.new-request-btn:hover{background:#e078200f}.chat-input-row{display:flex;align-items:center;gap:10px}.pos-bottom-left .chat-input{border-radius:0 0 16px}.pos-top-right .chat-input,.pos-top-left .chat-input{border-radius:0 0 16px 16px}.chat-input input{flex:1;padding:14px 20px;border:none;border-radius:24px;font-size:14px;outline:none;background:#fff;color:#1c1d1b;font-family:Quicksand,system-ui,sans-serif}.chat-input input::placeholder{color:#999}.chat-input input:disabled{opacity:.6}.send-btn{width:50px;height:50px;border-radius:12px;border:none;background:#e07820;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:opacity .2s ease;flex-shrink:0}.send-btn:hover:not(:disabled){opacity:.9}.send-btn:active:not(:disabled){opacity:.8}.send-btn:disabled{opacity:.4;cursor:not-allowed}.send-btn:disabled{opacity:.5;cursor:not-allowed}
