#app_chat_prompt_text{--rows-max:10;width:100%;height:100%;border:none;max-height:calc(var(--rows-max) * 1.5rem);overflow:auto;background-color:transparent;color:#f6fcff;font-size:1rem;font-family:var(--font-inter);resize:none;outline:none;position:relative;padding-right:.35rem;white-space:pre-wrap;tab-size:4;text-align:left;min-height:1.25rem}#app_chat_prompt_text.placeholder:before{content:attr(data-placeholder);color:#c9c9c9;font-size:1rem;font-family:var(--font-inter);pointer-events:none}#app_chat_prompt_text::-webkit-scrollbar{width:.5rem}#app_chat_prompt_text::-webkit-scrollbar-thumb{background-color:#a0a0a0;border-radius:50px;cursor:default}#app_chat_prompt_text::-webkit-scrollbar-thumb:hover{background-color:#c9c9c9}#app_chat_prompt_text::placeholder{color:#dadada;font-size:1.1rem;font-family:var(--font-geist-sans)}.chat_footer>.prompt_area>.actions{width:auto;display:flex;flex-direction:row;align-items:center;justify-content:flex-end;flex:0 1 auto;margin-left:auto;gap:.2rem}.chat_footer>.prompt_area>.actions>.btn{display:flex;height:3.3rem;width:3.3rem;align-items:center;justify-content:center;color:#e6e6e6;background-color:transparent;border-radius:50%;cursor:pointer;border:none;transition:background-color .2s cubic-bezier(.2,0,0,1),color .2s cubic-bezier(.2,0,0,1)}.chat_footer>.prompt_area>.actions>.btn:hover{background-color:hsla(0,0%,100%,.05)}.chat_footer>.prompt_area>.actions>.btn:active{background-color:#00ff95;color:#000}.chat_footer>.prompt_area>.actions>.btn:disabled{background-color:hsla(0,0%,100%,.025);color:#646667;cursor:default}.chat_footer>.prompt_area>.actions>.btn>.icon{width:1.6rem;height:1.6rem;pointer-events:none}.chat_footer>.tip{width:100%;display:flex;flex-direction:row;align-items:center;justify-content:center;text-align:center;gap:.5rem;color:#cbc9c9;font-size:.8rem;font-weight:400;font-family:var(--font-geist-sans)}