#chat{background:#f8f9fa;border-top:1px solid #e0e0e0;flex-direction:column;justify-content:center;align-items:center;width:100vw;display:flex}.chat-wrapper{background:#fff;border:1px solid #e0e0e0;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;width:90%;max-width:992px;height:80vh;margin:20px 0;display:flex}@media screen and (min-width:992px){.chat-wrapper{width:100%;height:60vh;margin:20px}}#chats-container{flex:1;width:100%;max-width:800px;margin-bottom:10px;padding:20px;overflow-y:auto}#chat-box{background:#efefef;border-top:1px solid #efefef;border-radius:30px;width:75%;max-width:800px;margin-bottom:15px;padding:10px 30px}@media screen and (min-width:992px){#chat-box{width:100%;margin-bottom:20px}}.chat-box-container{width:100%}.chat-form{gap:10px;display:flex}.chat-input{background:0 0;border:none;flex:1;padding:10px;font-size:1rem}.chat-send-btn{color:#fff;cursor:pointer;background:#666;border:none;border-radius:30px;padding:10px 12px;font-size:1rem;transition:background .3s;position:relative;right:-15px}.chat-send-btn:disabled{opacity:.5;cursor:not-allowed}.chat-send-btn:hover,.chat-tts-btn:hover{background:333px}.chat-enter-active,.chat-leave-active{transition:all .3s}.chat-enter-from,.chat-leave-to{opacity:0;transform:translateY(10px)}.chat-message{align-items:flex-start;gap:10px;width:90%;margin:15px auto;display:flex}@media screen and (min-width:992px){.chat-message{width:100%;margin:inherit}}.chat-message.user-message{width:75%;max-width:unset;background:#efefef;border-radius:10px;justify-self:flex-end;margin:15px}@media screen and (min-width:992px){.chat-message.user-message{justify-self:unset;width:100%;max-width:400px;margin:15px 0 15px auto}}.avatar{object-fit:cover;width:30px;height:30px;margin-top:6px}@media screen and (min-width:992px){.avatar{width:40px;height:40px}}.message-content{padding:8px;font-size:1.1rem}@media screen and (min-width:992px){.message-content{padding:10px}}.error-message .message-content{background:#f8d7da;border-color:#f5c6cb;border-radius:10px}.loading-dots{display:inline-block}.loading-dots .dot{margin-right:2px;font-weight:700;animation:1s infinite blink}.loading-dots .dot:nth-child(2){animation-delay:.2s}.loading-dots .dot:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}.carousel-message{background:#e9ecef;border-radius:8px;width:90%;margin:20px auto;padding:10px}@media screen and (min-width:992px){.carousel-message{width:100%;margin:20px 0}}.carousel-header{margin-bottom:10px;font-size:1rem;font-weight:700}.carousel-list{gap:10px;margin:0;padding:0;list-style:none;display:flex;overflow-x:auto}.carousel-item{text-align:left;background:#fff;border:1px solid #ccc;border-radius:6px;min-width:150px;padding:10px;font-size:.9rem}.carousel-item>.name{font-weight:700}.carousel-item>img{object-fit:cover;width:100%}.fade-enter-active,.fade-leave-active{transition:opacity .3s}.fade-enter-from,.fade-leave-to{opacity:0}.char{display:inline-block}