@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.result-container{display:flex;flex-direction:column;height:100vh}.header{flex-direction:row;justify-content:space-between;padding:20px}.header img{height:auto;margin-right:10px;width:50px}.header-buttons{display:flex;gap:10px;margin-left:auto}.title-text{color:#101f2f}.result-cards{grid-gap:8px 16px;--max-card-width:768px;align-items:flex-start;display:grid;flex:1 1;gap:8px 16px;grid-template-columns:repeat(2,1fr);overflow-y:auto;padding:20px}.result-card{--border-width:2px;word-wrap:break-word;background:#fff;border-radius:8px;box-sizing:border-box;justify-self:flex-end;margin:var(--border-width);max-width:calc(var(--max-card-width) - var(--border-width)*2);min-width:300px;padding:45px 16px 16px;position:relative;&:before{background:linear-gradient(135deg,var(--one-ux-palette--ai-core-400),var(--one-ux-palette--ai-accent-400));border-radius:inherit;content:"";inset:calc(var(--border-width)*-1);position:absolute;z-index:-1}}.result-card table{border-collapse:collapse;display:block;margin-bottom:20px;margin-top:20px;overflow-x:auto;table-layout:auto;width:100%}.result-card td,.result-card th{border:1px solid #e1e4e8;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;font-size:14px;padding:12px 15px;text-align:left}.result-card th{background-color:#f0f4f8;color:#24292e;font-weight:600}.result-card td{background-color:#fff;color:#24292e}.result-card tr:nth-child(2n) td{background-color:#f6f8fa}.result-card tr:hover td{background-color:#e8f5fd}.query-card{word-wrap:break-word;background:#fff;border:2px solid #dae0e5;border-radius:8px;box-sizing:border-box;justify-self:flex-start;max-width:var(--max-card-width);padding:16px;position:relative}.ai-icon{color:var(--one-ux-palette--ai-core-400);left:10px;position:absolute;top:10px}.card-icon-results{margin-left:.5em;width:1.2em}.star-rating{color:gold;cursor:pointer;font-size:24px;position:absolute;right:10px;top:10px}.star{color:#ccc;transition:color .3s}.star.filled,.star:hover{color:gold}.search-bar-textarea{border:1px solid #ccc}.search-bar-container{box-sizing:border-box;flex-direction:column;height:calc(15vh + 120px);left:10px;overflow-y:auto;padding:20px;top:25vh;width:calc(100% - 20px)}.search-bar-container,.search-bar-textarea-container{align-items:center;display:flex;justify-content:center}.search-bar-textarea-container{flex-shrink:0;height:142px;width:640px}.search-bar-textarea{border-color:#bac5cd;border-radius:5px;border-width:2px;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;height:100%;letter-spacing:.25px;line-height:140%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.search-button-container{display:flex;flex-shrink:0;height:auto;justify-content:space-between;margin-top:8px;position:relative;width:640px}.ai-search-button{display:inline-flex;position:absolute;right:0}.new-session-button{display:inline-flex;left:0;position:absolute}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000001a;border-top-color:#3498db;height:50px;left:50%;margin-top:8px;position:relative;transform:translateX(-50%);width:50px}.table-search-container{display:flex;flex-direction:column;gap:var(--one-ux-spacing--large);height:100%;.table-search-input{display:flex;flex-direction:column;gap:var(--one-ux-spacing--normal)}.table-scroll{flex:1 1;flex-basis:0px;min-height:0;.table-search-results{display:flex;flex-direction:column;gap:var(--one-ux-spacing--large);padding:0 var(--one-ux-spacing--larger);.table-search-card{word-wrap:break-word;background:#fff;border:2px solid #0000;border-image:linear-gradient(90deg,#8d60de,#5c9bf2) 1;border-radius:8px;box-shadow:0 4px 8px #0000001a;padding:16px}}}}.settings-drawer{display:flex;flex-direction:column;gap:var(--one-ux-spacing--large);height:100%;.search-context-container{align-items:flex-start;display:flex;flex-direction:row;gap:var(--one-ux-spacing--normal)}.system-message-container{display:flex;flex-direction:column;gap:var(--one-ux-spacing--small);.system-message-buttons{display:flex;flex-direction:row;gap:var(--one-ux-spacing--normal)}}.session-scroll{flex:1 1;flex-basis:0px;min-height:0;.sessions{display:flex;flex-direction:column;gap:var(--one-ux-spacing--large);padding:0 var(--one-ux-spacing--larger)}}.settings-footer{position:relative;.tooltip-info{background-color:#fff;bottom:calc(100% + var(--one-ux-spacing--small));box-shadow:0 1.6px 6px 0 #1f3d5f29,0 4.5px 12px 0 #1f3d5f33;color:#1f3d5f;font-size:12px;opacity:0;padding:2px 5px;position:absolute;transition:.3s;visibility:hidden;white-space:nowrap;z-index:2}one-ux-icon:hover+.tooltip-info{opacity:1;visibility:visible}}}.typing-indicator{align-items:center;display:flex;margin-left:45%}.typing-indicator span{animation:typing 1.4s ease infinite;background-color:var(--one-ux-palette--ai-core-400);border-radius:50%;display:inline-block;height:8px;margin:0 2px;width:8px}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.typing-indicator span:first-child{animation-delay:-.32s}.typing-indicator span:nth-child(2){animation-delay:-.16s}.typing-indicator span:nth-child(3){animation-delay:0s}.typing-indicator-s{align-items:center;display:flex;margin-bottom:10px;margin-left:1%}.typing-indicator-s span{animation:typing 1.4s ease infinite;background-color:var(--one-ux-palette--ai-core-400);border-radius:50%;display:inline-block;height:4px;margin:0 2px;width:4px}.typing-indicator-s span:first-child{animation-delay:-.32s}.typing-indicator-s span:nth-child(2){animation-delay:-.16s}.typing-indicator-s span:nth-child(3){animation-delay:0s}.star-rating{direction:row;display:flex}.star-rating button{background:none;border:none;cursor:pointer;padding:1px}.star-rating .star{color:grey;font-size:25px;transition:color .3s}.star-rating .on .star{color:gold}.pinocchio{margin-right:10px}.pinocchio,.silent,.silent2{cursor:pointer;position:relative;top:0}.pressed-emoji{filter:brightness(60%)}.tooltip{background-color:#f0ebeb;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#000;font-size:14px;max-width:600px;padding:8px;position:absolute;transition:opacity .3s;visibility:hidden;white-space:nowrap;z-index:1}.comment:hover .tooltip,.dashboard-icon:hover .tooltip,.pinocchio:hover .tooltip,.silent:hover .tooltip,.stats:hover .tooltip{opacity:1;visibility:visible}.card-icon-results{height:auto;margin-right:2px;margin-top:4px;width:1em}.popup-content{border-radius:5px;box-shadow:0 4px 6px #0000001a;margin:20px;padding:0 20px 20px;width:250px}.popup-content,.popup-header{font-family:Plus Jakarta Sans;font-style:normal}.popup-header{color:#1f3d5f}.popup-button{padding:5px 5px 0 0}.tspopup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.tspopup-content{background-color:#fff;border-radius:5px;box-shadow:0 4px 6px #0000001a;height:70%;margin:20px;padding:0 20px 20px;width:70%}.tspopup-content,.tspopup-title{color:#1f3d5f;font-family:Plus Jakarta Sans;font-style:normal}.tspopup-title{font-size:20px}.tspopup-button{margin-top:10px;padding:5px 5px 0 0}.tspopup-header{align-items:center;display:flex;justify-content:space-between;width:100%}.tspopup-close{cursor:pointer}.tspopup-table{margin-top:10px;max-height:50%;overflow-x:auto;overflow-y:auto;width:100%}td,th{font-size:10px;padding:6px;text-align:left}.admin-drawer-container{gap:var(--one-ux-spacing--large)}.admin-drawer-container,.admins{display:flex;flex-direction:column}.admins{color:var(--one-ux-palette--brand-neutral-600);gap:var(--one-ux-spacing--normal);padding:var(--one-ux-spacing--normal);width:100%;.admin{align-items:center;box-sizing:border-box;gap:var(--one-ux-spacing--normal);.admin-text{flex:1 1 auto;min-width:0}}}.add-admin{align-items:flex-end;display:flex;gap:var(--one-ux-spacing--normal);one-ux-field{flex:1 1 auto;min-width:0}}.textarea-container{gap:var(--one-ux-spacing--normal)}.drawer,.textarea-container{display:flex;flex-direction:column}.drawer{background-color:#fff;border-radius:12px 12px 12px 12px;bottom:24px;box-shadow:0 .8px 3.6px 0 #1f3d5f29,0 3.5px 6.8px 0 #1f3d5f33;max-width:25vw;position:fixed;right:16px;top:64px;transition:transform .3s ease-in-out;width:25vw;z-index:10;&:not(.open){transform:translateX(100%);visibility:hidden}}.drawer-header{--spacing:10px;align-items:center;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);background:#f5f6f7b3;border-radius:12px 12px 0 0;box-shadow:0 .8px 3.6px 0 #1f3d5f29,0 3.5px 6.8px 0 #1f3d5f33;display:flex;gap:var(--spacing);justify-content:space-between;padding:var(--spacing);position:relative;z-index:1;.drawer-header-text{flex:1 1 auto;font:var(--one-ux-font--heading-300);letter-spacing:var(--one-ux-letter-spacing--heading-300);min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}.drawer-content{flex:1 1;flex-basis:0px;min-height:0;.drawer-content-container{height:100%;padding:var(--one-ux-spacing--larger) var(--one-ux-spacing--large)}}.session-card{align-items:flex-start;background:#fff;border:2px solid #dae0e5;border-radius:8px;box-sizing:border-box;display:inline-flex;flex-direction:column;gap:8px;padding:10px}.session-card-title{color:#1f3d5f;font-size:14px;max-width:100%;overflow:hidden;padding-top:5px;text-align:center;text-overflow:ellipsis;white-space:nowrap}.session-card-divider{align-items:center;display:flex;gap:10px;justify-content:space-between;width:100%}.session-card-date{color:#57758c;font-size:12px}.session-card-button{align-self:flex-end}.header1{align-items:center;display:flex;justify-content:flex-start;width:100%}.header-text{margin-left:30px}.right-content{margin-left:70%}.title-text{margin-right:auto}body{font-family:Arial,Helvetica,sans-serif}.stratsys-icon{display:block;flex-shrink:0;height:76px;margin:calc(8vh - 10px) auto calc(3vh - 10px);scale:.8;width:68px}.start-header-container{align-items:flex-start;display:flex;gap:8px;margin:0 auto;padding:24px 0;width:619px}.start-header{color:#101f2f;font-family:Plus Jakarta Sans;font-size:56px;font-style:normal;font-weight:700;letter-spacing:-1.5px;line-height:64px}.start-subheader-container{align-items:flex-start;display:flex;gap:8px;margin:0 auto;padding:8px 0;width:633px}.start-subheader{color:#1f3d5f;font-family:Plus Jakarta Sans;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.25px;line-height:36px}.start-radio-container{align-items:flex-start;display:flex;flex-direction:column;gap:8px;margin:40px auto 60px;padding:8px 0;width:633px}.radio-group{align-items:flex-start;display:inline-flex;gap:16px;margin:0 auto;scale:1.2}.start-button{scale:1.2}.go-button{padding:6px 16px;scale:1.2}.go-button,.go-button-container{align-items:center;display:flex;justify-content:center}.go-button-container{flex-direction:column;height:1px;margin:0 auto}.go-button:hover{background-image:linear-gradient(0deg,#4a70a8,#d1aad6)}.ErrorText{color:red;font-size:1em;text-align:center;width:100%}.department-message{color:#101f2f;font-family:Plus Jakarta Sans;font-size:16px;font-style:normal;font-weight:700;margin:5px auto;padding-bottom:5px;text-align:center}.card-container{display:flex;justify-content:center;margin:5vh auto;max-width:calc(100vw - 40em);padding:1vh 2vw}.card{flex-direction:column;padding:10px;width:256px}.card,.card-title{align-items:flex-start;display:flex;gap:8px}.card-title{color:#1f3d5f;font-family:Plus Jakarta Sans;font-size:16px;font-style:normal;font-weight:700;line-height:22px;padding:5px 0;width:auto}.card-icon{flex-shrink:0;height:36px;scale:2;width:36px}.card-content{align-items:flex-start;color:#1f3d5f;display:flex;font-family:Roboto;font-size:14px;font-style:normal;font-weight:400;gap:8px;letter-spacing:.25px;line-height:140%;width:256px}.auth-container{display:flex;justify-content:center;margin:0 auto;max-width:calc(100vw - 40em);padding-top:5px}.auth-info{color:#1f3d5f;font-family:Roboto Mono;font-size:14px;font-style:normal;font-weight:700;line-height:140%}.ellipse-container{animation-duration:30s;animation-iteration-count:infinite;animation-name:rotate-ellipses;display:flex;height:80vh;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);width:80vw;z-index:-1}@keyframes rotate-ellipses{0%{transform:translate(-50%,-50%) rotate(0deg)}25%{transform:translate(-50%,-50%) rotate(30deg)}50%{transform:translate(-50%,-50%) rotate(60deg)}75%{transform:translate(-50%,-50%) rotate(10deg)}to{transform:translate(-50%,-50%) rotate(0deg)}}.ellipse-big{animation-duration:10s;animation-iteration-count:infinite;animation-name:big-ellipse;background:linear-gradient(210deg,#599bf1 13.08%,#905bdc 86.54%);border-radius:417.681px;filter:blur(78.27103424072266px);flex-shrink:0;height:417.681px;opacity:.4;position:absolute;right:25%;top:35%;width:417.028px;z-index:-1}@keyframes big-ellipse{0%{opacity:.4;scale:1}25%{opacity:.6;scale:1.5}50%{opacity:.4;scale:1}75%{opacity:.6;scale:1.7}to{opacity:.4;scale:1}}.ellipse-faded{opacity:.1;right:15%;top:20%}.ellipse-faded,.ellipse-small{background:linear-gradient(210deg,#599bf1 13.08%,#905bdc 86.54%);border-radius:417.681px;filter:blur(78.27103424072266px);flex-shrink:0;height:417.681px;position:absolute;scale:.5;width:417.028px;z-index:-1}.ellipse-small{animation-duration:4s;animation-iteration-count:infinite;animation-name:small-ellipse;opacity:.2;right:55%;top:10%}@keyframes small-ellipse{0%{opacity:.2;scale:.5}25%{opacity:.2;scale:.5}50%{opacity:.5;scale:.3}75%{opacity:.3;scale:.3}to{opacity:.2;scale:.5}}.header{width:100%}*{box-sizing:border-box}.root{height:100%}.column-picker,.root{display:flex;flex-direction:column}.column-picker{align-items:center;margin-top:10px;width:50%}.search-container{display:flex;flex-direction:column;justify-content:center;margin-bottom:5px;padding:0 24% 10%}.search-input{height:30px;margin-right:10px;padding:10px;width:500px}.structure-button{margin-top:10px;padding:10px 20px}.search-results{align-items:center;display:flex;flex-direction:column;list-style-type:none;margin:0;padding:0}.search-result-item{margin-bottom:10px}.undo-button{margin-top:10px;padding:10px 20px}.add-filter{background:#fff;border:2px solid #0000;border-image:linear-gradient(90deg,#8d60de,#5c9bf2) 1;border-radius:8px;display:flex;flex:1 1 auto;gap:2px;margin-top:5px;padding:10px;width:100%}.add-filter>*{flex:1 1}.date-filter{background-color:#8a2be2;width:400px}.button-section{display:flex;flex-direction:column;gap:5px;margin-top:10px}.dash-card{border:2px solid #0000;border-image:linear-gradient(90deg,#8d60de,#5c9bf2) 1;box-shadow:0 4px 8px #0000001a;padding:8px}.dash-card,.graph-card{word-wrap:break-word;background:#fff;border-radius:8px;margin-top:5px;position:relative;width:100%}.graph-card{border-bottom:1px solid #dae0e5;border-left:1px solid #dae0e5;border-right:1px solid #dae0e5;box-shadow:0 2px 4.5px 0 #1f3d5f33,0 .4px 2.4px 0 #1f3d5f29;box-shadow:0 4px 8px #0000001a}.graph-card,.graph-content{display:flex;flex-direction:column}.graph-content{background-color:fff;box-shadow:0 4px 4px 0 #00000040;padding:16px 16px 34px}.graph-header{align-items:center;background:#f5f6f7b3;border-left:1px solid #dae0e5;border-radius:8px 8px 0 0;border-right:1px solid #dae0e5;border-top:1px solid #dae0e5;box-shadow:0 1px 3px 0 #1f3d5f33,0 .2px 1.2px 0 #1f3d5f29;display:flex;flex-direction:row;justify-content:space-between}.graph-info-icon,.user-info-2{display:inline-block;position:relative}.user-info-2{margin-right:10px}.graph-text{align-items:center;color:#1f3d5f;display:flex;flex-shrink:0;font-family:Plus Jakarta Sans;font-size:14px;font-style:normal;font-weight:700;height:50px;justify-content:space-between;letter-spacing:.25px;line-height:18px;padding:12px 16px}.graph-graph{margin-top:20px}.graph-filters{align-items:self-end;display:flex;gap:8px;padding:4px}.user-info-2:hover+.tooltip-graph-info{opacity:1;visibility:visible}.tooltip-graph-info{background-color:#fff;box-shadow:0 1.6px 6px 0 #1f3d5f29,0 4.5px 12px 0 #1f3d5f33;color:#1f3d5f;font-size:12px;padding:10px;position:absolute;transition:opacity .3s;visibility:hidden;white-space:nowrap;width:-webkit-fit-content;width:fit-content;z-index:50}.date-box{background:#fff;display:flex;flex-direction:row}p{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.dashboard-title{color:#101f2f;font-family:Plus Jakarta Sans;font-size:28px;font-style:normal;font-weight:700;letter-spacing:-.25px;line-height:36px;margin-bottom:20px}.dashboard-menu{display:flex;flex-direction:row;gap:10px;margin-bottom:20px}.dashboard-menu-left,.dashboard-menu-right{display:flex;flex-direction:column;gap:10px;width:50%}.dashboard-textarea-container{align-items:center;display:flex;flex-shrink:0;height:142px;justify-content:center}.dashboard-subtitle,.dashboard-subtitle2{color:#101f2f;font-family:Plus Jakarta Sans;font-size:18px;font-style:normal;font-weight:700;line-height:24px}.dashboard-subtitle2{padding-bottom:.85em}.dashboard-subtitle3{color:#101f2f;font-family:Plus Jakarta Sans;font-size:18px;font-style:normal;font-weight:700;line-height:24px;padding-bottom:.5em;padding-top:1em}.add-filter-container{display:flex;flex-direction:row;gap:10px}.filter-dropdown{justify-content:space-between;padding:5px}.filter-dropdown,.filter-numbox{align-items:center;background:#c3efd9;background:var(--Mint-Mint-200,#c3efd9);border-radius:4px;display:flex;flex-direction:row;margin-top:10px;width:-webkit-fit-content;width:fit-content}.filter-numbox{padding:5px 5px 5px 10px}.Date-Filter,.DateGraphFilter{align-items:baseline;display:flex;flex-direction:row;gap:10px}.DateGraphFilter{background:#c3efd9;background:var(--Mint-Mint-200,#c3efd9);border-radius:4px;justify-content:space-between;margin-top:10px;padding:10px 0 0 10px;width:-webkit-fit-content;width:fit-content}.dates{align-items:baseline;display:flex;flex-direction:row;padding:0 0 0 10px}.save-button{margin-top:30px}.spinner{margin-top:20%}.typing-indicator2{align-items:center;display:flex;margin-left:calc(50% - 180px)}.typing-indicator2 span{animation:typing2 1.4s ease infinite;background-color:#c3efd9;background-color:var(--Mint-Mint-200,#c3efd9);border-radius:50%;display:inline-block;height:80px;margin:0 20px;width:80px}@keyframes typing2{0%,to{transform:translateY(0)}50%{transform:translateY(-100px)}}.typing-indicator2 span:first-child{animation-delay:-.32s}.typing-indicator2 span:nth-child(2){animation-delay:-.16s}.typing-indicator2 span:nth-child(3){animation-delay:0s}.typing-indicator2-s{align-items:center;display:flex;margin-left:1%}.typing-indicator2-s span{animation:typing 1.4s ease infinite;background-color:var(--one-ux-palette--ai-core-400);border-radius:50%;display:inline-block;height:40px;margin:0 20px;width:40px}.typing-indicator2-s span:first-child{animation-delay:-.32s}.typing-indicator2-s span:nth-child(2){animation-delay:-.16s}.typing-indicator2-s span:nth-child(3){animation-delay:0s}.full-container{display:flex;flex-direction:column;gap:30px;justify-content:center;padding:5% 24%}.llm-results-display{font-family:Arial,sans-serif;padding:20px}.average-metrics{display:flex;flex-wrap:wrap;margin-bottom:20px}.average-metric{margin-bottom:10px;margin-right:20px}.result-item{border:1px solid #ccc;margin-bottom:20px;padding:15px}.result-field{cursor:pointer;margin-bottom:10px}.result-field p{margin:5px 0}.metrics{margin-top:15px}.metric-item{margin-bottom:10px}.evaluate-container{align-items:center;background-color:#f9f9f9;border-radius:8px;box-shadow:0 0 10px #0000001a;display:flex;flex-direction:row;gap:10px;margin:0 auto;max-width:1200px;padding:20px}.evaluate-label{color:#333;font-size:16px;margin:10px 0}.evaluate-input,.evaluate-select{border:1px solid #ccc;border-radius:4px;font-size:14px;margin-left:10px;padding:5px;width:200px}.evaluate-button{background-color:#007bff;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:20px;padding:10px 20px;transition:background-color .3s ease}.evaluate-button:hover{background-color:#0056b3}.loader{animation:spin 2s linear infinite;border:16px solid #f3f3f3;height:120px;margin:20px auto;width:120px}.header{justify-content:flex-start;margin-bottom:20px}.stratsys-search-logo{margin-right:15px}.one-ux-typography--heading-500{font-size:1.8em}.fetch-button{background-color:#3498db;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;gap:10px;margin-bottom:20px;padding:10px 20px}.fetch-button:hover{background-color:#2980b9}.scatter-plot{align-items:center;background-color:blue;height:50vh;margin:0 auto;width:70%}.clusters,.scatter-plot{display:flex;justify-content:center}.clusters{flex-wrap:wrap;margin-top:40px}.cluster-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000001a;cursor:pointer;margin:15px;text-align:left;width:18vw}.cluster-title{border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;font-size:1.2em;font-weight:700;padding:15px}.cluster-description{color:#555;line-height:1.5;padding:15px}.plot-frame{background-color:#f9f9f9;border:2px solid #ccc;border-radius:8px;height:100%;padding:10px;width:100%}.index-dropdown{display:inline-block;margin-bottom:20px;position:relative}.dropdown-button{background-color:#2ecc71;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;margin-right:10px;padding:10px 20px}.dropdown-button:hover{background-color:#27ae60}.dropdown-content{background-color:#f9f9f9;border:1px solid #ccc;border-radius:5px;display:block;max-height:200px;min-width:200px;overflow-y:auto;padding:10px;position:absolute;z-index:1}.dropdown-item{align-items:center;display:flex;margin-bottom:5px}.dropdown-item input{margin-right:10px}.dropdown-item:last-child{margin-bottom:0}.filters{align-items:self-end;gap:10px;margin-bottom:20px}.filter-buttons{align-items:self-end;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;margin-bottom:50px}.analysis-card{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin:30px auto;max-width:800px;padding:20px;text-align:left}.analysis-card h2{color:#333;font-size:1.5em;margin-top:0}.analysis-card p{color:#555;font-size:1em;line-height:1.6}.middle-part{background-color:#fff;display:flex;justify-content:space-evenly}.metrics-container{display:flex;flex-direction:row}.left-part,.right-part{align-items:center;background-color:#fff;display:flex;flex-direction:column}.warning{background-color:#fff3cd;border:1px solid #ffeeba;color:#856404;margin:20px auto;text-align:center}.error_message,.warning{border-radius:4px;box-shadow:0 2px 4px #0000001a;font-weight:500;max-width:800px;padding:10px 20px}.error_message{background-color:#f8d7da}.approved-queries-chart{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 5px #0000001a;margin:20px auto 40px;max-width:1000px;padding:20px;width:80%}.chart-title{color:#333;font-size:1.5em;margin-bottom:20px;margin-top:0;text-align:center}.loading-indicator-analyze-external{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.spinner-analyze-external{animation:spin 1s ease-in-out infinite;border:6px solid #0000001a;border-radius:50%;border-top-color:#3498db;height:50px;width:50px}.metrics-container{grid-gap:20px;background-color:#fff;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);margin:20px 30px;max-width:700px}.metric-card{align-items:center;background:#fff;border:1px solid #e0e0e0;border-radius:4px;box-shadow:0 2px 5px #00000014;display:flex;flex-direction:column;height:80px;justify-content:center;padding:1.5rem;text-align:center;width:80px}.metric-title{color:#555;font-size:.6rem;margin-bottom:2px}.metric-number{font-size:.8rem;font-weight:300;margin-bottom:2px}.metric-percentage{color:#777;font-size:.4rem}.questions-table-container{background-color:#fff;margin:0 20px}.questions-table-container h2{color:#333;font-size:1.8em;margin-bottom:20px;text-align:center}.table-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.table-wrapper{border:1px solid #ddd;border-radius:8px;max-height:42vh;overflow-y:auto}.questions-table{border-collapse:collapse;width:100%}.questions-table td,.questions-table th{border-bottom:1px solid #ddd;font-size:.7vw;max-width:225vh;padding:12px;text-align:left}.questions-table th{background-color:#f1f1f1;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.questions-table td.question-col,.questions-table td.sources-col,.questions-table th.question-col,.questions-table th.sources-col{max-width:20%;width:20%;word-break:break-word}.questions-table tr:nth-child(2n){background-color:#fafafa}.questions-table tr:hover{background-color:#f5f5f5}.sortable-header{cursor:pointer;white-space:nowrap}.sortable-header:hover{background-color:#ddd}.sort-arrow{font-size:.8em;margin-left:5px}.truncate-button{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin-left:5px;padding:0;text-decoration:underline}.index-item{margin-right:5px}.clickable-index{color:inherit;cursor:pointer;font-size:.8em;text-decoration:underline}.cluster-dot{border:1px solid #ccc;border-radius:50%;display:inline-block;height:20px;margin-right:5px;width:20px}.feedback-tag{border-radius:12px;color:#fff;font-weight:700;padding:5px 10px;text-transform:capitalize}.feedback-tag.positive{background-color:#2ecc71}.feedback-tag.negative{background-color:#e74c3c}.feedback-tag.neutral{background-color:#f1c40f}.sources-container{background-color:#f9f9f9;border:1px solid #ddd;border-radius:4px;display:flex;flex-direction:column;font-size:.8em;margin-top:5px;padding:8px}.sources-header{display:flex;justify-content:space-between}.sources-list{list-style:none;margin:5px 0 0;padding-left:0}.source-item{padding:2px 0}.metric-col{text-align:center;white-space:nowrap;width:4%}.metric-icon{cursor:default;font-size:1.2em}.conversation-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;overflow:auto;position:fixed;top:0;width:100vw;z-index:9999}.conversation-popup{background-color:#fff;border:1px solid #ccc;border-radius:10px;box-shadow:0 4px 20px #0003;flex:0 0 600px;margin:0 20px;max-height:80vh;overflow-y:auto;padding:20px;position:relative;width:600px}.close-button{background:#0000;border:none;cursor:pointer;font-size:1.5rem;line-height:1;position:absolute;right:15px;top:15px}.conversation-popup h2{margin-bottom:1rem;text-align:center}.chat-container{margin-top:1rem;overflow-y:auto;padding-right:10px}.message-row{display:flex;margin-bottom:10px}.human-row{justify-content:flex-end}.ai-row{justify-content:flex-start}.message-bubble{word-wrap:break-word;border-radius:6px;box-shadow:0 1px 2px #0003;max-width:60%;padding:10px 14px;position:relative}.human-bubble{background-color:#e8ebee;color:#333}.ai-bubble{background-color:#bfd8fa;color:#333}.timestamp{color:#777;font-size:.75rem;margin-top:4px;text-align:right}.feedback-dot{border-radius:50%;display:inline-block;height:8px;margin-right:6px;width:8px}.feedback-dot.positive{background-color:#4caf50}.feedback-dot.negative{background-color:#f44336}.feedback-dot.neutral{background-color:#bbb}.popup-wrapper{align-items:flex-start;box-sizing:border-box;display:flex;justify-content:center;min-height:100%;min-width:-webkit-max-content;min-width:max-content;padding:40px 20px;position:relative;width:100%}.conversation-popup{transition:transform .35s ease}.conversation-popup.route-open{transform:translateX(-40px)}.route-popup{animation:fadeIn .4s ease forwards;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:18px;box-shadow:0 8px 32px #00000059;color:#f0f0f0;display:flex;flex:1 1;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:13px;line-height:1.5;max-height:80vh;opacity:0;padding:24px 24px 40px;width:auto}.route-close{right:15px;top:12px}.flow{align-items:center;display:flex;flex-direction:column}.flow-node{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff40;border:1px solid #ffffff59;border-radius:12px;margin-bottom:16px;padding:14px 16px;position:relative;width:100%}.node-header{color:#fff;font-weight:600;margin-bottom:6px;text-shadow:0 0 2px #ffffff4d,0 0 4px #fff3,0 0 6px #fff3}.details{font-size:.8rem;line-height:1.25;max-height:130px;overflow-y:auto;white-space:pre-wrap}.arrow{animation:arrowBounce 1.2s ease-in-out infinite;font-size:1.4rem;-webkit-user-select:none;user-select:none}@keyframes arrowBounce{0%{transform:translateY(-2px)}50%{transform:translateY(2px)}to{transform:translateY(-2px)}}.error{font-style:italic;opacity:.8;padding:8px 0;text-align:center}.sources-popup{animation:slideInLeft .4s ease forwards;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:18px;box-shadow:0 8px 32px #00000059;color:#f0f0f0;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;font-size:13px;line-height:1.5;margin-right:0;padding:24px}.sources-close{right:12px;top:12px}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}.sources-header-right{margin-top:5%}.route-popup .flow,.sources-popup .flow{padding-right:4px}.sources-popup{margin-right:20px}.route-popup{margin-left:20px;max-width:50vw;overflow-x:hidden;width:min(calc(50vw - 340px),50vw)}.route-popup,.sources-popup{flex:none;min-width:220px;overflow-y:auto;position:relative;transform:none}.sources-popup{max-height:80vh;max-width:48vw;width:min(calc(50vw - 415px),48vw)}.step-card{background:#ffffff0f;border-radius:8px;cursor:pointer;margin:8px 0;max-width:100%;min-width:0;overflow:hidden;padding:10px 12px;transition:background .15s ease}.step-card:hover{background:#ffffff1f}.step-card-header{align-items:center;display:flex;font-size:13px;font-weight:600;gap:8px;min-width:0;overflow:hidden}.step-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-icon{font-size:14px}.step-title{flex:1 1;font-size:13px;min-width:0}.step-duration{font-size:11px;font-weight:400;opacity:.65}.step-status-badge{background:#e74c3c40;border-radius:4px;color:#ffb3a8;font-size:10px;font-weight:500;padding:2px 6px;text-transform:uppercase}.step-card-summary{font-size:12px;line-height:1.4;margin-top:4px;max-width:100%;opacity:.8;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.step-card-body{font-size:12px;line-height:1.5;margin-top:8px}.step-card-body-expanded{max-height:500px;overflow-y:auto}.step-card-body .details{background:#00000040;border-radius:6px;box-sizing:border-box;font-family:Cascadia Code,Fira Code,JetBrains Mono,monospace;font-size:11px;line-height:1.4;max-height:400px;max-width:100%;overflow:auto;overflow-wrap:anywhere;padding:8px 10px;white-space:pre-wrap;word-break:break-word}.step-card-body .details-code{background:#00000073;border:1px solid #3f8efc4d;font-size:12px;line-height:1.5;max-height:500px;overflow-wrap:anywhere;padding:12px 14px;tab-size:2}.step-card-body .details-error{border:1px solid #e74c3c66;color:#ffb3a8}.step-expand-icon{font-size:11px;opacity:.5}.step-args-section{display:flex;flex-direction:column;gap:6px}.step-arg-entry{display:flex;flex-direction:column;gap:2px}.step-arg-label{font-size:11px;font-weight:600;letter-spacing:.3px;opacity:.7;text-transform:uppercase}.step-result-section{margin-top:8px}.retrieval-chips{display:flex;flex-wrap:wrap;gap:4px;margin-top:6px}.retrieval-chip{background:#8e44ad4d;border:1px solid #8e44ad99;border-radius:12px;color:#e7d6f0;cursor:pointer;font-size:11px;padding:2px 8px}.retrieval-chip:hover{background:#8e44ad80}.attempt-separator{align-items:center;background:#3f8efc1f;border-radius:6px;color:#ffffffd9;display:flex;font-size:12px;font-weight:600;gap:8px;margin:12px 0 4px;padding:6px 10px}.attempt-retry{background:#e74c3c1f;color:#ffb4a8e6;opacity:.8}.attempt-failed-badge{background:#e74c3c4d;border-radius:4px;color:#ffb3a8;font-size:10px;font-weight:500;padding:1px 6px;text-transform:uppercase}.trace-summary{background:#0003;border-radius:8px;font-size:12px;line-height:1.6;margin-bottom:12px;opacity:.9;padding:10px 12px}.trace-summary>div{margin-bottom:3px}.init-snapshot-section{background:#00000047;border:1px solid #ffffff2e;border-radius:8px;flex:0 0 auto;margin-bottom:12px;overflow:hidden}.init-snapshot-section.is-expanded{display:flex;flex-direction:column;max-height:45vh;min-height:0}.init-snapshot-header{align-items:center;background:#ffffff14;cursor:pointer;display:flex;flex:0 0 auto;font-size:13px;font-weight:500;gap:10px;justify-content:space-between;padding:10px 12px}.init-snapshot-header:hover{background:#ffffff24}.init-snapshot-title{white-space:nowrap}.init-snapshot-meta{align-items:center;display:flex;gap:6px}.init-snapshot-pill{background:#ffffff24;border-radius:4px;color:#ffffffd9;font-size:10px;font-weight:500;padding:2px 6px;white-space:nowrap}.init-snapshot-body{display:flex;flex-direction:column;gap:14px;min-height:0;overflow-y:auto;padding:10px 12px 12px}.init-snapshot-block-title{align-items:center;display:flex;font-size:12px;font-weight:500;gap:8px;margin-bottom:6px;opacity:.85}.init-snapshot-table-wrap{background:#0000002e;border-radius:6px;max-height:220px;overflow:auto}.init-snapshot-table{border-collapse:collapse;font-size:12px;white-space:nowrap;width:100%}.init-snapshot-table td,.init-snapshot-table th{border-bottom:1px solid #ffffff14;padding:4px 8px;text-align:left}.init-snapshot-table th{background:#2b3040;font-weight:500;opacity:.7;position:-webkit-sticky;position:sticky;top:0;z-index:1}.flag-on{color:#2ecc71}.flag-off{color:#e74c3c}.trace-panel{overflow-y:hidden;padding-bottom:16px}.trace-panel-header{border-bottom:1px solid #ffffff26;display:flex;flex:0 0 auto;flex-direction:column;margin-bottom:10px;min-height:0;padding-bottom:8px}.trace-panel-header h3{margin-top:0}.trace-panel .trace-summary{flex:0 0 auto}.trace-panel .trace-steps{flex:1 1 auto;min-height:0;overflow-x:hidden;overflow-y:auto;padding-right:6px}.step-reasoning-text{line-height:1.5;opacity:.92}.step-reasoning-text em{font-style:italic;white-space:pre-wrap;word-break:break-word}.step-reasoning-text p{margin:4px 0}@media (max-width:1400px){.popup-wrapper{align-items:center;flex-direction:column;min-width:0;width:100%}.conversation-popup,.conversation-popup.route-open{margin:0 0 20px;transform:none}.route-popup,.sources-popup{margin:0 0 20px;max-width:700px;min-width:0;position:relative;width:100%}}.bottom-right-container{align-items:flex-end;background-color:initial;bottom:20px;display:flex;flex-direction:column;gap:8px;justify-content:flex-end;min-height:50px;min-width:50px;position:fixed;right:20px;transition:width .3s,height .3s}.bottom-right-container:hover{height:auto;width:auto}.bottom-right-button{background-color:#fff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;transition:background-color .3s,opacity .3s}.bottom-right-button:disabled{background-color:#fff;cursor:not-allowed;opacity:.7}.bottom-right-button:hover:enabled{background-color:#fff}.sources-table-container{background-color:#fff;margin:0 20px}.sources-table-container h2{color:#333;font-size:1.8em;margin-bottom:20px;text-align:center}.table-wrapper-source{border:1px solid #ddd;border-radius:8px;max-height:25vh;overflow-y:auto}.sources-table{border-collapse:collapse;width:100%}.sources-table td,.sources-table th{border-bottom:1px solid #ddd;padding:6px;text-align:left}.sources-table th{background-color:#f1f1f1;font-weight:700;position:-webkit-sticky;position:sticky;top:0;z-index:1}.document-col{width:70%;word-break:break-word}.count-col{width:30%;word-break:break-word}.doc-row{cursor:pointer}.doc-row:nth-child(2n){background-color:#fafafa}.doc-row:hover{background-color:#f5f5f5}.chunk-row{cursor:pointer;font-size:.7vw}.chunk-row.even{background-color:#fff}.chunk-row.odd{background-color:#f9f9f9}.chunk-row:hover{background-color:#e9e9e9}.chunk-count,.chunk-name{padding-left:24px}.chunk-popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw;z-index:10000}.chunk-popup{animation:fadeInChunk .4s ease forwards;backdrop-filter:blur(12px) saturate(180%);-webkit-backdrop-filter:blur(12px) saturate(180%);background:#ffffff26;border:1px solid #ffffff4d;border-radius:18px;box-shadow:0 8px 32px #00000059;max-height:80vh;max-width:90%;opacity:0;overflow-y:auto;padding:24px;position:relative;width:500px}@keyframes fadeInChunk{to{opacity:1}}.chunk-close{background:#0000;border:none;color:#fff;cursor:pointer;font-size:1.5rem;line-height:1;position:absolute;right:15px;top:12px}.chunk-content-node{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:#ffffff40;border:1px solid #ffffff59;border-radius:12px;margin-bottom:16px;padding:16px;width:100%}.chunk-header{color:#fff;font-weight:600;margin-bottom:12px;text-shadow:0 0 2px #ffffff4d,0 0 4px #fff3,0 0 6px #fff3}.chunk-content{word-wrap:break-word;color:#fff;font-size:.9rem;line-height:1.5;text-shadow:0 0 2px #0000004d;white-space:pre-wrap}.shining-text{color:#fff;text-shadow:0 0 2px #ffffff4d,0 0 4px #fff3,0 0 6px #fff3}.error-message,.loading-message{color:#fff;font-style:italic;padding:20px;text-align:center;text-shadow:0 0 2px #0000004d}.loading-message{opacity:.8}.error-message{opacity:.7}.analyze-token-usage{background-color:#f5f5f5;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;min-height:100vh;padding:20px}.analyze-token-usage h1{color:#333;margin-bottom:20px;text-align:center}.filter-bar{align-items:center;gap:20px;justify-content:center;margin-bottom:20px}.filter-bar input[type=text]{border:1px solid #ccc;border-radius:4px;font-size:16px;padding:8px 12px;width:200px}.filter-bar label{align-items:center;color:#333;display:flex;font-size:16px;gap:5px}.token-table{background-color:#fff;box-shadow:0 2px 8px #0000001a;margin:0 auto;width:90%}.token-table td,.token-table th{border:1px solid #ddd;padding:12px 15px}.token-table th{background-color:#007bff;color:#fff;letter-spacing:.05em;text-transform:uppercase}.token-table tbody tr:nth-child(2n){background-color:#f9f9f9}.token-table tbody tr:hover{background-color:#f1f1f1;transition:background-color .3s ease}.AS-analyze-sources-container{animation:fadeIn .8s ease-in-out;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);font-family:Helvetica Neue,Helvetica,Arial,sans-serif;min-height:100vh;padding:40px}.AS-edit-icon{cursor:pointer;margin-top:15px}.AS-title{color:#333;font-size:2.5rem;margin-bottom:20px;text-align:center}.AS-search-section{align-items:center;display:flex;flex-direction:column;margin-bottom:30px}.AS-main-search{align-items:center;display:flex;justify-content:center;margin-bottom:15px}.AS-main-search input{border:2px solid #ccc;border-radius:8px;font-size:18px;outline:none;padding:14px 18px;transition:border-color .3s ease,box-shadow .3s ease;width:400px}.AS-main-search input:focus{border-color:#007bff;box-shadow:0 0 8px #007bff80}.AS-main-search textarea{border:2px solid #ccc;border-radius:8px;font-size:14px;height:80px;outline:none;padding:10px;resize:vertical;transition:border-color .3s ease,box-shadow .3s ease;width:400px}.AS-main-search textarea:focus{border-color:#007bff;box-shadow:0 0 8px #007bff80}.AS-main-search button{background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;margin-left:12px;padding:14px 25px;transition:background-color .3s ease,transform .3s ease}.AS-main-search button:hover{background-color:#0056b3;transform:scale(1.05)}.AS-filters{display:flex;gap:20px;justify-content:center;margin-bottom:30px}.AS-filter-item{align-items:center;display:flex;flex-direction:column}.AS-filter-item label{color:#555;font-size:16px;margin-bottom:5px}.AS-filter-item input[type=number],.AS-filter-item input[type=text]{border:2px solid #ccc;border-radius:8px;font-size:16px;margin-bottom:5px;outline:none;padding:8px 10px;transition:border-color .3s ease;width:180px}.AS-filter-item input:focus{border-color:#28a745}.AS-switch{display:inline-block;height:24px;position:relative;width:50px}.AS-switch input{height:0;opacity:0;width:0}.AS-slider{background-color:#ccc;border-radius:24px;bottom:0;cursor:pointer;left:0;position:absolute;right:0;top:0;transition:.4s}.AS-switch input:checked+.AS-slider{background-color:#28a745}.AS-slider:before{background-color:#fff;border-radius:50%;bottom:3px;content:"";height:18px;left:3px;position:absolute;transition:.4s;width:18px}.AS-switch input:checked+.AS-slider:before{transform:translateX(26px)}.AS-loading-spinner{align-items:center;display:flex;justify-content:center;margin:20px 0}.AS-spinner{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-radius:50%;border-top-color:#007bff;height:50px;width:50px}.AS-answer-section{align-items:center;display:flex;gap:20px;justify-content:center;margin-bottom:20px}.AS-answer-button{background-color:#28a745;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:18px;padding:14px 25px;transition:background-color .3s ease,transform .3s ease}.AS-answer-button:hover{background-color:#218838;transform:scale(1.05)}.AS-answers-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around;margin-bottom:30px}.AS-answer-column{background-color:#ffffffd9;border-radius:12px;box-shadow:0 4px 15px #0000001a;flex:1 1;margin:10px;min-width:320px;padding:20px}.AS-cards-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-around}.AS-card-column{background-color:#ffffffd9;border-radius:12px;box-shadow:0 4px 15px #0000001a;flex:1 1;margin:10px;min-width:320px;padding:20px}.AS-card-column h2{color:#333;font-size:1.8rem;margin-bottom:15px;text-align:center}.AS-card{animation:AS-popUp .5s forwards;background-color:#fff;border-radius:10px;box-shadow:0 2px 8px #0000001a;font-size:.85rem;margin-bottom:20px;opacity:0;overflow:hidden;padding:15px;transform:translateY(20px);transition:transform .3s ease,box-shadow .3s ease}.AS-card:hover{box-shadow:0 4px 12px #0003;transform:scale(1.05)}.AS-card-header{margin-bottom:10px}.AS-card-title{color:#007bff;font-size:1.1rem;margin:0}.AS-card-url{color:#0056b3;font-size:.9rem;text-decoration:none}.AS-card-url:hover{text-decoration:underline}.AS-card-content{margin-top:10px}.AS-card:first-child{animation-delay:.1s}.AS-card:nth-child(2){animation-delay:.2s}.AS-card:nth-child(3){animation-delay:.3s}.AS-card:nth-child(4){animation-delay:.4s}.AS-card:nth-child(5){animation-delay:.5s}@keyframes AS-popUp{to{opacity:1;transform:translateY(0)}}.edit-prompt-textarea{border:1px solid #ccc;border-radius:4px;font-size:10px;height:80px;margin-top:15px;padding:5px;resize:vertical;width:300px}.ac-chat{--bg-1:#f7f9ff;--bg-2:#fff;--surface:#ffffffb8;--surface-weak:#ffffff8c;--surface-strong:#ffffffe6;--border:#0f172a14;--ring:#6366f159;--text:#0f172a;--text-soft:#475569;--text-muted:#64748b;--accent:#6366f1;--accent2:#06b6d4;--success:#22c55e;--danger:#ef4444;--info:#0ea5e9;backdrop-filter:blur(14px) saturate(140%);-webkit-backdrop-filter:blur(14px) saturate(140%);background:linear-gradient(180deg,var(--surface),var(--surface-weak));border:1px solid var(--border);border-radius:20px;box-shadow:0 20px 50px #0f172a1a,inset 0 1px 0 #fff9;display:flex;flex-direction:column;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;height:85vh;margin:28px auto;max-width:900px;overflow:hidden;position:relative}.ac-chat:after,.ac-chat:before{animation:ac-float 22s ease-in-out infinite;background:radial-gradient(600px 300px at 20% 25%,#93c5fd55,#0000 60%),radial-gradient(520px 260px at 80% 75%,#a7f3d055,#0000 60%);content:"";filter:blur(40px);inset:-25% -20%;opacity:.7;pointer-events:none;position:absolute;z-index:0}.ac-chat:after{animation-delay:-11s}@keyframes ac-float{0%,to{transform:translateY(-1.5%) translateX(0)}50%{transform:translateY(1.5%) translateX(1.5%)}}.ac-chat-container,.ac-header,.ac-input-area,.ac-product-selector{position:relative;z-index:1}.ac-header{align-items:center;background:linear-gradient(180deg,var(--surface-strong),var(--surface));border-bottom:1px solid var(--border);box-shadow:inset 0 -1px 0 #ffffffb3;display:flex;justify-content:space-between;padding:14px 18px}.ac-header h2{color:var(--text);font-size:18px;font-weight:600;letter-spacing:.2px}.ac-clear-chat-btn{background:linear-gradient(180deg,#fff,#f4f6ff);border:1px solid var(--border);border-radius:12px;box-shadow:0 8px 20px #0f172a0f,inset 0 1px 0 #ffffffe6;color:var(--text);cursor:pointer;padding:8px 12px;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.ac-clear-chat-btn:hover{border-color:#6366f159;box-shadow:0 12px 26px #0f172a1a,0 0 0 4px var(--ring);transform:translateY(-1px)}.ac-clear-chat-btn:active{transform:translateY(0)}.ac-product-selector{align-items:center;background:linear-gradient(180deg,var(--surface-strong),var(--surface));border-bottom:1px solid var(--border);display:flex;gap:10px;padding:12px 16px}.ac-product-selector label{color:var(--text-soft);font-size:13px;letter-spacing:.3px}.ac-product-selector select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:linear-gradient(180deg,#fff,#f3f6ff);background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2718%27 height=%2718%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23475669%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276 9 12 15 18 9%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;border:1px solid var(--border);border-radius:12px;color:var(--text);font-weight:500;min-width:230px;outline:none;padding:10px 40px 10px 12px;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.ac-product-selector select:hover{border-color:#6366f173}.ac-product-selector select:focus{box-shadow:0 0 0 4px var(--ring),inset 0 1px 0 #ffffffe6;transform:translateY(-1px)}.ac-state-fields{background:linear-gradient(180deg,var(--surface-strong),var(--surface));border-bottom:1px solid var(--border);display:flex;flex-wrap:wrap;gap:16px;padding:14px 16px 4px}.ac-state-fields .ac-field{display:flex;flex:1 1 300px;flex-direction:column;gap:6px;position:relative}.ac-state-fields .ac-field label{color:var(--text-soft);font-size:12px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.ac-state-fields .ac-field input,.ac-state-fields .ac-field textarea{background:linear-gradient(180deg,#fff,#f3f6ff);border:1px solid var(--border);border-radius:10px;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;font-size:13px;min-height:42px;outline:none;padding:10px 12px;resize:vertical;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.ac-state-fields .ac-field textarea{min-height:100px}.ac-state-fields .ac-field input:focus,.ac-state-fields .ac-field textarea:focus{border-color:#6366f173;box-shadow:0 0 0 4px var(--ring),inset 0 1px 0 #ffffffe6;transform:translateY(-1px)}.ac-state-fields .ac-field.invalid input,.ac-state-fields .ac-field.invalid textarea{border-color:#ef4444;box-shadow:0 0 0 2px #ef444440}.ac-field-error{bottom:-14px;color:#ef4444;font-size:11px;font-weight:500;left:4px;position:absolute}.ac-chat-container{background:linear-gradient(180deg,#0000,#ffffff59 120%);flex:1 1;overflow-y:auto;padding:22px;scroll-behavior:smooth}.ac-chat-container::-webkit-scrollbar{width:10px}.ac-chat-container::-webkit-scrollbar-track{background:#0000}.ac-chat-container::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#a5b4fc,#67e8f9);background-clip:padding-box;border:2px solid #0000;border-radius:10px}.ac-bubble{word-wrap:break-word;animation:ac-bubbleIn .28s ease both;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);background:linear-gradient(180deg,#fffc,#f7faffcc);border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 20px #0f172a0f,inset 0 1px 0 #ffffffe6;margin-bottom:18px;max-width:78%;padding:12px 16px}@keyframes ac-bubbleIn{0%{opacity:0;transform:translateY(6px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.ac-bubble.ac-human{align-self:flex-end;background:linear-gradient(180deg,#ecfeffcc,#f5fdffcc);border:1px solid #bae6fd;box-shadow:0 8px 20px #bae6fd80,inset 0 1px 0 #fffffff2;margin-left:auto}.ac-bubble.ac-ai{align-self:flex-start;background:linear-gradient(180deg,#eef2ffcc,#f5f7ffcc);border:1px solid #c7d2fe;box-shadow:0 8px 20px #c7d2fe80,inset 0 1px 0 #fffffff2;margin-right:auto}.ac-bubble.ac-loading{overflow:hidden;position:relative}.ac-bubble.ac-loading:after{animation:ac-shimmer-x 1.2s ease-in-out infinite;background:linear-gradient(90deg,#0000,#fffc,#0000);content:"";inset:0;position:absolute;transform:translateX(-100%)}@keyframes ac-shimmer-x{to{transform:translateX(100%)}}.ac-message{color:var(--text);font-size:14.5px;line-height:1.58}.ac-message ol,.ac-message p+p,.ac-message ul{margin-top:10px}.ac-message a{border-bottom:1px dashed #93c5fd;color:#1d4ed8;text-decoration:none}.ac-message a:hover{border-bottom-style:solid}.ac-message code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,Liberation Mono,monospace;padding:2px 6px}.ac-message pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:14px;box-shadow:inset 0 1px 0 #ffffffe6;overflow-x:auto;padding:12px}.ac-message pre code{background:#0000;border:0;padding:0}.ac-input-area{background:linear-gradient(180deg,var(--surface-strong),var(--surface));border-top:1px solid var(--border);bottom:0;display:flex;gap:12px;padding:14px;position:-webkit-sticky;position:sticky}.ac-input-area textarea{background:linear-gradient(180deg,#fff,#f3f6ff);border:1px solid var(--border);border-radius:14px;color:var(--text);flex:1 1;font-size:14.5px;outline:none;padding:12px 14px;resize:none;transition:box-shadow .2s ease,border-color .2s ease,transform .15s ease}.ac-input-area textarea::placeholder{color:var(--text-muted)}.ac-input-area textarea:focus{border-color:#6366f173;box-shadow:0 0 0 4px var(--ring),inset 0 1px 0 #ffffffe6;transform:translateY(-1px)}.ac-input-area button{background:linear-gradient(180deg,#8b91ff,#6f76ff);border:1px solid #6366f140;border-radius:14px;box-shadow:0 12px 26px #6366f159,inset 0 1px 0 #ffffffa6;color:#fff;cursor:pointer;font-weight:600;letter-spacing:.2px;padding:12px 18px;transition:transform .15s ease,box-shadow .2s ease,filter .2s ease}.ac-input-area button:hover{box-shadow:0 16px 32px #6366f173,0 0 0 5px var(--ring);filter:brightness(1.02);transform:translateY(-1px)}.ac-input-area button:active{transform:translateY(0)}.ac-file-upload.compact{align-items:center;background:linear-gradient(180deg,#fff,#f3f6ff);border:1px solid var(--border);border-radius:10px;box-shadow:inset 0 1px 0 #ffffffe6;display:flex;gap:6px;height:-webkit-fit-content;height:fit-content;padding:4px 8px}.ac-file-upload.compact .ac-file-label{align-items:center;color:var(--text-soft);cursor:pointer;display:flex;font-size:12px;font-weight:600;gap:4px}.ac-file-upload.compact .ac-file-label input[type=file]{display:none}.ac-upload-btn{background:linear-gradient(180deg,#818cf8,#6366f1);border:1px solid #6366f159;border-radius:8px;box-shadow:0 6px 14px #6366f159,inset 0 1px 0 #ffffffa6;color:#fff;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.3px;padding:6px 10px;transition:transform .15s ease,box-shadow .2s ease}.ac-upload-btn:hover:not(:disabled){transform:translateY(-1px)}.ac-upload-btn:disabled{cursor:not-allowed;opacity:.5}.ac-file-meta{color:var(--text-muted);font-size:11px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-file-error{color:var(--danger);font-size:11px;font-weight:600}.ac-file-success{color:var(--success);font-size:11px;font-weight:600}.ac-file-status{color:var(--text-soft);font-size:11px;font-weight:500;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ac-file-status[data-error="1"]{color:var(--danger);font-weight:600}.ac-file-status[data-success="1"]{color:var(--success);font-weight:600}.ac-draft-container{border-top:1px dashed #0f172a1f;margin-top:12px;padding-top:12px}.ac-draft-box{background:linear-gradient(180deg,#faf5ffcc,#fffc);border:1px solid #e9d5ff;border-radius:14px;box-shadow:0 8px 20px #a855f71f,inset 0 1px 0 #ffffffe6;margin-bottom:10px;padding:12px;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.ac-draft-box:hover{border-color:#c4b5fd;box-shadow:0 14px 28px #a855f738;transform:translateY(-2px)}.ac-draft-box input[type=checkbox]{accent-color:#8b5cf6;margin-right:8px;transform:scale(1.05)}.ac-draft-actions,.ac-draft-batch-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.ac-draft-actions button,.ac-draft-batch-actions button{border:1px solid var(--border);border-radius:12px;color:#fff;cursor:pointer;font-weight:600;padding:8px 14px;transition:transform .15s ease,box-shadow .2s ease,border-color .2s ease}.ac-draft-actions button:first-child,.ac-draft-batch-actions button:first-child{background:linear-gradient(180deg,#34d399,#22c55e);box-shadow:0 10px 22px #22c55e59,inset 0 1px 0 #fff9}.ac-draft-actions button:last-child,.ac-draft-batch-actions button:nth-child(3){background:linear-gradient(180deg,#f87171,#ef4444);box-shadow:0 10px 22px #ef444459,inset 0 1px 0 #fff9}.ac-draft-batch-actions button:nth-child(2){background:linear-gradient(180deg,#38bdf8,#06b6d4);box-shadow:0 10px 22px #06b6d459,inset 0 1px 0 #fff9}.ac-draft-actions button:hover,.ac-draft-batch-actions button:hover{border-color:#6366f159;box-shadow:0 14px 28px #0f172a1f,0 0 0 4px var(--ring);transform:translateY(-1px)}.ac-draft-actions button:active,.ac-draft-batch-actions button:active{transform:translateY(0)}.ac-draft-loading{color:var(--text-muted);font-style:italic;margin-top:10px;opacity:.9}@keyframes ac-blink{0%{opacity:.25}20%{opacity:1}to{opacity:.25}}.ac-loading-dots:after{animation:ac-blink 1.1s infinite both;content:" ..."}@media (prefers-reduced-motion:reduce){.ac-chat *{animation:none!important;transition:none!important}}@media (max-width:640px){.ac-chat{height:calc(100vh - 32px);margin:16px}.ac-bubble{max-width:88%}.ac-input-area{gap:8px;padding:10px}.ac-product-selector select{min-width:0;width:100%}.ac-state-fields{padding:12px 12px 0}.ac-state-fields .ac-field{flex:1 1 100%}}.ac-bubble.ac-update{animation:ac-shimmer 2.5s linear infinite,ac-floaty 5s ease-in-out infinite;background:linear-gradient(90deg,#eef2ff,#e0f2fe,#eef2ff);background-size:200% 100%;border-left:4px solid #38bdf8;color:#0b3a4a;position:relative}.ac-live-indicator{align-items:center;color:#0369a1;display:inline-flex;font-size:12px;font-weight:600;gap:8px;letter-spacing:.02em;margin-bottom:6px;text-transform:uppercase}.ac-live-indicator .ac-ping{animation:ac-ping-anim 1s ease-out infinite;background:#22c55e;border-radius:9999px;height:10px;opacity:.6;width:10px}.ac-live-indicator .ac-dot{background:#16a34a;border-radius:9999px;box-shadow:0 0 0 2px #22c55e26;height:10px;transform:translateX(-12px);width:10px}@keyframes ac-ping-anim{0%{box-shadow:0 0 0 0 #22c55e73;transform:scale(1)}70%{box-shadow:0 0 0 10px #22c55e00;transform:scale(1.2)}to{box-shadow:0 0 0 0 #22c55e00;transform:scale(1)}}@keyframes ac-shimmer{0%{background-position:0 0}to{background-position:200% 0}}@keyframes ac-floaty{0%{transform:translateY(0)}50%{transform:translateY(-2px)}to{transform:translateY(0)}}.ac-update-card{align-items:center;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);background:#ffffff8c;border:1px solid #6366f140;border-radius:12px;box-shadow:inset 0 1px 0 #fffc,0 4px 10px #0f172a14;display:flex;gap:10px;padding:6px 10px}.ac-update-card-history{background:#ffffff59}.ac-update-icon{color:#0f172a;font-size:18px}.ac-update-text{flex:1 1;min-width:0}.ac-update-badge{--one-ux-badge-font-size:11px}.ac-intention-bubbles-wrapper{display:flex;flex-wrap:wrap;gap:10px;max-width:260px;pointer-events:none;position:absolute;right:12px;top:12px;z-index:5}.ac-intention-bubbles-wrapper.loading{opacity:.75}.ac-intention-bubble{--bubble-accent:#6d28d9;backdrop-filter:blur(14px) saturate(160%);-webkit-backdrop-filter:blur(14px) saturate(160%);background:linear-gradient(135deg,#ffffff8c,#ffffff40);border:1px solid #ffffffb3;border-radius:999px;box-shadow:0 4px 18px #6d28d940,inset 0 1px 0 #fffffff2,0 0 0 1px #6d28d940;color:#4c1d95;cursor:pointer;font-size:12px;font-weight:600;letter-spacing:.4px;overflow:hidden;padding:10px 14px;pointer-events:auto;position:relative;text-transform:uppercase;transition:transform .25s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,background .35s ease,color .35s ease}.ac-intention-bubble:hover{box-shadow:0 8px 26px #6d28d966,0 0 0 4px #6366f140,inset 0 1px 0 #fffffff2;transform:translateY(-3px) scale(1.05)}.ac-intention-bubble:active{transform:translateY(-1px) scale(.98)}.ac-intention-bubble.active{background:linear-gradient(135deg,#6d28d9a6,#0ea5e98c);border-color:#fffc;box-shadow:0 6px 22px #0ea5e966,0 0 0 3px #0ea5e959,inset 0 1px 0 #ffffffe6;color:#fff}.ac-intention-bubble.skeleton{animation:ac-bubblePulse 1.3s ease-in-out infinite;color:#0000;min-width:54px}@keyframes ac-bubblePulse{0%,to{opacity:.45}50%{opacity:1}}.ac-intention-bubble-label{position:relative;z-index:1}.ac-chat-container{position:relative}.ac-response-intentions-wrapper{animation:ac-bubbleIn .32s ease both;display:flex;justify-content:center;margin:6px 0 18px;width:100%}.ac-response-intentions{display:flex;gap:18px;max-width:860px;width:100%}.ac-response-intentions.single{justify-content:flex-start}.ac-response-intentions.dual{justify-content:stretch}.ac-response-intention-card{backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);background:linear-gradient(135deg,#fffc,#eef2ffdd 65%,#e0f2fed5);border:1px solid #6366f140;border-radius:22px;box-shadow:0 14px 34px #6366f138,inset 0 2px 0 #ffffffd9;color:var(--text);cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-weight:600;overflow:hidden;padding:18px 20px 20px;position:relative;text-align:left;transition:transform .35s cubic-bezier(.4,0,.2,1),box-shadow .35s ease,background .4s ease}.ac-response-intention-card:hover{box-shadow:0 18px 42px #6366f159,0 0 0 6px var(--ring);transform:translateY(-6px)}.ac-response-intention-card:active{transform:translateY(-2px)}.ac-response-intention-text{font-size:15px;letter-spacing:.2px;line-height:1.4;position:relative;z-index:2}.ac-response-intention-steps{background:linear-gradient(180deg,#ffffffd9,#fff9);border:1px solid #6366f133;border-radius:16px;box-shadow:inset 0 1px 0 #ffffffd9,0 4px 16px #0f172a0f;color:var(--text-soft);display:flex;flex-direction:column;font-size:13px;font-weight:500;gap:6px;margin-top:14px;max-height:0;opacity:0;overflow:hidden;padding:12px 14px 10px;pointer-events:none;transition:opacity .35s ease,max-height .45s cubic-bezier(.4,0,.2,1)}.ac-response-intention-card:hover .ac-response-intention-steps{max-height:420px;opacity:1}.ac-response-intention-step{padding-left:14px;position:relative}.ac-response-intention-step:before{background:linear-gradient(135deg,#6366f1,#06b6d4);border-radius:50%;box-shadow:0 0 0 3px #6366f126;content:"";height:6px;left:2px;position:absolute;top:6px;width:6px}@media (max-width:640px){.ac-response-intentions{flex-direction:column;gap:12px}.ac-response-intention-card{padding:16px 16px 18px}.ac-response-intention-steps{padding:10px 12px 8px}}.ac-approval-card{backdrop-filter:blur(12px) saturate(160%);-webkit-backdrop-filter:blur(12px) saturate(160%);background:linear-gradient(180deg,var(--surface-strong),var(--surface));border:1px solid var(--border);border-radius:16px;box-shadow:0 8px 32px #0f172a1f,inset 0 1px 0 #fffc;margin:16px 8px;padding:20px 24px}.ac-approval-header{align-items:center;display:flex;gap:10px;margin-bottom:12px}.ac-approval-icon{font-size:20px}.ac-approval-title{color:var(--text);font-size:16px;font-weight:600;margin:0}.ac-approval-description{color:var(--text-soft);font-size:14px;margin:0 0 16px}.ac-approval-items{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.ac-approval-item{background:linear-gradient(180deg,#ffffffe6,#ffffffb3);border:1px solid var(--border);border-radius:12px;padding:12px 16px;transition:box-shadow .2s ease,border-color .2s ease}.ac-approval-item:hover{border-color:#6366f14d;box-shadow:0 4px 12px #6366f11a}.ac-approval-item-edit,.ac-approval-item-view{align-items:center;display:flex;gap:12px}.ac-approval-item-edit input[type=checkbox],.ac-approval-item-view input[type=checkbox]{accent-color:var(--accent);cursor:pointer;flex-shrink:0;height:18px;width:18px}.ac-approval-item-name{align-items:center;color:var(--text);display:flex;flex:1 1;font-size:14px;font-weight:500;gap:8px}.ac-approval-item-name.rejected{opacity:.6;text-decoration:line-through}.ac-approval-edited-badge{background:#6366f11f;border-radius:4px;color:var(--accent);font-size:11px;font-weight:500;padding:2px 6px}.ac-approval-edit-btn{background:none;border:none;border-radius:6px;cursor:pointer;font-size:14px;opacity:.7;padding:4px 8px;transition:background .2s ease}.ac-approval-edit-btn:hover{background:#6366f11a;opacity:1}.ac-approval-item-input{background:#fff;border:2px solid var(--accent);border-radius:8px;color:var(--text);flex:1 1;font-family:inherit;font-size:14px;outline:none;padding:8px 12px}.ac-approval-item-input:focus{box-shadow:0 0 0 3px var(--ring)}.ac-approval-edit-cancel,.ac-approval-edit-confirm{background:none;border:none;border-radius:6px;cursor:pointer;font-size:16px;padding:4px 8px;transition:background .2s ease,transform .15s ease}.ac-approval-edit-confirm{color:var(--success)}.ac-approval-edit-confirm:hover{background:#22c55e26;transform:scale(1.1)}.ac-approval-edit-cancel{color:var(--danger)}.ac-approval-edit-cancel:hover{background:#ef444426;transform:scale(1.1)}.ac-approval-actions{display:flex;gap:12px;justify-content:flex-end}.ac-approval-cancel-btn,.ac-approval-confirm-btn{border-radius:10px;cursor:pointer;font-family:inherit;font-size:14px;font-weight:600;padding:10px 20px;transition:transform .15s ease,box-shadow .2s ease,background .2s ease}.ac-approval-cancel-btn{background:linear-gradient(180deg,#ffffffe6,#f5f5f5e6);border:1px solid var(--border);color:var(--text-soft)}.ac-approval-cancel-btn:hover:not(:disabled){background:linear-gradient(180deg,#fff,#fafafa);box-shadow:0 4px 12px #00000014;transform:translateY(-1px)}.ac-approval-confirm-btn{background:linear-gradient(180deg,var(--accent),#4f46e5);border:none;box-shadow:0 4px 14px #6366f159;color:#fff}.ac-approval-confirm-btn:hover:not(:disabled){box-shadow:0 6px 20px #6366f173;transform:translateY(-2px)}.ac-approval-cancel-btn:disabled,.ac-approval-confirm-btn:disabled{cursor:not-allowed;opacity:.6;transform:none}.ac-approval-item-header,.ac-approval-item-meta{align-items:center;display:flex;gap:12px}.ac-approval-item-meta{margin-top:10px;padding-left:30px}.ac-approval-parent-dropdown{--one-ux-dropdown--font-size:13px;min-width:180px}.ac-approval-column-badge{flex-shrink:0}@media (max-width:640px){.ac-approval-card{margin:12px 4px;padding:16px 18px}.ac-approval-actions{flex-direction:column;gap:10px}.ac-approval-cancel-btn,.ac-approval-confirm-btn{text-align:center;width:100%}}.active-users-page{align-items:flex-start;background:url(/static/media/space.f75ffaa4a2b9dbd32916.png) no-repeat 50% fixed;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:2rem;transition:all .5s ease;width:100%}.active-users-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#1e1e1e99;border-radius:16px;box-shadow:0 8px 32px #000c;color:#fff;display:flex;flex-direction:column;gap:1.5rem;max-width:1100px;padding:2rem;text-shadow:0 0 6px #ffffffb3;transition:transform .5s ease;width:100%}.active-users-container.shift-left{transform:translateX(-200px)}.session-input-bar{display:flex;gap:1rem}.session-input-bar input{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#32323280;border:1px solid #fff6;border-radius:12px;color:#fff;flex:1 1;padding:.6rem 1rem}.session-input-bar button{background:#6464ffb3;border:none;border-radius:12px;color:#fff;cursor:pointer;padding:.6rem 1.5rem;text-shadow:0 0 4px #ffffffb3;transition:background .3s ease}.session-input-bar button:hover{background:#6464ff}.filter-bar input{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#3c3c3c80;border:1px solid #ffffff4d;border-radius:12px;color:#fff;padding:.6rem 1rem;width:260px}.users-list{grid-gap:1.5rem;display:grid;gap:1.5rem}.user-card{animation:fadeIn .5s ease-in;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#3c3c3c66;border:1px solid #fff3;border-radius:12px;box-shadow:0 4px 16px #0009;display:flex;flex-direction:column;gap:1rem;padding:1.5rem}.sessions-details summary{background:#5a5a5a80;border-radius:8px;cursor:pointer;font-weight:500;padding:.5rem}.sessions-list{display:flex;flex-direction:column;gap:1rem}.session-item{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#50505080;border:1px solid #ffffff1a;border-radius:8px;overflow-x:auto;padding:1rem}.session-id-btn{background:none;border:none;color:#aaf;cursor:pointer;margin-bottom:.5rem;text-decoration:underline}.conversation-card{animation:slideIn .5s ease-out forwards;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1e1e1e99;border-radius:16px;box-shadow:0 8px 32px #000c;color:#fff;display:flex;flex-direction:column;gap:1rem;margin-left:2rem;max-width:600px;opacity:0;padding:1.5rem;transform:translateX(50px);width:90%}.conversation-header{align-items:center;display:flex;justify-content:space-between}.close-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:1.5rem}.chat-window{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto}.message-bubble{border-radius:12px;line-height:1.4;max-width:80%;padding:.8rem 1rem}.message-human{align-self:flex-end;background:#3264c8b3;color:#fff}.message-ai{align-self:flex-start;background:#505050b3;color:#fff}.msg-content{margin-bottom:.4rem}.msg-timestamp{font-size:.75rem;opacity:.6;text-align:right}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{to{opacity:1;transform:translateX(0)}}.concurrent-dashboard{background:#f8fafc;color:#1e293b;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0 auto;max-width:1200px;min-height:100vh;padding:24px}.dashboard-header{align-items:center;border-bottom:1px solid #e2e8f0;display:flex;justify-content:space-between;margin-bottom:24px;padding-bottom:16px}.dashboard-header h1{color:#0f172a;font-size:1.5rem;font-weight:700;margin:0}.header-meta{align-items:center;display:flex;gap:12px}.last-updated{color:#64748b;font-size:.8rem}.workers-badge{background:#dbeafe;border-radius:10px;color:#1e40af;font-size:.75rem;font-weight:600;padding:2px 8px}.status-dot{animation:pulse 2s infinite;border-radius:50%;height:10px;width:10px}.status-dot.ok{background:#10b981}.status-dot.error{background:#ef4444}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.error-banner{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;font-size:.9rem;margin-bottom:16px;padding:12px 16px}.stats-cards{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-bottom:24px}.stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;padding:16px;text-align:center;transition:transform .2s,border-color .2s,box-shadow .2s}.stat-card:hover{border-color:#3b82f6;box-shadow:0 4px 12px #3b82f626;transform:translateY(-2px)}.stat-value{color:#0f172a;font-size:2rem;font-weight:800;line-height:1.2;transition:all .4s ease}.stat-label{color:#64748b;font-size:.75rem;letter-spacing:.05em;margin-top:4px;text-transform:uppercase}.charts-row{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));margin-bottom:16px}.chart-card{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;display:flex;flex-direction:column;padding:16px}.chart-card.full-width{grid-column:1/-1}.chart-card h3{align-self:flex-start;color:#64748b;font-size:.85rem;letter-spacing:.03em;margin:0 0 12px;text-transform:uppercase}.gauge-details{color:#64748b;display:flex;font-size:.8rem;justify-content:space-between;margin-top:8px;width:100%}.no-data{color:#94a3b8;font-style:italic;padding:40px}.phase-legend{border-top:1px solid #e2e8f0;display:flex;flex-wrap:wrap;gap:8px 14px;justify-content:center;margin-top:12px;padding-top:10px;width:100%}.phase-legend-item{align-items:center;display:flex;gap:5px}.phase-legend-dot{border-radius:50%;flex-shrink:0;height:8px;width:8px}.phase-legend-label{color:#64748b;font-size:.7rem;white-space:nowrap}.sessions-section{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000000d;margin-top:16px;padding:16px}.sessions-header{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between;margin-bottom:12px}.sessions-header h3{color:#0f172a;font-size:1rem;margin:0}.sessions-filters{display:flex;gap:8px}.filter-input,.filter-select{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;color:#1e293b;font-size:.85rem;padding:6px 12px}.filter-input:focus,.filter-select:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.filter-input::placeholder{color:#94a3b8}.sessions-table-container{max-height:400px;overflow-x:auto;overflow-y:auto}.sessions-table{border-collapse:collapse;font-size:.85rem;width:100%}.sessions-table thead{position:-webkit-sticky;position:sticky;top:0;z-index:1}.sessions-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#64748b;font-size:.7rem;font-weight:600;letter-spacing:.05em;padding:10px 12px;text-align:left;text-transform:uppercase}.sessions-table td{border-bottom:1px solid #f1f5f9;padding:10px 12px;vertical-align:middle}.sessions-table tbody tr{transition:background .15s}.sessions-table tbody tr:hover{background:#f1f5f9}.sessions-table tbody tr.long-running{background:#ef44440d}.company-cell{color:#2563eb;font-weight:600}.user-cell{color:#475569;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.endpoint-cell{color:#64748b;font-family:monospace;font-size:.8rem}.phase-badge{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:12px;color:#334155;display:inline-flex;font-size:.78rem;gap:4px;padding:3px 8px;white-space:nowrap}.detail-cell{color:#64748b;font-size:.8rem;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.duration-cell .duration{color:#1e293b;font-family:monospace;font-weight:600}.duration-cell .duration.warning{color:#d97706}.worker-cell{color:#94a3b8;font-family:monospace;font-size:.8rem}.no-sessions{color:#94a3b8;font-style:italic;padding:24px;text-align:center}.alert-banner{animation:slideUp .3s ease;border-radius:8px;bottom:20px;font-size:.9rem;font-weight:600;left:50%;padding:12px 24px;position:fixed;transform:translateX(-50%);z-index:1000}.alert-banner.warning{background:#fffbeb;border:1px solid #f59e0b;color:#92400e}.alert-banner.critical{animation:slideUp .3s ease,blink 1s infinite;background:#fef2f2;border:1px solid #ef4444;color:#991b1b}@keyframes slideUp{0%{opacity:0;transform:translateX(-50%) translateY(20px)}to{opacity:1;transform:translateX(-50%) translateY(0)}}@keyframes blink{0%,to{opacity:1}50%{opacity:.7}}@media (max-width:768px){.concurrent-dashboard{padding:12px}.charts-row{grid-template-columns:1fr}.stats-cards{grid-template-columns:repeat(3,1fr)}.sessions-filters{flex-direction:column;width:100%}.filter-input,.filter-select{width:100%}}.stat-card.highlight-green{background:#ecfdf5;border-color:#10b981}.stat-card.highlight-green .stat-value{color:#059669}.clear-btn{background:#f1f5f9;border:1px solid #cbd5e1;border-radius:6px;color:#475569;cursor:pointer;font-size:.8rem;padding:6px 14px;transition:background .2s,border-color .2s}.clear-btn:hover{background:#e2e8f0;border-color:#94a3b8}.completed-section{opacity:.9}.completed-section .sessions-table-container{overflow-y:auto}.evaluation-token-usage-page{padding:24px 16px 60px}.header{align-items:center;display:flex;gap:15px;margin-bottom:28px}.stratsys-search-logo{height:32px;width:32px}.one-ux-typography--heading-500{font-size:1.9rem;font-weight:700;letter-spacing:-.01em}.filters{align-items:flex-end;display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-bottom:35px}.loader{animation:spin 1s linear infinite;border:6px solid #f3f3f3;border-top-color:#3498db;height:60px;margin:50px auto;width:60px}.error_message{background:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;box-shadow:0 2px 5px #0000000d;color:#721c24;font-weight:600;margin:20px auto;max-width:640px;padding:12px 20px;text-align:center}.totals-container{display:flex;flex-wrap:wrap;gap:20px;justify-content:center;margin-bottom:40px}.total-card{background:#fff;border:1px solid #e0e0e0;border-radius:10px;box-shadow:0 2px 6px #0000000f;padding:18px 24px;text-align:center;transition:transform .15s ease;width:190px}.total-card:hover{transform:translateY(-3px)}.total-card.overall{background:linear-gradient(135deg,#1e90ff,#5dade2);border:none;color:#fff}.total-card h3,.total-card h4{font-size:1.15rem;font-weight:700;margin:0 0 10px}.date-columns{display:flex;gap:36px;overflow-x:auto;padding:10px 8px 20px;scroll-snap-type:x mandatory}.date-column{display:flex;flex-direction:column;gap:22px;max-width:420px;min-width:320px;scroll-snap-align:start}.date-column__header{background:#eef2ff;border-radius:8px;box-shadow:0 1px 3px #0000000a;color:#38458a;font-size:1rem;font-weight:700;padding:10px 12px;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:1}.run-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 2px 6px #0000000d;display:flex;flex-direction:column;gap:10px;padding:16px 18px;transition:transform .15s ease}.run-card:hover{transform:translateY(-4px)}.run-card__header{font-feature-settings:"tnum";align-items:center;color:#555;display:flex;font-size:.85rem;font-variant-numeric:tabular-nums;justify-content:space-between}.run-id{font-family:Courier New,monospace;font-size:.75rem;max-width:65%;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:all;user-select:all;word-break:break-all}.run-time{opacity:.8}.run-card__model{color:#555;font-size:.82rem;margin-bottom:8px}.model-label{color:#666;font-weight:600}.token-table{border-collapse:collapse;width:100%}.token-table td,.token-table th{font-size:.82rem;padding:6px 8px;text-align:left}.token-table th{background:#fafafa;border-bottom:1px solid #e0e0e0;color:#d0d1af;font-weight:600}.token-table tr:nth-child(2n) td{background:#f8f9fb}.token-counts{gap:8px;justify-content:center}.token-count,.token-counts{align-items:center;display:flex}.token-count{flex-direction:column}.token-label{color:#777;font-size:.6rem;font-weight:600;letter-spacing:.02em;margin-top:2px;text-transform:uppercase}.overall .token-label{color:#fffc}.token-arrow{margin:0 2px;padding-bottom:16px}.maintenance-page{background:linear-gradient(135deg,#f5f7fa,#e4e9f0);min-height:100vh;padding:40px 20px}.maintenance-header{align-items:center;display:flex;gap:16px;justify-content:center;margin-bottom:48px}.maintenance-logo{height:48px;width:48px}.maintenance-title{color:#1a1a2e;font-size:32px;font-weight:600;letter-spacing:-.5px;margin:0}.maintenance-container{display:flex;flex-direction:column;gap:24px;margin:0 auto;max-width:600px}.maintenance-card{background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:32px;transition:transform .2s ease,box-shadow .2s ease}.maintenance-card:hover{box-shadow:0 8px 30px #0000001f;transform:translateY(-2px)}.maintenance-card-header{align-items:center;display:flex;gap:12px;margin-bottom:16px}.maintenance-card-icon{font-size:28px}.maintenance-card-title{color:#1a1a2e;font-size:22px;font-weight:600;margin:0}.maintenance-card-description{color:#6b7280;font-size:15px;line-height:1.6;margin:0 0 24px}.maintenance-input-group{align-items:center;display:flex;gap:12px;margin-bottom:24px}.maintenance-input-group label{color:#374151;font-size:14px;font-weight:500}.maintenance-hours-input{border:2px solid #e5e7eb;border-radius:8px;font-size:15px;padding:10px 14px;transition:border-color .2s ease,box-shadow .2s ease;width:80px}.maintenance-hours-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a;outline:none}.maintenance-button{align-items:center;background:linear-gradient(135deg,#ef4444,#dc2626);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-size:16px;font-weight:600;justify-content:center;padding:14px 24px;transition:all .2s ease;width:100%}.maintenance-button:hover:not(:disabled){box-shadow:0 4px 12px #ef444466;transform:translateY(-1px)}.maintenance-button:active:not(:disabled){transform:translateY(0)}.maintenance-button:disabled{cursor:not-allowed;opacity:.7}.maintenance-button-loading{background:linear-gradient(135deg,#9ca3af,#6b7280)}.maintenance-button-content{align-items:center;display:flex;gap:10px}.maintenance-spinner{animation:maintenance-spin .8s linear infinite;border:2px solid #ffffff4d;border-radius:50%;border-top-color:#fff;height:18px;width:18px}@keyframes maintenance-spin{to{transform:rotate(1turn)}}.maintenance-result-card{animation:maintenance-slideUp .3s ease;background:#fff;border-radius:16px;box-shadow:0 4px 20px #00000014;padding:24px}@keyframes maintenance-slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.maintenance-result-error{border-left:4px solid #ef4444}.maintenance-result-success{border-left:4px solid #22c55e}.maintenance-result-header{align-items:center;display:flex;gap:10px;margin-bottom:16px}.maintenance-result-header h3{color:#1a1a2e;font-size:18px;font-weight:600;margin:0}.maintenance-maintenance-result-icon{font-size:20px}.maintenance-result-error p{color:#dc2626;font-size:15px;margin:0}.maintenance-result-details{display:flex;flex-direction:column;gap:12px}.maintenance-result-item{display:flex;flex-direction:column;gap:4px}.maintenance-result-label{color:#6b7280;font-size:13px;font-weight:500;letter-spacing:.5px;text-transform:uppercase}.maintenance-result-value{color:#1a1a2e;font-size:15px;font-weight:500}.maintenance-result-json{background:#f9fafb;border-radius:8px;color:#374151;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:13px;margin:4px 0 0;overflow-x:auto;padding:12px}.integration-tests-container{color:#1f3d5f;font-family:Plus Jakarta Sans,sans-serif;margin:0 auto;max-width:1200px;padding:32px 24px}.filter-bar,.page-title{margin-bottom:24px}.filter-bar{align-items:flex-end;display:flex;flex-wrap:wrap;gap:16px}.error-message{background:#fef2f2;border:1px solid #fecaca;color:#dc2626;padding:12px 16px}.loader{animation:spin .8s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#3b82f6;height:32px;margin:32px auto;width:32px}.empty-state{color:#6b7280;display:block;padding:48px 0;text-align:center}.runs-section{margin-top:8px}.runs-section-header{align-items:center;display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between}.stats-section{margin-top:32px}.detail-table,.runs-table,.tests-table{border-collapse:collapse;font-size:14px;margin-top:12px;width:100%}.detail-table th,.runs-table th,.tests-table th{background:#f1f5f9;border-bottom:2px solid #e2e8f0;color:#475569;font-size:12px;font-weight:600;letter-spacing:.03em;padding:10px 12px;text-align:left;text-transform:uppercase}.detail-table td,.runs-table td,.tests-table td{border-bottom:1px solid #e2e8f0;padding:10px 12px}.run-row,.test-row{cursor:pointer;transition:background .15s}.run-row:hover,.test-row:hover{background:#f8fafc}.run-row.selected,.test-row.selected{background:#eff6ff}.run-id{color:#64748b;font-family:monospace;font-size:12px}.count-passed{color:#16a34a;font-weight:600}.count-passed_with_warnings{color:#a16207;font-weight:600}.count-failed{color:#dc2626;font-weight:600}.count-skipped{color:#d97706}.status-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;padding:2px 10px;text-transform:uppercase}.status-passed{background:#dcfce7;color:#16a34a}.status-passed_with_warnings{background:#fef9c3;color:#a16207}.status-failed{background:#fef2f2;color:#dc2626}.status-skipped{background:#fef9c3;color:#d97706}.status-error{background:#fef2f2;color:#dc2626}.popup-overlay{align-items:center;background-color:#00000080;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:9999}.test-detail-overlay{z-index:10000}.popup-content{background-color:#fff;border-radius:8px;box-shadow:0 8px 32px #00000026;color:#1f3d5f;font-family:Plus Jakarta Sans,sans-serif}.run-popup{max-height:80vh;overflow-y:auto;padding:24px;width:75%}.test-detail-popup{max-height:85vh;overflow-y:auto;padding:24px;width:80%}.popup-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.test-detail-body{display:flex;flex-direction:column;gap:20px;padding-bottom:16px}.detail-section{border:1px solid #e2e8f0;border-radius:6px;padding:16px}.detail-section .one-ux-typography--heading-300{color:#334155;margin-bottom:12px}.detail-grid{grid-gap:6px 12px;display:grid;font-size:14px;gap:6px 12px;grid-template-columns:120px 1fr}.detail-label{color:#64748b;font-weight:600}.detail-code{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:14px;padding:12px;white-space:pre-wrap;word-break:break-word}.detail-pre,.output-text{max-height:none}.detail-pre{background:#f8fafc;border:1px solid #e2e8f0;border-radius:4px;font-size:12px;overflow-x:auto;padding:12px;white-space:pre-wrap;word-break:break-word}.error-pre{background:#fef2f2;border-color:#fecaca;color:#dc2626}.detail-expandable{margin-top:8px}.detail-expandable summary{color:#3b82f6;cursor:pointer;font-size:13px;font-weight:500}.detail-expandable summary:hover{text-decoration:underline}.detail-table{font-size:13px}.detail-table td{vertical-align:top}.dual-login-container{font-family:sans-serif;margin:0 auto;max-width:1100px;padding:32px 24px}.dual-login-container .header{align-items:center;display:flex;gap:12px;margin-bottom:32px}.dual-login-container .stratsys-search-logo{height:32px}.auth-section{align-items:center;border-radius:8px;display:flex;flex-wrap:wrap;gap:16px;margin-bottom:24px;padding:16px}.auth-section.normal-bg{background:#e3f2fd;border:2px solid #1976d2}.auth-section.internal-bg{background:#fce4ec;border:2px solid #c62828}.auth-section.noauth-bg{background:#fff3e0;border:2px solid #e65100}.auth-status{color:#555;font-size:13px}.auth-status code{background:#00000012;border-radius:3px;font-size:12px;padding:1px 5px}.switch-links{display:flex;gap:12px;margin-left:auto}.switch-link{color:#1565c0;font-size:13px;font-weight:600;text-decoration:none}.switch-link:hover{text-decoration:underline}.auth-status .auth-badge{border-radius:12px;display:inline-block;font-size:12px;font-weight:600;margin-left:6px;padding:3px 10px}.auth-badge.normal-badge{background:#bbdefb;color:#0d47a1}.auth-badge.internal-badge{background:#ffcdd2;color:#b71c1c}.auth-badge.noauth-badge{background:#ffe0b2;color:#bf360c}.form-section{margin-bottom:24px}.form-section label{color:#333;display:block;font-size:13px;font-weight:600;margin-bottom:4px}.form-section input,.form-section textarea{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-family:Consolas,Courier New,monospace;font-size:14px;margin-bottom:12px;padding:10px;resize:vertical;width:100%}.form-section textarea{min-height:80px}.form-row{display:flex;gap:16px}.form-row>div{flex:1 1}.send-btn{background:#388e3c;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:12px 32px;transition:background .2s}.send-btn:hover{background:#2e7d32}.send-btn:disabled{background:#aaa;cursor:not-allowed}.viz-panels{grid-gap:20px;display:grid;gap:20px;grid-template-columns:1fr 1fr;margin-top:24px}.viz-panel{border:1px solid #ddd;border-radius:8px;overflow:hidden}.viz-panel-header{font-size:13px;font-weight:700;letter-spacing:.5px;padding:10px 16px;text-transform:uppercase}.viz-panel.request .viz-panel-header{background:#e3f2fd;color:#1565c0}.viz-panel.response .viz-panel-header{background:#e8f5e9;color:#2e7d32}.viz-panel.response.error .viz-panel-header{background:#fce4ec;color:#c62828}.viz-panel-body{padding:16px}.viz-panel-body pre{font-family:Consolas,Courier New,monospace;font-size:13px;line-height:1.5;margin:0;max-height:500px;overflow-y:auto;white-space:pre-wrap;word-break:break-word}.viz-meta{color:#888;font-size:12px;margin-bottom:8px}.dual-login-container .loader{animation:spin .8s linear infinite;border:4px solid #f3f3f3;border-radius:50%;border-top-color:#388e3c;height:32px;margin:20px auto;width:32px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.error-message{background:#fce4ec;border-radius:6px;color:#c62828;margin-bottom:16px;padding:10px 16px}
/*# sourceMappingURL=main.f5edba8f.css.map*/