:root{box-sizing:border-box;--background-color:#282a2e;--theme-color:#020024;--border-radius:10px}@font-face{font-family:Geist Pixel;src:url(/fonts/geist-pixel/GeistPixel-Regular-VariableFont_ELSH.ttf)format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Geist;src:url(public/fonts/geist/files/Geist-Regular.ttf)format("woff2");font-weight:400;font-style:normal;font-display:swap}*,:before,:after{box-sizing:inherit}html,body{background-color:var(--background-color);height:100%;margin:0;padding:0;font-family:Geist Pixel,sans-serif}a{color:#f0f0f0;text-decoration:underline}main{flex-direction:column;justify-content:space-between;width:60%;height:100dvh;margin:auto;display:flex}textarea:focus{outline:1px solid #060680}.header{color:#f5f5f5;background:linear-gradient(90deg,#020024 0%,#090979 35%,#bdf4ff 100%);flex-direction:row;flex:none;justify-content:space-between;align-items:center;height:30px;padding:10px;font-family:Geist Pixel,sans-serif;display:flex;top:0}.header h1{font-size:15px;font-weight:200}.chat-room{background:#ababab;flex-direction:column;flex:1;width:100%;margin:auto;display:flex;overflow:hidden}.chat-room-header{color:#f5f5f5;justify-content:flex-end;align-items:center;padding:5px 10px;font-family:Geist Pixel,sans-serif;display:flex}.info-content{color:#ababab;background-color:var(--background-color);border-radius:5px;margin-top:1px;margin-left:21px;padding:10px;font-size:12px;transform:translate(-100%);box-shadow:5px 5px 10px 2px #00000080}.message-list{border:1px solid var(--theme-color);color:#f0f0f0;background-color:#060680;flex:1;width:98%;margin:auto auto 30px;padding:10px;overflow-y:auto}.typingIndicator{padding-left:10px;font-style:italic}.message-input-wrapper{flex:none;width:98%;height:80px;margin:auto;padding:2px;position:sticky;bottom:10px;overflow-y:scroll}.message-textarea{background:#e0e0e0;width:80%;min-height:50px;padding:12px 80px 12px 12px}.send-button{margin-right:10px;position:sticky;bottom:45px;left:800px}@media screen and (width<=840px){main{width:90%}}@media screen and (width<=650px){main{width:98%}}@media screen and (width<=550px){main{width:98%}}.bubble-row{width:100%;margin-bottom:4px;display:flex}.bubble{word-break:break-word;border-radius:16px;width:fit-content;padding:8px 12px}.message_bubble{flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin-bottom:10px;padding:10px;display:flex}.message_text{flex-flow:wrap;display:flex}.message_text p{margin:0}.message-list{flex-direction:column;display:flex}.textarea-field{box-sizing:border-box;resize:none;border:1px solid #ccc;width:100%;padding:8px 12px;font-family:inherit;font-size:14px;line-height:1.5;display:block;overflow:hidden}.message-input__textarea{font-family:var(--font-sans);font-size:var(--text-sm);color:var(--color-text-1);background:0 0;border:none;outline:none;flex:1;align-self:center;padding:0}.message-input__textarea::placeholder{color:var(--color-text-3)}
