#mory-chat-root{position:fixed;bottom:20px;right:20px;direction:rtl;z-index:9999;font-family:sans-serif}#mory-chat-button{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#9333ea);border:none;cursor:pointer;box-shadow:0 12px 30px rgb(0 0 0 / .35);display:flex;align-items:center;justify-content:center;position:relative}#mory-chat-button.hidden{display:none}.chat-icon{font-size:26px;color:#fff}.loader{display:none;position:absolute;gap:4px}.loader span{width:6px;height:6px;background:#fff;border-radius:50%;animation:wave 1.2s infinite ease-in-out}.loader span:nth-child(2){animation-delay:.2s}.loader span:nth-child(3){animation-delay:.4s}@keyframes wave{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}#mory-chat-container{width:340px;height:460px;background:#fff;border-radius:18px;box-shadow:0 25px 50px rgb(0 0 0 / .4);position:absolute;bottom:80px;right:0;display:none;flex-direction:column;overflow:hidden}#mory-chat-container.open{display:flex}#mory-chat-header{background:linear-gradient(135deg,#6366f1,#9333ea);color:#fff;padding:14px;display:flex;justify-content:space-between;align-items:center;font-weight:700}#mory-chat-close{cursor:pointer}#mory-chat-messages{flex:1;overflow-y:auto;padding:12px;display:flex;flex-direction:column;gap:10px}.bubble{max-width:75%;padding:10px 14px;border-radius:18px;line-height:1.6;word-break:break-word}.bubble.user{align-self:flex-start;background:#6366f1;color:#fff;font-weight:700}.bubble.agent{align-self:flex-end;background:#e5e7eb;color:#111}.typing span{width:6px;height:6px;background:#999;border-radius:50%;display:inline-block;margin:0 2px;animation:wave 1.2s infinite}#mory-chat-input-container{display:flex;border-top:1px solid #ddd;background:#fff}#mory-chat-input{flex:1;border:none;padding:12px;outline:none;font-size:14px}#mory-chat-send{width:52px;border:none;background:#6366f1;color:#fff;font-size:20px;cursor:pointer}