._app_1jkgk_1{display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;height:100vh}.theme-switch{position:absolute;top:0;right:0;margin:1%;display:flex;justify-content:center;align-items:center;width:50px;height:50px;border-radius:50%;background-color:var(--base-variant);border:2px solid var(--primary-color)}.theme-switch svg{fill:var(--text-color)}.theme-switch svg:first-child{display:block}.theme-switch svg:last-child{display:none}.dark-mode svg:first-child{display:none}.dark-mode svg:last-child{display:block}._button_1xbr1_1{cursor:pointer;padding:15px 20px;font-size:25px;border-radius:20px;border:5px solid var(--accent-color);background-color:var(--base-color)}._button_1xbr1_1:active{background-color:var(--accent-color);color:var(--text-color);border-color:#0006}._chat_1qo2r_1{padding:15px;border:5px var(--accent-color) solid;border-radius:20px;width:50vw;height:50vh;overflow:hidden}._chat_1qo2r_1 ._header_1qo2r_9{text-align:center;margin-bottom:10px}._chat_1qo2r_1 ._body_1qo2r_13{display:flex;flex-direction:column;justify-content:end;height:90%}._chat_1qo2r_1 ._body_1qo2r_13 ._messages_1qo2r_19{display:flex;flex-direction:column;justify-content:end;overflow:hidden}._chat_1qo2r_1 ._body_1qo2r_13 ._messages_1qo2r_19 ._message_1qo2r_19{margin:1px 0;line-break:anywhere}._chat_1qo2r_1 ._body_1qo2r_13 ._inputArea_1qo2r_29{display:flex;justify-content:center;align-items:center;margin-top:10px}._chat_1qo2r_1 ._body_1qo2r_13 ._inputArea_1qo2r_29 ._input_1qo2r_29{border:3px var(--accent-color) solid;border-radius:20px;width:100%;padding:3px 5px;outline:none}._chat_1qo2r_1 ._body_1qo2r_13 ._inputArea_1qo2r_29 ._statusIcon_1qo2r_42{display:inline-flex;margin-left:6px}*{box-sizing:border-box;margin:0;padding:0;font-family:Roboto,serif;background-color:var(--base-color);color:var(--text-color)}.theme-light{--base-color: #F2F2F2;--base-variant: #E5E5E5;--text-color: #222222;--secondary-text: #555555;--primary-color: #D1D5DB;--accent-color: #0071ff;--pane-bg-color: rgba(255, 255, 255, .8)}.theme-dark{--base-color: #111528;--base-variant: #232738;--text-color: rgb(235, 235, 255);--secondary-text: #e8e9ed;--primary-color: #3a435d;--accent-color: #0071ff;--pane-bg-color: rgba(0, 0, 15, .2)}
