.global-monkey-fab{position:fixed;right:20px;bottom:20px;z-index:99999;display:inline-flex;align-items:center;gap:8px;border:none;border-radius:999px;padding:10px 14px;background:linear-gradient(135deg,#ffc93c,#ff9f1c);color:#1f2937;font-weight:700;box-shadow:0 10px 24px rgba(0,0,0,.18);cursor:pointer}.global-monkey-bubble{position:fixed;right:20px;bottom:84px;z-index:99998;max-width:min(300px,calc(100vw - 40px));background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:14px;padding:10px 12px;font-size:13px;font-weight:600;line-height:1.45;box-shadow:0 8px 20px rgba(0,0,0,.16)}.global-monkey-bubble:after{content:"";position:absolute;right:20px;bottom:-7px;width:12px;height:12px;background:#fff;border-right:1px solid #e5e7eb;border-bottom:1px solid #e5e7eb;transform:rotate(45deg)}.global-monkey-bubble.is-hidden{display:none}.global-monkey-fab-icon{font-size:20px;line-height:1}.global-monkey-fab-label{font-size:14px;line-height:1}.global-monkey-chat-window{position:fixed;right:20px;bottom:72px;z-index:100000;width:min(420px,calc(100vw - 24px));height:min(620px,calc(100vh - 120px));border-radius:16px;overflow:hidden;border:1px solid #d1d5db;box-shadow:0 18px 38px rgba(0,0,0,.24);background:#fff}.global-monkey-chat-header{height:46px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;background:#111827;color:#fff;font-size:14px;font-weight:700}.global-monkey-chat-close{border:none;background:transparent;color:#fff;font-size:24px;line-height:1;cursor:pointer}.global-monkey-chat-body{height:calc(100% - 46px);display:flex;flex-direction:column}.global-monkey-chat-messages{flex:1;overflow-y:auto;padding:12px;background:#f8fafc}.global-monkey-chat-msg{max-width:88%;margin-bottom:8px;padding:8px 10px;border-radius:10px;font-size:13px;line-height:1.45;white-space:pre-wrap}.global-monkey-chat-msg.is-bot{background:#fff;color:#111827;border:1px solid #e5e7eb}.global-monkey-chat-msg.is-user{margin-left:auto;background:#111827;color:#fff}.global-monkey-chat-input-row{border-top:1px solid #e5e7eb;padding:10px;display:flex;gap:8px;background:#fff}.global-monkey-chat-input{flex:1;border:1px solid #d1d5db;border-radius:8px;padding:8px 10px;font-size:13px;outline:none}.global-monkey-chat-send{border:none;border-radius:8px;padding:8px 12px;background:#111827;color:#fff;font-size:13px;font-weight:600;cursor:pointer}@media (max-width:768px){.global-monkey-fab{right:14px;bottom:14px;padding:9px 12px}.global-monkey-fab-label{font-size:13px}.global-monkey-bubble{right:14px;bottom:72px;max-width:min(270px,calc(100vw - 28px));font-size:12px;padding:9px 11px}.global-monkey-chat-window{right:10px;bottom:64px;width:calc(100vw - 20px);height:min(560px,calc(100vh - 90px))}}