#root{text-align:center;box-sizing:border-box;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;flex-direction:column;max-width:100%;min-height:100svh;margin:0 auto;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;display:flex}@media (prefers-color-scheme:dark){#root{color:#eeeded;background-color:#0a011b}}*{box-sizing:border-box;margin:0;padding:0}.App{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;max-width:100%;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif}@media (prefers-color-scheme:dark){.App{background-color:#0a011b}}.app-title-div{background-color:#fff;padding:10px;position:sticky;top:0}@media (prefers-color-scheme:dark){.app-title-div{color:#eeeded;background-color:#0a011b}}@media (width<=768px){.user-input{line-height:normal;font-size:16px!important}}.app-credits{cursor:pointer}.app-credits:focus{outline-offset:2px;outline:2px solid #8e85b1}.chat-screen{text-align:center;box-sizing:border-box;margin-bottom:60px;padding:20px}.chat-list{box-sizing:border-box;list-style-type:none}@media (prefers-color-scheme:dark){.chat-list{background-color:#0a011b}}.bot{text-align:left;background-color:#e9e8e8;border-bottom:1px solid #979696;padding:5px 20px}@media (prefers-color-scheme:dark){.bot{color:#eeeded;background-color:#4d455a}}.user{text-align:left;border-bottom:1px solid #979696;padding:10px 0}@media (width<=768px){.user{overflow-wrap:break-word}}.user-span{color:#5ed65e;font-weight:700}@media (prefers-color-scheme:dark){.user-span{color:#f1c190}}.thinking-message{color:#5ed65e;margin:20px;font-size:smaller;font-style:italic}.input-div{background-color:#fff;justify-content:center;align-items:center;gap:10px;width:100%;margin-left:20px;padding:10px;display:flex;position:fixed;bottom:0}@media (prefers-color-scheme:dark){.input-div{background-color:#0a011b}}textarea{resize:none;border:1px solid #000;border-left:none;border-right:none;outline:none;flex:1;padding:10px;font-family:inherit}@media (prefers-color-scheme:dark){textarea{color:#eeeded;background-color:#0a011b;border:1px solid #979696;border-left:none;border-right:none}}button{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:50px;margin-right:20px;padding:10px;display:flex}button:focus{outline-offset:2px;outline:2px solid #8e85b1}@media (prefers-color-scheme:dark){button{color:#eeeded;background-color:#0a011b}}
