.tp-ai-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%) translateX(100%);width:90%;max-width:800px;max-height:90vh;background:#fff;z-index:9999;border-radius:12px;box-shadow:0 6px 24px rgba(0,0,0,.2);font-family:var(--tp-ff-space);opacity:0;transition:transform .4s ease,opacity .4s ease}.tp-ai-popup.opened{transform:translate(-50%,-50%) translateX(0);opacity:1}.tp-ai-popup .tp-ai-inner{display:flex;flex-direction:column;max-height:90vh;overflow:hidden;position:relative}.tp-ai-popup .tp-ai-close-btn{position:fixed;top:15px;right:15px;background:#fff;width:35px;height:40px;border-radius:50%;border:none;cursor:pointer;z-index:10000;padding:6px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.tp-ai-popup .tp-ai-close-btn:hover{background:var(--tp-grey-4)}.tp-ai-popup .tp-ai-download-btn{position:fixed;top:15px;right:60px;background:#fff;width:35px;height:40px;border-radius:50%;border:none;cursor:pointer;z-index:10000;padding:6px;box-shadow:0 2px 6px rgba(0,0,0,.2)}.tp-ai-popup .tp-ai-download-btn:hover{background:var(--tp-grey-4)}.tp-ai-popup .tp-ai-close{position:absolute;top:15px;right:15px}.tp-ai-popup .tp-ai-close button{background:none;border:none;cursor:pointer}.tp-ai-popup .tp-ai-content{overflow-y:auto;padding:1rem 1.5rem}.tp-ai-popup .tp-ai-title{position:-webkit-sticky;position:sticky;top:0;z-index:10;background:#fff;text-align:center;font-size:2rem;font-weight:700;color:var(--tp-dashboard-primary);padding:1rem 0;box-shadow:0 2px 6px rgba(0,0,0,.1)}.tp-ai-popup .tp-ai-section{background:#f3f4f6;padding:1.2rem 1.5rem;border-radius:10px;box-shadow:0 2px 8px rgba(0,0,0,.05);margin-bottom:1.5rem}.tp-ai-popup .tp-ai-section h4{font-size:1.3rem;font-weight:600;color:var(--tp-dashboard-primary);margin-bottom:.8rem}.tp-ai-popup .tp-ai-section p{color:#334155;line-height:1.6;margin-bottom:.5rem;padding-left:.3rem}.tp-ai-popup .tp-ai-section .tp-ai-tag{display:inline-block;background:#e2e8f0;color:var(--tp-dashboard-primary);padding:5px 10px;border-radius:6px;font-size:.95rem}.tp-ai-popup .tp-ai-section .tp-ai-list{list-style:disc;padding-left:20px;color:#334155}.tp-ai-popup .tp-ai-section .tp-ai-list li{margin-bottom:6px}.tp-ai-popup .tp-ai-section .tp-ai-cluster{background:#e5e7eb;padding:1rem;border-radius:8px;margin-bottom:1rem;box-shadow:0 1px 4px rgba(0,0,0,.08)}.tp-ai-popup .tp-ai-section .tp-ai-cluster h5{font-size:1.1rem;font-weight:600;color:var(--tp-dashboard-primary);margin-bottom:.8rem}.tp-ai-popup .tp-ai-section .tp-ai-cluster .tp-ai-strength{margin-bottom:1rem}.tp-ai-popup .tp-ai-section .tp-ai-cluster .tp-ai-strength-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.4rem;font-weight:500;color:var(--tp-dashboard-primary)}.tp-ai-popup .tp-ai-section .tp-ai-cluster .tp-ai-strength-body p{font-size:.95rem;margin:.3rem 0;padding-left:.5rem}.tp-ai-popup .tp-ai-section .tp-ai-cluster .tp-ai-strength-body .tp-ai-evidence-list{margin-top:.3rem;padding-left:20px;font-size:.9rem;color:#475569}.tp-ai-popup .tp-ai-section .tp-ai-cluster .tp-ai-strength-body .tp-ai-evidence-list li{margin-bottom:3px}.body-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.25);z-index:998;opacity:0;transition:opacity .4s ease}.body-overlay.opened{opacity:1}:root{--tp-ff-body:"Outfit",sans-serif;--tp-ff-heading:"Outfit",sans-serif;--tp-ff-p:"Outfit",sans-serif;--tp-ff-primary:"Jost",sans-serif;--tp-ff-secondary:"Crimson Pro",serif;--tp-ff-fontawesome:"Font Awesome 6 Pro";--tp-common-white:#ffffff;--tp-common-black:#000;--tp-common-black-1:#010F1C;--tp-grey-1:#F6F4EE;--tp-grey-2:#84807B;--tp-grey-3:#55585B;--tp-grey-4:#EFEDE7;--tp-grey-5:#636366;--tp-grey-6:#4F5158;--tp-red-1:#AF0E2E;--tp-red-2:#C41230;--tp-red-3:#B70A14;--tp-blue-1:#F1F3F9;--tp-heading-primary:#161613;--tp-heading-2:#031F42;--tp-heading-3:#0A1D3A;--tp-heading-4:#161821;--tp-text-body:#57595F;--tp-theme-primary:#AB0C2F;--tp-theme-secondary:#1A73E8;--tp-theme-3:#FF7162;--tp-theme-4:#B1040E;--tp-theme-5:#F0EC51;--tp-theme-6:#1E1E2F;--tp-theme-7:#4661FD;--tp-theme-8:#006B61;--tp-dashboard-primary:#556DF5;--tp-dashboard-secondary:#5169F1;--tp-dashboard-3:#5B7D55;--tp-dashboard-danger:#FF4D4F;--tp-dashboard-sucess:#0F9F55;--tp-dashboard-warning:#F59B12;--tp-dashboard-info:#5974FF;--tp-border-primary:#EAEBED;--tp-border-2:#E4E2DC}.tp-ai-chat__about{padding:16px;border-bottom:1px solid #555353;border-radius:8px;font-family:var(--tp-ff-space);overflow:auto;max-height:750px}.tp-ai-chat__about::-webkit-scrollbar{display:none}.tp-ai-chat__about h2{margin-bottom:8px;font-size:18px}@media(max-width:768px){.tp-ai-chat__about{max-height:200px;overflow-y:auto}}@media(max-width:480px){.tp-ai-chat__about{max-height:150px;overflow-y:auto}}.tp-ai-chat__container{display:flex;flex-direction:column;width:100%;max-width:1000px;margin:10px auto;border:1px solid #e5e7eb;border-radius:12px;background-color:#fff;overflow:hidden}@media(max-width:768px){.tp-ai-chat__container{height:70vh}}@media(max-width:480px){.tp-ai-chat__container{height:75vh}}.tp-ai-chat__messages{flex:1 1;padding:16px;overflow-y:auto;display:flex;flex-direction:column;gap:12px;scrollbar-width:none;-ms-overflow-style:none;min-height:50px}.tp-ai-chat__messages::-webkit-scrollbar{display:none}.tp-ai-chat__message{display:flex}.tp-ai-chat__message.assistant{justify-content:flex-start}.tp-ai-chat__message.assistant .tp-ai-chat__bubble{background-color:#d8cbcb;color:#111;border-top-left-radius:0}.tp-ai-chat__message.user{justify-content:flex-end}.tp-ai-chat__message.user .tp-ai-chat__bubble{background-color:var(--tp-dashboard-primary);color:#fff;border-top-right-radius:0}.tp-ai-chat__bubble{max-width:70%;padding:10px 16px;border-radius:16px;line-height:1.4;font-size:14px}@media(max-width:480px){.tp-ai-chat__bubble{max-width:85%;font-size:13px}}.tp-ai-chat__input-wrapper{display:flex;padding:12px 16px;border-top:1px solid #e5e7eb;background-color:#fafafa;align-items:center}.tp-ai-chat__input-wrapper .tp-ai-chat__input{flex:1 1;height:600px;padding:10px 14px;border:1px solid #d1d5db;border-radius:20px;outline:none;font-size:16px;resize:none}.tp-ai-chat__input-wrapper .tp-ai-chat__input:focus{border-color:var(--tp-dashboard-primary);box-shadow:0 0 0 2px rgba(85,109,245,.3)}@media(max-width:480px){.tp-ai-chat__input-wrapper .tp-ai-chat__input{font-size:13px;padding:8px 12px}}.tp-ai-chat__input-wrapper .tp-ai-chat__send-button{margin-left:8px;padding:5px 16px;border-radius:9999px;background-color:var(--tp-dashboard-primary);color:#fff;border:none}@media(max-width:480px){.tp-ai-chat__input-wrapper .tp-ai-chat__send-button{padding:8px 12px}}.tp-ai-chat__input-wrapper .tp-ai-chat__mic-button{margin-left:8px;padding:5px 10px;border-radius:9999px;background-color:var(--tp-grey-4);color:#fff;border:none}@media(max-width:480px){.tp-ai-chat__input-wrapper .tp-ai-chat__mic-button{padding:8px 12px}}.tp-loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:hsla(0,0%,100%,.6);display:flex;align-items:center;justify-content:center;z-index:999}.tp-loader{border:4px solid #f3f3f3;border-top:4px solid var(--tp-dashboard-primary);border-radius:50%;width:50px;height:50px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}