:root{
  --lm-side:right;
  --lm-offset:180px;
  --lm-button-bg:#ff2e88;
  --lm-button-text:#fff;
  --lm-button-border:#111;
  --lm-head-bg:#111;
  --lm-head-text:#fff;
  --lm-body-bg:#fff;
  --lm-accent:#ff2e88;
  --lm-popup-density:compact;
}
#lm-tg-chat-toggle{position:fixed;z-index:999999;bottom:var(--lm-offset);display:flex;align-items:center;gap:10px;padding:12px 16px;border-radius:20px;border:2px solid var(--lm-button-border);background:var(--lm-button-bg);color:var(--lm-button-text);cursor:pointer;box-shadow:0 12px 30px rgba(0,0,0,.18);font-weight:700;transition:.25s ease}
#lm-tg-chat-toggle.lm-side-right{right:20px} #lm-tg-chat-toggle.lm-side-left{left:20px}
#lm-tg-chat-toggle:hover{transform:translateY(-2px) scale(1.02)}
#lm-tg-chat-toggle .lm-icon-wrap{width:28px;height:28px;display:flex;align-items:center;justify-content:center;background:#fff;color:#111;border-radius:12px;flex:0 0 auto}
#lm-tg-chat-toggle .lm-icon-wrap svg{width:18px;height:18px;fill:#111}
#lm-tg-chat-toggle .lm-custom-icon{font-size:12px;font-weight:800}
#lm-tg-chat-toggle .lm-label{line-height:1.1;text-align:left}
#lm-tg-chat-popup{position:fixed;z-index:999998;width:340px;max-width:calc(100vw - 24px);bottom:calc(var(--lm-offset) + 74px);background:var(--lm-body-bg);border:1px solid rgba(0,0,0,.08);border-radius:22px;box-shadow:0 18px 48px rgba(0,0,0,.18);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.98);transition:.28s ease}
#lm-tg-chat-popup.lm-open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}
#lm-tg-chat-popup .lm-tg-head{padding:16px 18px;background:var(--lm-head-bg);color:var(--lm-head-text);display:flex;align-items:center;justify-content:space-between;gap:12px}
#lm-tg-chat-popup .lm-tg-head-left{display:flex;align-items:center;gap:12px}
#lm-tg-chat-popup .lm-tg-avatar{width:46px;height:46px;border-radius:16px;background:var(--lm-accent);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:800}
#lm-tg-chat-popup .lm-tg-avatar svg{width:22px;height:22px;fill:#fff}
#lm-tg-chat-popup .lm-tg-title{font-size:16px;font-weight:800}
#lm-tg-chat-popup .lm-tg-subtitle{font-size:12px;opacity:.88;margin-top:3px}
#lm-tg-close{background:transparent;border:0;color:inherit;font-size:24px;cursor:pointer;opacity:.85}
#lm-tg-chat-popup .lm-tg-body{padding:18px;background:var(--lm-body-bg)}
#lm-tg-chat-popup .lm-tg-msg{padding:14px 15px;border-radius:16px 16px 16px 6px;background:rgba(255,46,136,.06);border:1px solid rgba(255,46,136,.14);margin-bottom:14px}
#lm-tg-chat-popup .lm-tg-points{display:grid;gap:8px;margin-bottom:15px}
#lm-tg-chat-popup .lm-tg-point{display:flex;gap:10px;align-items:flex-start;font-size:13px}
#lm-tg-chat-popup .lm-tg-dot{width:9px;height:9px;border-radius:50%;background:var(--lm-accent);margin-top:5px;flex:0 0 auto}
#lm-tg-chat-popup .lm-tg-actions{display:grid;gap:10px}
#lm-tg-chat-popup .lm-tg-btn{text-decoration:none!important;padding:13px 14px;border-radius:14px;font-weight:700;text-align:center;display:block;transition:.2s ease}
#lm-tg-chat-popup .lm-tg-btn-main{background:var(--lm-accent);color:#fff!important}
#lm-tg-chat-popup .lm-tg-btn-alt{background:#111;color:#fff!important}
#lm-tg-chat-popup .lm-tg-btn-light{background:#fff;color:#111!important;border:2px solid #f3b5cf}
#lm-tg-chat-popup .lm-tg-btn:hover{transform:translateY(-2px)}
#lm-tg-chat-popup .lm-tg-note{margin-top:12px;text-align:center;font-size:12px;color:#666}
#lm-tg-chat-popup .lm-tg-avatar .lm-custom-icon{color:#fff}
#lm-tg-chat-popup .lm-custom-icon{font-size:14px;font-weight:800}
#lm-tg-chat-popup.lm-side-right{right:20px} #lm-tg-chat-popup.lm-side-left{left:20px}
@media (max-width:767px){#lm-tg-chat-toggle{bottom:84px !important;right:12px !important;left:auto !important;padding:12px 14px;border-radius:18px}#lm-tg-chat-toggle .lm-label{display:none}#lm-tg-chat-popup{right:12px !important;left:12px !important;width:auto;bottom:154px !important}}

/* compact popup */
#lm-tg-chat-popup .lm-tg-body{padding:14px}
#lm-tg-chat-popup .lm-tg-head{padding:12px 14px}
#lm-tg-chat-popup .lm-tg-msg{padding:11px 12px;margin-bottom:10px;font-size:13px;line-height:1.4}
#lm-tg-chat-popup .lm-tg-points{gap:6px;margin-bottom:10px}
#lm-tg-chat-popup .lm-tg-point{font-size:12px}
#lm-tg-chat-popup .lm-tg-btn{padding:10px 12px;border-radius:12px}
#lm-tg-chat-popup .lm-tg-note{margin-top:8px;font-size:11px}
#lm-tg-chat-popup .lm-tg-avatar{width:40px;height:40px;border-radius:14px}
#lm-tg-chat-popup .lm-tg-title{font-size:15px}
#lm-tg-chat-popup .lm-tg-subtitle{font-size:11px}
