@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap);:root{--primary-gradient:linear-gradient(135deg,#667eea,#764ba2);--secondary-gradient:linear-gradient(135deg,#f093fb,#f5576c);--success-gradient:linear-gradient(135deg,#4facfe,#00f2fe);--warning-gradient:linear-gradient(135deg,#43e97b,#38f9d7);--dark-bg:#0f172a;--dark-surface:#1e293b;--light-bg:#f8fafc;--text-primary:#1e293b;--text-secondary:#64748b;--text-muted:#94a3b8;--border-color:#ffffff1a;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;--shadow-lg:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;--shadow-xl:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f8fafc;background-color:var(--light-bg);color:#1e293b;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif!important;line-height:1.6;margin:0}code{font-family:Fira Code,Monaco,Cascadia Code,Roboto Mono,monospace}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#0003;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#0000004d}a,button,input,select,textarea{transition:all .2s cubic-bezier(.4,0,.2,1)}:focus{outline:2px solid #667eea;outline-offset:2px}button{border:none;cursor:pointer}button,input,select,textarea{font-family:inherit}.gradient-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);background:var(--primary-gradient);-webkit-background-clip:text;background-clip:text}.glass-effect{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3}.shadow-glow{box-shadow:0 0 20px #667eea4d}@keyframes float{0%,to{transform:translateY(0) rotate(0deg)}50%{transform:translateY(-20px) rotate(180deg)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.animate-fadeInUp{animation:fadeInUp .6s ease-out}.animate-pulse{animation:pulse 2s infinite}.sidebar{background:linear-gradient(180deg,#0f172a,#1e293b);border-right:1px solid #ffffff1a;box-shadow:4px 0 24px #00000026;color:#fff;display:flex;flex-direction:column;height:100vh;left:0;overflow:hidden;position:fixed;top:0;transition:all .3s cubic-bezier(.4,0,.2,1);z-index:1000}.sidebar,.sidebar.expanded{box-sizing:border-box;width:280px}.sidebar.collapsed{box-sizing:border-box;width:72px}.sidebar.in-submenu{border-right:2px solid #667eea80}@media (max-width:768px){.sidebar{box-shadow:4px 0 24px #0000004d;position:fixed;transform:translateX(-100%);width:280px;z-index:1200}.sidebar.expanded{transform:translateX(0)}.sidebar.collapsed{transform:translateX(-100%);width:280px}.sidebar.collapsed.expanded{transform:translateX(0)}.sidebar:before{background:#00000080;bottom:0;content:"";left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .3s ease;z-index:-1}.sidebar.expanded:before{opacity:1}.mobile-menu-btn{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);border:none;border-radius:12px;box-shadow:0 4px 12px #667eea4d;color:#fff;cursor:pointer;display:flex;font-size:20px;height:48px;justify-content:center;left:20px;position:fixed;top:20px;transition:all .3s ease;width:48px;z-index:1300}.mobile-menu-btn:hover{box-shadow:0 6px 20px #667eea66;transform:scale(1.05)}.mobile-menu-btn:active{transform:scale(.95)}.collapsed-content{padding:16px 8px}.collapsed-agent-grid,.collapsed-kb-grid{gap:8px;max-width:40px}.collapsed-item{height:20px;width:20px}.collapsed-icon{font-size:10px}.collapsed-item.add-item .collapsed-icon{font-size:12px}}.sidebar-toggle-container{align-items:center;display:flex;margin-left:auto}.sidebar-toggle-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:18px;justify-content:center;min-height:36px;min-width:36px;padding:8px;transition:all .3s cubic-bezier(.4,0,.2,1)}.sidebar-toggle-btn:hover{background:#fff3;border-color:#ffffff4d;transform:scale(1.05)}.sidebar-toggle-btn:active{transform:scale(.95)}.sidebar.collapsed .sidebar-toggle-btn{background:linear-gradient(135deg,#667eea,#764ba2);border-color:#ffffff4d;box-shadow:0 4px 12px #667eea4d}.sidebar.collapsed .sidebar-toggle-btn:hover{background:linear-gradient(135deg,#5a6fd8,#6a4190);box-shadow:0 6px 20px #667eea66;transform:scale(1.1)}.top_section{align-items:center;background:#ffffff05;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:24px 20px}.logo{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;background-clip:text;font-size:24px;font-weight:700;letter-spacing:-.5px}.menu_section{display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-bottom:10px;scrollbar-color:#2a3b52 #0000;scrollbar-width:thin}.menu_section::-webkit-scrollbar{width:6px}.menu_section::-webkit-scrollbar-thumb{background:#2a3b52;border-radius:4px}.menu_section::-webkit-scrollbar-track{background:#0000}.link{align-items:center;border-radius:0 24px 24px 0;color:#94a3b8;cursor:pointer;display:flex;font-size:15px;gap:16px;margin-right:12px;padding:14px 20px;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1)}.link:hover{background:#ffffff14;color:#fff;transform:translateX(4px)}.link .icon{font-size:20px;min-width:24px;text-align:center;transition:all .3s ease}.link:hover .icon{transform:scale(1.1)}.submenu-scroll .link_text{line-height:1.4;margin-left:10px;overflow-wrap:anywhere;white-space:normal;word-break:break-word}.link_text{font-size:14px;font-weight:500;transition:opacity .3s ease,transform .3s ease;white-space:nowrap}.sidebar.collapsed .link_text{background:#1e2a38;border-radius:4px;color:#fff;left:70px;opacity:0;padding:5px 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);white-space:nowrap;z-index:2000}.sidebar.collapsed .link:hover .link_text,.sidebar.collapsed .sublink:hover .link_text{opacity:1;pointer-events:auto}.link.active{background:linear-gradient(135deg,#667eea33,#764ba233);border-left:3px solid #667eea;color:#667eea;font-weight:600;transform:translateX(4px)}.link.active:before{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:0 2px 2px 0;bottom:0;content:"";left:0;position:absolute;top:0;width:3px}.submenu-scroll .sublink.active{background:linear-gradient(135deg,#667eea26,#764ba226);border-radius:8px;color:#667eea;font-weight:500;padding-left:12px}.submenu{display:flex;flex-direction:column;overflow:hidden}.submenu-content{max-height:0;opacity:0;overflow:hidden;transform:translateY(-10px);transition:all .4s cubic-bezier(.4,0,.2,1)}.submenu.open .submenu-content{max-height:300px;opacity:1;transform:translateY(0)}.submenu-scroll{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff08;border:1px solid #ffffff1a;border-radius:12px;box-shadow:0 4px 12px #0000001a;margin:8px 20px;max-height:250px;overflow:auto;padding:12px 16px;transition:all .3s cubic-bezier(.4,0,.2,1)}.submenu-scroll::-webkit-scrollbar{width:5px}.submenu-scroll::-webkit-scrollbar-thumb{background:#2a3b52;border-radius:4px}.sublink{animation:slideInFromLeft .4s cubic-bezier(.4,0,.2,1) forwards;border-radius:8px;color:#cbd5e1;cursor:pointer;font-size:14px;margin:2px 0;opacity:0;padding:10px 12px;transform:translateX(-10px);transition:all .3s cubic-bezier(.4,0,.2,1)}.sublink:first-child{animation-delay:.1s}.sublink:nth-child(2){animation-delay:.15s}.sublink:nth-child(3){animation-delay:.2s}.sublink:nth-child(4){animation-delay:.25s}.sublink:nth-child(5){animation-delay:.3s}.sublink:nth-child(6){animation-delay:.35s}@keyframes slideInFromLeft{to{opacity:1;transform:translateX(0)}}.sublink:hover{background:#ffffff14;color:#fff;transform:translateX(4px)}.submenu .chevron{color:#aaa;font-size:.8rem;margin-left:auto;transform:rotate(0deg);transition:all .3s cubic-bezier(.4,0,.2,1)}.submenu.open .chevron{color:#667eea;transform:rotate(180deg)}.bottom_section{background:#ffffff05;border-top:1px solid #ffffff1a;margin-top:auto;padding:16px 0}.loading-text{color:#aaa;font-size:13px;font-style:italic;padding:8px 12px}.sidebar-details{display:flex;flex-direction:column;height:100%;overflow:hidden}.details-header{border-bottom:1px solid #ffffff1a;gap:12px;padding:16px 20px}.back-button,.details-header{align-items:center;display:flex}.back-button{background:#ffffff1a;border:1px solid #fff3;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;justify-content:center;min-height:28px;min-width:28px;padding:6px;transition:all .3s ease}.back-button:hover{background:#fff3;border-color:#ffffff4d}.details-title{color:#fff;font-size:16px;font-weight:600;margin:0}.details-content{flex:1 1;overflow-y:auto;padding:16px 20px}.details-content h4{color:#94a3b8;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.agent-list,.kb-list{display:flex;flex-direction:column;gap:8px}.agent-item,.kb-item{align-items:center;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:12px;position:relative;transition:all .3s ease;z-index:1}.agent-item:hover,.kb-item:hover{background:#ffffff1a;border-color:#fff3;transform:translateX(4px)}.agent-item.add-item,.kb-item.add-item{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea4d}.agent-item.add-item:hover,.kb-item.add-item:hover{background:linear-gradient(135deg,#667eea4d,#764ba24d);border-color:#667eea80}.agent-item.active,.kb-item.active{background:linear-gradient(135deg,#667eea40,#764ba240);border-color:#667eea;border-left:4px solid #667eea;box-shadow:0 4px 12px #667eea33;color:#667eea;font-weight:600;transform:translateX(4px)}.agent-item.active .agent-icon,.kb-item.active .kb-icon{color:#667eea;transform:scale(1.1)}.agent-item.active .agent-name,.kb-item.active .kb-name{color:#667eea;font-weight:600}.item-options-btn{align-items:center;background:#ffffff1a;border:1px solid #fff3;border-radius:4px;color:#94a3b8;cursor:pointer;display:flex;font-size:14px;justify-content:center;margin-left:auto;min-height:24px;min-width:24px;opacity:1;padding:4px;transform:scale(1);transition:all .3s ease}.item-options-btn:hover{background:linear-gradient(135deg,#667eea33,#764ba233);border-color:#667eea4d;color:#667eea;transform:scale(1.1)}.options-dropdown-portal{background:#000;background-color:#000;border:2px solid #333;border-radius:8px;box-shadow:0 8px 24px #000;isolation:isolate;min-width:120px;opacity:1;padding:8px 0;pointer-events:auto!important;position:fixed;transform:translateZ(0);z-index:999999}.dropdown-item{background:#0000!important;border:none;color:#fff!important;cursor:pointer;font-size:14px;font-weight:600;opacity:1!important;padding:10px 16px;pointer-events:auto!important;text-align:left;text-shadow:0 1px 2px #000c;transition:all .2s ease;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;white-space:nowrap;width:100%}.dropdown-item:hover{background:#667eea33;color:#667eea}.dropdown-item.danger{color:#f87171;font-weight:600}.dropdown-item.danger:hover{background:#f8717133;color:#fca5a5}.agent-icon,.kb-icon{font-size:18px;min-width:20px;text-align:center}.agent-name,.kb-name{align-items:center;color:#fff;display:flex;flex:1 1;font-size:14px;font-weight:500;justify-content:space-between}.kb-status{margin-left:8px}.kb-status,.status-icon{align-items:center;display:flex;justify-content:center}.status-icon{border-radius:50%;height:16px;position:relative;transition:all .2s ease;width:16px}.status-icon.completed{background:linear-gradient(135deg,#10b981,#059669);box-shadow:0 2px 8px #10b9814d}.status-icon.in-progress{animation:pulse 2s infinite;background:linear-gradient(135deg,#3b82f6,#2563eb);box-shadow:0 2px 8px #3b82f64d}.status-icon.failed{background:linear-gradient(135deg,#ef4444,#dc2626);box-shadow:0 2px 8px #ef44444d}.status-icon.queued{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 2px 8px #6b72804d}.status-icon svg{height:10px;width:10px}.kb-item:hover .status-icon{box-shadow:0 4px 12px #0003;transform:scale(1.1)}.kb-item:hover .status-icon.completed{box-shadow:0 4px 12px #10b98166}.kb-item:hover .status-icon.in-progress{box-shadow:0 4px 12px #3b82f666}.kb-item:hover .status-icon.failed{box-shadow:0 4px 12px #ef444466}.kb-item:hover .status-icon.queued{box-shadow:0 4px 12px #6b728066}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}.agent-kb{color:#94a3b8;font-size:12px;font-style:italic}.details-content::-webkit-scrollbar{width:4px}.details-content::-webkit-scrollbar-thumb{background:#2a3b52;border-radius:2px}.details-content::-webkit-scrollbar-track{background:#0000}.collapsed-details{display:flex;flex-direction:column;height:100%;overflow:hidden}.collapsed-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:center;padding:16px 8px}.collapsed-content{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-start;overflow-y:auto;padding:20px 12px}.collapsed-agent-grid,.collapsed-kb-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(2,1fr);margin-top:8px;max-width:48px;width:100%}.collapsed-item{align-items:center;background:#ffffff14;border:1px solid #ffffff26;border-radius:8px;box-shadow:0 2px 4px #0000001a;cursor:pointer;display:flex;height:24px;justify-content:center;position:relative;transition:all .3s cubic-bezier(.4,0,.2,1);width:24px}.collapsed-item:hover{background:#ffffff26;border-color:#ffffff40;box-shadow:0 4px 8px #0003;transform:scale(1.1)}.collapsed-item.add-item{background:linear-gradient(135deg,#667eea66,#764ba266);border-color:#667eea80;box-shadow:0 2px 6px #667eea4d}.collapsed-item.add-item:hover{background:linear-gradient(135deg,#667eea99,#764ba299);border-color:#667eeab3;box-shadow:0 4px 12px #667eea66;transform:scale(1.15)}.collapsed-item.more-items{background:#94a3b833;border-color:#94a3b84d;cursor:default}.collapsed-item.more-items:hover{background:#94a3b84d;transform:none}.collapsed-icon{color:#fff;font-size:12px;font-weight:500;line-height:1;text-align:center}.collapsed-item.add-item .collapsed-icon{font-size:14px;font-weight:700}.collapsed-item.more-items .collapsed-icon{color:#94a3b8;font-size:16px;font-weight:700}.collapsed-item[title]:hover:after{word-wrap:break-word;background:#000000f2;border-radius:6px;box-shadow:0 4px 12px #0000004d;color:#fff;content:attr(title);font-size:12px;font-weight:500;margin-right:8px;max-width:200px;padding:8px 12px;white-space:nowrap}.collapsed-item[title]:hover:after,.collapsed-item[title]:hover:before{pointer-events:none;position:absolute;right:100%;top:50%;transform:translateY(-50%);z-index:1000}.collapsed-item[title]:hover:before{border:5px solid #0000;border-left-color:#000000f2;content:"";margin-right:3px}.organized-menu{gap:16px}.menu-section,.organized-menu{display:flex;flex-direction:column}.section-header{margin-bottom:4px;padding:8px 16px 4px}.section-title{color:#fff9;font-size:11px;font-weight:600;letter-spacing:.5px;opacity:.8;text-transform:uppercase}.sidebar.collapsed .section-header{display:none}.sidebar.collapsed .organized-menu{gap:8px}.agent-builder-details{padding:16px}.agent-builder-details h4{color:#e2e8f0;font-size:14px;font-weight:600;letter-spacing:.5px;margin:0 0 12px;text-transform:uppercase}.builder-steps{display:flex;flex-direction:column;gap:8px}.builder-step{align-items:center;background:#ffffff08;border:1px solid #ffffff14;border-radius:8px;cursor:pointer;display:flex;padding:12px;transition:all .2s ease}.builder-step:hover{background:#667eea1a;border-color:#667eea4d;transform:translateX(2px)}.step-icon{font-size:18px;margin-right:12px;text-align:center;width:24px}.step-name{color:#e2e8f0;font-size:13px;font-weight:500;margin-right:8px}.step-desc{color:#94a3b8;font-size:11px;opacity:.8}.chat-widget-button{border-radius:50%;bottom:20px;box-shadow:0 4px 10px #0003;color:#fff!important;height:56px;position:fixed!important;right:20px;width:56px;z-index:1000}.chat-widget-button:hover{background-color:#e0e0e0}.chat-box-left{left:20px}.chat-box-left,.chat-box-right{background:#fff;border:1px solid #cbcbcb;border-radius:1px;display:flex;flex-direction:column;height:70%;position:fixed!important;top:50%;transform:translateY(-50%);width:60%;z-index:1001}.chat-box-right{right:20px}.centered-box{background:#fff;border-radius:12px;box-shadow:0 4px 15px #0000004d;display:flex;flex-direction:column;left:50%;max-height:500px;position:fixed!important;top:50%;transform:translate(-50%,-50%);width:400px;z-index:1001}.centered-chat{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.chat-box{border-radius:10px;bottom:80px;box-shadow:0 4px 10px #0003;max-height:450px;position:fixed!important;right:20px;width:320px;z-index:1001}.chat-box,.chat-box-centered{background:#fff;display:flex;flex-direction:column}.chat-box-centered{border:1px solid #cbcbcb;border-radius:1px;height:70%;width:60%}.chat-header{align-items:center;background-color:#fff;border-bottom:1px solid #e0e0e0;color:#000;display:flex;justify-content:space-between;padding:1rem}.chat-content{background:#f0f6fe;padding:.5rem;scrollbar-color:#ccc #0000;scrollbar-width:thin}.chat-content,.chat-content .chat-content-main{display:flex;flex:1 1;flex-direction:column;overflow-y:auto}.chat-content .chat-content-main{background:#0000!important;padding:1rem}@media (min-width:481px) and (max-width:768px){.chat-content .chat-content-main{max-height:29rem}}.chat-content::-webkit-scrollbar{width:6px}.chat-content::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chat-message{border-radius:8px;display:flex;margin-bottom:8px;padding:10px}.chat-message.answer{color:#000;font-size:18px;gap:16px;line-height:25.2px;padding:12px 16px}.chat-message.answer,.chat-message.question{word-wrap:break-word;font-family:Poppins,sans-serif;font-weight:400;margin-bottom:2%}.chat-message.question{align-self:flex-end;background:#f8f8f8;border-radius:12px;display:inline-block;font-size:16px;line-height:22.4px;max-width:80%;padding:16px;text-align:right}.chat-message p{word-wrap:break-word;color:#000;font-family:Poppins,sans-serif;font-size:18px;font-weight:400;line-height:25.2px}.chat-footer{align-items:center;border-bottom-left-radius:.5rem;border-bottom-right-radius:.5rem;display:contents;margin-top:auto;padding:1rem;@media (min-width:600px){display:flex}}.chat-icons{display:flex;gap:10px;justify-content:center;margin-top:10px;@media (min-width:600px){justify-content:flex-end;margin-top:0}}@media screen and (max-width:770px){.chat-box-centered{height:auto}}@media screen and (max-width:600px){.chat-footer{display:flex;flex-direction:column}.bc-show{width:100%}.chat-icons{display:flex;gap:.5rem;justify-content:flex-end}}.bc-show{align-items:center;background:#fff;border:1px solid #cbcbcb;border-radius:2rem;display:flex;flex-grow:1;justify-content:space-between;padding:.7rem}.send-btn{border-radius:50%;color:#000!important;height:40px;width:40px}.send-btn:hover{background-color:var(--IconButton-hoverBg)}.prompt-header{padding-bottom:1rem;text-align:center}.prompt-header .prompt-title{color:#000;font-size:2rem}.prompt-header .prompt-subtitle{color:#000;font-size:1.2rem}.launcher{align-items:center;background:#fff;border:1px solid #cbcbcb;border-radius:100px;bottom:20px;box-shadow:0 4px 8px #0000001a;cursor:pointer;display:inline-flex;height:auto;justify-content:flex-start;padding:12px 16px;position:fixed;right:20px;width:auto;z-index:1001}.launcher-content{align-items:center;display:flex;gap:10px}.launcher-icon .sparkles-icon{background:linear-gradient(180deg,#5270a1,#7cadff 63%,#7cadff);border-radius:50%;height:20px;width:20px}.launcher-text{color:#656565;font-size:1.2rem;line-height:1rem;margin-left:.5rem}.show-images{display:none;margin-top:10px}.show-images.visible{display:block}.image-preview-container{display:inline-block;position:relative}.image-preview{border-radius:5px;height:auto;transition:opacity .3s ease-in-out;width:80px}.remove-image-btn{background:#0009;color:#fff;position:absolute;right:5px;top:5px;transition:visibility .2s ease-in-out;visibility:hidden}.image-preview-container:hover .remove-image-btn{visibility:visible}.chat-image-container{display:flex;justify-content:start;margin-top:5px}.chat-image{max-width:100px}.chat-image,.chat-image-small{border-radius:5px;display:block;height:auto}.chat-image-small{margin-bottom:5px;width:100px}.chat-footer .image-preview-container{display:none}.loading-indicator-container{display:flex;justify-content:flex-start;width:100%}.loading-indicator{background:linear-gradient(90deg,#f0f0f0,#fcfafa 54%,#f5f5f5);border-radius:12px;max-width:-webkit-fit-content;max-width:fit-content;padding:12px}.loading-animation,.loading-indicator{align-items:center;display:flex;gap:8px}.dot-container{align-items:center;display:flex;gap:4px;justify-content:flex-start}.dot{animation:dot-blink 1.5s ease-in-out infinite;background:#b9b9b9;border-radius:50%;height:6px;width:6px}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dot-blink{0%,80%,to{opacity:.3}40%{opacity:1}}.loading-animation span{color:#656565;font-family:Poppins,sans-serif;font-size:14px;font-weight:400;line-height:19.6px;margin-left:8px}.feedback-buttons{align-items:center;display:flex}.feedback-button-container{align-items:center;background-color:#f8f8f8;border-radius:100px;box-shadow:0 0 8px #0000000d;display:inline-flex;gap:12px;margin-top:.5rem}.icon-button{align-items:center;background:none;border:none;cursor:pointer;display:flex;height:24px;justify-content:center;padding:0;transition:transform .2s;width:24px}.icon-button:hover{transform:scale(1.15)}.thumbs-up svg path{fill:#0075d1;stroke:none}.thumbs-down svg path{fill:#656565;stroke:none}.feedback-divider{background-color:#656565;height:20px;width:1px}.user-info-form{display:flex;flex-direction:column;height:100%}.user-info-form button{margin-top:auto}.prompt-list-container{margin-top:10px}.prompt-title{font-weight:700;margin-bottom:8px}.prompt{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:repeat(2,1fr);justify-content:center;max-width:960px;width:100%}.prompt-buttons button{align-items:center;background:#fff;border-radius:12px;box-shadow:0 0 15px #0000001a;cursor:pointer;display:flex;gap:10px;padding:12px 18px;transition:background .3s ease}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:#0000;--input-disabled-border-color:#0000;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{-webkit-backdrop-filter:invert(100%);backdrop-filter:invert(100%)}}.annotationLayer{left:0;pointer-events:none;position:absolute;top:0;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{height:100%;position:absolute;width:100%}.annotationLayer section{box-sizing:border-box;margin:0;pointer-events:auto;position:absolute;text-align:left;text-align:initial;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:none;outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{font-size:1em;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{background:#ff0;box-shadow:0 2px 10px #ff0;opacity:.2}.annotationLayer .textAnnotation img{cursor:pointer;height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:url('data:image/svg+xml;charset=utf-8,<svg width="1" height="1" xmlns="http://www.w3.org/2000/svg"><rect width="100%" height="100%" style="fill:rgba(0,54,255,.13)"/></svg>');background-image:var(--annotation-unfocused-field-background);border:2px solid #0000;border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px*var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid #0000;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid #000;border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-color:initial;background-image:none}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid Highlight;border:2px solid var(--input-focus-border-color);outline:1px solid Canvas;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{-webkit-appearance:none;appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{font-size:calc(9px*var(--scale-factor));min-width:calc(180px*var(--scale-factor));pointer-events:none;position:absolute;width:100%}.annotationLayer .popup{word-wrap:break-word;background-color:#ff9;border-radius:calc(2px*var(--scale-factor));box-shadow:0 calc(2px*var(--scale-factor)) calc(5px*var(--scale-factor)) #888;cursor:pointer;font:message-box;margin-left:calc(5px*var(--scale-factor));max-width:calc(180px*var(--scale-factor));padding:calc(6px*var(--scale-factor));pointer-events:auto;position:absolute;white-space:normal}.annotationLayer .popup>*{font-size:calc(9px*var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px*var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px*var(--scale-factor));padding-top:calc(2px*var(--scale-factor))}.annotationLayer .richText>*{font-size:calc(9px*var(--scale-factor));white-space:pre-wrap}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{height:100%;left:0;position:absolute;top:0;width:100%}.annotationLayer .annotationTextContent{color:#0000;height:100%;opacity:0;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;width:100%}.annotationLayer .annotationTextContent span{display:inline-block;width:100%}*{margin:0;padding:0;text-decoration:none}.container{display:flex}.main{margin:0;padding-left:0;padding-right:0}.breakword150{word-wrap:break-word;max-width:150px;overflow-wrap:break-word;white-space:normal}
/*# sourceMappingURL=main.3ab5433d.css.map*/