#root,body,html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;height:100%;margin:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.App,body{color:#eee}.App{display:flex;flex-direction:column;height:calc(100% - 4rem);margin:2rem auto;max-width:700px;text-align:center}body{background-color:#1f1f1f}header h1{color:#61dafb;margin:0 0 1rem}.chat-form{display:flex;gap:.5rem}.chat-input{background:#000;border:1px solid #333;border-radius:4px;color:#fff;flex:1 1;font-size:1rem;padding:.75rem}.chat-button{background:#61dafb;border:none;border-radius:4px;color:#1f1f1f;cursor:pointer;font-weight:700;padding:.75rem 1.5rem}.chat-button:hover{opacity:.9}.chat-window{background:#292929;border:1px solid #333;border-radius:4px;display:flex;flex:1 1;flex-direction:column;gap:.75rem;margin-top:1rem;overflow-y:auto;padding:1rem}.chat-message{border-radius:4px;line-height:1.4;max-width:80%;padding:.5rem}.chat-message.user{align-self:flex-end;background:#3b3b3b;color:#fff}.chat-message.bot{align-self:flex-start;background:#1a1a1a;color:#eee}.chat-message.error{align-self:center;background:#500;color:#fff}.chat-message .role{display:block;font-weight:700;margin-bottom:.25rem}
/*# sourceMappingURL=main.5cc83c22.css.map*/