.bot-message ul,.bot-message ol{padding-left:1.5rem;margin-top:.5rem;margin-bottom:.5rem}.bot-message ul li,.bot-message ol li{margin-bottom:.25rem}.bot-message strong{font-weight:700;color:#333}.bot-message a{color:#3b82f6;text-decoration:underline;word-break:break-all}.chat-container{max-width:1000px;height:calc(90vh - 4rem);display:flex;flex-direction:column;border-radius:1rem;overflow:hidden;box-shadow:0 10px 25px #0000001a;position:fixed;bottom:6rem;left:1.5rem;z-index:100;transition:all .3s ease-in-out;transform-origin:bottom right;opacity:1;transform:scale(1)}.chat-container.hidden{opacity:0;transform:scale(.8);pointer-events:none}.message-container{flex-grow:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1rem;background-color:#fff;border-top-left-radius:1rem;border-top-right-radius:1rem}.user-message{align-self:flex-end;background-color:#3b82f6;color:#fff;padding:.75rem 1rem;border-radius:1.5rem 1.5rem .25rem;max-width:75%}.bot-message{align-self:flex-start;background-color:#e5e7eb;color:#1f2937;padding:.75rem 1rem;border-radius:1.5rem 1.5rem 1.5rem .25rem;max-width:75%}.loading-dots{display:flex;align-items:center;justify-content:center;height:100%;padding:1rem}.loading-dots .dot{width:.5rem;height:.5rem;margin:0 .25rem;background-color:#9ca3af;border-radius:50%;animation:bounce 1.4s infinite ease-in-out both}.loading-dots .dot:nth-child(1){animation-delay:-.32s}.loading-dots .dot:nth-child(2){animation-delay:-.16s}.loading-dots .dot:nth-child(3){animation-delay:0s}@keyframes bounce{0%,80%,to{transform:translateY(-0)}40%{transform:translateY(-.5rem)}}.chat-button{position:fixed;bottom:1.5rem;left:1.5rem;z-index:101;background-color:#3b82f6;color:#fff;padding:1rem;border-radius:9999px;box-shadow:0 4px 10px #0003;transition:all .2s ease-in-out;cursor:pointer}.chat-button:hover{background-color:#2563eb;transform:scale(1.05)}.chat-icon{width:24px;height:24px}
