.mgs-chat-widget{--mgs-primary:#6366F1;--mgs-primary-dark:#4F46E5;--mgs-text:#0F172A;--mgs-text-secondary:#475569;--mgs-bg:#FFFFFF;--mgs-bg-light:#F8FAFC;--mgs-border:#E2E8F0;--mgs-success:#10B981;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;position:fixed;bottom:24px;right:24px;z-index:9999}.mgs-chat-bubble{width:60px;height:60px;border-radius:50%;background:var(--mgs-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px rgba(99,102,241,.4);transition:all .3s ease}.mgs-chat-bubble:hover{transform:scale(1.05);box-shadow:0 6px 24px rgba(99,102,241,.5)}.mgs-chat-bubble svg{width:28px;height:28px;color:#fff;transition:transform .3s ease}.mgs-chat-widget.open .mgs-chat-bubble svg.chat-icon{display:none}.mgs-chat-widget:not(.open) .mgs-chat-bubble svg.close-icon{display:none}.mgs-chat-window{position:absolute;bottom:76px;right:0;width:380px;height:520px;background:var(--mgs-bg);border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(20px) scale(.95);transition:all .3s ease}.mgs-chat-widget.open .mgs-chat-window{opacity:1;visibility:visible;transform:translateY(0) scale(1)}.mgs-chat-header{background:var(--mgs-primary);color:#fff;padding:20px;display:flex;align-items:center;gap:12px}.mgs-chat-header-icon{width:40px;height:40px;background:rgba(255,255,255,.2);border-radius:10px;display:flex;align-items:center;justify-content:center}.mgs-chat-header-icon svg{width:22px;height:22px}.mgs-chat-header-text h3{margin:0;font-size:1rem;font-weight:700}.mgs-chat-header-text p{margin:2px 0 0;font-size:.8rem;opacity:.9}.mgs-chat-disclaimer{background:#fef3c7;color:#92400e;padding:10px 16px;font-size:.75rem;line-height:1.4;text-align:center;border-bottom:1px solid #fde68a}.mgs-chat-messages{flex:1;overflow-y:auto;padding:20px;display:flex;flex-direction:column;gap:16px}.mgs-chat-message{display:flex;gap:10px;max-width:85%;animation:messageSlide .3s ease}@keyframes messageSlide{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.mgs-chat-message.user{align-self:flex-end;flex-direction:row-reverse}.mgs-chat-message.ai{align-self:flex-start}.mgs-message-avatar{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:.75rem;font-weight:600}.mgs-chat-message.ai .mgs-message-avatar{background:var(--mgs-primary);color:#fff}.mgs-chat-message.user .mgs-message-avatar{background:var(--mgs-bg-light);color:var(--mgs-text-secondary)}.mgs-message-content{padding:12px 16px;border-radius:16px;font-size:.9rem;line-height:1.5}.mgs-chat-message.ai .mgs-message-content{background:var(--mgs-bg-light);color:var(--mgs-text);border-bottom-left-radius:4px}.mgs-chat-message.user .mgs-message-content{background:var(--mgs-primary);color:#fff;border-bottom-right-radius:4px}.mgs-typing-indicator{display:flex;gap:4px;padding:12px 16px;background:var(--mgs-bg-light);border-radius:16px;border-bottom-left-radius:4px;width:fit-content}.mgs-typing-indicator span{width:8px;height:8px;background:var(--mgs-text-secondary);border-radius:50%;animation:typingBounce 1.4s infinite}.mgs-typing-indicator span:nth-child(2){animation-delay:.2s}.mgs-typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,100%,60%{transform:translateY(0);opacity:.4}30%{transform:translateY(-4px);opacity:1}}.mgs-chat-input-container{padding:16px;border-top:1px solid var(--mgs-border);display:flex;gap:10px}.mgs-chat-input{flex:1;padding:12px 16px;border:2px solid var(--mgs-border);border-radius:12px;font-size:.9rem;font-family:inherit;outline:0;transition:border-color .2s}.mgs-chat-input:focus{border-color:var(--mgs-primary)}.mgs-chat-input::placeholder{color:var(--mgs-text-secondary)}.mgs-chat-send{width:44px;height:44px;border-radius:12px;background:var(--mgs-primary);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.mgs-chat-send:hover{background:var(--mgs-primary-dark)}.mgs-chat-send:disabled{opacity:.5;cursor:not-allowed}.mgs-chat-send svg{width:20px;height:20px;color:#fff}.mgs-chat-footer{padding:8px 16px;text-align:center;font-size:.7rem;color:var(--mgs-text-secondary);border-top:1px solid var(--mgs-border)}.mgs-chat-footer a{color:var(--mgs-primary);text-decoration:none}@media (max-width:480px){.mgs-chat-widget{bottom:16px;right:16px}.mgs-chat-window{width:calc(100vw - 32px);height:calc(100vh - 140px);max-height:500px;right:0;bottom:68px}.mgs-chat-bubble{width:52px;height:52px}.mgs-chat-bubble svg{width:24px;height:24px}}