/* LeadCore Front */
.lc-fab{position:fixed;bottom:90px;z-index:2147483647;display:flex;flex-direction:column;gap:10px;pointer-events:auto;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif}
.lc-fab-left{left:14px}
.lc-fab-right{right:14px}
@media (max-width: 768px){
  .lc-fab{bottom:86px}
  .lc-fab-left{left:12px}
  .lc-fab-right{right:12px}
}

/* container */
.lc-fab-panel{
  display:flex;flex-direction:column;gap:8px;
  padding:10px;
  border-radius:16px;
  background:rgba(255,255,255,.92);
  border:1px solid rgba(2,6,23,.08);
  box-shadow:0 12px 30px rgba(2,6,23,.12);
  backdrop-filter:saturate(180%) blur(10px);
}

.lc-fab-action{
  display:flex;align-items:center;gap:10px;
  text-decoration:none;
  padding:10px 12px;
  border-radius:14px;
  background:#fff;
  border:1px solid rgba(2,6,23,.08);
  color:#0f172a;
  font-size:14px;
  line-height:1;
  white-space:nowrap;
}
.lc-fab-action:hover{background:rgba(2,6,23,.03)}
.lc-fab-action:active{transform:translateY(1px)}

.lc-fab-ic{
  width:34px;height:34px;border-radius:12px;display:flex;align-items:center;justify-content:center;
  background:rgba(2,6,23,.06);
  flex:0 0 auto;
}
.lc-fab-ic svg{width:18px;height:18px}

.lc-fab-txt{display:flex;flex-direction:column;gap:2px}
.lc-fab-title{font-weight:600;font-size:13px}
.lc-fab-sub{font-size:12px;color:rgba(15,23,42,.65)}

/* per-action accent */
.lc-act-call .lc-fab-ic{background:rgba(34,197,94,.14)}
.lc-act-zalo .lc-fab-ic{background:rgba(59,130,246,.14)}
.lc-act-messenger .lc-fab-ic{background:rgba(147,51,234,.14)}
.lc-act-whatsapp .lc-fab-ic{background:rgba(34,197,94,.14)}
.lc-act-telegram .lc-fab-ic{background:rgba(14,165,233,.14)}
.lc-act-instagram .lc-fab-ic{background:rgba(236,72,153,.14)}
.lc-act-youtube .lc-fab-ic{background:rgba(239,68,68,.14)}
.lc-act-tiktok .lc-fab-ic{background:rgba(2,6,23,.10)}
.lc-act-viber .lc-fab-ic{background:rgba(139,92,246,.14)}
.lc-act-map .lc-fab-ic{background:rgba(245,158,11,.14)}
.lc-act-web .lc-fab-ic{background:rgba(100,116,139,.14)}
