body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}body{background-color:gray}.ai-chat{display:flex;flex-direction:column;height:80vh;margin:0 auto;max-width:800px;overflow-y:auto;padding:20px;scrollbar-color:#788492 #f5f5f5;scrollbar-width:thin}.ai-chat::-webkit-scrollbar{width:4px}.ai-chat::-webkit-scrollbar-track{background:#f5f5f5;border-radius:4px}.ai-chat::-webkit-scrollbar-thumb{background:#007bff;border-radius:4px}.ai-chat__messages-container{background:#f5f5f5;border-radius:10px;flex:1 1;margin-bottom:20px;overflow-y:auto;padding:20px}.ai-chat__message{align-items:center;align-items:flex-start;display:flex;gap:10px;margin:10px 0;max-width:70%}.ai-chat__message--user{flex-direction:row-reverse;margin-left:auto}.ai-chat__message--user .ai-chat__message-content{background:#007bff;border-radius:15px 15px 0 15px;color:#fff}.ai-chat__message--user .ai-chat__avatar{background:#007bff;flex-shrink:0;height:40px!important;width:40px!important}.ai-chat__message--ai{margin-right:auto}.ai-chat__message--ai .ai-chat__message-content{background:#fff;border-radius:15px 15px 15px 0;color:#333}.ai-chat__message--ai .ai-chat__avatar{background:#ff9800;flex-shrink:0;height:40px!important;width:40px!important}.ai-chat__message--ai ol{padding-left:20px;text-align:left}.ai-chat__avatar{align-items:center;border-radius:50%;color:#fff;display:flex;font-size:1.2rem;font-weight:700;height:40px;justify-content:center;margin:0 10px;width:40px}.ai-chat__message-content{word-wrap:break-word;box-shadow:0 1px 2px #0000001a;padding:12px 16px}.ai-chat__skeleton{animation:pulse 1.5s ease-in-out infinite;background:#ddd;border-radius:10px;height:40px;width:200px}@keyframes pulse{0%{background-color:#ddd}50%{background-color:#eaeaea}to{background-color:#ddd}}.ai-chat__form{display:flex;gap:10px}.ai-chat__input{border:1px solid #ddd;border-radius:25px;flex:1 1;font-size:1rem;outline:none;padding:12px}.ai-chat__input:focus{border-color:#007bff}.ai-chat__submit-btn{background:#007bff;border:none;border-radius:25px;color:#fff;cursor:pointer;font-size:1rem;padding:12px 24px;transition:background .2s}.ai-chat__submit-btn:hover{background:#0056b3}
/*# sourceMappingURL=main.5cfdaa51.css.map*/