@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:#343541;background-image:url(/assets/hero-bg-d1b84ea6.webp)}#app{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{flex:1;width:100%;max-width:1280px;height:100%;overflow-y:scroll;display:flex;flex-direction:column;gap:10px;background:rgb(0,0,0,.2);-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth}#header{color:#fff;display:flex;margin:5px;align-items:center;justify-content:space-between}#chat_container::-webkit-scrollbar{display:none}#infos{color:#fff;width:1263px;margin:0 auto;padding-bottom:20px;font-size:18px}#footer{height:120px;color:#fff;display:flex;align-items:center;justify-content:center}.wrapper{width:100%;padding:15px}.ai{background:#40414F}.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:#5436DA;display:flex;justify-content:center;align-items:center}.ai .profile{background:#10a37f}.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:#40414F;display:flex;flex-direction:row;gap:10px}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 img{width:30px;height:30px}@media only screen and (max-width: 500px){#infos{color:#fff;width:auto;padding-top:20px;padding-bottom:20px;margin:0 5px;font-size:18px;text-shadow:1px 1px 1px black}body{background:#343541;background-image:url(/assets/hero-bg-d1b84ea6.webp);background-position:top center;background-attachment:fixed;background-size:cover;background-repeat:no-repeat}}
