.dm-root{position:fixed;bottom:22px;z-index:9990;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.dm-right{right:22px}.dm-left{left:22px}.dm-launcher{border:0;border-radius:999px;background:#005bff;color:#fff;min-height:54px;padding:0 18px;display:flex;align-items:center;gap:9px;box-shadow:0 12px 35px rgba(16,24,40,.22);font-weight:700;cursor:pointer}.dm-launcher-icon{font-size:21px}.dm-badge{position:absolute;right:-4px;top:-5px;background:#d92d20;color:#fff;border:2px solid #fff;border-radius:999px;min-width:22px;height:22px;padding:0 5px;font-size:11px;align-items:center;justify-content:center}.dm-badge:not([hidden]){display:flex}.dm-panel{position:absolute;bottom:68px;width:min(380px,calc(100vw - 28px));height:min(590px,calc(100vh - 110px));background:#fff;border:1px solid #e4e7ec;border-radius:22px;box-shadow:0 24px 70px rgba(16,24,40,.24);overflow:hidden;flex-direction:column}.dm-panel:not([hidden]){display:flex}.dm-right .dm-panel{right:0}.dm-left .dm-panel{left:0}.dm-head{background:#101828;color:#fff;padding:16px 18px;display:flex;align-items:center;justify-content:space-between}.dm-head b{display:block;font-size:16px}.dm-head span{display:block;margin-top:3px;font-size:12px;color:#d0d5dd}.dm-online{display:inline-block;width:7px;height:7px;background:#12b76a;border-radius:50%;margin-right:4px}.dm-close{border:0;background:transparent;color:#fff;font-size:27px;cursor:pointer}.dm-intro{margin:14px 14px 4px;padding:11px 13px;border-radius:14px;background:#f2f4f7;color:#344054;font-size:13px;line-height:1.4}.dm-messages{flex:1;overflow:auto;padding:12px 14px;display:flex;flex-direction:column;gap:9px}.dm-msg{max-width:82%;padding:9px 12px;border-radius:14px;font-size:14px;line-height:1.4;white-space:pre-wrap;overflow-wrap:anywhere}.dm-msg.visitor{align-self:flex-end;background:#005bff;color:#fff;border-bottom-right-radius:5px}.dm-msg.operator{align-self:flex-start;background:#f2f4f7;color:#101828;border-bottom-left-radius:5px}.dm-form{border-top:1px solid #eaecf0;padding:10px 12px 12px}.dm-name,.dm-phone{width:100%;box-sizing:border-box;border:0;border-bottom:1px solid #eaecf0;padding:6px 2px 9px;margin-bottom:8px;outline:none;font-size:13px}.dm-compose{display:flex;gap:8px;align-items:flex-end}.dm-text{flex:1;resize:none;border:1px solid #d0d5dd;border-radius:13px;padding:10px 11px;outline:none;font:inherit;font-size:14px;max-height:110px}.dm-compose button{width:42px;height:42px;border:0;border-radius:12px;background:#005bff;color:#fff;font-size:18px;cursor:pointer}.dm-form small{display:block;margin-top:7px;color:#98a2b3;font-size:9px;line-height:1.25}.dm-error{font-size:12px;color:#b42318;text-align:center}@media(max-width:600px){.dm-root{bottom:14px}.dm-right{right:14px}.dm-left{left:14px}.dm-launcher{min-height:50px;padding:0 14px}.dm-launcher-text{display:none}.dm-panel{position:fixed;left:10px!important;right:10px!important;bottom:10px;width:auto;height:min(650px,calc(100dvh - 20px));border-radius:20px}}

/* v48.2 — Telegram launcher and mobile UX */
.dm-telegram-link{
  position:absolute;
  right:0;
  bottom:66px;
  width:58px;
  height:58px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#2AABEE;
  box-shadow:0 12px 35px rgba(16,24,40,.22);
  text-decoration:none;
  z-index:2;
}
.dm-left .dm-telegram-link{left:0;right:auto}
.dm-telegram-link svg{width:31px;height:31px;fill:#fff;display:block}
.dm-telegram-link:active{transform:scale(.97)}

.dm-compose{align-items:stretch}
.dm-text{
  min-height:52px;
  line-height:1.35;
}
.dm-send{
  flex:0 0 56px !important;
  width:56px !important;
  height:auto !important;
  min-height:52px;
  border-radius:14px !important;
  font-size:24px !important;
  touch-action:manipulation;
  -webkit-tap-highlight-color:transparent;
}

@media(max-width:600px){
  .dm-root{
    right:14px;
    left:auto;
    bottom:14px;
  }
  .dm-left{left:14px;right:auto}

  .dm-launcher{
    min-width:58px;
    width:58px;
    height:58px;
    padding:0;
    justify-content:center;
  }
  .dm-launcher-icon{font-size:25px}
  .dm-telegram-link{
    width:58px;
    height:58px;
    bottom:70px;
  }

  .dm-panel{
    position:fixed !important;
    inset:0 !important;
    width:100vw !important;
    max-width:none !important;
    height:100dvh !important;
    max-height:none !important;
    border:0 !important;
    border-radius:0 !important;
    box-shadow:none !important;
    padding-top:env(safe-area-inset-top);
    padding-bottom:env(safe-area-inset-bottom);
    box-sizing:border-box;
    z-index:99999;
  }

  .dm-head{
    min-height:58px;
    padding:12px 16px;
    box-sizing:border-box;
  }
  .dm-close{
    width:44px;
    height:44px;
    line-height:40px;
    font-size:32px;
    padding:0;
  }

  .dm-intro{
    margin:10px 12px 2px;
    font-size:14px;
  }
  .dm-messages{
    padding:10px 12px;
  }
  .dm-form{
    padding:10px 12px calc(10px + env(safe-area-inset-bottom));
    background:#fff;
  }

  /* iOS Safari автоматически увеличивает страницу для inputs < 16px. */
  .dm-name,
  .dm-phone,
  .dm-text{
    font-size:16px !important;
  }
  .dm-name,.dm-phone{
    min-height:42px;
  }
  .dm-text{
    min-height:58px;
    max-height:120px;
    padding:12px;
  }
  .dm-send{
    flex-basis:62px !important;
    width:62px !important;
    min-height:58px;
    font-size:27px !important;
  }

  body.dm-chat-open{
    overflow:hidden !important;
    position:fixed;
    width:100%;
  }
}

/* v48.3 — privacy policy link */
.dm-form .dm-privacy a{
  color:inherit;
  text-decoration:underline;
  text-underline-offset:2px;
}
.dm-form .dm-privacy a:hover{
  text-decoration-thickness:2px;
}


/* v48.4 — one contact button, expandable choices */
.dm-actions{
  position:absolute;
  bottom:68px;
  right:0;
  display:flex;
  flex-direction:column;
  align-items:flex-end;
  gap:10px;
  z-index:5;
}
.dm-left .dm-actions{left:0;right:auto;align-items:flex-start}
.dm-actions[hidden]{display:none !important}

.dm-action{
  min-width:58px;
  height:58px;
  border:0;
  border-radius:999px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:0 18px;
  box-sizing:border-box;
  text-decoration:none;
  cursor:pointer;
  box-shadow:0 12px 35px rgba(16,24,40,.22);
  font-weight:700;
  font-size:14px;
  white-space:nowrap;
  transition:transform .15s ease, opacity .15s ease;
}
.dm-action:active{transform:scale(.97)}
.dm-action-chat{background:#20b486;color:#fff}
.dm-action-telegram{background:#2AABEE;color:#fff}
.dm-action-telegram svg{width:28px;height:28px;fill:#fff;flex:0 0 auto}
.dm-action-icon{font-size:24px;line-height:1}
.dm-action-label{display:inline-block}

.dm-root.dm-menu-open .dm-launcher-icon{font-size:0}
.dm-root.dm-menu-open .dm-launcher-icon::before{
  content:"×";
  font-size:30px;
  line-height:1;
}
.dm-root.dm-panel-open .dm-actions,
.dm-root.dm-panel-open .dm-launcher{
  display:none !important;
}
.dm-telegram-link{display:none !important}

@media(max-width:600px){
  .dm-actions{bottom:70px;gap:10px}
  .dm-action{min-width:58px;height:58px;padding:0 16px}
}
