@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);:root{--font-family:"Manrope",sans-serif;--gradient-text:linear-gradient(89.97deg,#ae67fa 1.84%,#f49867 102.67%);--gradient-bar:linear-gradient(103.22deg,#ae67fa -13.86%,#f49867 99.55%);--color-bg:#fff;--color-footer:#031b34;--color-blog:#042c54;--color-text:#59a3e7;--color-subtext:#ff8a71;--color-bg-purple:#ae67fa;--color-bg-orange:#f67600;--color-text-light:#000;--color-text-light-footer:#777;--color-bg-purple-light:#e2c6ff;--color-bg-orange-light:#ffdfb9;--color-bg-orange-lightest:#fff4e6;--color-bg-purple-lightest:#f0e1ff;--color-bg-light:linear-gradient(180deg,#fff,#fdfdfd,#fafafb,#f8f8f8,#f6f5f6,#f6f4f6,#f5f2f5,#f5f1f5,#f6f0f7,#f7eff9,#f7effc,#f6eeff);--color-bg-chat-light:linear-gradient(0deg,#fff,#fdfdfd,#fafafb,#f8f8f8,#f6f5f6,#f6f4f6,#f5f2f5,#f5f1f5,#f6f0f7,#f7eff9,#f7effc,#f6eeff);--color-text-dark:#fff;--color-bg-dark:linear-gradient(180deg,#000,#050103,#090208,#0a040e,#090713,#090a18,#080d1c,#051021,#051328,#031530,#011737,#00193f)}.navbar{font-family:var(--font-family);left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.navbar-container{align-items:center;display:flex;height:90px;justify-content:space-between;padding:0 2rem;position:relative}.navbar-chat,.navbar-home{background-color:none}.navbar-container-chat{margin:0}.navbar-auth{background-color:none}.navbar-logo{flex:0 0 auto}.navbar-center{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.navbar-right{align-items:center;display:flex;flex:0 0 auto;justify-content:flex-end}.navbar-clear-chat{align-items:center;background-color:#f0f0f0;border:none;border-radius:25px;color:#0077be;cursor:pointer;display:flex;font-weight:700;padding:.5rem 1rem;transition:all .3s ease;white-space:nowrap}.navbar-chat .navbar-links a{color:#333}.logo-image{height:40px;margin-right:10px;width:auto}.navbar-links{list-style:none}.navbar-links a{font-size:1rem}.navbar-auth .navbar-links li a{color:#fff}.navbar-links a:hover{color:#f0f0f0}.navbar-buttons{align-items:center;display:flex;gap:15px}.navbar-clear-chat:before{content:"🧹";font-size:1.2em;margin-right:8px;transition:transform .3s ease}.navbar-clear-chat:after{background:#ffffff80;border-radius:100%;content:"";height:5px;left:50%;opacity:0;position:absolute;top:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%;width:5px}.navbar-clear-chat:hover{background-color:#0077be;box-shadow:0 0 10px #0077be80;color:#fff}.navbar-clear-chat:hover:before{transform:rotate(15deg)}@keyframes ripple{0%{opacity:1;transform:scale(0)}20%{opacity:1;transform:scale(25)}to{opacity:0;transform:scale(40)}}.navbar-cta:hover{box-shadow:0 0 10px #ffd70080}.scrolled{background-color:#0077be80;box-shadow:0 2px 10px #0000001a}.navbar-logo{align-items:center;display:flex}.logo-text{color:#fff;font-size:1.5rem;font-weight:700;margin-right:.5rem}.logo-icon{height:30px;position:relative;width:30px}.navbar-links{display:flex;list-style-type:none}.navbar-links a{color:#fff;font-weight:500;text-decoration:none;transition:color .3s ease}.navbar-links a:hover{color:gold}.navbar-cta{background-color:gold;border:none;border-radius:25px;color:#0077be;cursor:pointer;font-weight:700;padding:.5rem 1rem;transition:all .3s ease}.navbar-cta:hover{background-color:#fff;color:#00a86b}.navbar.scrolled{background-color:#0077bee6;box-shadow:0 2px 10px #0000001a}@media (max-width:768px){.navbar-cta,.navbar-links{display:none}.navbar{height:auto}.navbar-container{align-items:center;flex-direction:column;height:auto;margin-bottom:15px;min-height:120px;padding:1rem}.navbar-logo{margin-bottom:1rem}.navbar-center{position:static;transform:none}.navbar-buttons,.navbar-right{justify-content:center}.navbar-buttons{display:flex;flex-direction:row;gap:10px;width:100%}.navbar-clear-chat,.navbar-cta{flex:1 1;font-size:.9em;max-width:100%;padding:.4rem .8rem}.navbar-links{display:none}.navbar-cta{display:block}}.hero{align-items:center;background:linear-gradient(135deg,#0077be,#00a86b);color:#fff;display:flex;justify-content:center;min-height:100vh;padding:2rem}.hero-content{max-width:600px;text-align:center}.hero-title{font-size:4rem;line-height:1.2;margin-bottom:1rem}.highlight{color:gold}.hero-subtitle{font-size:1.5rem;margin-bottom:2rem}.hero-cta{display:flex;justify-content:center}.cta-button{border:none;border-radius:25px;cursor:pointer;font-size:1.2rem;font-weight:700;padding:1rem 2rem;transition:all .3s ease}.primary{background-color:gold;color:#0077be}.cta-button:hover{box-shadow:0 4px 6px #0000001a;transform:translateY(-3px)}@media (max-width:768px){.hero-title{font-size:3rem}.hero-subtitle{font-size:1.2rem}}.homepage{font-family:var(--font-family)}.chatArea{height:100%;margin-bottom:10vh}.message-response-container{display:flex;flex-direction:column;margin-bottom:20px}.topMessage{font-family:var(--font-family)}.topMessage p{color:#fff}.user-message{word-wrap:break-word;align-self:flex-end;background-color:#dcf8c6;border-radius:20px 20px 0 20px;margin-bottom:10px}.ai-response,.user-message{max-width:80%;padding:10px 15px}.ai-response{align-self:flex-start;background-color:#fff;border-radius:20px 20px 20px 0;box-shadow:0 1px 2px #0000001a}.ai-response.loading{background-color:#f0f0f0}.ai-header{font-weight:700;margin-bottom:5px}.ai-response p,.user-message p{color:#000;font-family:var(--font-family);font-size:16px;line-height:1.4;margin:0}.topMessage{align-items:center;color:#888;justify-content:center;text-align:center}.user-text{color:#00a86b;font-weight:600}.helix-text,.sherpa-text{color:#0077b7;font-weight:600}.source-button{background:none;border:none;color:#0077b7;cursor:pointer;font-size:14px;margin-top:10px;padding:0;text-align:left}.source-container{background-color:#f8f8f8;border-radius:10px;margin-top:10px;padding:10px}.modal-overlay{align-items:center;background:#000000e6;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:999}.modal-content{background:none;border-radius:8px;height:70vh;padding:20px;position:relative;width:50%}.modal-content .close-modal-btn{position:absolute;right:10px;top:10px}.modal-overlay-custom{align-items:center;align-items:top;background:#000000e6;display:flex;flex-direction:column;height:100%;justify-content:flex-start;left:0;position:fixed;top:0;width:100%;z-index:999}.modal-content-custom{background:none;border-radius:8px;height:auto;min-height:30vh;padding:20px;position:relative;width:50%}.modal-content-custom .close-modal-btn{position:absolute;right:10px;top:10px}@media (max-width:768px){.chatArea{padding:15px}.modal-content .close-modal-btn{top:40px;z-index:10000}.ai-response,.user-message{max-width:85%}}.modal-content{width:90%}@media (max-width:480px){.chatArea{padding:10px}.ai-response,.user-message{max-width:90%}}.helix-chatPage{align-items:center;background-image:linear-gradient(135deg,#0077be,#00a86b);min-height:100vh;padding-top:10vh}.helix-chatPage,.helix-chatPage-split{display:flex;flex-direction:column;width:100%}.helix-chatPage-split{background-image:linear-gradient(0deg,#fff,#fefcfe,#fffafb,#fff7f6,#fff5f0,#fff4ee,#fff2eb,#fff1e9,#ffefec,#ffedf2,#feedf9,#f6eeff)}.helix-chatPage-sherpa{background-image:linear-gradient(180deg,#ffd5e0,#f6d7e5,#eedae8,#e7dce7,#e2dee5,#e3e1e6,#e5e4e7,#e7e7e7,#ededed,#f3f3f3,#f9f9f9,#fff);display:flex;flex-direction:column;margin-left:5%;width:95%}.helix-chatPage-custom-tool{background-image:linear-gradient(0deg,#fff,#fcfbff,#f9f6ff,#f6f2ff,#f4edff,#f6e9fd,#fae6f9,#fde2f5,#ffe0eb,#ffdee1,#ffded7,#ffdfce);display:flex;flex-direction:column;width:100%}.chatPage-topMessage,.chatPage-topMessage p{font-size:20px;font-weight:400}.chatPage-topMessage,.chatPage-topMessage p,.chatPage-topMessage-sherpa,.chatPage-topMessage-sherpa h3{color:var(--color-text);font-family:var(--font-family);line-height:28px;margin-top:0;padding-bottom:5px;padding-top:5px;text-align:center;width:100%}.chatPage-topMessage-sherpa,.chatPage-topMessage-sherpa h3{font-size:27px;font-weight:800}.chatArea-inside-container{display:flex;flex-direction:column;width:60%}.close-modal-btn{font-family:var(--font-family);font-weight:800;height:3vh;width:3%}.userInput-container{background-color:#fff;bottom:0;position:absolute;width:100%;z-index:100}.light-mode{background-color:#fff;color:#000}.dark-mode{background-color:#000;color:#fff}.chat-type-dropdown select{background-color:#fff;border:1px solid #ccc;border-radius:4px;font-family:var(--font-family);font-size:14px;margin-left:10px;padding:5px 10px}.parent-container{display:flex;flex-direction:row;height:100%;width:100%}.left-content{flex:1 1;margin-left:5%}.chat-PDF-container{height:100%}@media (max-width:1000px){.chatArea-inside-container{width:70%}}@media (max-width:780px){.chatArea-inside-container{width:80%}.helix-chatPage{padding-top:18vh}}@media (max-width:550px){.chatArea-inside-container{width:90%}}@media (max-width:480px){.chatArea-inside-container{width:95%}}@media (max-width:420px){.close-modal-btn{width:5%}}.userInput-root{bottom:0;left:50%;position:fixed;transform:translateX(-50%);width:70%;z-index:100}.input-group{align-items:flex-end;background-color:#fff;border-left:2px solid #000;border-radius:10px 10px 0 0;border-right:2px solid #000;border-top:2px solid #000;display:flex;justify-content:space-around;margin:20px 0 0;padding-bottom:5px;padding-top:5px;width:100%}.message-input{background:var(--color-bg-light-footer);border:none;color:#000;font-family:var(--font-family);font-size:20px;font-weight:400;height:auto;line-height:30px;margin-bottom:10px;max-height:300px;min-height:30px;outline:none;overflow-y:auto;resize:none;width:80%}.input-button{background-color:initial;border:none;border-bottom-left-radius:5px;border-top-left-radius:5px;cursor:pointer;height:50px;width:40px}.input-button,.pdf-button-container{align-items:center;display:flex;justify-content:center}.pdf-button-container{width:50px}.pdf-button{align-items:center;background-color:initial;border:none;border-bottom-left-radius:5px;border-top-left-radius:5px;cursor:pointer;display:flex;height:50px;justify-content:center;width:40px}.input-button img,.pdf-button img{height:auto;object-fit:contain;width:80%}.creative-file-uploader{background:linear-gradient(135deg,#f5f7fa,#c3cfe2);border-radius:20px;box-shadow:0 10px 30px #0000001a;font-family:Poppins,sans-serif;margin:2rem auto;max-width:500px;padding:2rem}.tab-slider{background-color:#e0e0e0;border-radius:50px;display:flex;margin-bottom:2rem;padding:5px;position:relative}.slider-background{background-color:#fff;border-radius:50px;height:90%;position:absolute;transition:transform .3s ease;width:50%}.tab-button{background:none;border:none;color:#333;cursor:pointer;flex:1 1;font-weight:600;padding:10px;position:relative;transition:color .3s ease;z-index:1}.tab-button.active{color:#4a90e2}.drop-zone{border:3px dashed #c3cfe2;border-radius:20px;cursor:pointer;padding:2rem;text-align:center;transition:all .3s ease}.drop-zone.drag-active,.drop-zone:hover{background-color:#4a90e21a;border-color:#4a90e2}.drop-zone-content{align-items:center;display:flex;flex-direction:column;justify-content:center;min-height:150px}.drop-zone.disabled{cursor:not-allowed;opacity:.6}.upload-button.disabled{background-color:#b0b0b0;color:#666;cursor:not-allowed}.file-icon,.upload-icon{font-size:3rem;margin-bottom:1rem;transition:transform .3s ease}.file-icon{animation:pop-in .3s ease-out}@keyframes pop-in{0%{transform:scale(0)}70%{transform:scale(1.1)}to{transform:scale(1)}}.file-name{color:#4a90e2;font-weight:600}.error-message{animation:fade-in .3s ease-out;background-color:#ff6b6b;border-radius:10px;color:#fff;margin-top:1rem;padding:10px;text-align:center}@keyframes fade-in{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.upload-button{background-color:#4a90e2;border:none;border-radius:50px;color:#fff;cursor:pointer;display:block;font-weight:600;margin-top:1rem;padding:1rem;transition:all .3s ease;width:100%}.upload-button:hover:not(:disabled){background-color:#3a7bc8;box-shadow:0 5px 15px #4a90e266;transform:translateY(-2px)}.upload-button.uploading{animation:pulse 1s infinite;background-color:#feca57}.upload-button.uploaded{background-color:#5ed5a8}.upgrade-message{animation:fade-in .3s ease-out;font-weight:600;margin-top:1rem;text-align:center}.upgrade-message a{color:#4a90e2;text-decoration:none}.upgrade-message a:hover{text-decoration:underline}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.auth-container{background:linear-gradient(280deg,#01472d,#203a43,#0077b7);color:#fff;display:flex;font-family:Arial,sans-serif;height:100vh}.auth-form-container{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;display:flex;flex:1 1;flex-direction:column;justify-content:center;padding:2rem;transition:all .5s ease}.auth-info{margin-bottom:2rem}.auth-info h2{color:gold;font-size:2.5rem;margin-bottom:.5rem;text-shadow:0 0 10px #00ffff80}.auth-info p{color:#ccc;font-size:1rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-group input{background:#fff3;border:none;border-radius:5px;color:#fff;font-size:1rem;padding:.75rem;width:100%}.form-group input::placeholder{color:#ccc}.submit-btn{background:gold;border:none;border-radius:5px;color:#0f2027;cursor:pointer;font-size:1rem;font-weight:700;padding:.75rem;transition:all .3s ease}.submit-btn:hover{background:#0cc;box-shadow:0 0 15px #00ffff80}.toggle-btn{background:none;border:none;color:#fff;cursor:pointer;font-size:.9rem;margin-top:1rem;text-decoration:underline}.message{color:#f44;margin-top:1rem;text-align:center}.auth-image{background-image:url(https://source.unsplash.com/random/1200x800?technology);background-position:50%;background-size:cover;flex:1 1}@media (max-width:768px){.auth-container{flex-direction:column}.auth-image{display:none}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.auth-form-container{animation:fadeIn 1s ease-out}.login .auth-info h2{animation:glow 2s ease-in-out infinite alternate}.register .auth-info h2{animation:glow 2s ease-in-out infinite alternate-reverse}@keyframes glow{0%{text-shadow:0 0 5px #00ffff80}to{text-shadow:0 0 20px #0ffc}}*{box-sizing:border-box;margin:0;padding:0}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;line-height:1.5}body,html{height:100%}#root{min-height:100%}img{height:auto;max-width:100%}button,input,select,textarea{font-family:inherit;font-size:100%}a{color:inherit;text-decoration:none}ol,ul{list-style:none}:root{--color-bg:#040c18;--color-bg-light:linear-gradient(180deg,#040c18,#051021,#04142b,#011735,#00193f);--gradient-text: }.gradient__bg{background-image:linear-gradient(180deg,#040c18,#051021,#04142b,#011735,#00193f);background-image:var(--color-bg-light)}.underline-text{text-decoration:underline}.gradient__text{-webkit-text-fill-color:#0000;background:var(--gradient-text);-webkit-background-clip:text;background-clip:text}.section__padding{padding:4rem 6rem}.section__margin{margin:4rem 6rem}.scale-up-center{animation:scale-up-center .4s cubic-bezier(.39,.575,.565,1) both}@keyframes scale-up-center{0%{transform:scale(.5)}to{transform:scale(1)}}.app-content,.content-wrapper{display:flex;height:100%}.content-wrapper{justify-content:space-between}.right-content{display:flex;flex:1 1;flex-direction:column}.UserInput{margin-top:auto}.header-userinput-container{overflow-y:auto}@media screen and (max-width:700px){.section__padding{padding:4rem}.section__margin{margin:4rem}}@media screen and (max-width:550px){.section__padding{padding:4rem 2rem}.section__margin{margin:4rem 2rem}}
/*# sourceMappingURL=main.c922b715.css.map*/