#ix-chat-fab{position:fixed;bottom:24px;right:24px;z-index:9998;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#f4d03f);border:0;cursor:pointer;box-shadow:0 8px 28px #d4af3773;display:flex;align-items:center;justify-content:center;font-size:28px;color:#0a0e1a;transition:transform .25s,box-shadow .25s;animation:ix-pulse 2.5s ease-in-out infinite}#ix-chat-fab:hover{transform:scale(1.08)}#ix-chat-fab .badge{position:absolute;top:-4px;right:-4px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;padding:3px 7px;border-radius:10px;border:2px solid #0a0e1a;animation:ix-bounce 1.5s ease-in-out infinite}@keyframes ix-pulse{0%,to{box-shadow:0 8px 28px #d4af3773}50%{box-shadow:0 8px 40px #d4af37bf}}@keyframes ix-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}#ix-chat-panel{position:fixed;bottom:100px;right:24px;z-index:9999;width:380px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 140px);background:#0a0e1a;border:1px solid rgba(212,175,55,.3);border-radius:16px;box-shadow:0 24px 64px #0000008c;display:none;flex-direction:column;overflow:hidden;font-family:var(--fs,sans-serif)}#ix-chat-panel.open{display:flex;animation:ix-slide-up .3s ease-out}@keyframes ix-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}#ix-chat-header{padding:16px;background:linear-gradient(135deg,#1a1f35,#0a0e1a);border-bottom:1px solid rgba(212,175,55,.2);display:flex;align-items:center;gap:12px}#ix-chat-header .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#f4d03f);display:flex;align-items:center;justify-content:center;font-weight:700;color:#0a0e1a;font-size:18px}#ix-chat-header .info{flex:1}#ix-chat-header .info .name{color:#e2e8f4;font-size:15px;font-weight:600;margin:0}#ix-chat-header .info .status{color:#6ee7b7;font-size:12px;margin:2px 0 0;display:flex;align-items:center;gap:5px}#ix-chat-header .info .status:before{content:"";width:7px;height:7px;border-radius:50%;background:#6ee7b7;box-shadow:0 0 8px #6ee7b7;animation:ix-blink 1.5s ease-in-out infinite}@keyframes ix-blink{0%,to{opacity:1}50%{opacity:.4}}#ix-chat-close{background:0 0;border:0;color:#94a3b8;font-size:24px;cursor:pointer;padding:4px 8px;border-radius:6px;transition:background .2s}#ix-chat-close:hover{background:#ffffff14;color:#e2e8f4}#ix-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}#ix-chat-messages::-webkit-scrollbar{width:6px}#ix-chat-messages::-webkit-scrollbar-thumb{background:#d4af374d;border-radius:3px}.ix-msg{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:1.5;word-wrap:break-word;animation:ix-msg-in .3s ease-out}@keyframes ix-msg-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.ix-msg.bot{background:#1a1f35;color:#e2e8f4;align-self:flex-start;border-bottom-left-radius:4px;border:1px solid rgba(212,175,55,.15)}.ix-msg.user{background:linear-gradient(135deg,#d4af37,#b8941f);color:#0a0e1a;align-self:flex-end;border-bottom-right-radius:4px;font-weight:500}.ix-msg.typing{display:flex;gap:4px;padding:14px 18px}.ix-msg.typing span{width:7px;height:7px;border-radius:50%;background:#d4af37;animation:ix-typing 1.2s ease-in-out infinite}.ix-msg.typing span:nth-child(2){animation-delay:.15s}.ix-msg.typing span:nth-child(3){animation-delay:.3s}@keyframes ix-typing{0%,60%,to{opacity:.3;transform:scale(.9)}30%{opacity:1;transform:scale(1.15)}}#ix-chat-quick{padding:0 16px 8px;display:flex;flex-wrap:wrap;gap:6px}.ix-quick{background:#d4af371f;border:1px solid rgba(212,175,55,.3);color:#d4af37;padding:7px 12px;border-radius:16px;font-size:12px;cursor:pointer;font-family:inherit;transition:all .2s}.ix-quick:hover{background:#d4af3738;border-color:#d4af37}#ix-chat-input-wrap{padding:12px 16px 16px;border-top:1px solid rgba(212,175,55,.15);background:#0a0e1a}#ix-chat-form{display:flex;gap:8px;align-items:center;background:#1a1f35;border:1px solid rgba(212,175,55,.2);border-radius:24px;padding:4px 4px 4px 16px;transition:border-color .2s}#ix-chat-form:focus-within{border-color:#d4af37}#ix-chat-input{flex:1;background:0 0;border:0;color:#e2e8f4;font-size:14px;padding:10px 0;outline:0;font-family:inherit}#ix-chat-input::placeholder{color:#64748b}#ix-chat-send{background:linear-gradient(135deg,#d4af37,#f4d03f);border:0;width:38px;height:38px;border-radius:50%;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#0a0e1a;font-size:18px;font-weight:700;transition:transform .2s}#ix-chat-send:hover{transform:scale(1.08)}#ix-chat-send:disabled{opacity:.5;cursor:not-allowed}#ix-chat-footer{text-align:center;color:#64748b;font-size:10px;padding:6px 0 0;letter-spacing:.5px;text-transform:uppercase}@media (max-width:480px){#ix-chat-panel{bottom:90px;right:12px;left:12px;width:auto;height:calc(100vh - 120px)}#ix-chat-fab{bottom:16px;right:16px}}[data-theme=light] #ix-chat-panel{background:#fafbfe;border-color:#b8941f4d}[data-theme=light] #ix-chat-header{background:linear-gradient(135deg,#fff,#f4f6fb);border-bottom-color:#b8941f33}[data-theme=light] #ix-chat-header .info .name{color:#1a1f35}[data-theme=light] .ix-msg.bot{background:#fff;color:#1a1f35;border-color:#b8941f33}[data-theme=light] #ix-chat-input-wrap{background:#fafbfe;border-top-color:#b8941f26}[data-theme=light] #ix-chat-form{background:#fff;border-color:#b8941f40}[data-theme=light] #ix-chat-input{color:#1a1f35}