/*! akm-launcher.css — 0820f */
#akm-chat-launcher{
  position:fixed; right:18px; bottom:18px; z-index:99999;
  width:56px; height:56px; border-radius:50%;
  border:none; outline:none; cursor:pointer;
  background:#22c55e; color:#fff; font-size:24px; line-height:56px;
  box-shadow:0 12px 30px rgba(0,0,0,.25);
  display:flex; align-items:center; justify-content:center;
  transition:transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
#akm-chat-launcher:hover{ transform:translateY(-1px); box-shadow:0 14px 34px rgba(0,0,0,.28); }
#akm-chat-launcher .akm-badge{
  position:absolute; top:-4px; right:-4px;
  min-width:18px; height:18px; padding:0 4px;
  background:#ef4444; color:#fff; border-radius:999px;
  font-size:11px; line-height:18px; text-align:center;
  display:none;
  box-shadow:0 0 0 2px #fff;
}
#akm-chat-launcher .akm-icon{ pointer-events:none; font-size:22px; }
#akm-chat-corner{ will-change: opacity, transform; }
