body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background-color:#f6f7f8!important}#root{min-height:100vh;display:flex;flex-direction:column}.mb-nav-container{font-family:Poppins,sans-serif;height:calc(100vh - 40px);border-radius:12px;margin:20px 0 20px 20px;background-color:#fff;display:flex;position:relative;flex-direction:column;transition:all .3s ease!important;overflow:hidden;box-shadow:0 2px 10px #0000001a;padding:20px 8px}.mb-nav-container.expanded{width:350px;transition:width .6s ease-in-out!important}@media(max-width:912px){.navhide{display:none!important}.tabnav{display:flex;z-index:9999;position:absolute}.logo-section{display:none!important}.mb-nav-container{height:calc(100vh - 92px);margin-top:0!important}}@media(min-width:768px){.mb-nav-container.collapsed{width:96px;transition:width .6s ease-in-out!important}.collapsed .nav-icons{width:100%}}.mb-nav-container.loading-shrink .logo-section{padding:10px 15px 0}.mb-nav-container.loading-shrink .logo-icon{width:40px;margin-bottom:15px}.mb-nav-container.loading-shrink .new-chat-button{padding:8px;margin:6px 8px 10px}.mb-nav-container.loading-shrink .ai-dashboard-button{padding:.5rem}.logo-section{padding:0 6px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;min-height:60px}.pinnednav .logo-icon{width:0px;margin-bottom:20px}.mb-logo{width:0%;opacity:0;transition:opacity 1s ease-in-out!important}.mb-nav-container:hover .logo-icon{opacity:0;min-width:0px;transition:opacity .5s ease-in-out!important;transition:width .5s ease-in-out!important}.mb-nav-container:hover .mb-logo,.pinnednav .mb-logo{width:200px;opacity:1;transition:opacity 1s ease-in-out!important}.pinnednav .menu_icon{display:flex}.pinnednav .nav-titles{display:block;opacity:1!important}.pinnednav .button-text{display:block!important;opacity:1!important;margin-left:10px}.bg-gray{background-color:#f7f7f7}.menu_icon{cursor:pointer;border-radius:50px;margin-top:10px;padding:8px;color:#454444;text-align:left;margin-left:25px}.menu_icon{display:none}.mb-nav-container:hover .menu_icon{display:flex;color:#2a2a2a;text-align:left;margin-left:25px}.main-content{flex:1;display:flex;flex-direction:column;padding:0 .5rem;overflow:hidden;overflow-y:auto}.ai-dashboard-button{min-width:60px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:.35rem!important;border-radius:12px!important;cursor:pointer!important;background-color:#f1f1f1!important;transition:background-color .2s!important;text-align:left!important;text-decoration:none!important}.nav-titles{font-size:14px;color:#b6b4b4;margin:20px 0 10px}.new-chat-button{display:flex;align-items:center;justify-content:center;bottom:50px;font-weight:500;padding:10px;cursor:pointer;border-radius:12px;border:none;color:#fff!important;background-color:#03a11d;margin:8px;padding:.75rem}.ai-dashboard-button{background-color:#f1f1f1!important;padding:.7rem!important;color:#000!important}.button-content{display:none!important;display:flex;align-items:center;flex:1;color:inherit}.mb-nav-container:hover>.ai-dashboard-button{justify-self:flex-start!important}.mb-nav-container:hover .nav-icons{opacity:1;transition-property:opacity;transition-duration:.8s,.3s}.ai-dashboard-button.Mui-selected{background-color:#f0fff2!important;color:#03ce15!important;font-weight:600!important;border:1px solid #03ce15!important}.tab-active .button-text{color:#03ce15!important}.new-chat-text>.button-icon,.pencil-line-icon{flex-shrink:0;align-items:center;color:#fff}.new-chat-text,.button-text{flex:1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;font-size:14px!important;text-decoration:none!important}.button-text{display:none!important;text-decoration:none;font-size:14px;font-weight:500}.external-link-icon{flex-shrink:0;color:#4f4f4f}.line{margin:2rem 0;border:0;height:1px;background-color:#b6b4b4}.section-title{font-size:1.75rem;font-weight:600;margin-bottom:.5rem;color:#000}::-webkit-scrollbar{width:6px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:10px;border:none}.chat-history-container{overflow-y:auto}.chat-history-list{display:flex;height:100%;overflow-y:auto;flex-direction:column;gap:.25rem;background-color:transparent}.chat-history-item{display:flex;align-items:center;padding:.35rem;border-radius:.5rem;cursor:pointer}.chat-history-item:hover{background-color:#eee;color:#494949}.chat-title{padding:5px;font-size:14px;margin-left:.5rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#494949;background-color:inherit;font-weight:400}.profile{padding:1rem}.chat-profile{display:flex;align-items:center;border-radius:.5rem}.profile-icon{flex-shrink:0}.scrollbar-hide::-webkit-scrollbar{display:none}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.user-profile-section{padding:10px;display:flex;flex-direction:column;gap:10px}.user-info{display:flex;align-items:center;gap:10px;padding:4px;width:100%;justify-content:center!important}.user-name{opacity:0;height:0;font-size:14px;color:#444;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex:1}.pinnednav .user-name{height:100%;opacity:1}.logout-button{display:flex;align-items:center;justify-content:center;padding:8px 10px;border-radius:8px;border:none;background-color:#f1f1f1;cursor:pointer;transition:background-color .2s;color:#444}.logout-button:hover{justify-content:center!important;background-color:#fee2e2;color:#dc2626}.mb-nav-container:hover .user-name{opacity:1;height:100%;transition:opacity 1s ease-in-out}.pinnednav .new-chat-text{opacity:1;transition:opacity 1s ease-in-out}.new-chat-text,.button-text,.mb-logo{opacity:0;transition:opacity 1s ease-in-out}.mb-nav-container:hover .button-text{display:block!important}.mb-nav-container:hover .new-chat-text,.mb-nav-container:hover .button-text{opacity:1;transition:opacity 1s ease-in-out}.mb-logo{max-width:250px;height:auto;opacity:0;transition:opacity 1s ease-in-out!important;pointer-events:none}.logo-icon{margin-left:10px;width:50px;opacity:1;display:flex;transition:opacity 1s ease-in-out;pointer-events:none}.mb-logo svg .s0,.logo-icon svg .s0,.logo-section svg .s0{fill:#03ce15!important}.mb-nav-container:hover .visible{display:block;opacity:1;pointer-events:auto;transition:opacity 1s ease-in-out}.mb-nav-container:hover .hide{display:none;opacity:0;pointer-events:auto;transition:opacity 1s ease-in-out}.logo-section{justify-content:space-between;align-items:center;position:relative;margin-bottom:10px;display:flex}.user-info{display:flex;align-items:center;gap:8px;width:100%;justify-content:space-between}.dropdown-arrow{transition:transform .2s ease}.profile-dropdown{position:absolute;right:14px;bottom:calc(100% + 5px);background:#fff;border-radius:8px;box-shadow:0 2px 10px #0003;width:90%;z-index:1000}.dropdown-header{padding:16px}.dropdown-header h3{margin:0;font-size:16px;font-weight:500}.user-email{margin:4px 0 0;font-size:14px;color:#666}.dropdown-divider{height:1px;background-color:#eee;margin:0}.dropdown-menu{list-style:none;padding:8px 0;margin:0}.dropdown-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:background-color .2s}.dropdown-item:hover{background-color:#f5f5f5}.dropdown-item svg{margin-right:12px;color:#666}.collapsed .user-profile-section .user-info .user-name,.collapsed .user-profile-section .user-info .dropdown-arrow{display:none}.user-profile-section{position:relative;margin-top:auto;padding:0 10px}.profile-dropdown-toggle{cursor:pointer;padding:4px 8px;border-radius:14px;transition:background-color .2s;outline:2px solid #f1f1f1}.profile-dropdown-toggle:hover{background-color:#f5f5f5}.user-info{display:flex;align-items:center;gap:8px}.dropdown-arrow.rotate{transform:rotate(180deg)}.button-text{opacity:0;transition:opacity 1s ease-in;transition:position 1s ease-out}.mb-nav-container:hover .nav-icons{opacity:1;transition-property:opacity;transition-duration:1s,1s}.mb-nav-container:hover .button-text{margin-left:10px;opacity:1;transition:opacity .7s ease-in-out}.pinnednav .chat-history-container{display:block;opacity:1}.nav-titles,.chat-history-container{opacity:0;transition:opacity .5s ease-in}.mb-nav-container:hover .nav-titles,.mb-nav-container:hover .chat-history-container{opacity:1;transition:opacity .7s ease-in-out}.button-icon,.mb-nav-container:hover .button-icon{transition:.3s ease-out}.active-chat:hover{color:#252525;background-color:#efefef;border-radius:10px}.chat-title-text{font-weight:500;font-size:14px;color:#fff}.MuiTabs-indicator{display:none}.css-1gsv261{border-bottom:none!important}.active-chat .chat-title{color:#0e0e0e;font-weight:600}.tab-navbar{flex-direction:row;display:none;background-color:#fff;margin:20px 20px 10px;border-radius:8px;padding:5px;justify-content:space-between;align-items:center;box-shadow:0 2px 10px #00000008}.tab-menu-text{margin-left:5px}.tab-menu-button{display:flex;align-items:center;padding:10px;border-radius:8px;border:none;background:none;color:#343434;font-size:16px;cursor:pointer}.active-menu{background-color:#d1fcd4}.nav-logo{width:100px;height:100%;margin-left:10px}@media(max-width:912px){.tab-navbar{display:flex}}.report-container{width:100%}@media(max-width:912px){.report-container,.report-header{display:none!important}.show{display:flex!important}.report-container{background-color:#fff!important;padding:20px;position:absolute;z-index:1000;max-width:300px;right:20px;height:70%;box-shadow:0 2px 10px #0000001a}.cards-container{height:100%;max-height:unset!important;overflow:auto!important}.card-scroll-container{flex-wrap:wrap;height:100%;overflow-y:scroll}.scroll-button{display:none!important}}.report-header{display:flex;justify-content:space-between;align-items:center;padding:10px 20px;box-shadow:0 2px 10px #0000001a;background-color:#fff;border-radius:.5rem;margin-bottom:.5rem;cursor:pointer;transition:background-color .2s}.report-header:hover{box-shadow:0 2px 10px #0000001a;background-color:#fff}.report-header.expanded{box-shadow:none;border-bottom:1px solid #dee2e6}.report-title-wrapper{display:flex;align-items:center;gap:.5rem}.report-title{font-size:16px;font-weight:600;margin:0}.chevron-icon{transition:transform .3s ease}.cards-container{position:relative;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s ease-in-out}.cards-container.expanded{max-height:800px;opacity:1}.cards-container.collapsed{max-height:0;opacity:0;margin:0;padding:0}.card-scroll-container{display:flex;overflow-x:auto;gap:1rem;padding-bottom:20px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}.card-scroll-container::-webkit-scrollbar{display:none}.report-card{flex:0 0 auto;width:250px;border-radius:.5rem;background-color:#fff;box-shadow:0 2px 5px #0000001a;overflow:hidden}.card-content{padding:1rem}.card{text-decoration:none;color:#000}.card-title{font-size:1rem;font-weight:500;margin-top:0;margin-bottom:.75rem}.card-image-container{width:100%;height:100%;overflow:hidden;border-radius:.25rem;background-color:#f1f3f5}.card-image{width:100%;height:100%;object-fit:cover}.scroll-button{position:absolute;top:50%;transform:translateY(-50%);width:36px;height:36px;border-radius:50%;background-color:#fff;border:1px solid #dee2e6;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;box-shadow:0 2px 5px #0000001a}.scroll-button:hover{background-color:#f8f9fa}.scroll-button-left{left:.5rem}.scroll-button-right{right:.5rem}.scroll-button-icon{width:20px;height:20px}.chat-interface{display:flex;flex-direction:column;height:100vh;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;margin:auto;width:100%;font-family:Poppins,sans-serif;align-items:center}.chat-header{padding:1rem;background-color:#f8f9fa;border-bottom:1px solid #e9ecef}.chat-interface-title{margin:0;font-size:1.25rem;font-weight:600;color:#333;background-color:inherit;font-family:Poppins,sans-serif}.error-message{background-color:#fee2e2;color:#dc2626;padding:.75rem 1rem;margin:.5rem 1rem;border-radius:.5rem;font-size:.875rem;display:flex;align-items:center;gap:.5rem;animation:slideIn .3s ease}@keyframes slideIn{0%{transform:translateY(-10px);opacity:0}to{transform:translateY(0);opacity:1}}.loading-history{margin:30px auto auto;display:flex;justify-content:left;align-items:self-start;gap:12px;font-size:1rem;color:#666;width:150px;max-width:900px;width:100%;text-align:center;border-radius:8px;position:relative;top:20px}.user-load{justify-content:right!important}.popup-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:999}.popup-container{background:#fff;padding:24px;border-radius:16px;box-shadow:0 10px 25px #0000001a;width:90%;max-width:400px}.popup-title{font-size:18px;font-weight:700;margin-bottom:8px;color:#333}.popup-subtitle{font-size:14px;color:#666;margin-bottom:16px}.popup-textarea{width:100%;font-family:Poppins,sans-serif!important;height:120px;padding:12px;border:1px solid #ccc;border-radius:8px;resize:none;font-size:16px}.popup-buttons{display:flex;justify-content:flex-end;margin-top:16px;gap:8px}.btn-cancel{font-family:Poppins,sans-serif!important;padding:8px 16px;background-color:#e2e8f0;border:none;border-radius:6px;cursor:pointer}.btn-cancel:hover{background-color:#cbd5e1}.btn-submit{font-family:Poppins,sans-serif!important;padding:8px 16px;background-color:#03a11d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-weight:500;transition:background-color .2s}.btn-submit:hover{background-color:#007c15}.btn-submit:disabled{background-color:#59e570;cursor:not-allowed;opacity:.8}.notification{position:fixed;bottom:30px;left:50%;transform:translate(-50%);z-index:1000;animation:slideUp .3s ease-out}.notification-content{background-color:#333;color:#fff;padding:12px 20px;border-radius:8px;box-shadow:0 4px 12px #00000026;font-family:Poppins,sans-serif;font-size:14px}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,20px)}to{opacity:1;transform:translate(-50%)}}.csv-table-container{width:100%;border-radius:8px;overflow:hidden;margin-bottom:1rem}.csv-table-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:10px;border-bottom:1px solid #e2e8f0}.csv-table-header h3{margin:0;font-size:1rem}.csv-download-button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:.25rem;border-radius:4px;color:#4a5568}.csv-table-title{display:flex;gap:5px;align-items:center}.csv-download-button:hover{color:#03a11d}.csv-table-wrapper{display:flex;border-radius:8px;border:1px solid #e2e8f0;flex-direction:column;padding:0 15px 15px;height:100%;margin-top:10px}.csv-table-scroll-container{max-height:400px;overflow-y:auto;overflow-x:auto;border-top:1px solid #e2e8f0;scrollbar-width:thin;-ms-overflow-style:auto}.csv-table-scroll-container::-webkit-scrollbar{width:8px;height:8px}.csv-table-scroll-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.csv-table-scroll-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.csv-table-scroll-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.csv-table{width:100%;border-collapse:collapse;border-spacing:0;table-layout:auto}.csv-table-header-row{position:sticky;top:0;z-index:2}.csv-table th{background-color:#f7fafc;padding:.75rem 1rem;text-align:left;font-weight:600;border:1px solid #e2e8f0;position:sticky;top:0;z-index:1;font-size:.875rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-width:100px}.csv-table td{padding:.75rem 1rem;border:1px solid #e2e8f0;font-size:.8125rem;white-space:normal;word-break:break-word}.csv-table tr:last-child td{border-bottom:none}.csv-table tr:nth-child(2n){background:#fafbfc}.csv-table-pagination{display:flex;align-items:center;border:1px solid #e2e8f0;justify-content:center;padding:.75rem 1rem;background-color:#f7fafc;position:sticky;bottom:0;z-index:1;width:100%;box-sizing:border-box}.pagination-button{display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid #e2e8f0;border-radius:4px;padding:.25rem;margin:0 .5rem;cursor:pointer}.pagination-button:disabled{opacity:.5;cursor:not-allowed}.pagination-info{font-size:.75rem;color:#4a5568}.each-message-item{display:flex;max-width:900px;width:100%;justify-content:flex-end;flex-direction:column}.message{width:100%;display:flex;justify-content:center;flex-direction:row;max-width:900px;color:#000;background-color:transparent;margin-top:.5rem;opacity:1;transition:opacity .3s ease;visibility:visible}.message.sending,.message.error{opacity:.7;visibility:visible}.message.receiving{justify-content:center;opacity:.8;visibility:visible;margin-left:15px}.message.received{opacity:1;visibility:visible}.message.stopped,.message.stopped_by_user,.message.timeout,.message.guardrail_violation{visibility:visible}.user-message{align-self:flex-end;display:flex;flex-direction:row-reverse;margin-left:auto;max-width:65%;width:auto}.user-message .message-content{background-color:#03d25621;margin-right:0;margin-left:0;text-align:left;max-width:900px;width:100%}.bot-message{align-self:center;margin-right:0;margin-left:0}.bot-icon{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;flex-shrink:0;margin-right:.75rem;box-shadow:0 2px 4px #0000001a}.bot-icon img{width:100%;height:100%;object-fit:cover}.user-icon{width:2.5rem;height:2.5rem;border-radius:50%;overflow:hidden;flex-shrink:0;margin-right:.75rem;box-shadow:0 2px 4px #0000001a}.user-icon img{width:100%;height:100%;object-fit:cover}@media(min-width:768px){.bot-icon,.user-icon{width:2.75rem;height:2.75rem}.bot-icon{margin-right:1rem}.user-icon{margin-left:1rem}}@media(max-width:480px){.user-icon,.bot-icon{width:2.25rem;height:2.25rem}.user-icon{margin-left:.5rem}.bot-icon{margin-right:.5rem}}.message-content{padding:35px;border-radius:1.125rem;background-color:unset!important;font-size:.875rem;line-height:normal;font-family:Poppins,sans-serif;position:relative;transition:all .2s ease;min-height:1.5em;word-break:break-word;max-width:100%;box-shadow:none!important;border:none!important;width:auto}@media(min-width:768px){.message-content{font-size:1rem;padding:25px}}.user-message .message-content{background-color:#03d25621!important;margin-left:0}.bot-message .message-content{background-color:#f0f2f5;color:#333}.bot-message.guardrail_violation .message-content{background-color:#fef2f2;border-color:#fecaca}.message-text{width:100%}.message-footer{display:flex;align-items:center;gap:.5rem;font-size:16px;margin:10px 0 20px;color:#000;opacity:.7}.message-timestamp{font-size:12px}.copy-button,.retry-button{background:none;border:none;padding:.25rem;cursor:pointer;color:inherit;opacity:.7;transition:opacity .2s ease;display:flex;align-items:center;justify-content:center}.copy-button:hover,.retry-button:hover{opacity:1}.message-attached-files{display:flex;gap:10px;padding:10px;margin-top:8px;border-radius:6px;font-size:13px;color:#000;flex-wrap:wrap;justify-content:flex-start}.attached-files-list{display:flex;flex-direction:column;gap:4px}.message-attached-file{display:flex;align-items:center;gap:6px;padding:7px 10px!important;border:2px solid #fff;background-color:#ffffff4d!important;border-radius:8px;font-size:12px;width:100%}.user-message .message-attached-file{background-color:#fff3;color:gray}@media(max-width:768px){.message-attached-files{padding:6px;font-size:12px}.message-attached-file{padding:3px 5px}}.visualization-container{display:flex;flex-direction:column;gap:20px;width:100%;border:1px solid #e2e2e2;margin-top:20px;padding-bottom:20px;border-radius:10px}.follow-up-questions-container{margin-top:16px}.follow-up-title{font-size:14px;font-weight:500;color:#555;margin-bottom:8px}.follow-up-buttons{display:flex;flex-wrap:wrap;gap:8px;margin-top:8px}.follow-up-button{background-color:unset;border:1px solid #5bba6c;border-radius:16px;padding:8px 16px;font-size:14px;color:#333;cursor:pointer;transition:all .2s ease;text-align:left}.follow-up-button:hover{background-color:#e7f6e8;border-color:#4caf50;color:#2e7d32}@media(max-width:600px){.follow-up-buttons{flex-direction:column}.follow-up-button{width:100%}}.tab-buttons{justify-content:space-between;display:flex;border-bottom:1px solid #e0e0e0;border-radius:8px 8px 0 0;overflow:hidden;padding-top:10px}.tab-buttons .tab{border-radius:10px 10px 0 0;display:flex;gap:6px;margin-left:20px;padding:10px 15px;text-align:left;background:none;border:none;outline:none;cursor:pointer;font-weight:500;color:#555;transition:background .2s,color .2s;font-size:1rem;align-items:center}.tab-buttons .tab.active{color:#434343;border-bottom:2px solid #03a11d;font-weight:600}.tab-buttons .tab.active .tab_icon{color:#03a11d}.tab-buttons .tab:not(.active):hover{background:#f0f4fa}.message-content table{font-size:16px;border-collapse:collapse;width:100%;margin-bottom:20px;border:1px solid #ccc}.message-content th{font-size:16px;font-weight:700;padding:12px;border:1px solid #e2e8f0;background-color:#f7fafc;text-align:left}.message-content td{font-size:16px;padding:5px;border:1px solid #ccc;text-align:left}.message-content tr{font-size:16px}.message-content{width:100%;word-break:break-word;font-size:16px;padding:12px;border:1px solid #ccc;text-align:left}.message-text h1,.message-text h2,.message-text h3,.message-text h4,.message-text h5,.message-text h6,.message-text ul,.message-text ol,.message-text strong,.message-text blockquote,.message-text code,.message-text pre,.message-text br,.message-text p,.message-text li{margin:12px 0}.message-text p,.message-text em,.message-text strong{font-weight:400;font-size:16px;line-height:1.75;letter-spacing:.02em}.message-text h2{font-weight:600;font-size:18px;line-height:1.78;letter-spacing:0em;color:#2c2c36}.message-text h3,.message-text h4,.message-text h5,.message-text h6{font-weight:600;font-size:16px;line-height:1.75;letter-spacing:0em;color:#2c2c36}.message-text h1{font-weight:600;font-size:20px;line-height:1.8;letter-spacing:0em;color:#2c2c36}.message-text ul,.message-text ol{margin-left:2em}.tab-buttons{justify-content:space-between;display:flex;border-bottom:1px solid rgb(224,224,224);border-radius:8px 8px 0 0;overflow:hidden}.table-actions{display:flex;gap:10px}.table-action-btn{color:#404040;font-size:.95rem;cursor:pointer;background:unset;border:unset;border-radius:5px;padding:5px 14px;transition:background .15s,color .15s}.chart-container{display:flex;flex-direction:column;gap:20px;width:95%;align-items:center;justify-content:center}hr{border:1px solid #e2e8f0}.guided-end-content{background-color:#e8faeb;width:100%;padding:1rem;color:#03ce15;border-radius:10px;margin-block:1rem;display:flex;justify-content:center;gap:10px}.highlight-text{background-color:#faa82c8b;transition:background-color .3s ease;padding:5px!important;border-radius:3px}.highlight-followup{background-color:#a4f1b2;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.thinking-blocks-container{margin:.5rem 0 .75rem;width:100%;max-width:900px;animation:slideIn .3s ease}.thinking-blocks-header{display:flex;justify-content:space-between;align-items:center;padding:.6rem 1rem;background-color:#f5f7fa;border-radius:.75rem;margin-bottom:.5rem;font-weight:500;font-size:.875rem;color:#444;border-left:4px solid #397868;box-shadow:0 1px 3px #0000000d;cursor:pointer;transition:background-color .2s}.thinking-blocks-header:hover{background-color:#f0f4fa}.expand-button{background:none;border:none;cursor:pointer;font-size:.875rem;color:#666;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.expand-button:hover{color:#03a11d}.thinking-blocks-content{display:flex;flex-direction:column;gap:8px;padding-left:.5rem}.thinking-block{background-color:#f9f9f9;border-radius:.75rem;border-left:4px solid #397868;padding:.75rem 1rem;font-size:.875rem;box-shadow:0 1px 3px #0000000d;transition:background-color .2s;margin-bottom:.5rem;width:calc(100% - 1rem)}.thinking-block:hover{background-color:#f5f5f5}.thinking-block-title{font-weight:600;margin-bottom:.5rem;color:#333}.thinking-block-content{display:flex;flex-direction:column;gap:.5rem}.thinking-block-item{margin-bottom:.5rem;line-height:1.4}.thinking-block-label{font-weight:500;margin-right:.5rem;color:#555;display:inline-block;min-width:70px}.thinking-block pre{background-color:#f0f0f0;border-radius:.5rem;padding:.75rem;overflow-x:auto;margin-top:.25rem;font-size:.75rem;max-height:150px;white-space:pre-wrap;word-break:break-word;border:1px solid #e5e5e5;scrollbar-width:thin}.realtime-thinking{margin-bottom:.5rem;background-color:#f5f7fab3;border-radius:.75rem;transition:all .3s ease;animation:fadeIn .5s ease-in-out}.realtime-thinking .thinking-blocks-header{border-left:4px solid #03a11d}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.thinking-blocks-container{width:100%;max-width:900px;margin:.5rem auto}.chat-messages{width:100%;flex:1;padding:1rem;overflow-y:auto;display:flex;flex-direction:column;gap:10px;align-items:center;background-color:#fff;color:#000;scroll-behavior:smooth;max-height:calc(100vh - 150px);-ms-overflow-style:none;scrollbar-width:none}.chat-messages::-webkit-scrollbar{display:none}@media(min-width:768px){.chat-messages{padding:10px 30px}}.message-group{max-width:900px;width:100%}.thinking-blocks-wrapper{width:100%}.agent-message-indicator{font-style:italic;opacity:.5;font-size:15px}.chat-input-container{display:flex;max-width:900px;width:100%;padding:12px 16px;padding-top:0!important;background-color:#fff;position:relative;justify-content:center}.chat-input-wrapper{display:flex;align-items:flex-start;flex-direction:column;background-color:#fff;border-radius:14px;border:1px solid #d7d7d7!important;padding:5px 10px 5px 5px;box-shadow:0 0 8px #00000014;width:100%}.chat-input-icon{display:flex;align-items:center;margin-right:8px}.chat-input-icon img{width:30px;height:30px;border-radius:50%}.chat-input{width:100%;resize:none;font-family:Poppins,sans-serif;border:none;padding:12px 15px;line-height:24px;height:75px;background:transparent;font-size:14px;outline:none;min-width:0;min-height:48px}.send-button{display:flex;align-items:center;justify-content:center;margin-top:20px;background-color:#60c060;color:#fff;border:none;border-radius:50%;width:38px;height:38px;min-width:38px;cursor:pointer;transition:background-color .2s;margin-left:4px}@media(min-width:768px){.send-button{width:38px;height:38px}}.send-button:hover:not(:disabled){background-color:#4ca84c;transform:scale(1.05)}.send-button:disabled{background-color:silver;cursor:not-allowed;transform:none}@media(max-width:480px){.chat-input-container{padding:8px}.chat-input-wrapper{padding:2px 4px 2px 10px}.chat-input-icon img{width:18px;height:18px}.chat-input{font-size:14px;padding:5px 0}.send-button{width:38px;height:38px;min-width:38px}}.attached-files-container{display:flex;flex-direction:column;gap:8px;margin-bottom:8px;width:100%}.attached-file-item{display:flex;align-items:center;background:#f7fafc;border-radius:8px;padding:6px 10px;margin-bottom:4px;box-shadow:0 1px 2px #00000008;font-size:13px}.file-icon{margin-right:8px;color:#888}.file-text{flex:1;display:flex;flex-direction:column;overflow:hidden}.file-name{font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size{color:#888;font-size:12px}.remove-file-btn{background:none;border:none;color:#d32f2f;cursor:pointer;margin-left:8px;padding:2px 4px;border-radius:4px;transition:background .2s}.remove-file-btn:hover{background:#ffeaea}.input-buttons{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:8px;width:100%}.input-left-icons{display:flex;align-items:center;gap:8px}.progress-button{display:flex;align-items:center;gap:6px;position:relative}.progress{width:60px;height:6px;background:#e0e0e0;border-radius:3px;overflow:hidden}.progress-inner{display:block;height:100%;background:#03d256;border-radius:3px;transition:width .3s}.stop-button{display:flex;align-items:center;justify-content:center;margin-top:20px;background-color:#0d0d0d;color:#fff;border:none;border-radius:50%;width:38px;height:38px;min-width:38px;cursor:pointer;transition:background-color .2s;margin-left:4px}.agent-suggestions{position:absolute;left:24px;right:24px;bottom:76px;background:#fff;border:1.5px solid #e8f5e9;border-radius:16px;box-shadow:0 12px 48px #44c75a26,0 4px 16px #00000014;z-index:10;padding:12px 8px;max-height:280px;overflow-y:auto;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:slideInUp .2s ease-out;scrollbar-width:none}@keyframes slideInUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.agent-suggestions::-webkit-scrollbar{width:6px}.agent-suggestions::-webkit-scrollbar-track{background:#f1f5f9;border-radius:10px}.agent-suggestions::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:10px}.agent-suggestions::-webkit-scrollbar-thumb:hover{background:#94a3b8}.agent-suggestion-item{display:flex;align-items:center;gap:12px;padding:12px 14px;border-radius:12px;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);margin:4px 0;position:relative}.agent-suggestion-item:before{content:"";position:absolute;left:0;top:0;height:100%;width:3px;background:linear-gradient(180deg,#44c75a,#66d177);border-radius:0 2px 2px 0;opacity:0;transition:opacity .2s ease}.agent-suggestion-item.highlighted:before,.agent-suggestion-item:hover:before{opacity:1}.agent-suggestion-item.highlighted,.agent-suggestion-item:hover{background:linear-gradient(135deg,#f0fdf4,#e8f5e9);transform:translate(4px);box-shadow:0 2px 8px #44c75a1f}.agent-suggestion-primary{font-weight:600;font-size:14px;color:#1a7f3a;letter-spacing:-.01em}.agent-suggestion-secondary{font-size:12px;color:#6b7280}.agent-suggestion-empty{padding:16px 20px;font-size:13px;color:#94a3b8;text-align:center;font-style:italic}.agent-chip{display:inline-flex;align-items:center;gap:8px;margin:6px 8px 0;padding:8px 14px;background:linear-gradient(135deg,#ecfdf5,#e8f5e9);border:1.5px solid #44c75a;border-radius:20px;font-size:12px;box-shadow:0 2px 6px #44c75a26;transition:all .2s ease}.agent-chip:hover{box-shadow:0 4px 12px #44c75a40;transform:translateY(-1px)}.agent-chip-label{font-weight:600;color:#1a7f3a}.agent-chip-name{font-weight:600;color:#2d8652}.agent-chip-remove{background:transparent;border:none;color:#6b7280;cursor:pointer;font-size:16px;line-height:1;padding:2px 4px;transition:all .2s ease;width:20px;height:20px;display:flex;align-items:center;justify-content:center;border-radius:50%}.agent-chip-remove:hover{color:#dc2626;background:#fee2e2;transform:rotate(90deg)}.input-icon-button{padding:8px;border-radius:8px;gap:5px;background:none;border:none;display:flex;height:100%;align-items:center;cursor:pointer;color:#686868}.input-icon-button:hover{color:#e66b1f;background:#fff4e6}.input-icon-button.active{padding:4px 8px;color:#f97d30;background:#fff4e6;border:1px solid #f97d30}.thinking-btn.disabled-thinking{pointer-events:none;opacity:.5}.file-error-message{padding-top:15px;display:flex;justify-content:center;position:relative;width:100%}.file-error-message p{position:absolute;display:flex;bottom:0;border:1px solid #ff9f9f;border-bottom:none!important;background:#fde8e8;padding:5px;border-radius:8px 8px 0 0;width:90%;justify-content:center;max-width:800px}.trial-user-disclaimer-outside{max-width:850px;width:100%;padding:10px}.trial-user-disclaimer-outside p{margin:0;font-size:13px;line-height:1.7;color:#dc2626;font-weight:500;text-align:center}.progress-button .progress{position:absolute;display:none;bottom:0;left:5%;width:90%;border-radius:10px;height:2.4px;transition:transform .2s;background:#ffd0a1}.progress-button .progress-inner{top:0;width:80px;height:100%;border-radius:10px;transition:width .3s,opacity .3s;position:absolute;left:0;background:#ea6b1f}.progress-button:hover .thinking-btn{color:#e66b1f;background:#fff4e6}.progress-button:hover .progress{display:block!important}.progress-button:hover .MuiBadge-badge{background-color:#ffe2c6}.thinking-btn .MuiBadge-badge{position:unset!important;top:unset!important;left:unset!important;transform:none!important;background-color:#eee;margin-left:5px}.Credits_tooltip{padding:5px;max-width:190px;display:flex;flex-direction:column;align-items:center}.Credits_tooltip span{color:#ddd}.progress-button .active .MuiBadge-badge{background-color:#ffe2c6}.progress-button .active+.progress{display:none!important}.request-limit-message{bottom:10px;left:50%;background-color:#fff4e6;padding:8px 12px;border-radius:16px;font-size:14px;color:#e66b1f}.send-button-wrapper{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;gap:5px}.landing-page-container{display:flex;flex-direction:column;grid-auto-flow:row;justify-content:space-evenly;gap:20px;min-height:calc(100vh - 40px);width:100%;border-radius:10px;background:#fff!important;padding:20px;box-sizing:border-box;font-family:Poppins,sans-serif;position:relative;align-items:center}.landing-input-container{display:flex;max-width:900px;width:100%;flex-direction:column;margin-bottom:40px}.landing-center-content{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;max-width:900px;width:100%;margin:0}.send-button{margin-top:unset!important}.landing-logo{width:3.5rem;margin-bottom:2rem}.landing-title-gradient{font-size:2.2rem;font-weight:600;text-align:center;display:flex;align-items:center;background:linear-gradient(90deg,#e66e24,#b58b42,#54d11e);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;color:transparent;margin-bottom:2.5rem;margin-top:0;letter-spacing:.5px;font-family:Poppins,sans-serif}.prompt-cards-container{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:100%;max-width:900px;margin-bottom:10px;padding:20px}@media(max-width:1020px){.prompt-cards-container{padding:20px!important;grid-template-columns:repeat(2,1fr)}.prompt-card{min-height:120px}}@media(max-width:600px){.prompt-cards-container{padding:20px!important;grid-template-columns:1fr}.prompt-card{min-height:100px}}.prompt-card{justify-content:flex-start!important;align-items:flex-start;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;border:1.5px solid #e0e1dd;min-height:150px;padding:18px 16px;cursor:pointer;transition:box-shadow .2s;display:flex;flex-direction:column;justify-content:space-between;font-family:Poppins,sans-serif}.prompt-header{display:flex;margin-bottom:10px;border-bottom:1.5px solid #e0e1dd;justify-content:space-between;padding-bottom:6px;width:100%;align-items:center}.prompt-cards-title{padding:0 20px;font-size:16px;font-weight:500;max-width:900px;color:#a9a9a9;display:block}.prompt-text{font-size:14px;line-height:1.4;color:#333}.prompt-header .prompt-icon{border-radius:6px;display:flex;align-items:center;justify-content:center;width:30px;height:30px;background:#f3fbf3!important}.prompt-card:hover,.prompt-card:focus{background:#fff;border-color:#44c75a;box-shadow:0 4px 18px #22223b21}.landing-input-wrapper{width:100%;position:relative}.landing-input-form{box-shadow:0 2px 8px #22223b0f;width:100%;min-height:100px;max-width:60rem;font-size:1.3rem;padding:10px;resize:none;border:1px solid #ccc;border-radius:20px;text-align:left;display:flex;position:static;left:unset;bottom:unset;transform:none;gap:.625rem;align-items:flex-end}.landing-input{width:100%;font-family:Poppins,sans-serif!important;resize:none;flex:1;font-size:15px;min-height:35px;padding:5px 10px;border:none;border-radius:10px;outline:none;color:fieldtext;letter-spacing:normal;word-spacing:normal;line-height:24px;text-transform:none;text-indent:0px;text-shadow:none;-webkit-appearance:auto;-moz-appearance:auto;appearance:auto;overflow-wrap:break-word;min-height:48px}.landing-submit-btn-green{display:flex;align-items:center;justify-content:center;padding:10px 20px;background:#4caf50;color:#fff;border:none;border-radius:20px;font-size:16px;font-weight:500;cursor:pointer;font-family:Poppins,sans-serif;height:40px;width:40px;gap:.5rem}.landing-submit-btn-green:hover,.landing-submit-btn-green:focus{background:#388e3c;outline:none}.user-query-bubble{background:#e6ffe6;color:#222;border-radius:16px 16px 4px;padding:.7rem 1.2rem;margin:.5rem 0 .5rem auto;max-width:60%;font-size:1rem;box-shadow:0 2px 8px #22223b0f;display:block;text-align:right;position:relative;right:0}.model-selector{height:fit-content;display:flex;justify-content:center;margin-bottom:20px;margin-top:20px;padding-top:10px}.model-options{display:flex;background-color:#f3f4f6;border-radius:20px;padding:4px;box-shadow:0 1px 3px #0000001a}.model-option{padding:8px 16px;border:none;background:none;border-radius:16px;cursor:pointer;font-size:14px;transition:all .2s ease}.active{background-color:#fff;color:#218841;font-weight:500}.model-option:hover:not(.active){background-color:#ffffff80}@media(max-width:1024px){.prompt-cards-container{max-width:100%;gap:.5rem}.prompt-card{font-size:.9rem}}@media(max-width:912px){.landing-page-container{min-height:calc(100vh - 92px)}.landing-input-form{padding:.375rem;bottom:1.2rem}.landing-input{padding:.75rem;font-size:.98rem}.landing-submit-btn-green{padding:0 1rem;font-size:.98rem}.landing-logo{height:2.5rem;width:2.5rem}.landing-title-gradient{font-size:1.3rem;margin-bottom:1.5rem}.user-query-bubble{font-size:.95rem;max-width:85%;padding:.5rem .7rem}}.pin-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;padding:4px;transition:background .2s;cursor:pointer;width:28px;height:28px}.pin-icon:hover,.pin-icon.pinned{background:#f4f4f4}.notification-bell-button{position:absolute!important;top:24px;right:24px;z-index:1301;border:1px solid #c2c2c2!important;background-color:#fff!important;transition:all .2s ease-in-out!important}.notification-bell-button:hover,.notification-bell-button.open{background-color:#f5f5f5}.notification-bell-button.open:hover{background-color:#e8e8e8}.notification-bell-icon{transition:all .2s ease-in-out;fill:transparent;color:#2b2b2b}.notification-bell-icon.open{fill:currentColor;color:#111}.notification-container{position:fixed;top:99px;right:36px;width:360px;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px #00000026;z-index:1400;overflow:visible;min-height:200px;max-height:500px;display:flex;flex-direction:column}.notification-container-inner{position:relative;height:100%;display:flex;flex-direction:column}.notification-header{padding:12px 24px;border-bottom:1px solid #e7e7e7ff;font-weight:600;font-size:16px;color:#333;flex-shrink:0}.notification-list{margin:0 12px;position:relative;overflow-y:auto;flex:1;min-height:0}.notification-list.scrollable{overflow-y:auto}.notification-list::-webkit-scrollbar{width:4px}.notification-list::-webkit-scrollbar-track{background:transparent}.notification-list::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:2px}.notification-list::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.notification-item{margin-bottom:0;padding:4px 8px;border-radius:6px;background-color:#fff;border-left:none;z-index:auto;transition:background .2s;cursor:pointer}.notification-item:hover{background-color:#f2f2f2}.notification-item.selected{background-color:#f5f5f5;border-left:4px solid #03a11d;z-index:1401}.notification-item.unread-new,.notification-item.unread-updated{border-left:4px solid #ed6c02}.notification-avatar{overflow-y:auto;max-height:500px;min-width:50px}.notification-avatar-new,.notification-avatar-updated{background-color:#fff3e0!important;color:#ed6c02!important}.notification-avatar-read{background-color:#f0fff2!important;color:#03a11d!important}.notification-title{font-weight:400}.notification-title.unread{font-weight:700!important;color:#ed6c02!important}.notification-title.selected{font-weight:700}.notification-date{font-size:12px}.notification-updated-badge{margin-left:4px;color:#03a11d!important;font-weight:600;font-size:.7rem}.notification-state-container{display:flex;justify-content:center;align-items:center}.notification-loading-spinner{color:#03a11d!important}.notification-error-text{color:red!important}.notification-empty-text{color:#f0fff2}.notification-detail-panel{position:absolute;left:-385px;z-index:1500;width:380px;pointer-events:auto}.notification-detail-paper{position:relative;border-radius:8px;overflow:visible!important;width:340px;background-color:#fff;z-index:1500;margin-right:40px;box-shadow:0 4px 12px #00000026!important}.notification-detail-arrow{position:absolute;right:-16px;top:20px;width:0;height:0;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:16px solid white;filter:drop-shadow(0 2px 4px rgba(0,0,0,.04))}.notification-detail-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.notification-detail-icon{color:#03a11d!important;padding:0}.notification-detail-icon.unread{color:#ed6c02!important}.notification-detail-close{padding:0}.notification-detail-title{font-weight:700;color:#03a11d!important;margin-bottom:8px}.notification-detail-title.unread{color:#ed6c02!important}.notification-detail-message{margin-bottom:8px}.notification-detail-date{color:#666;font-size:12px}.notification-divider{margin:0}.notification-detail-content{padding:16px;max-width:340px;width:100%;max-height:350px;overflow-y:auto;z-index:99999999;display:flex;position:relative;flex-direction:column;gap:8px}@media(max-width:768px){.notification-container{width:320px;right:20px}.notification-detail-panel{left:-345px;width:340px}.notification-detail-paper{width:340px}}.dashboard-container{background-color:#fff;padding:0;margin:0!important;border-radius:12px;font-family:Poppins,sans-serif}.dashboard-container h1{font-size:18px;color:#333;font-weight:600}iframe{max-height:700px!important;position:absolute;top:-44px}.tab-title-Header{padding:20px;display:flex;align-items:center;box-shadow:0 0 12px #0000001a;gap:6px}.field-info{margin-top:20px;padding:15px;background-color:#f8f9fa;border-radius:8px;box-shadow:0 2px 5px #0000001a}.tab-header-container{display:flex;flex-direction:column;margin-bottom:1rem}.field-indicator{margin-bottom:.5rem}.field-name{font-weight:600;font-size:1.2rem;color:#333;padding:.25rem .5rem;background-color:#f0f0f0;border-radius:4px}.tabs-wrapper{display:flex;flex-wrap:wrap;gap:.5rem}.tab-button{padding:.6rem 1.2rem;border:none;border-radius:4px;background-color:#eee;color:#444;cursor:pointer;transition:all .2s ease-in-out;font-weight:500}.tab-button:hover{background-color:#e0e0e0}.tab-button.active{background-color:#03a11d;color:#fff}.content{width:100%;height:100vh;margin-top:40px;display:flex;justify-content:center;margin-bottom:30px;align-items:center}.content iframe{border:none;width:90%;height:100%;border:1px solid #e1e1e1;border-radius:12px;padding:3px}@media(max-width:1248px){.content iframe{max-height:600px!important;width:calc(100vw - 300px)}}@media(max-width:950px){.content iframe{max-height:500px!important}}@media(max-width:768px){.content iframe{max-height:400px!important;width:calc(100vw - 200px)}.tabs-wrapper{flex-direction:column}.tab-button{width:100%;text-align:left}}@media(min-width:1440px){.content iframe{max-height:unset!important;width:100%}.powerbi-report{max-width:calc(100vw - 500px)!important;width:100%}}@media(max-width:580px){.content iframe{max-height:300px!important;width:calc(100vw - 300px)}}.report-placeholder{text-align:center;padding:50px}.report-placeholder img{max-width:100px;margin-Bottom:20px}.powerbi-report{width:100%;display:flex;max-width:1100px;border-top:1px solid #f2f2f2;height:calc(100% + 30px);position:relative;overflow:hidden;justify-content:center}.bookmark-controls{display:flex;align-items:center;margin-left:auto;gap:10px}.bookmark-button{display:flex;align-items:center;gap:5px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:6px 12px;cursor:pointer;transition:all .2s}.bookmark-button:hover{background-color:#e9e9e9}.bookmark-input-container{display:flex;align-items:center;gap:5px}.bookmark-input{padding:6px;border:1px solid #ddd;border-radius:4px;width:150px}.save-bookmark-button{display:flex;align-items:center;gap:3px;background-color:#03a11d;color:#fff;border:none;border-radius:4px;padding:6px 10px;cursor:pointer}.bookmarks-dropdown{position:relative;display:inline-block}.bookmarks-dropdown-button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;padding:6px 12px;cursor:pointer}.bookmarks-dropdown-content{display:none;position:absolute;right:0;background-color:#fff;min-width:200px;box-shadow:0 8px 16px #0003;z-index:1;max-height:300px;overflow-y:auto;border-radius:4px}.bookmarks-dropdown:hover .bookmarks-dropdown-content{display:block}.bookmark-item{padding:10px 15px;display:flex;justify-content:space-between;align-items:center;cursor:pointer;border-bottom:1px solid #eee}.bookmark-item:hover{background-color:#f7f7f7}.bookmark-item small{color:#777;font-size:80%}.ask-pixie-btn{margin-left:15px;padding:8px 16px;background-color:#03a11d;color:#fff;border:none;border-radius:4px;cursor:pointer;font-weight:500;transition:background-color .2s}.ask-pixie-btn:hover{background-color:#03a11d}.disabled-btn{opacity:.3;cursor:not-allowed}.dashboard-nav{padding:4px;background:#fff;border:1px solid #f0f0f0;border-radius:999px;box-shadow:0 8px 24px #0000000f}.dashboard-nav .nav-tab{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:0;background:transparent;color:#333;font-weight:600;padding:8px 28px;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease,box-shadow .2s ease}.dashboard-nav .nav-tab:hover:not(:disabled){background:#faf6ef}.dashboard-nav .nav-tab.active{background:#fdecd2;color:#222;box-shadow:inset 0 0 0 1px #00000008}.dashboard-nav .nav-tab:disabled{opacity:.5;cursor:not-allowed}.dashboard-nav{align-self:anchor-center;gap:8px;margin:8px 0;display:flex;flex-direction:row;justify-content:center;max-width:fit-content;align-items:center}.Selection-container{position:relative;display:flex;flex-direction:column;align-items:center;background-color:#f8fcf9}.Selection-container h2{margin-bottom:15px;margin-top:0;font-weight:500}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;width:100%;padding:15px 50px 15px 20px;font-size:16px;border:2px solid #00c800;border-radius:10px;background-color:#fff;color:#555;box-shadow:0 0 8px #00c80033;cursor:pointer}select:focus-visible{border:2px solid #00c800!important;outline:none}.dropdown-content-ds{position:relative;padding:50px 0;display:flex;flex-direction:column;align-items:center;transition:all 1s ease;width:350px}.select-wrapper{position:relative;display:inline-block;width:100%}.select-wrapper:after{content:"❯";transform:rotate(90deg) translateY(-50%);transform-origin:top;position:absolute;bottom:0;right:20px;color:#fff;background:#accf1e;background:linear-gradient(90deg,#accf1e,#12dd1c 96%,#12dd1c);border-radius:50%;width:25px;height:25px;display:flex;align-items:center;justify-content:center;font-size:15px;transition:all 1s ease;pointer-events:none}.Selection-container{position:relative;width:100%;height:100vh}.dropdown-content-ds{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:8px}.dropdown-content-ds h2{transition:all 1s ease;padding-bottom:20px;font-size:20px}.remove{background-color:none!important;height:0!important;transition:all 1s ease}.dropdown-move h2{display:none}.dropdown-move select{padding:10px 50px 10px 15px}.dropdown-move .select-wrapper:after{bottom:-5px}.dropdown-move{padding:0;top:-52px;left:98%;transform:translate(-100%);width:250px!important}.options-field{color:#000;padding:10px;border-radius:5px}.no-access-message{text-align:center;padding:2rem;border-radius:8px;margin:1rem 0}.no-access-message h2{color:#1d1d1d;margin-bottom:1rem}.no-access-message p{color:#6c757d;margin-bottom:.5rem;line-height:1.5}.no-access-message strong{color:#28a745}.no-access-message a{color:#28a745;text-decoration:none;transition:color .2s ease}.no-access-message a:hover{color:#1e7e34;text-decoration:underline}.no-access-message a strong{color:inherit}.no-access-img{width:250px;margin:25px 0}.chatbot-container{display:flex;height:100vh;overflow:auto;background-color:#f6f7f8}.right-content{flex:1;display:flex;flex-direction:column;margin:20px;height:calc(100vh - 40px);overflow-y:auto}.hidden{display:none}.no-margin{margin:0!important}@media(max-width:912px){.chatbot-container{height:calc(100vh - 92px)}.right-content{height:calc(100vh - 92px);margin:0 20px}}.feedback-chat-messages::-webkit-scrollbar,.table-container::-webkit-scrollbar,.feedback-main-layout::-webkit-scrollbar{width:6px}.feedback-chat-messages::-webkit-scrollbar-track,.table-container::-webkit-scrollbar-track,.feedback-main-layout::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.feedback-chat-messages::-webkit-scrollbar-thumb,.table-container::-webkit-scrollbar-thumb,.feedback-main-layout::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.feedback-chat-messages::-webkit-scrollbar-thumb:hover,.table-container::-webkit-scrollbar-thumb:hover,.feedback-main-layout::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.feedback-chat-messages,.table-container,.feedback-main-layout{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1}.feedback-main-layout{display:flex;flex-direction:column;height:calc(100vh - 40px);width:100%}.filter-page{flex:1;padding:20px;background:#f8f9fa}.table-page{display:flex;height:calc(100vh - 40px);width:100%;position:relative}.table-page.with-chat-sidebar,.table-page.table-only{display:flex}.table-container{display:flex;flex-direction:column;background:#fff;transition:width .1s ease}.chat-sidebar{border-left:1px solid #e0e0e0;background:#fff;display:flex;flex-direction:column;height:calc(100vh - 40px);transition:width .1s ease;border-radius:12px}.resize-handle{width:8px;background:#f0f0f0;cursor:col-resize;position:relative;transition:background-color .2s ease;display:flex;align-items:center;justify-content:center;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}.resize-handle:before{content:"";width:2px;height:30px;background:#ccc;border-radius:1px;transition:background-color .2s ease}.resize-handle:hover:before{background:#111}.resize-handle:active:before{background:#111}.feedback-chat-interface{display:flex;flex-direction:column;height:100%;background:#fff;border-radius:12px}.feedback-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e0e0e0;background:#f8f9fa;min-height:60px}.feedback-chat-title{display:flex;align-items:center;gap:8px}.feedback-chat-title h3{margin:0;font-size:16px;font-weight:600;color:#333}.selected-feedback-info{display:flex;align-items:center;gap:12px;font-size:12px;flex:1;justify-content:center}.feedback-id{color:#666;font-weight:500}.status-indicator{padding:2px 8px;border-radius:12px;font-size:10px;font-weight:600;text-transform:uppercase}.status-indicator.resolved{background:#d4edda;color:#155724}.status-indicator.pending{background:#fff3cd;color:#856404}.status-indicator.in_progress{background:#cce5ff;color:#004085}.close-chat-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:#f8f9fa;border-radius:6px;cursor:pointer;color:#666;transition:all .2s ease}.close-chat-button:hover{background:#e9ecef;color:#333}.feedback-chat-messages{flex:1;overflow-y:auto;padding:0;background:#fff}.feedback-error-message{padding:12px 20px;background:#f8d7da;color:#721c24;border-top:1px solid #f5c6cb;font-size:14px;text-align:center}.table-view{height:100%;display:flex;flex-direction:column;background:#fff}.table-header{display:flex;align-items:center;justify-content:space-between;padding:20px}.table-header h2{margin:0;font-size:24px;font-weight:600;color:#333}.table-actions{display:flex;align-items:center;gap:12px}.column-filter-button{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#f8f9fa;color:#495057;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:14px;transition:all .2s ease}.column-filter-button:hover{background:#e9ecef;border-color:#adb5bd}.column-filter-dropdown{position:absolute;top:100%;right:0;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:8px 0;min-width:200px;z-index:1000;margin-top:4px}.column-filter-option{display:flex;align-items:center;gap:8px;padding:8px 16px;cursor:pointer;font-size:14px;color:#495057;transition:background-color .2s ease}.column-filter-option:hover{background:#f8f9fa}.column-filter-option input[type=checkbox]{margin:0;cursor:pointer}.column-filter-option span{flex:1}.back-button{padding:8px 16px;background:#ffa600;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:14px;transition:background .2s ease}.back-button:hover{background:#ffa600}.table-container{flex:1;overflow:auto;padding:0 20px 20px;border-radius:12px}.feedback-table{width:100%;border-collapse:collapse;margin-top:10px;table-layout:fixed}.feedback-table th{background:#f8f9fa;padding:12px 8px;text-align:left;font-weight:600;color:#495057;border-bottom:2px solid #dee2e6;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.feedback-table td{padding:12px 8px;border-bottom:1px solid #dee2e6;font-size:14px;color:#333;vertical-align:top;overflow:hidden;word-wrap:break-word}.expand-cell{width:50px;text-align:center;vertical-align:middle;padding:8px 4px!important}.row-expand-button{background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:4px;color:#6c757d;transition:all .2s ease;width:24px;height:24px}.row-expand-button:hover{background:#0000000d;color:#495057}.expanded-row{background-color:#f8f9fa}.expanded-row td{border-bottom:2px solid #dee2e6}.expanded-row .cell-content .truncated{white-space:pre-wrap;word-wrap:break-word;max-height:none;overflow:visible}.cell-content{position:relative;width:100%;max-width:100%}.cell-content.expandable{cursor:pointer}.cell-content .truncated{display:block;max-height:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;line-height:1.4;width:100%}.cell-content .expanded{display:block;white-space:pre-wrap;word-wrap:break-word;line-height:1.4;max-height:none;width:100%}.feedback-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.feedback-badge.positive{background:#d4edda;color:#155724}.feedback-badge.negative{background:#f8d7da;color:#721c24}.status-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.status-badge.resolved{background:#d1ecf1;color:#0c5460}.status-badge.pending{background:#fff3cd;color:#856404}.status-badge.in_progress{background:#cce5ff;color:#004085}.start-chat-button{display:flex;align-items:center;gap:6px;padding:6px 12px;background:#03a11d;color:#fff;border:none;border-radius:6px;cursor:pointer;font-size:12px;transition:background .2s ease}.start-chat-button:hover{background:#03a11d}.filter-view{max-width:600px;margin:0 auto;padding:40px 20px}.filter-header{display:flex;align-items:center;gap:12px;margin-bottom:30px}.filter-header h2{margin:0;font-size:24px;font-weight:600;color:#333}.filter-form{background:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 10px #0000001a}.filter-row{display:flex;gap:20px;margin-bottom:20px}.filter-group{flex:1;display:flex;flex-direction:column}.filter-group label{margin-bottom:6px;font-weight:500;color:#495057;font-size:14px}.filter-group input,.filter-group select{padding:10px 12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;transition:border-color .2s ease}.filter-group input:focus,.filter-group select:focus{outline:none;border-color:#03a11d;box-shadow:0 0 0 2px #007bff40}.fetch-button{width:100%;padding:12px 20px;background:#03a11d;color:#fff;border:none;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background .2s ease}.fetch-button:hover:not(:disabled){background:#03a11d}.fetch-button:disabled{background:#6c757d;cursor:not-allowed}.rating-badge{padding:4px 8px;border-radius:12px;font-size:14px;font-weight:600;text-align:center;display:inline-block;min-width:30px}.rating-badge.rating-1{background:#d4edda;color:#155724}.rating-badge.rating--1{background:#f8d7da;color:#721c24}.rating-badge.rating-0{background:#e2e3e5;color:#6c757d}.env-badge{padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase}.env-badge.prod{background:#d1ecf1;color:#0c5460}.env-badge.local{background:#d4edda;color:#155724}@media(max-width:768px){.filter-row{flex-direction:column}.chat-sidebar{width:100%}.table-page.with-chat-sidebar{margin-right:0;width:100%}.table-container{padding:10px}.feedback-table{font-size:12px}.feedback-table th,.feedback-table td{padding:8px 6px}}.status-dropdown-container{position:relative;display:inline-block}.status-dropdown-button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 12px;background:#fff;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;color:#495057;transition:all .2s ease;min-width:140px}.status-dropdown-button:hover{background:#f8f9fa;border-color:#adb5bd}.status-dropdown-button:focus{outline:none;border-color:#ffa600;box-shadow:0 0 0 2px #007bff40}.status-display{display:flex;align-items:center;gap:6px}.status-icon{display:flex;align-items:center}.status-label{font-weight:500}.dropdown-arrow{color:#6c757d;transition:transform .2s ease}.dropdown-arrow.rotated{transform:rotate(180deg)}.status-dropdown-menu{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #dee2e6;border-radius:6px;box-shadow:0 4px 12px #00000026;padding:4px 0;margin-top:4px;z-index:1000;min-width:140px}.status-option{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:14px;color:#495057;transition:background-color .2s ease}.status-option:hover{background:#f8f9fa}.status-option.active{background:#e3f2fd;color:#1976d2}.status-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000;padding:20px}.status-popup{background:#fff;border-radius:8px;box-shadow:0 8px 32px #0000001f;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.popup-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px 16px;border-bottom:1px solid #e0e0e0}.popup-header h3{margin:0;font-size:18px;font-weight:600;color:#333}.popup-close-button{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:6px;cursor:pointer;color:#666;transition:all .2s ease}.popup-close-button:hover{background:#f8f9fa;color:#333}.popup-content{padding:20px 24px}.popup-description{margin:0 0 20px;color:#666;font-size:14px;line-height:1.5}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:6px;font-weight:500;color:#333;font-size:14px}.form-group textarea{width:100%;padding:12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;font-family:inherit;resize:vertical;min-height:80px;transition:border-color .2s ease}.form-group textarea:focus{outline:none;border-color:#ffa600;box-shadow:0 0 0 2px #007bff40}.form-group textarea::placeholder{color:#adb5bd}.checkbox-label{display:flex!important;align-items:center;gap:8px;cursor:pointer;font-weight:500;margin-bottom:0}.checkbox-label input[type=checkbox]{width:16px;height:16px;margin:0;cursor:pointer}.form-group input[type=text]{width:100%;padding:10px 12px;border:1px solid #dee2e6;border-radius:6px;font-size:14px;color:#495057;background:#fff;transition:border-color .2s ease,box-shadow .2s ease}.form-group input[type=text]:focus{outline:none;border-color:#ffa600;box-shadow:0 0 0 2px #ffa60040}.form-group input[type=text]::placeholder{color:#adb5bd}.popup-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;padding:16px 24px 20px;border-top:1px solid #e0e0e0;background:#f8f9fa}.popup-cancel-button{padding:8px 16px;background:#fff;color:#495057;border:1px solid #dee2e6;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.popup-cancel-button:hover{background:#f8f9fa;border-color:#adb5bd}.popup-submit-button{padding:8px 16px;background:#ffa600;color:#fff;border:1px solid #ffa600;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;transition:all .2s ease}.popup-submit-button:hover:not(:disabled){background:#ffa600;border-color:#ffa600}.popup-submit-button:disabled{background:#6c757d;border-color:#6c757d;cursor:not-allowed;opacity:.6}@media(max-width:768px){.status-popup{margin:20px;max-width:none}.popup-actions{flex-direction:column}.popup-actions button{width:100%}}.table-view{width:100%;max-width:100%;overflow-x:auto}.table-actions{display:flex;gap:10px;align-items:center}.column-filter-container{position:relative}.column-filter-button{display:flex;align-items:center;gap:5px;padding:8px 12px;background:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px}.column-filter-dropdown{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;border-radius:4px;box-shadow:0 2px 8px #0000001a;z-index:1000;min-width:200px;max-height:300px;overflow-y:auto}.column-filter-option{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;font-size:14px}.column-filter-option:hover{background:#f5f5f5}.feedback-table{width:100%;border-collapse:collapse;font-size:14px}.feedback-table th,.feedback-table td{padding:12px 8px;text-align:left;border-bottom:1px solid #ddd;vertical-align:top}.feedback-table th{background:#f8f9fa;font-weight:600;position:sticky;top:0;z-index:10}.feedback-table tbody tr:hover,.expanded-row{background:#f8f9fa}.expand-cell{width:50px;text-align:center}.cell-content{max-width:100%}.cell-content .truncated{display:block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cell-content .expanded{display:block;white-space:pre-wrap;word-wrap:break-word;max-width:100%}.rating-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500}.rating-1{background:#d4edda;color:#155724}.rating--1{background:#f8d7da;color:#721c24}.rating-0{background:#e2e3e5;color:#383d41}.status-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.status-badge.open{background:#fff3cd;color:#856404}.status-badge.closed{background:#d4edda;color:#155724}.status-badge.in-progress{background:#cce5ff;color:#004085}.env-badge{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.env-badge.prod{background:#d4edda;color:#155724}.env-badge.dev{background:#fff3cd;color:#856404}.env-badge.staging{background:#cce5ff;color:#004085}.start-chat-button{display:flex;align-items:center;gap:5px;padding:6px 12px;background:#28a745;color:#fff;border:none;border-radius:4px;cursor:pointer;font-size:12px}.start-chat-button:hover{background:#218838}.json-display{padding:12px;font-family:Courier New,monospace;font-size:12px;line-height:1.4;overflow-x:auto;word-wrap:break-word}.json-display h1,.json-display h2,.json-display h3,.json-display h4,.json-display h5,.json-display h6{margin:8px 0 4px;font-weight:600;font-family:Courier New,monospace}.json-display p{margin:4px 0;font-family:Courier New,monospace}.json-display ul,.json-display ol{margin:4px 0;padding-left:20px;font-family:Courier New,monospace}.json-display li{margin:2px 0;font-family:Courier New,monospace}.json-display code{background:#f1f3f4;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:11px}.json-display pre{background:#f1f3f4;padding:8px;border-radius:4px;overflow-x:auto;margin:8px 0;font-family:Courier New,monospace;font-size:11px}.json-display blockquote{border-left:3px solid #ddd;margin:8px 0;padding-left:12px;color:#666;font-family:Courier New,monospace}.cell-content code{background:#f1f3f4;padding:2px 4px;border-radius:3px;font-family:monospace;font-size:12px}h1{font-size:15px}h2{font-size:14px}h3{font-size:13px}h4,strong,em{font-size:12px;margin:0;padding:0}.user-mgmt-container{background:#fff;border-radius:10px;padding:8px 0 40px;box-shadow:0 2px 8px #22223b0f;font-family:Poppins,sans-serif;width:100%;overflow:hidden;height:calc(100vh - 106px)}.user-mgmt-header{background:#fff;border-radius:10px;padding:14px 14px 14px 24px;box-shadow:0 2px 8px #22223b0f;margin-bottom:14px}.user-mgmt-title{color:#ff9500;font-size:18px;font-weight:600}.user-mgmt-tabs{display:flex;align-items:center;padding:0 24px;border-bottom:1px solid #dfdfdf;gap:10px;margin-bottom:18px}.user-mgmt-tab{background:none;border:none;font-size:16px;font-weight:500;color:#696969;border-bottom:3px solid transparent;cursor:pointer;transition:color .2s,border-color .2s;padding:16px;border-radius:12px 12px 0 0}.user-mgmt-tab.active{color:#141414;border-bottom:3px solid #1ecb4f;font-weight:600}.user-mgmt-add-btn{margin-left:auto;background:#ff9500;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.user-mgmt-add-btn:hover{background:#e78701}.user-mgmt-table-wrapper{margin-top:8px;border-radius:12px;padding:0 24px 8px;overflow-y:auto;scroll-behavior:auto;height:calc(100% - 54px);scrollbar-width:thin}.user-mgmt-table{width:100%;padding:5px;border-collapse:separate;border-spacing:1px 5px}.user-mgmt-table thead{position:sticky;top:0}.user-mgmt-table thead th:last-child,.user-mgmt-table tbody td:last-child{white-space:nowrap}.user-mgmt-table th{background:#f4f4f4;color:#595555;font-size:1rem;font-weight:600;padding:12px 18px;text-align:left}.user-mgmt-table tr th:first-child{border-radius:8px 0 0 8px}.user-mgmt-table tr th:last-child{border-radius:0 8px 8px 0}.user-mgmt-table tr td:last-child{border-radius:0 8px 8px 0}.user-mgmt-table tr td:first-child{border-radius:8px 0 0 8px}.user-mgmt-table td{background:#fff;outline:1px solid #EBEBEB;padding:14px 18px;vertical-align:middle;font-size:1rem;color:#151515}.user-mgmt-user-name{font-weight:600;color:#222;font-size:1.08rem}.user-mgmt-user-email{color:#545454;font-size:.98rem;margin-top:2px}.user-mgmt-access-type{background:#ededed;color:#555;border-radius:8px;padding:4px 14px;font-size:.95rem;font-weight:500}.user-mgmt-edit-btn{background:#fff;color:#1ecb4f;border:1.5px solid #1ecb4f;border-radius:20px;padding:6px 18px;font-size:1rem;font-weight:500;margin-right:8px;cursor:pointer;transition:background .2s,color .2s}.user-mgmt-edit-btn:hover{background:#eafff1}.user-mgmt-delete-btn{background:#fff;color:#ff9500;border:1.5px solid #FF9500;border-radius:20px;padding:6px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.user-mgmt-delete-btn:hover{background:#fff0f0}.user-mgmt-approve-btn{background:#fff;color:#1ecb4f;border:1.5px solid #1ecb4f;border-radius:20px;padding:6px 18px;font-size:1rem;font-weight:500;margin-right:8px;cursor:pointer;transition:background .2s,color .2s}.user-mgmt-approve-btn:hover{background:#eafff1}.user-mgmt-reject-btn{background:#fff;color:#ff9500;border:1.5px solid #FF9500;border-radius:20px;padding:6px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s,color .2s}.user-mgmt-reject-btn:hover{background:#fff7e6}.user-mgmt-loading,.user-mgmt-error{text-align:center;padding:2rem;color:#6b7280;font-size:.875rem}.no-records-cell{text-align:center;padding:2rem 1rem;background-color:#f7fafc}.no-records-message{display:flex;align-items:center;justify-content:center;color:#6b7280;font-size:.875rem;font-style:italic;text-align:center}.no-records-message span{padding:.5rem 1rem;background-color:#f3f4f6;border-radius:.375rem;border:1px solid #e5e7eb;width:100%}.profile-header-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;display:flex;align-items:center;padding:32px 32px 24px;margin-bottom:24px}.profile-avatar{width:72px;height:72px;border-radius:50%;background:#f6f7f8;display:flex;align-items:center;justify-content:center;font-size:40px;margin-right:28px;border:2px solid #e0e0e0}.profile-info{display:flex;flex-direction:column;gap:4px}.profile-name{font-size:1.3rem;font-weight:600}.profile-role{font-size:1rem;color:#888}.profile-email{font-size:1rem;color:#666}.profile-tabs-card{background:#fff;border-radius:16px;box-shadow:0 2px 8px #0000000a;padding:0 0 24px}.profile-tabs{display:flex;border-bottom:2px solid #f0f0f0;padding:0 32px;margin-bottom:16px;gap:24px}.profile-tabs button{background:none;border:none;font-size:1.1rem;font-weight:500;color:#888;padding:18px 0 10px;border-bottom:2px solid transparent;cursor:pointer;transition:color .2s,border-color .2s}.profile-tabs button.active{color:#00c853;border-bottom:2px solid #00c853}.profile-tab-content{padding:0 32px}.profile-details-content{margin-top:24px}.profile-details-row{display:flex;gap:48px;margin-bottom:18px}.profile-details-label{font-size:.95rem;color:#888;margin-bottom:2px}.profile-details-value{font-size:1.08rem;font-weight:500;color:#222}.profile-users-content{margin-top:24px}.profile-users-header-row{display:flex;font-weight:600;color:#888;margin-bottom:12px;flex-direction:row-reverse}.profile-users-header{flex:1}.profile-add-user-btn{background:#ffa600;color:#fff;border:none;border-radius:8px;padding:8px 18px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.profile-add-user-btn:hover{background:#ff8c00}.profile-user-row{display:flex;align-items:flex-start;background:#f6f7f8;border-radius:12px;padding:18px 18px 12px;margin-bottom:14px;gap:24px}.profile-user-info{flex:1}.profile-user-name{font-size:1.08rem;font-weight:500;margin-bottom:2px}.profile-user-email{font-size:.98rem;color:#888}.profile-user-fields{display:flex;flex-wrap:wrap;gap:8px}.profile-user-field-tag{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:4px 14px;font-size:.98rem;color:#444;margin-bottom:4px}.profile-user-row.expanded{background:#f2fbf4;box-shadow:0 2px 8px #00c85314;border:1.5px solid #00c85322}.profile-users-table{width:100%;border-collapse:separate;border-spacing:0;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000a;margin-top:8px}.profile-users-table th,.profile-users-table td{padding:14px 16px;text-align:left;font-size:1rem}.profile-users-table th{background:#f6f7f8;color:#888;font-weight:600;border-bottom:2px solid #e0e0e0}.profile-users-table tr{border-bottom:1px solid #f0f0f0;transition:background .2s}.profile-users-table tr.expanded{background:#f2fbf4}.profile-users-table tr:last-child{border-bottom:none}.profile-user-fields-expanded-row td{background:#eafbee;padding-top:0;padding-bottom:0}.profile-user-fields-expanded{display:flex;flex-direction:column;background:#eafbee;border-radius:12px;padding:14px 16px;min-width:320px;box-shadow:0 1px 4px #00c85312}.profile-user-fields-tags{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:10px}.profile-user-field-tag{background:#fff;border:1px solid #e0e0e0;border-radius:16px;padding:4px 14px;font-size:.98rem;color:#444;margin-bottom:4px;display:inline-flex;align-items:center}.profile-user-field-tag-close{margin-left:6px;color:#c62828;font-weight:700;font-size:1.1em;cursor:pointer;transition:color .2s}.profile-user-field-tag-close:hover{color:#ff1744}.profile-add-field-btn{background:#00c853;color:#fff;border:none;border-radius:8px;padding:6px 18px;font-size:.95rem;font-weight:500;cursor:pointer;transition:background .2s}.profile-add-field-btn:hover{background:#009624}.profile-add-field-section{display:flex;gap:8px;align-items:center;margin-top:8px;flex-wrap:wrap}.profile-field-dropdown{position:relative;display:inline-block}.profile-field-dropdown-toggle{background:#fff;border:1px solid #e0e0e0;border-radius:6px;padding:6px 12px;font-size:.95rem;cursor:pointer;display:flex;align-items:center;gap:8px;transition:border-color .2s;min-width:120px;color:#00c853;font-weight:500}.profile-field-dropdown-toggle:hover{border-color:#00c853;background:#f8fff9}.profile-field-dropdown-icon{width:16px;height:16px;color:#00c853;transition:transform .2s}.profile-field-dropdown-toggle:hover .profile-field-dropdown-icon{color:#00c853}.profile-field-dropdown-menu{max-height:150px;overflow-y:auto;padding:4px 0;list-style:none;margin:0}.profile-field-dropdown-content{position:absolute;top:100%;left:0;right:0;background:#fff;border:1px solid #e0e0e0;border-radius:6px;box-shadow:0 4px 12px #00000026;z-index:1000;margin-top:4px;min-width:250px;overflow:hidden}.profile-field-dropdown-content.bottom-positioned{top:auto;bottom:100%;margin-top:0;margin-bottom:4px}.profile-field-dropdown-header{background:#f5f5f5;padding:8px 12px;font-size:.9rem;font-weight:500;color:#666;border-bottom:1px solid #e0e0e0}.profile-field-dropdown-actions{display:flex;gap:8px;padding:8px 12px;border-top:1px solid #e0e0e0;background:#f9f9f9}.profile-field-dropdown-actions .profile-cancel-btn,.profile-field-dropdown-actions .profile-add-field-btn{flex:1;padding:6px 12px;font-size:.9rem}.profile-field-dropdown-item{display:flex;align-items:center;padding:8px 12px;cursor:pointer;transition:background .2s;font-size:.95rem;color:#444}.profile-field-dropdown-item:hover{background:#f5f5f5}.profile-field-dropdown-item input[type=checkbox]{margin-right:8px;cursor:pointer}.profile-field-dropdown-item input[type=checkbox]:checked{accent-color:#00c853}.profile-field-input{flex:1;border:1px solid #e0e0e0;border-radius:6px;padding:6px 12px;font-size:.95rem;background:#fff;transition:border-color .2s}.profile-field-input:focus{outline:none;border-color:#00c853}.profile-field-input:disabled{background:#f5f5f5;color:#999;cursor:not-allowed}.profile-add-field-btn:disabled{background:#ccc;cursor:not-allowed}.profile-add-field-btn:disabled:hover{background:#ccc}.profile-expand-btn,.profile-collapse-btn{background:#f6f7f8;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:1.2rem;color:#00c853;cursor:pointer;margin-left:6px;transition:background .2s}.profile-expand-btn:hover,.profile-collapse-btn:hover{background:#e0f7ef}.profile-cancel-btn{background:#f5f5f5;color:#666;border:1px solid #e0e0e0;border-radius:6px;padding:6px 12px;font-size:.95rem;cursor:pointer;transition:background .2s}.profile-cancel-btn:hover{background:#e0e0e0}.profile-overlay-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;display:flex;align-items:center;justify-content:center;z-index:2000;padding:24px}.profile-overlay-panel{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0003;width:min(720px,95vw);max-height:90vh;overflow-y:auto;padding:28px 32px}.profile-overlay-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:24px;gap:16px}.profile-overlay-title{font-size:1.4rem;font-weight:600}.profile-overlay-subtitle{color:#666;font-size:.95rem;margin-top:4px}.profile-overlay-close-btn{border:none;background:#f0f0f0;width:32px;height:32px;border-radius:50%;font-size:1.4rem;cursor:pointer;line-height:1}.profile-overlay-form{display:flex;flex-direction:column;gap:20px}.profile-overlay-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}.profile-overlay-grid label{display:flex;flex-direction:column;font-size:.95rem;color:#555;gap:6px}.profile-overlay-grid input{border:1px solid #e0e0e0;border-radius:8px;padding:10px 12px;font-size:1rem;transition:border-color .2s}.profile-overlay-grid input:focus{outline:none;border-color:#00c853}.profile-overlay-fields-section{background:#f8faf9;border:1px solid #e5efe8;border-radius:12px;padding:16px;display:flex;flex-direction:column;gap:12px}.profile-overlay-fields-header{display:flex;align-items:center;justify-content:space-between;font-weight:600;color:#444}.profile-overlay-fields-count{font-size:.85rem;color:#888}.profile-overlay-fields{display:flex;flex-wrap:wrap;gap:8px}.profile-overlay-field-chip{border:1px solid #d5d5d5;border-radius:18px;padding:6px 12px;font-size:.9rem;color:#555;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.profile-overlay-field-chip input{cursor:pointer}.profile-overlay-field-chip.selected{background:#eafbee;border-color:#00c853;color:#00a045}.profile-overlay-empty{color:#888;font-style:italic}.profile-overlay-error{color:#c62828;font-size:.95rem}.profile-overlay-actions{display:flex;gap:12px;justify-content:flex-end}.evals-main-layout::-webkit-scrollbar{width:6px}.evals-main-layout::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.evals-main-layout::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:3px}.evals-main-layout::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.evals-main-layout{scrollbar-width:thin;scrollbar-color:#c1c1c1 #f1f1f1;display:flex;flex-direction:column;height:calc(100vh - 40px);width:100%;border-radius:10px;background:#fff!important;box-sizing:border-box;font-family:Poppins,sans-serif;position:relative}.evals-header{display:flex;align-items:center;padding:20px;box-shadow:0 0 12px #0000001a;gap:6px}.evals-header h1{font-size:18px}.evals-content{padding:20px;position:relative;overflow-y:auto;overflow-x:hidden}.evals-file-upload{display:flex;justify-content:space-between;align-items:center;min-height:70px;padding:15px 20px;border-radius:12px;background-color:#f0fff2;border:1px solid #03ce15;box-shadow:0 2px 5px #03a11d1a;gap:20px}.evals-file-text{display:flex;flex-direction:column;gap:4px;flex-grow:1;font-weight:400;font-size:14px;letter-spacing:.02em}.upload-button{display:flex;align-items:center;justify-content:center;bottom:50px;font-weight:500;cursor:pointer;border-radius:18px;border:none;color:#fff!important;background-color:#03a11d;margin:8px;padding:.75rem;font-size:14px}.upload-button:hover{background-color:#03bf15}.evals-file-preview{display:flex;align-items:center;padding:16px;border-radius:8px;margin:1rem 0px;border:1px solid #dcdcdc;gap:10px}.file-icon{font-size:24px;margin-right:10px;padding:6px;color:#ff9800;border-radius:6px;background-color:#fff1dc;display:flex;align-items:center}.evals-file-preview .remove-file-btn{position:relative;background:transparent;border:none;color:#d32f2f;cursor:pointer;width:25px;height:25px;top:0;right:0}.title-queries{margin:2rem 0px .8rem;font-size:18px;font-weight:600}.evals-controls{display:flex;margin:1rem;gap:10px}.checkbox-table-wrapper,.result-table-wrapper{overflow-x:auto}.checkbox-table-wrapper th,.checkbox-table-wrapper td{padding:10px 18px}input[type=checkbox]{-moz-appearance:none;appearance:none;-webkit-appearance:none;min-width:1.2em;height:1.2em;border-radius:3px;outline:none;cursor:pointer;border:2px solid rgb(176 176 176)}input[type=checkbox]:checked{border:1.5px solid #03ce15;background-color:#f0fff2;box-shadow:0 2px 5px #03a11d1a;color:#03ce15}input[type=checkbox]:checked:before{content:"✓";display:block;text-align:center;line-height:1.2em}.run-button{display:flex;align-items:center;justify-content:space-evenly;font-weight:500;cursor:pointer;border-radius:18px;border:none;color:#fff!important;background-color:#03a11d;padding:.6rem;font-size:14px;width:5rem}.run-button:hover{background-color:#03bf15}.result-table-header{margin-block:.5rem;margin-right:1rem;display:flex;align-items:center;justify-content:space-between}.result-table-wrapper{margin-bottom:.7rem}.result-table-wrapper table{table-layout:fixed;width:100%}.result-table-wrapper td{vertical-align:top}.result-table-wrapper td>div{display:inline-block;width:100%;max-width:500px;max-height:85px;overflow-x:hidden;overflow-y:hidden;white-space:nowrap}.result-table-wrapper td>div.collapsed{overflow-y:hidden;text-overflow:ellipsis;white-space:pre-wrap;overflow-x:hidden}.result-table-wrapper td>div.expanded{display:block;width:100%;overflow-y:visible!important;max-height:none!important;white-space:pre-wrap;word-wrap:break-word}.tool-chip{width:auto;color:#ff9800;background-color:#fff1dc;border:1px solid #FF9800;border-radius:20px;padding:.4rem;margin:4px;display:inline-block}.loading-message{margin-inline:1rem;padding:.75rem;background-color:#f0fff2;box-shadow:0 2px 5px #03a11d1a;color:#03ce15}.cell-content h1,.cell-content h2,.cell-content h3,.cell-content h4,.cell-content h5,.cell-content h6{margin:8px 0 4px;font-weight:600}.cell-content p{margin:4px 0}.cell-content ul,.cell-content ol{margin:4px 0;padding-left:20px}.cell-content li{margin:2px 0}.cell-content code{background:#f1f3f4;padding:2px 4px;border-radius:3px;font-family:monospace;font-size:13px}.cell-content pre{background:#f1f3f4;padding:8px;border-radius:4px;overflow-x:auto;margin:8px 0}.cell-content blockquote{border-left:3px solid #ddd;margin:8px 0;padding-left:12px;color:#666}h1{font-size:16px}h2{font-size:15px}h3{font-size:14px}h4,strong,em{font-size:13px}.row-expand-button{background:none;border:none;cursor:pointer;padding:4px;border-radius:4px;color:#666}.row-expand-button:hover{background:#e9ecef;color:#333}.signin-container{display:flex;height:100vh;width:100vw}.bg-logo{position:absolute;top:20px;left:20px;width:120px;z-index:2}.signin-card{width:500px;padding:40px;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#fff;box-shadow:-4px 0 10px #0000001a}@media(max-width:913px){.bg-logo{display:none}}.signin-bg{width:100%;height:100%;object-fit:cover}.sign-background{flex:1;position:relative;overflow:hidden}.signin-logo{width:180px;margin-bottom:1.5rem}.signin-card h2{font-family:Poppins,sans-serif;margin-bottom:20px;margin-top:20px;color:#333;text-align:center}.signin-card p{color:#666;margin-bottom:2rem;font-family:Poppins,sans-serif}.signin-button{background-color:#03a11d;color:#fff;border:none;padding:12px 24px;border-radius:24px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s;font-family:Poppins,sans-serif}.signin-button:hover{background-color:#038919}.loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.fullpage-loading-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#ffffffe6;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;align-items:center;justify-content:center;z-index:9999}.fullpage-loading-content{display:flex;flex-direction:column;align-items:center;justify-content:center;background:#fff;padding:40px;border-radius:12px;box-shadow:0 8px 32px #0000001a}.loading-spinner{width:40px;height:40px;border:4px solid #f3f3f3;border-top:4px solid #03a11d;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.loading-text{color:#666;font-size:16px;font-family:Poppins,sans-serif;margin:0;opacity:.8;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}
