@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);body{background:linear-gradient(135deg,#6a11cb,#2575fc);color:#333;font-family:Poppins,sans-serif;font-size:16px;height:100vh;justify-content:center;line-height:1.5}.login-card{animation:fadeIn .5s ease-in-out;background:#fff;border-radius:15px;box-shadow:0 4px 20px #0003;padding:30px;width:400px}.login-card-header{margin-bottom:20px;text-align:center}.login-card-header h2{color:#ee8504;font-size:28px;font-weight:700;margin-bottom:5px}.login-card-header p{color:#666;font-size:16px}.form-group,.login-card-content{margin-bottom:20px}.form-group label{display:block;font-weight:600;margin-bottom:8px}.form-group input{border:1px solid #ddd;border-radius:5px;font-size:16px;height:40px;padding:10px;transition:border-color .3s,box-shadow .3s;width:100%}.form-group input:focus{border-color:#6a11cb;box-shadow:0 0 5px #6a11cb80;outline:none}.btn-primary{background:linear-gradient(90deg,#833ab4,#fd1d1d 50%,#fcb045);border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;font-weight:700;height:45px;transition:background .3s;width:100%}.btn-primary:hover{background:linear-gradient(90deg,#833ab4,#fcb045 50%,#fd1d1d)}.btn-link{color:#337ab7;cursor:pointer;font-size:14px;text-decoration:none;transition:color .3s}.btn-link:hover{color:#23527c;text-decoration:underline}.login-card-footer{margin-top:20px;text-align:center}.login-card-footer button{background:none;border:none;margin:0 5px}@media (max-width:768px){.login-card{padding:20px;width:90%}}@media (max-width:480px){.login-card{padding:15px;width:100%}.login-card-header h2{font-size:20px}.form-group input{height:35px;padding:8px}.btn-primary{font-size:14px;height:40px}}.google-btn{align-items:center;background:#fff;border:1px solid #ddd;border-radius:5px;box-shadow:0 2px 4px #0000001a;color:#333;cursor:pointer;display:flex;font-size:16px;font-weight:700;height:45px;justify-content:center;margin-top:10px;transition:background .3s,box-shadow .3s;width:100%}.google-btn:hover{background:#f5f5f5;box-shadow:0 4px 6px #00000026}.google-btn img{height:20px;margin-right:10px;width:20px}.gpt3__blog-container_article{background:var(--color-footer);display:flex;flex-direction:column;height:100%;width:100%}.gpt3__blog-container_article-image{background:var(--color-bg);height:100%;width:100%}.gpt3__blog-container_article-image img{height:100%;width:100%}.gpt3__blog-container_article-content{display:flex;flex-direction:column;height:100%;justify-content:space-between;padding:1rem 1.5rem}.gpt3__blog-container_article-content p{color:#fff;font-family:var(--font-family);font-size:11.65px;font-weight:700;line-height:35px}.gpt3__blog-container_article-content h3{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:25.11px;font-weight:800;line-height:30.3px;margin-bottom:5rem}.gpt3__blog-container_article-content p:last-child{cursor:pointer}@media screen and (max-width:550px){.gpt3__blog-container_article-content h3{font-size:18px;line-height:25p}}.gpt3__blog{display:flex;flex-direction:column}.gpt3__blog-heading{margin-bottom:5rem;text-align:left;width:100%}.gpt3__blog-heading h1{font-family:var(--font-family);font-size:62px;font-weight:800;line-height:75px}.gpt3__blog-container{display:flex;flex-direction:column}.gpt3__blog-container_groupA{flex:0.75 1;margin-right:2rem}.gpt3__blog-container_groupB{grid-gap:2rem;display:grid;flex:1 1;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:990px){.gpt3__blog-container{flex-direction:column-reverse}.gpt3__blog-container_groupA{margin:2rem 0}.gpt3__blog-container_groupA .gpt3__blog-container_article{width:48%}.gpt3__blog-container_groupA .gpt3__blog-container_article-image{height:250px}}@media screen and (max-width:700px){.gpt3__blog-container_groupB{grid-template-columns:repeat(1,1fr)}.gpt3__blog-container_groupA .gpt3__blog-container_article{width:100%}.gpt3__blog-heading h1{font-size:46px;line-height:52px}}@media screen and (max-width:550px){.gpt3__blog-heading h1{font-size:34px;line-height:42px}}@property --rotate{syntax:"<angle>";initial-value:132deg;inherits:false}:root{--card-height:65vh;--card-width:calc(var(--card-height)/1.5)}body{background:#212534;box-sizing:border-box;min-height:100vh}.card,body{align-items:center;display:flex;flex-direction:column}.card{background:#191c29;border-radius:6px;cursor:pointer;height:65vh;height:var(--card-height);justify-content:center;margin:1rem;padding:3px;position:relative;text-align:center;transition:all .3s ease-out;width:43.33333vh;width:var(--card-width)}.rev{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-evenly}.card:before{animation:spin 2.5s linear infinite;background-image:linear-gradient(var(--rotate),#5ddcff,#3c67e3 45%,#4e00c2);border-radius:8px;content:"";height:101%;left:-.5%;position:absolute;top:-.5%;width:101%;z-index:-1}.card:hover{transform:scale(1.03)}.card:after{animation:spin 2.5s linear infinite;background-image:linear-gradient(var(--rotate),#5ddcff,#3c67e3 43%,#4e00c2);content:"";filter:blur(10.83333vh);filter:blur(calc(var(--card-height)/6));height:100%;left:0;margin:0 auto;opacity:1;position:absolute;right:0;top:10.83333vh;top:calc(var(--card-height)/6);transform:scale(.8);transition:opacity .5s;width:100%;z-index:-1}@keyframes spin{0%{--rotate:0deg}25%{--rotate:90deg}50%{--rotate:180deg}75%{--rotate:270deg}to{--rotate:360deg}}a{color:#212534;font-family:sans-serif;font-weight:700;margin-top:2rem}.testimonial-image{border-radius:50%;height:100px;margin:0 auto;overflow:hidden;width:100px}.testimonial-image img{height:100%;object-fit:cover;width:100%}.testimonial-content{color:#fff;margin-top:20px;text-align:center}.testimonial-content h3{font-size:1.5em;margin-bottom:10px}.testimonial-content p{font-size:1em;line-height:1.5}@media screen and (max-width:768px){.card{width:calc(50% - 20px)}}@media screen and (max-width:480px){.card{width:100%}}.box{align-items:center;background:#191c29;border-radius:6px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;margin:1rem;max-width:300px;min-height:400px;padding:3px;position:relative;text-align:center}.box:before{z-index:-1}.box:after,.box:before{background:#fff;bottom:-2px;content:"";left:-2px;position:absolute;right:-2px;top:-2px}.box:after{filter:blur(40px);z-index:-2}.box:first-child:after,.box:first-child:before{background:linear-gradient(235deg,#89ff00,#010615,#00bcd4)}.box:nth-child(2):after,.box:nth-child(2):before{background:linear-gradient(235deg,#ff005e,#010615,#fbff00)}.box:nth-child(3):after,.box:nth-child(3):before{background:linear-gradient(235deg,#772aff,#010615,#2196f3)}.box .glass{background:#ffffff1a;display:block;height:100%;left:0;pointer-events:none;position:absolute;top:0;width:50%}.box .content{color:#fff;padding:20px}.gpt3__features-container__feature{align-items:flex-start;display:flex;flex-direction:row;justify-content:space-between;margin:1rem;width:100%}.gpt3__features-container__feature-title{flex:1 1;margin-right:2rem;max-width:180px}.gpt3__features-container__feature-title h1{color:#fff;font-family:var(--font-family);font-size:18px;font-weight:800;letter-spacing:-.04em;line-height:24px}.gpt3__features-container__feature-title div{background:var(--gradient-bar);box-shadow:0 4px 4px #00000040;height:3px;margin-bottom:.25rem;width:38px}.gpt3__features-container_feature-text{display:flex;flex:2 1;max-width:390px}.gpt3__features-container_feature-text p{color:var(--color-text);font-family:var(--font-family);font-size:14px;font-weight:500;line-height:24px}@media screen and (max-width:550px){.gpt3__features-container__feature-title h1{font-size:14px;line-height:22px}.gpt3__features-container_feature-text p{font-size:12px;line-height:20px}.gpt3__features-container__feature{margin:1rem 0}}.gpt3__features{display:flex;flex-direction:row;justify-content:space-between;width:100%}.gpt3__features-heading{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:5rem;text-align:left}.gpt3__features-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px}.gpt3__features-heading p{color:var(--color-subtext);font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px;margin-top:2rem}.gpt3__features-container{align-items:center;display:flex;flex:1.5 1;flex-direction:column;justify-content:flex-start}@media screen and (max-width:990px){.gpt3__features{flex-direction:column}.gpt3__features-heading{margin:0 0 2rem}}@media screen and (max-width:550px){.gpt3__features-heading h1{font-size:28px;line-height:38px}}.gpt3__footer{align-items:center;background:var(--color-footer);display:flex;flex-direction:column;justify-content:center}.gpt3__footer-heading{margin-bottom:3rem;text-align:center;width:100%}.gpt3__footer-heading h1{font-family:var(--font-family);font-size:64px;font-weight:800;line-height:75px}.gpt3__footer-btn{align-items:center;border:1px solid #fff;cursor:pointer;display:flex;justify-content:center;margin-bottom:10rem;padding:1rem;text-align:center}.gpt3__footer-btn p{color:#fff;font-family:var(--font-family);font-size:18px;line-height:21px;word-spacing:2px}.gpt3__footer-links{align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;text-align:left;width:100%}.gpt3__footer-links div{margin:1rem;width:250px}.gpt3__footer-links_logo{display:flex;flex-direction:column}.gpt3__footer-links_logo img{height:100px;margin-bottom:1rem;width:200px}.gpt3__footer-links_logo p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:15px}.gpt3__footer-links_div{display:flex;flex-direction:column;justify-content:flex-start}.gpt3__footer-links_div h4{color:#fff;font-family:var(--font-family);font-size:14px;line-height:17px;margin-bottom:.9rem}.gpt3__footer-links_div p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:12px;line-height:15px;margin:.5rem 0}.gpt3__footer-copyright{margin-top:2rem;text-align:center;width:100%}.gpt3__footer-copyright p{color:#fff;font-family:var(--font-family);font-size:12px;line-height:15px}@media screen and (max-width:850px){.gpt3__footer-heading h1{font-size:44px;line-height:50px}}@media screen and (max-width:550px){.gpt3__footer-heading h1{font-size:34px;line-height:42px}.gpt3__footer-links div{margin:1rem 0}.gpt3__footer-btn p{font-size:14px;line-height:20px}}@media screen and (max-width:400px){.gpt3__footer-heading h1{font-size:27px;line-height:38px}}.gpt3__header{display:flex;flex-direction:row}.gpt3__header-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin-right:5rem;padding:0}.gpt3__header-content h1{font-family:var(--font-family);font-size:62px;font-weight:800;letter-spacing:-.04em;line-height:75px}.gpt3__header-content p{color:var(--color-text);font-family:var(--font-family);font-size:20px;font-weight:400;line-height:28px;margin-top:1.5rem}.gpt3__header-content__input{display:flex;flex-direction:row;justify-content:flex-start;margin:2rem 0 1rem;width:100%}.gpt3__header-content__input button{background:#ff4820;border:2px solid #ff4820;border-bottom-right-radius:5px;border-top-right-radius:5px;color:#fff;cursor:pointer;flex:0.6 1;font-family:var(--font-family);font-size:20px;font-weight:400;line-height:28px;min-height:50px;outline:none;padding:0 1rem;width:100%}.gpt3__header-content__people{align-items:center;display:flex;flex-direction:row;justify-content:flex-start;margin-top:2rem;width:100%}.gpt3__header-content__people img{height:38px;width:181.79px}.gpt3__header-content__people p{color:#fff;font-family:var(--font-family);font-size:12px;font-weight:500;line-height:38px;margin:0 0 0 1rem;text-align:center}.gpt3__header-image{align-items:center;display:flex;flex:1 1;justify-content:center}.gpt3__header-image img{height:100%;width:100%}@media screen and (max-width:1050px){.gpt3__header{flex-direction:column}.gpt3__header-content{margin:0 0 3rem}}@media screen and (max-width:650px){.gpt3__header-content h1{font-size:48px;line-height:60px}.gpt3__header-content p{font-size:16px;line-height:24px}.gpt3__header-content__people{flex-direction:column}.gpt3__header-content__people p{margin:0}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:16px;line-height:24px}}@media screen and (max-width:490px){.gpt3__header-content h1{font-size:36px;line-height:48px}.gpt3__header-content p{font-size:14px;line-height:24px}.gpt3__header-content__input button,.gpt3__header-content__input input{font-size:12px;line-height:16px}}.gpt3__possibility{display:flex;flex-direction:row}.gpt3__possibility-image{align-items:center;display:flex;flex:1 1;justify-content:flex-start;margin-right:0}.gpt3__possibility-image img{max-height:100%;max-width:100%}.gpt3__possibility-content{align-items:flex-start;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end;margin-top:3.5rem}.gpt3__possibility-content h4{color:#71e5ff;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__possibility-content h4:last-child{color:#ff8a71}.gpt3__possibility-content h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;margin:1rem 0}.gpt3__possibility-content p{color:var(--color-text);font-family:var(--font-family);font-size:16px;font-weight:400;line-height:30px;margin-bottom:5rem}@media screen and (max-width:950px){.gpt3__possibility{flex-direction:column}.gpt3__possibility-image{margin:1rem 0}.gpt3__possibility-image img{height:auto;width:auto}.gpt3__possibility-content{margin-top:2rem}}@media screen and (max-width:700px){.gpt3__possibility-image img{height:100%;width:100%}}.gpt3__whatgpt3{background:var(--color-footer);background:radial-gradient(circle at 30% -100%,#042c54 25%,#042c54 85%,#1b78de 100%);display:flex;filter:drop-shadow(0 4px 4px rgba(0,0,0,.25));flex-direction:column;padding:2rem}.gpt3__whatgpt3-feature{display:flex}.gpt3__whatgpt3-feature .gpt3__features-container__feature{margin:0}.gpt3__whatgpt3-feature .gpt3__features-container_feature-text{max-width:700px}.gpt3__whatgpt3-heading{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:4rem 0 2rem}.gpt3__whatgpt3-heading h1{font-family:var(--font-family);font-size:34px;font-weight:800;line-height:45px;max-width:510px}.gpt3__whatgpt3-heading p{color:var(--color-subtext);cursor:pointer;font-family:var(--font-family);font-size:16px;font-weight:500;line-height:30px}.gpt3__whatgpt3-container{display:flex;flex-direction:row;flex-wrap:wrap;margin-top:2rem}.gpt3__whatgpt3-container .gpt3__features-container__feature{display:inline;display:initial;flex:1 1;flex-direction:column;margin:1rem;min-width:210px}.gpt3__whatgpt3-container .gpt3__features-container_feature-text{margin-top:.5rem}@media screen and (max-width:850px){.gpt3__whatgpt3-heading{align-items:flex-start;flex-direction:column;margin-bottom:0}.gpt3__whatgpt3-heading p{margin-top:1rem}}@media screen and (max-width:650px){.gpt3__whatgpt3-feature .gpt3__features-container__feature{flex-direction:column}.gpt3__whatgpt3-feature .gpt3__features-container_feature-text{margin-top:.5rem}.gpt3__whatgpt3-heading h1{font-size:28px;line-height:40px}}@media screen and (max-width:350px){.gpt3__whatgpt3-container .gpt3__features-container__feature{margin:1rem 0;min-width:100%}}.gpt3__brand{flex-wrap:wrap;gap:1.5rem;padding:1rem}.gpt3__brand,.gpt3__brand div{align-items:center;display:flex;justify-content:center}.gpt3__brand div{flex:0 1 150px;max-width:150px;min-width:120px;padding-top:3rem;text-align:center}.gpt3__brand img{max-height:50px;max-width:100%;object-fit:contain}.gpt3__brand div.meta{max-width:130px}.gpt3__brand div.meta img{max-height:45px}.gpt3__brand div.groq{max-width:100px;min-width:80px}.gpt3__brand div.groq img{max-height:25px;max-width:100%;object-fit:contain}.gpt3__brand div.google{max-width:100px;min-width:80px}.gpt3__brand div.google img{max-height:72px;max-width:100%;object-fit:contain}.gpt3__brand div.innovision{max-width:100px;min-width:80px}.gpt3__brand div.innovision img{max-height:65px;max-width:100%;object-fit:contain}.gpt3__cta{align-items:center;background:var(--gradient-bar);border-radius:1rem;display:flex;flex-direction:row;justify-content:space-between;margin:4rem;padding:2rem}.gpt3__cta-content{color:#fff;display:flex;flex-direction:column;text-align:left}.gpt3__cta-content p{font-family:var(--font-family);font-size:12px;font-weight:500;line-height:30px}.gpt3__cta-content h3{font-family:var(--font-family);font-size:24px;font-weight:800;line-height:45px}.gpt3__cta-btn{align-items:center;display:flex;justify-content:center;margin-left:2rem}.gpt3__cta-btn button{background:#000;border:none;border-radius:2rem;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:700;line-height:30px;min-width:150px;outline:none;padding:.5rem 1rem}@media screen and (max-width:650px){.gpt3__cta{flex-direction:column}.gpt3__cta-btn{margin:2rem 0 0}}@media screen and (max-width:550px){.gpt3__cta{flex-direction:column;margin:4rem 2rem}.gpt3__cta-content h3{font-size:18px;line-height:32px}.gpt3__cta-btn button{font-size:14px;line-height:28px}}a{justify-content:center;margin:0}.gpt3__navbar,a{align-items:center;display:flex}.gpt3__navbar{justify-content:space-between;padding:1rem 6rem}.gpt3__navbar-links{align-items:center;display:flex;flex:1 1;justify-content:flex-start}.gpt3__navbar-links_logo{margin-right:2rem}.gpt3__navbar-links_logo img{height:90.02px;width:150.56px}.gpt3__navbar-links_container{display:flex;flex-direction:row}.gpt3__navbar-sign{align-items:center;display:flex;justify-content:flex-start}.gpt3__navbar-links_container p,.gpt3__navbar-menu_container p,.gpt3__navbar-sign p{color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;margin:0 1rem;text-align:center;text-transform:capitalize}.gpt3__navbar-menu_container button,.gpt3__navbar-sign button{background:#ff4820;border:none;border-radius:5px;color:#fff;cursor:pointer;font-family:var(--font-family);font-size:18px;font-weight:500;line-height:25px;outline:none;padding:.5rem 1rem}.gpt3__navbar-menu{display:none;margin-left:1rem;position:relative}.gpt3__navbar-menu svg{cursor:pointer}.gpt3__navbar-menu_container{align-items:flex-end;background:var(--color-footer);border-radius:5px;box-shadow:0 0 5px #0003;display:flex;flex-direction:column;justify-content:flex-end;margin-top:1rem;min-width:210px;padding:2rem;position:absolute;right:0;text-align:end;top:40px}.gpt3__navbar-menu_container p{margin:1rem 0}.gpt3__navbar-menu_container-links-sign{display:none}@media screen and (max-width:1050px){.gpt3__navbar-links_container{display:none}.gpt3__navbar-menu{display:flex}}@media screen and (max-width:700px){.gpt3__navbar{padding:2rem 4rem}}@media screen and (max-width:550px){.gpt3__navbar{padding:2rem}.gpt3__navbar-sign{display:none}.gpt3__navbar-menu_container{top:20px}.gpt3__navbar-menu_container-links-sign{display:block}}.link{align-items:center;display:flex;justify-content:center;margin:0}*{scroll-behavior:smooth}body{background:var(--color-bg);height:100%}a{color:inherit;text-decoration:none}.gradient__bg{background:radial-gradient(circle at 3% 25%,#002853 0,#040c18 25%)}.gradient__text{-webkit-text-fill-color:#0000;background:var(--gradient-text);background-clip:text;-webkit-background-clip:text}.section__padding{padding:0 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)}}@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}}*{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}body::-webkit-scrollbar{display:none}:root{--text-color:#e3e3e3;--subheading-color:#828282;--placeholder-color:#a6a6a6;--primary-color:#040c18;--secondary-color:#383838;--secondary-hover-color:#444}.light_mode{--text-color:#222;--subheading-color:#a0a0a0;--placeholder-color:#6c6c6c;--primary-color:#fff;--secondary-color:#e9eef6;--secondary-hover-color:#dbe1ea}body{background:#040c18;background:var(--primary-color)}.chat-list .message,.header,.typing-form{margin:0 auto;max-width:980px}.header{margin-top:6vh;overflow-x:hidden;padding:1rem}body.hide-header .header{display:none;margin:0}.header :where(.title,.subtitle){color:#e3e3e3;color:var(--text-color);font-weight:500;line-height:4rem}.header .title{-webkit-text-fill-color:#0000;background-clip:text;background:linear-gradient(90deg,#4285f4,#d96570);-webkit-background-clip:text;font-size:3rem;width:fit-content}.header .subtitle{color:#828282;color:var(--subheading-color);font-size:2.6rem}.suggestion-list{display:flex;gap:1.25rem;list-style:none;margin-top:9.5vh;overflow:hidden;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.suggestion-list .suggestion{align-items:flex-end;background:#383838;background:var(--secondary-color);border-radius:.75rem;cursor:pointer;display:flex;flex-direction:column;flex-shrink:0;justify-content:space-between;padding:1.25rem;transition:.2s ease;width:222px}.suggestion-list .suggestion:hover{background:#444;background:var(--secondary-hover-color)}.suggestion-list .suggestion :where(.text,.icon){color:#e3e3e3;color:var(--text-color);font-weight:400}.suggestion-list .suggestion .icon{align-items:center;align-self:flex-end;background:#040c18;background:var(--primary-color);border-radius:50%;color:#e3e3e3;color:var(--text-color);display:flex;font-size:1.3rem;height:42px;justify-content:center;margin-top:2.5rem;width:42px}.chat-list{max-height:100vh;overflow-y:auto;padding:2rem 1rem 12rem;scrollbar-color:#999 #0000}.chat-list .message.incoming{margin-top:1.5rem}.chat-list .message .message-content{align-items:center;display:flex;gap:1.5rem;margin:1.2rem;width:100%}.chat-list .message .text{color:#e3e3e3;color:var(--text-color);white-space:pre-wrap}.chat-list .message.error .text{color:#e55865}.chat-list .message.loading .text{display:none}.chat-list .message .avatar{align-self:flex-start;border-radius:50%;height:40px;object-fit:cover;width:40px}@keyframes rotate{to{transform:rotate(1turn)}}.chat-list .message .icon{align-items:center;background:none;border-radius:50%;color:#e3e3e3;color:var(--text-color);cursor:pointer;display:flex;font-size:1.25rem;height:35px;justify-content:center;margin-left:3.5rem;visibility:hidden;width:35px}.chat-list .message .icon.hide{visibility:hidden}.chat-list .message:not(.loading,.error):hover .icon:not(.hide){visibility:visible}.chat-list .message .icon:hover{background:#444;background:var(--secondary-hover-color)}.chat-list .message .loading-indicator{display:none;flex-direction:column;gap:.8rem;width:100%}.chat-list .message.loading .loading-indicator{display:flex}.chat-list .message .loading-indicator .loading-bar{animation:loading 3s linear infinite;background-position:-800px 0;background:linear-gradient(90deg,#4285f4,#040c18,#4285f4);background:linear-gradient(to right,#4285f4,var(--primary-color),#4285f4);border-radius:.135rem;height:11px;width:100%}.chat-list .message .loading-indicator .loading-bar:last-child{width:70%}@keyframes loading{0%{background-position:-800px 0}to{background-position:800px 0}}.typing-area{background:#040c18;background:var(--primary-color);bottom:0;left:0;padding:1rem;position:fixed;width:100%}.chat-list::-webkit-scrollbar,.typing-input::-webkit-scrollbar{display:none}.typing-area :where(.typing-form,.action-buttons){display:flex;gap:.75rem}.typing-form .input-wrapper{display:flex;height:56px;position:relative;width:100%}.typing-form .typing-input{background:#383838;background:var(--secondary-color);border:none;border-radius:100px;color:#e3e3e3;color:var(--text-color);font-size:1rem;height:100%;outline:none;padding:1.1rem 4rem 1.1rem 1.5rem;resize:none;width:100%}.typing-form .typing-input:focus{background:#444;background:var(--secondary-hover-color)}.typing-form .typing-input::placeholder{color:#a6a6a6;color:var(--placeholder-color)}.typing-area .icon{align-items:center;background:#383838;background:var(--secondary-color);border-radius:50%;color:#e3e3e3;color:var(--text-color);cursor:pointer;display:flex;flex-shrink:0;font-size:1.4rem;height:56px;justify-content:center;transition:.2s ease;width:56px}.typing-area .icon:hover{background:#444;background:var(--secondary-hover-color)}.typing-form #send-message-button{background:#0000;border:none;outline:none;position:absolute;right:0;transform:scale(0);transition:transform .2s ease}.typing-form .typing-input:valid~#send-message-button{transform:scale(1)}.typing-area .disclaimer-text{color:#a6a6a6;color:var(--placeholder-color);font-size:.85rem;margin-top:1rem;text-align:center}@media (max-width:768px){.header :is(.title,.subtitle){font-size:2rem;line-height:2.6rem}.header .subtitle{font-size:1.7rem}.typing-area :where(.typing-form,.action-buttons){gap:.4rem}.typing-form .input-wrapper{height:50px}.typing-form .typing-input{padding:1.1rem 3.5rem 1.1rem 1.2rem}.typing-area .icon{height:50px;width:50px}.typing-area .disclaimer-text{font-size:.75rem;margin-top:.5rem}}.profile-icon-container{position:fixed;right:10px;top:10px;z-index:1000}.profile-icon{border:2px solid #ccc;border-radius:50%;cursor:pointer;height:40px;width:40px}.profile-popup{animation:fadeIn .3s ease-in-out;background-color:#fff;border-radius:8px;box-shadow:0 2px 10px #0000001a;overflow:hidden;position:absolute;right:0;top:50px;z-index:1000}.profile-popup button{background-color:#f44336;border:none;color:#fff;cursor:pointer;font-size:16px;padding:10px 20px;width:100%}.profile-popup button:hover{background-color:#d32f2f}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.theme-textarea{background-color:#2f3436;border:none;border-radius:5px;box-shadow:0 0 10px #0003;color:#fff;font-size:16px;padding:10px}.chat-list::-webkit-scrollbar{width:8px}.chat-list::-webkit-scrollbar-thumb{background-color:#0003;border-radius:4px}.chat-list::-webkit-scrollbar-thumb:hover{background-color:#0006}.chat-list::-webkit-scrollbar-track{background-color:initial}.chat-list{scrollbar-color:#0000 #0000;scrollbar-width:thin}: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:#040c18;--color-footer:#031b34;--color-blog:#042c54;--color-text:#81afdd;--color-subtext:#ff8a71}
/*# sourceMappingURL=main.8ee2d8eb.css.map*/