.foxchat{position:fixed;bottom:22px;right:22px;z-index:90;font-family:Arial,Helvetica Neue,sans-serif}.foxchat[dir=rtl]{right:auto;left:22px}.fc-fab{width:58px;height:58px;border-radius:50%;border:0;background:#0757D9;color:#fff;font-size:26px;cursor:pointer;box-shadow:0 12px 30px rgba(7,87,217,.35);display:flex;align-items:center;justify-content:center;transition:.2s}.fc-fab:hover{background:#05070C;transform:translateY(-2px)}.fc-fab svg{width:26px;height:26px}.fc-panel{position:absolute;bottom:70px;right:0;width:min(92vw,380px);height:min(70vh,540px);background:#fff;border:1px solid #e4e9ef;border-radius:16px;box-shadow:0 30px 80px rgba(11,18,32,.25);display:flex;flex-direction:column;overflow:hidden}.foxchat[dir=rtl] .fc-panel{right:auto;left:0}.fc-head{display:flex;align-items:center;gap:10px;padding:14px 16px;background:#0757D9;color:#fff}.fc-head .fc-logo{width:30px;height:30px;background:#fff;border-radius:8px;padding:2px}.fc-head b{display:block;font-size:14.5px;line-height:1.2}.fc-head span{font-size:11.5px;opacity:.85}.fc-close{margin-left:auto;background:none;border:0;color:#fff;font-size:22px;cursor:pointer;line-height:1}.foxchat[dir=rtl] .fc-close{margin-left:0;margin-right:auto}.fc-body{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:10px;background:#F6F8FA}.fc-msg{max-width:85%;padding:10px 13px;font-size:13.5px;line-height:1.5;white-space:pre-wrap}.fc-msg.in{align-self:flex-start;background:#fff;border:1px solid #e4e9ef;border-radius:12px 12px 12px 4px;color:#3D4B5C}.fc-msg.out{align-self:flex-end;background:#E8F0FE;border:1px solid #c6d9fb;border-radius:12px 12px 4px 12px;color:#111827}.fc-typing{letter-spacing:3px;color:#7A8699}.fc-wa{display:block;text-align:center;padding:10px;font-size:12.5px;font-weight:700;color:#0E9F6E;border-top:1px solid #e4e9ef;background:#fff}.fc-wa:hover{background:#F0FDF6}.fc-input{display:flex;gap:8px;padding:10px;border-top:1px solid #e4e9ef;background:#fff}.fc-input input{flex:1;border:1px solid #e4e9ef;border-radius:10px;padding:11px 13px;font-size:13.5px;outline:none}.fc-input input:focus{border-color:#0757D9}.fc-input button{border:0;background:#0757D9;color:#fff;font-weight:700;font-size:13px;padding:0 18px;border-radius:10px;cursor:pointer}.fc-input button:disabled{opacity:.5}