@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}.header img{float:left;width:60px;height:60px}.header h1{width:390px;height:40px;font-size:30px;margin-top:18px;top:25px;left:10px}.header i{padding-right:60px;margin-left:20px;float:left}body{background:#81e5fb;margin:0;overscroll-behavior:none;overflow-y:auto;position:relative;min-height:5px;inline-size:150px;overflow-wrap:break-word}#app{width:100vw;height:100vh;background:#0c141cdc;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{flex:1;width:100%;height:100%;display:flex;flex-direction:column;gap:1px;-ms-overflow-style:none;scrollbar-width:none;padding-bottom:20px;scroll-behavior:smooth;overflow-x:scroll;overflow-y:scroll}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#387e60}.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:#422d6c;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:#f9f6f6;font-size:18px;max-width:100%;overflow-x:scroll;overflow-y:auto;position:relative;white-space:pre-wrap;-ms-overflow-style:none;scrollbar-width:none}.message::-webkit-scrollbar{display:none}form{width:100%;max-width:1000px;margin:auto auto 25px;padding:6px;background:#030505;display:flex;flex-direction:row;gap:1px}textarea{width:100%;color:#ebecf3;font-size:20px;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:28px}
