@import"https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap";*{margin:0;padding:0;box-sizing:border-box;font-family:"Press Start 2P",monospace}body{background:#777676}.app{width:100vw;height:100vh;background:#777777;display:flex;flex-direction:column;align-items:center;justify-content:space-between}#chat_container{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}#chat_container::-webkit-scrollbar{display:none}.wrapper{width:100%;padding:15px}.ai{background:#c6c6c600;color:#000;border-radius:20px;margin-left:auto;margin-bottom:10px}.chat{width:100%;max-width:1280px;margin:0 auto;display:flex;flex-direction:row;bottom:0;align-items:flex-start;gap:10px}.profile{border-radius:50%}.ai .profile{background:#33333300;border-radius:12px;color:#000;padding:10px;max-width:80%;margin-left:auto;margin-bottom:10px}.profile img{width:36px;height:36px;border-radius:5px;background:#1f71eb00;display:flex;justify-content:center;align-items:center}.message{color:#000;font-size:18px;white-space:pre-wrap}.message::-webkit-scrollbar{display:none}form{width:80%;max-width:1280px;margin:0 auto;padding:20px;background:#777777;border-radius:12px;display:flex;flex-direction:row;gap:10px}textarea{width:100%;color:#000;font-size:18px;padding:10px;background:#d5d5d5;border-radius:50px;border:none;outline:none;margin-top:0}button{outline:0;border:0;cursor:pointer;background:#40404000;color:#000;padding:10px 15px;border-radius:50px}form img{width:30px;height:30px;object-fit:contain}
