.ai-chat-box{background:0 0;flex-direction:column;height:100%;padding:10px 6px;display:flex;position:relative}.ai-chat-messages{flex-direction:column;flex:1;gap:20px;display:flex;overflow:hidden auto}.ai-message-row{width:100%;display:flex}.bot-row{justify-content:flex-start}.user-row{justify-content:flex-end}.bot-message-container{flex-direction:column;gap:8px;max-width:90%;display:flex}.bot-header{align-items:center;gap:8px;display:flex}.bot-icon{border-radius:50%;width:20px;height:20px}.bot-model-name{color:#333;font-size:14px;font-weight:600}[data-theme=dark] .bot-model-name{color:#ccc}.text-content{color:#1a1a1a;font-size:15px;line-height:1.6}[data-theme=dark] .text-content{color:#e2e8f0}.related-questions-section{margin-top:16px}.related-title{color:#000;margin-bottom:8px;font-size:13px;font-weight:700}[data-theme=dark] .related-title{color:#fff}.related-list{flex-direction:column;gap:6px;margin:0;padding:0;list-style:none;display:flex}.related-list li{color:#3b82f6;cursor:pointer;padding-left:14px;font-size:14px;position:relative}.related-list li:hover{text-decoration:underline}.related-list li:before{content:"•";color:#3b82f6;position:absolute;left:0}.user-message-container{flex-direction:column;align-items:flex-end;gap:8px;max-width:70%;display:flex}.user-pill{color:#1a1a1a;background:#f1f5f9;border-radius:12px;flex-direction:column;gap:8px;padding:10px 16px;font-size:14px;display:flex}.captured-image-preview img{border:1px solid #e2e8f0;border-radius:8px;max-width:100%}[data-theme=dark] .user-pill{color:#e2e8f0;background:#2d2d2d}.bot-footer,.user-footer{opacity:.5;gap:12px;margin-top:8px;display:flex}.bot-footer button,.user-footer button{cursor:pointer;background:0 0;border:none;align-items:center;padding:2px;display:flex}.bot-footer svg,.user-footer svg{color:#333;width:16px;height:16px}[data-theme=dark] .bot-footer svg,[data-theme=dark] .user-footer svg{color:#999}.ai-chat-input-section{flex-direction:column;gap:12px;display:flex}.input-toolbar{justify-content:flex-end;align-items:center;gap:10px;margin-top:10px;display:flex}.toolbar-btn{cursor:pointer;color:#64748b;background:0 0;border:none;align-items:center;display:flex}[data-theme=dark] .toolbar-btn path{stroke:#fff}.new-chat-btn{cursor:pointer;background-color:#fff;border:.5px solid #e6e6e6;border-radius:4px;justify-content:flex-start;align-items:center;gap:5px;padding:7px 11px;transition:background-color .25s ease-in-out;display:flex}[data-theme=dark] .new-chat-btn{background-color:#2a2d2e;border-color:#2a2d2e}.new-chat-btn:hover{background-color:#eaeaea}[data-theme=dark] .new-chat-btn:hover{background-color:#2a2d2ea8}[data-theme=dark] .new-chat-btn svg path{fill:#fff}.new-chat-btn span{color:#7a7b7b;font-size:14px;font-weight:500}[data-theme=dark] .new-chat-btn span{color:#fff}.new-chat-btn:disabled{cursor:not-allowed;opacity:.6;pointer-events:none;background-color:#eaeaea;border:1px solid #dcdcdc}.new-chat-btn:disabled span{color:#a0a0a0!important}[data-theme=dark] .new-chat-btn:disabled{opacity:.6;background-color:#2a2b2b;border:1px solid #3a3c3c}[data-theme=dark] .new-chat-btn:disabled span{color:#6f6f6f!important}.input-box-wrapper{background:#fff;border:.5px solid #e6e6e6;border-radius:12px;flex-direction:column;padding:10px;display:flex;box-shadow:0 0 11px #00000014,0 0 4px #0000000a}[data-theme=dark] .input-box-wrapper{background:linear-gradient(#1f2121,#1f2121) padding-box padding-box,linear-gradient(#777 23.56%,#000 100%) border-box;border:1.75px solid #0000}[data-theme=dark] .input-box-wrapper::placeholder{color:#cecece}.chat-pdf-textarea{resize:none;color:#1a1a1a;background:0 0;border:none;width:100%;min-height:35px;max-height:100px;padding:4px;font-size:15px;overflow-y:auto}.chat-pdf-textarea:focus{outline:none}[data-theme=dark] .chat-pdf-textarea{color:#e2e8f0}.input-box-footer{justify-content:space-between;align-items:center;margin-top:8px;display:flex}.model-pill-btn{cursor:pointer;color:#333;background:#fff;border:1px solid #ebebed;border-radius:50px;align-items:center;gap:6px;padding:3px 8px;font-size:13px;font-weight:500;display:flex}[data-theme=dark] .model-pill-btn{background-color:#2a2d2e;border-color:#2d2f2f}.model-pill-btn:hover{background:#f1f5f9}[data-theme=dark] .model-pill-btn:hover{background:#36393b}.chat-model-name{color:#7a7b7b;font-size:12px;font-weight:500}[data-theme=dark] .chat-model-name{color:#fff}.model-img{border-radius:50%;width:16px;height:16px}.pdf-modal-arrow{font-size:10px;transition:transform .2s}[data-theme=dark] .pdf-modal-arrow path{stroke:#fff}.pdf-modal-arrow.rotate{transform:rotate(180deg)}.pdf-all-modal-list-wrap{z-index:1000;background:#fff;border:1px solid #ebebed;border-radius:16px;flex-direction:column;gap:10px;width:auto;max-width:100%;height:auto;max-height:350px;padding:10px 5px 10px 10px;display:flex;position:absolute;bottom:50px;left:15px;overflow-y:auto;box-shadow:0 20px 40px #0000001a}.pdf-all-modal-list-wrap::-webkit-scrollbar-track{background:0 0;margin:10px 0}.pdf-all-modal-list-wrap.empty{padding:10px}[data-theme=dark] .pdf-all-modal-list-wrap{background:#1f2121;border-color:#404040;box-shadow:0 20px 50px #0009}.pdf-modal-list-section{flex-direction:column;gap:6px;width:200px;display:flex}.pdf-modal-section-head{border-bottom:1px solid #00000014;justify-content:space-between;align-items:center;padding-bottom:8px;display:flex}[data-theme=dark] .pdf-modal-section-head{border-bottom-color:#2d2f2f}.pdf-modal-title{color:var(--color-primary);font-size:12px;font-weight:700;line-height:18px}.pdf-pro-title-badge{text-align:center;vertical-align:middle;background:var(--text-gradient);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;justify-content:center;align-items:center;gap:2px;font-size:12px;font-weight:700;line-height:100%;display:flex}.pdf-pro-title-badge span{font-weight:700}.pdf-upgrade-icon{width:16px;height:auto}[data-theme=dark] .pdf-upgrade-icon path{stroke:#fff}.pdf-model-options-list{flex-direction:column;display:flex}[data-theme=dark] .pdf-model-item-wrap.active,[data-theme=dark] .pdf-model-item-wrap:hover{background:#303030}.pdf-model-item-wrap{cursor:pointer;justify-content:space-between;align-items:center;gap:5px;margin-top:2px;padding:8px;display:flex}.pdf-model-item-wrap.active,.pdf-model-item-wrap:hover{background-color:#e8e8ed;border-radius:8px}.pdf-model-item-inner{align-items:center;gap:5px;display:flex}.pdf-model-icon{object-fit:cover;border-radius:50%;width:16px;height:16px}.pdf-model-name{color:var(--color-primary);font-size:12px;font-weight:400;line-height:18px}[data-theme=dark] .pdf-model-name{color:#e2e8f0}.pdf-model-item-wrap.active .pdf-model-name{font-weight:600}[data-theme=dark] .pdf-model-item-wrap.active .pdf-model-name{color:#fff}.footer-right{align-items:center;gap:12px;display:flex}.pdf-recorder-icon{cursor:pointer;color:#64748b;background:0 0;border:none}.pdf-recorder-icon svg path{transition:stroke .25s}.pdf-recorder-icon:disabled{cursor:not-allowed;opacity:.5;pointer-events:none}.pdf-recorder-icon:disabled svg path{stroke:#a0a0a0!important}.pdf-recorder-icon:not(:disabled):hover svg path{stroke:#1e1e1e!important}[data-theme=dark] .pdf-recorder-icon:not(:disabled):hover svg path{stroke:#fff!important}[data-theme=dark] .pdf-recorder-icon:disabled svg path{stroke:#5f5f5f!important}.pdf-chat-send-btn{color:#fff;cursor:pointer;background:#2c2c2c;border:none;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.pdf-chat-send-btn:disabled{cursor:not-allowed;background:#e2e8f0}[data-theme=dark] .pdf-chat-send-btn:disabled{color:silver;background:#5a5a5a}.initial-view-ai{opacity:.8;flex-direction:column;justify-content:center;align-items:center;height:100%;display:flex}[data-theme=dark] .initial-view-ai p{color:#e2e8f0}.initial-view-ai .dashboard-title{margin-bottom:8px;font-size:28px;font-weight:700}.initial-view-ai .dashboard-sub-title{color:#64748b;font-size:16px}.pdf-chat-messages-container-main{overflow-x:hidden}.pdf-quote-message-wrap{border:1px solid #ebebed;border-radius:10px;justify-content:flex-start;align-items:center;gap:5px;margin-bottom:5px;padding:0 12px 5px;display:flex;position:relative}.pdf-quote-message-wrap .pdf-quote-message{margin-top:0;display:block;overflow:auto}.pdf-quote-message-wrap .pdf-quote-message span{color:var(--color-primary);font-size:12px;font-weight:700;line-height:150%}.pdf-quote-message-wrap .pdf-quote-message p{color:var(--color-primary);line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;white-space:normal;-webkit-box-orient:vertical;font-size:12px;line-height:150%;display:-webkit-box;overflow:hidden}[data-theme=dark] .pdf-quotes-close-icon{background-color:#777}[data-theme=dark] .pdf-quotes-close-icon svg path{stroke:#fff}.pdf-quotes-close-icon{cursor:pointer;background-color:#f6f6f8;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;display:flex;position:absolute;top:-5px;right:-5px}.pdf-quotes-close-icon svg{width:8px;height:8px}.pdf-circular-spinner{box-sizing:border-box;border:3px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:16px;height:16px;animation:.6s linear infinite spin}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-theme=dark] .scroll-to-bottom-chat-pdf{background-color:#1f2121}[data-theme=dark] .scroll-to-bottom-chat-pdf svg path{stroke:#fff}.scroll-to-bottom-chat-pdf{color:#fff;cursor:pointer;z-index:1;opacity:0;visibility:hidden;pointer-events:none;background:#fff;border:1px solid #ebebed;border-radius:50%;justify-content:center;align-items:center;width:35px;height:35px;padding:10px;transition:all .3s ease-in-out;display:flex;position:relative;left:10px;transform:translateY(5px);box-shadow:0 4px 10px #0000004d}.scroll-to-bottom-chat-pdf.show{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.scroll-to-bottom-chat-pdf svg{width:15px;height:15px}.scroll-to-bottom-chat-pdf svg path{stroke:#000}.scroll-to-bottom-chat-pdf svg{transform:rotate(180deg)}.pdf-no-models-found{text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:15px;width:250px;padding:20px;display:flex}.pdf-no-models-icon{color:#1a1a1a;opacity:.8}[data-theme=dark] .pdf-no-models-icon path{fill:#fff}.pdf-no-models-found p{color:#4b5563;margin:0;font-size:16px;font-weight:600}[data-theme=dark] .pdf-no-models-found p{color:#e2e8f0}.pdf-input-skeleton-wrap{margin-bottom:10px;padding:0 10px}.pdf-input-skeleton-box{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 50%,#e0e0e0 75%) 0 0/200% 100%;border-radius:12px;width:100%;height:100px;animation:1.5s infinite pdf-input-skeleton-loading}[data-theme=dark] .pdf-input-skeleton-box{background:linear-gradient(90deg,#2a2a2a 25%,#3a3a3a 50%,#2a2a2a 75%) 0 0/200% 100%}@keyframes pdf-input-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@media (max-width:1024px){.screenshot-btn{display:none}}
