.ax-chat-container{width:360px;max-height:60vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;border-radius:16px;box-shadow:0 8px 28px #00000026;overflow:hidden;display:flex;flex-direction:column;transition:all .3s ease;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ax-chat-header{padding:14px 20px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:1rem;letter-spacing:.3px;border-bottom:1px solid rgba(255,255,255,.2)}.ax-chat-header:hover,.ax-minimized .ax-chat-header:hover{background:#0069e0}.ax-minimized .ax-chat-header{gap:8px}.ax-chat-title{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;-webkit-user-select:none;user-select:none}.ax-minimize-indicator{margin:auto 5px;display:inline-block;font-size:13px;opacity:.85}.ax-chat-body{flex:1;overflow-y:auto;padding:14px 16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth;scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.15) transparent;font-size:.875rem}.ax-message{display:inline-block;padding:10px 14px;border-radius:14px;max-width:80%;word-break:break-word;line-height:1.4;animation:fadeIn .3s ease}.ax-user{align-self:flex-end;border-bottom-right-radius:4px}.ax-bot{align-self:flex-start;border-bottom-left-radius:4px}.ax-chat-footer{display:flex;border-top:1px solid #e1e5ea;padding:8px;gap:6px}.ax-chat-footer textarea{flex:1;min-height:40px;max-height:150px;resize:none;overflow-y:auto;border:1px solid;border-radius:10px;padding:10px 12px;outline:none;font-size:14px;line-height:1.4;transition:box-shadow .15s,border-color .15s;box-sizing:border-box;background:transparent}.ax-chat-footer textarea:disabled{opacity:.6;cursor:not-allowed}.ax-chat-footer input:focus{box-shadow:0 0 0 3px #005bb533}.ax-chat-footer button{border:none;border-radius:8px;padding:10px 16px;font-weight:500;cursor:pointer;transition:opacity .2s,transform .1s;align-self:flex-end}.ax-chat-footer button:hover{opacity:.9}.ax-chat-footer button:active{transform:scale(.96)}.ax-minimized{height:48px;width:auto;border-radius:24px;overflow:hidden}.ax-minimized .ax-chat-header{border-radius:24px;justify-content:center}.ax-minimized .ax-chat-body,.ax-minimized .ax-chat-footer{display:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.ax-chat-body::-webkit-scrollbar{width:6px}.ax-chat-body::-webkit-scrollbar-thumb{background:#00000026;border-radius:3px}.ax-typing-indicator{display:flex;gap:6px;align-items:center;padding:8px 12px}.ax-typing-indicator span{width:8px;height:8px;background-color:#fff;border-radius:50%;display:inline-block;animation:ax-bounce .6s infinite alternate;box-shadow:0 0 0 1px #0006 inset}.ax-typing-indicator span:nth-child(2){animation-delay:.2s}.ax-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes ax-bounce{0%{transform:translateY(0);opacity:.7}to{transform:translateY(-6px);opacity:1}}
