@import"https://fonts.googleapis.com/css2?family=Alegreya+Sans:wght@100;300;400;500;700;800;900&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:Alegreya Sans,sans-serif}body{background:#010104}#app{width:100vw;height:100vh;background:#010104;display:flex;flex-direction:column;align-items:center;justify-content:space-between}.back-container{background:url(/assets/bg-76156492.jpg);filter:blur(10px);height:100%;width:100%;-webkit-filter:blur(8px);background-position:center;background-repeat:no-repeat;background-size:cover}#chat_container{position:absolute;flex:1;width:100%;height:100%;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth;max-width:1280px;z-index:2}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px;border-radius:10px}.ai{background:#131313}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;align-items:flex-start;gap:10px}.profile{width:36px;height:36px;border-radius:5px;background:rgb(217,61,245);display:flex;justify-content:center;align-items:center}.ai .profile{background:rgba(9,111,224,1)}.profile img{width:60%;height:60%;object-fit:contain}.message{flex:1;color:#dcdcdc;font-size:20px;max-width:100%;overflow-x:scroll;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.message::-webkit-scrollbar{display:none}form{width:100%;max-width:1280px;margin:0 auto;padding:10px;background:#131313;border-radius:10px;display:flex;flex-direction:row;gap:10px;z-index:1000}textarea{width:100%;color:#fff;font-size:18px;padding:10px;background:transparent;border-radius:5px;border:none;outline:none}button{outline:0;border:0;cursor:pointer;background:transparent}form .box{color:#fff}.container{width:100%;height:100vh;color:#fff;background:url(/assets/bg-76156492.jpg);background-size:cover}.left{width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}h2{font-size:30px}.left h1{font-size:100px;display:flex}.left p{font-size:20px}.tryButton{margin-top:40px;background-image:linear-gradient(109.6deg,rgb(217,61,245) 11.2%,rgba(9,111,224,1) 91.1%);padding:10px 20px;font-size:20px;border-radius:10px;transition:all .3s;text-decoration:none;color:#fff;font-weight:400}.tryButton:hover{background:transparent;outline:1px solid rgb(217,61,245)}h1 span{background-image:linear-gradient(109.6deg,rgb(217,61,245) 11.2%,rgb(9,195,224) 91.1%);-webkit-text-fill-color:transparent;-webkit-background-clip:text}button{background-image:linear-gradient(109.6deg,rgb(217,61,245) 11.2%,rgba(9,111,224,1) 91.1%);padding:0 15px;font-size:20px;border-radius:10px}@media screen and (max-width:496px){h2{font-size:20px}.left h1{font-size:80px;display:flex}.left p{font-size:15px}}@media screen and (max-width:342px){h2{font-size:18px}.left h1{font-size:50px;display:flex}.left p{font-size:12px}h1 img{width:70px}.tryButton{margin-top:40px;background-image:linear-gradient(109.6deg,rgb(217,61,245) 11.2%,rgba(9,111,224,1) 91.1%);padding:8px 15px;font-size:15px;border-radius:10px;transition:all .3s;text-decoration:none;color:#fff;font-weight:400}}
