:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;height:100vh;width:100vw;background-color:#fff}#root{height:100vh;width:100vw;background-color:#fff;display:flex;flex-direction:column;overflow:hidden}#prompt{position:sticky;justify-content:flex-end;display:flex;flex-direction:column;width:fit-content;height:fit-content;margin:0rem auto 1rem;top:80%;border-radius:1.5rem;box-shadow:0 0 .4rem .1rem #d3d3d3}#prompt #messageInput{width:20rem;height:5rem;margin:.5rem;font-size:1.5rem;font-weight:700;border:none;color:#000;overflow:scroll;scrollbar-width:none}#prompt #messageInput:focus{outline:none}@media (min-width: 30rem){#prompt #messageInput{width:40rem}}@media (min-width: 60rem){#prompt #messageInput{width:60rem}}#submit{width:2rem;height:2rem;border-radius:50%;border:none;background-image:url("data:image/svg+xml,%3csvg%20id='Graphic_Element'%20data-name='Graphic%20Element'%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0%200%201200%201200'%3e%3cdefs%3e%3csymbol%20id='arrow-right'%20data-name='arrow-right'%20viewBox='0%200%2073.6%2077.9'%3e%3cpath%20id='path4705'%20d='M73.6,39a6.19,6.19,0,0,0-1.85-4.55L39.2,1.85A6.42,6.42,0,0,0,34.65,0a6.36,6.36,0,0,0-4.5,1.85L26.4,5.6a6.19,6.19,0,0,0-1.9,4.55,6.19,6.19,0,0,0,1.9,4.55L41.05,29.35H5.85a5.32,5.32,0,0,0-4.22,1.88A6.63,6.63,0,0,0,0,35.75v6.4a6.65,6.65,0,0,0,1.63,4.53,5.31,5.31,0,0,0,4.22,1.87h35.2L26.4,63.25a6.28,6.28,0,0,0,0,9L30.15,76a6.34,6.34,0,0,0,9.05,0L71.75,43.45A5.94,5.94,0,0,0,73.6,39Z'/%3e%3c/symbol%3e%3c/defs%3e%3cuse%20id='use12146'%20width='73.6'%20height='77.9'%20transform='matrix(12.84,%200,%200,%20-12.84,%20127.6,%201081.43)'%20xlink:href='%23arrow-right'/%3e%3c/svg%3e");background-color:#fff;box-shadow:0 0 .4rem .2rem #d3d3d3}@media (min-width: 30rem){#submit{width:3rem;height:3rem}}#submit:hover{background-color:#d3d3d3;cursor:pointer}#iconContainer{display:flex;justify-content:right;align-items:center;margin:.5rem;padding:.5rem;height:1rem}@media (min-width: 30rem){#iconContainer{margin:1rem}}@media (min-width: 60rem){#iconContainer{margin:1rem}}#messages{height:fit-content;width:20rem;overflow-y:scroll;scrollbar-width:none;margin:0rem auto;padding:1rem;display:flex;flex-direction:column}@media (min-width: 30rem){#messages{width:40rem;padding:2rem}}@media (min-width: 60rem){#messages{width:60rem;padding:3rem}}.message{margin:.5rem;padding:0rem .5rem;border-radius:1rem;box-shadow:0 0 .4rem .1rem #d3d3d3}@media (min-width: 30rem){.message{margin:1rem;padding:1rem}}@media (min-width: 60rem){.message{margin:1.5rem;padding:1.5rem}}.message h1{font-size:1rem;margin:0}@media (min-width: 30rem){.message h1{font-size:1.5rem}}@media (min-width: 60rem){.message h1{font-size:2rem}}
