:root{--gx-gold:#B8860B;--gx-gold-l:#D4A017;--gx-dark:#1a1a1a;--gx-dark2:#242424;--gx-dark3:#2e2e2e;--gx-white:#f5f5f5;--gx-gray:#888;--gx-radius:16px;--gx-shadow:0 8px 32px rgba(0,0,0,.45)}#gx-chatbot-bubble{position:fixed;bottom:28px;right:28px;z-index:99999;width:60px;height:60px;background:linear-gradient(135deg,var(--gx-gold),var(--gx-gold-l));border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(184,134,11,.5);transition:transform .2s,box-shadow .2s;color:#fff}#gx-chatbot-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(184,134,11,.7)}#gx-chatbot-bubble:focus{outline:3px solid var(--gx-gold-l);outline-offset:3px}.gx-bubble-badge{position:absolute;top:2px;right:2px;background:#e33;color:#fff;font-size:10px;font-weight:700;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:2px solid #fff}#gx-chatbot-window{position:fixed;bottom:100px;right:28px;z-index:99998;width:380px;max-height:600px;background:var(--gx-dark2);border-radius:var(--gx-radius);box-shadow:var(--gx-shadow);display:none;flex-direction:column;overflow:hidden;border:1px solid rgba(184,134,11,.3);animation:gx-slide-up .25s ease}#gx-chatbot-window.gx-open{display:flex}@keyframes gx-slide-up{from{opacity:0;transform:translateY(20px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}#gx-chat-header{background:linear-gradient(135deg,var(--gx-dark),var(--gx-dark3));border-bottom:1px solid rgba(184,134,11,.3);padding:14px 16px;display:flex;align-items:center;gap:10px}.gx-chat-avatar{font-size:28px;line-height:1}.gx-chat-title{font-weight:700;font-size: 18px;color:var(--gx-gold-l);letter-spacing:.3px}.gx-chat-status{font-size:11px;color:#4caf50;display:flex;align-items:center;gap:4px}.gx-chat-status::before{content:'';width:6px;height:6px;background:#4caf50;border-radius:50%;display:inline-block}.gx-chat-actions{margin-left:auto;display:flex;gap:6px}.gx-chat-actions button{background:0 0;border:none;color:var(--gx-gray);cursor:pointer;font-size: 18px;padding:4px 6px;border-radius:6px;transition:color .15s,background .15s}.gx-chat-actions button:hover{color:var(--gx-white);background:rgba(255,255,255,.08)}#gx-chat-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}#gx-chat-messages::-webkit-scrollbar{width:4px}#gx-chat-messages::-webkit-scrollbar-track{background:0 0}#gx-chat-messages::-webkit-scrollbar-thumb{background:rgba(184,134,11,.3);border-radius:2px}.gx-msg{max-width:82%;padding:10px 14px;border-radius:14px;font-size:13px;line-height:1.5;animation:gx-msg-in .2s ease;word-wrap:break-word}@keyframes gx-msg-in{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.gx-msg-user{background:var(--gx-gold);color:#fff;align-self:flex-end;border-bottom-right-radius:4px}.gx-msg-bot{background:var(--gx-dark3);color:var(--gx-white);align-self:flex-start;border-bottom-left-radius:4px;border:1px solid rgba(255,255,255,.07)}.gx-msg-bot strong{color:var(--gx-gold-l)}.gx-msg-bot a{color:var(--gx-gold-l)}.gx-typing{display:flex;align-items:center;gap:4px;padding:10px 14px;background:var(--gx-dark3);border-radius:14px 14px 14px 4px;align-self:flex-start;max-width:70px}.gx-typing span{width:6px;height:6px;background:var(--gx-gold);border-radius:50%;animation:gx-bounce .9s infinite}.gx-typing span:nth-child(2){animation-delay:.15s}.gx-typing span:nth-child(3){animation-delay:.3s}@keyframes gx-bounce{0%,100%,80%{transform:scale(.8);opacity:.5}40%{transform:scale(1.2);opacity:1}}#gx-quick-replies{display:flex;gap:6px;padding:8px 14px 0;overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap}#gx-quick-replies::-webkit-scrollbar{display:none}.gx-qr{background:var(--gx-dark3);border:1px solid rgba(184,134,11,.4);color:var(--gx-gold-l);border-radius:20px;padding:5px 12px;font-size:11.5px;white-space:nowrap;cursor:pointer;transition:background .15s,border-color .15s}.gx-qr:hover{background:rgba(184,134,11,.15);border-color:var(--gx-gold)}#gx-chat-input-area{display:flex;align-items:flex-end;gap:8px;padding:10px 14px 12px;border-top:1px solid rgba(255,255,255,.06);background:var(--gx-dark)}#gx-chat-input{flex:1;background:var(--gx-dark3);border:1px solid rgba(255,255,255,.1);border-radius:10px;color:var(--gx-white);font-size:13px;padding:9px 12px;resize:none;max-height:100px;outline:0;font-family:inherit;transition:border-color .15s}#gx-chat-input:focus{border-color:var(--gx-gold)}#gx-chat-input::placeholder{color:var(--gx-gray)}#gx-send-btn{width:38px;height:38px;min-width:38px;background:var(--gx-gold);border:none;border-radius:10px;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s,transform .1s}#gx-send-btn:hover{background:var(--gx-gold-l)}#gx-send-btn:active{transform:scale(.94)}#gx-send-btn:disabled{opacity:.5;cursor:not-allowed}#gx-chat-footer{text-align:center;font-size:10px;color:rgba(255,255,255,.2);padding:4px 0 8px;background:var(--gx-dark)}#gx-chatbot-embed{border:1px solid rgba(184,134,11,.3);border-radius:var(--gx-radius);background:var(--gx-dark2);display:flex;flex-direction:column;overflow:hidden}.gx-chat-messages-box{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px}.gx-chat-input-row{display:flex;gap:8px;padding:10px;border-top:1px solid rgba(255,255,255,.06)}.gx-embed-input{flex:1;background:var(--gx-dark3);border:1px solid rgba(255,255,255,.1);border-radius:8px;color:var(--gx-white);padding:8px 12px;font-size:13px;resize:none;outline:0;font-family:inherit}.gx-embed-send{background:var(--gx-gold);border:none;color:#fff;border-radius:8px;padding:8px 18px;cursor:pointer;font-weight:600}@media (max-width:480px){#gx-chatbot-window{width:calc(100vw - 20px);right:10px;bottom:80px;max-height:70vh}}
