html.lr-chat-open{overflow:hidden!important}
#lead-rescue-root,#lead-rescue-root *{box-sizing:border-box}
#lead-rescue-root{position:fixed;inset:0;z-index:2147482000;font-family:inherit;font-size:var(--lr-font);line-height:1.5;color:var(--lr-text);pointer-events:none}
#lead-rescue-root .lr-chat-overlay{position:absolute;inset:0;background:rgba(15,23,42,var(--lr-overlay));backdrop-filter:blur(3px);pointer-events:auto;animation:lrFade .16s ease both}
#lead-rescue-root .lr-chat-shell{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(var(--lr-width),calc(100vw - 28px));max-height:min(780px,calc(100vh - 28px));background:var(--lr-bg);border:1px solid var(--lr-border);border-radius:var(--lr-radius);box-shadow:0 30px 100px rgba(15,23,42,.32);display:flex;flex-direction:column;overflow:hidden;pointer-events:auto;animation:lrChatIn .22s cubic-bezier(.2,.75,.2,1) both}
#lead-rescue-root .lr-chat-head{display:flex;align-items:center;gap:11px;padding:14px 16px;border-bottom:1px solid var(--lr-border);background:var(--lr-bg)}
#lead-rescue-root .lr-chat-avatar{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;background:var(--lr-accent);color:#fff;font-weight:900;font-size:12px;letter-spacing:.03em;flex:0 0 auto;overflow:hidden}
#lead-rescue-root .lr-chat-avatar img{width:100%;height:100%;object-fit:cover;display:block}
#lead-rescue-root .lr-chat-person{display:flex;flex-direction:column;min-width:0;flex:1}
#lead-rescue-root .lr-chat-person strong{font-size:.96em;color:var(--lr-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
#lead-rescue-root .lr-chat-person span{font-size:.76em;color:var(--lr-muted);display:flex;align-items:center;gap:6px}
#lead-rescue-root .lr-chat-person i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#10b981;box-shadow:0 0 0 3px rgba(16,185,129,.1)}
#lead-rescue-root .lr-close{appearance:none;border:0;background:transparent;color:var(--lr-muted);font-size:27px;line-height:1;cursor:pointer;width:36px;height:36px;border-radius:10px;display:grid;place-items:center}
#lead-rescue-root .lr-close:hover{background:#f1f5f9;color:var(--lr-text)}
#lead-rescue-root .lr-chat-thread{padding:20px 17px 13px;overflow:auto;min-height:300px;max-height:500px;scroll-behavior:smooth;background:var(--lr-bg);overscroll-behavior:contain}
#lead-rescue-root .lr-msg-row{display:flex;margin:0 0 12px;animation:lrMsgIn .16s ease both}
#lead-rescue-root .lr-msg-assistant{justify-content:flex-start;padding-right:48px}
#lead-rescue-root .lr-msg-user{justify-content:flex-end;padding-left:48px}
#lead-rescue-root .lr-msg-bubble{max-width:90%;padding:11px 13px;border-radius:17px;font-size:.94em;line-height:1.5;white-space:pre-wrap;word-break:break-word}
#lead-rescue-root .lr-msg-assistant .lr-msg-bubble{background:var(--lr-assistant);border:1px solid var(--lr-border);border-bottom-left-radius:5px;color:var(--lr-text)}
#lead-rescue-root .lr-msg-user .lr-msg-bubble{background:var(--lr-user);color:#fff;border-bottom-right-radius:5px}
#lead-rescue-root .lr-chat-actions{border-top:1px solid var(--lr-border);padding:11px 14px 14px;background:var(--lr-bg)}
#lead-rescue-root .lr-composer-label{font-size:.78em;color:var(--lr-muted);font-weight:700;margin:0 0 7px}
#lead-rescue-root .lr-composer{display:grid;grid-template-columns:1fr 42px;gap:8px;align-items:end;border:1px solid var(--lr-border);background:#fff;border-radius:16px;padding:7px 7px 7px 11px;box-shadow:0 1px 2px rgba(15,23,42,.03)}
#lead-rescue-root .lr-composer:focus-within{border-color:var(--lr-accent);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
#lead-rescue-root .lr-composer textarea{width:100%;resize:none;min-height:44px;max-height:140px;border:0!important;box-shadow:none!important;padding:9px 4px;background:transparent;color:var(--lr-text);font:inherit;outline:none;line-height:1.45}
#lead-rescue-root .lr-send{appearance:none;border:0;width:40px;height:40px;border-radius:12px;background:var(--lr-accent);color:#fff;cursor:pointer;font-size:22px;line-height:1;display:grid;place-items:center;font-weight:800}
#lead-rescue-root .lr-suggestion-chips,#lead-rescue-root .lr-quick-replies{display:flex;flex-wrap:wrap;gap:7px;margin-top:9px}
#lead-rescue-root .lr-suggestion-chips button,#lead-rescue-root .lr-quick-replies button{appearance:none;border:1px solid var(--lr-border);background:#fff;color:var(--lr-text);border-radius:999px;padding:8px 11px;cursor:pointer;font:inherit;font-weight:700;font-size:.81em;transition:.14s ease}
#lead-rescue-root .lr-suggestion-chips button:hover,#lead-rescue-root .lr-quick-replies button:hover{border-color:var(--lr-accent);color:var(--lr-accent);transform:translateY(-1px)}
#lead-rescue-root .lr-inline-error,#lead-rescue-root .lr-form-error{color:#b91c1c;font-size:.78em;margin-top:7px}
#lead-rescue-root .lr-typing-row{padding-right:70px}
#lead-rescue-root .lr-typing{display:flex;gap:4px;align-items:center;padding:10px 13px;background:var(--lr-assistant);border:1px solid var(--lr-border);border-radius:16px;border-bottom-left-radius:5px}
#lead-rescue-root .lr-typing i{width:6px;height:6px;border-radius:50%;background:var(--lr-muted);animation:lrDot 1s infinite ease-in-out}
#lead-rescue-root .lr-typing i:nth-child(2){animation-delay:.12s}#lead-rescue-root .lr-typing i:nth-child(3){animation-delay:.24s}
#lead-rescue-root .lr-contact-card{background:#fff;border:1px solid var(--lr-border);border-radius:15px;padding:14px}
#lead-rescue-root .lr-contact-card>strong{display:block;font-size:1em;margin-bottom:3px;color:var(--lr-text)}
#lead-rescue-root .lr-contact-card>p{margin:0 0 10px;color:var(--lr-muted);font-size:.86em}
#lead-rescue-root .lr-contact-card label{display:block;font-size:.81em;font-weight:700;color:var(--lr-text);margin:9px 0}
#lead-rescue-root .lr-contact-card input:not([type=checkbox]){display:block;width:100%;margin-top:5px;border:1px solid var(--lr-border);border-radius:11px;padding:10px 11px;background:#fff;color:var(--lr-text);font:inherit;outline:none}
#lead-rescue-root .lr-contact-card input:focus{border-color:var(--lr-accent);box-shadow:0 0 0 3px rgba(37,99,235,.1)}
#lead-rescue-root .lr-consent{display:flex!important;align-items:flex-start;gap:8px;font-size:.73em!important;font-weight:400!important;color:var(--lr-muted)!important}
#lead-rescue-root .lr-consent input{margin:3px 0 0!important;flex:0 0 auto}
#lead-rescue-root .lr-chat-primary{appearance:none;border:0;background:var(--lr-accent);color:#fff;border-radius:12px;padding:11px 14px;cursor:pointer;font:inherit;font-weight:800;width:100%;margin-top:6px}
#lead-rescue-root .lr-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;opacity:0!important;pointer-events:none!important}
@keyframes lrFade{from{opacity:0}to{opacity:1}}@keyframes lrChatIn{from{opacity:0;transform:translate(-50%,-47%) scale(.985)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes lrMsgIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:none}}@keyframes lrDot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-3px);opacity:1}}
#lr-debug{position:fixed;left:12px;bottom:12px;z-index:2147483640;background:#0f172a;color:#fff;border-radius:13px;padding:12px;width:min(430px,calc(100vw - 24px));font:12px/1.4 ui-monospace,SFMono-Regular,Menlo,monospace;box-shadow:0 18px 55px rgba(0,0,0,.3)}
#lr-debug .lr-debug-head{display:flex;justify-content:space-between;gap:10px;margin-bottom:5px}#lr-debug .lr-debug-head span{opacity:.55}#lr-debug .lr-debug-runtime{font-weight:900;color:#86efac;margin-bottom:4px}#lr-debug .lr-debug-score{color:#93c5fd;margin-bottom:5px}#lr-debug .lr-debug-signals{display:flex;gap:4px;flex-wrap:wrap;max-height:74px;overflow:auto;margin-top:6px}#lr-debug .lr-debug-signals span{background:#1e293b;padding:2px 5px;border-radius:5px}#lr-debug .lr-debug-errors{margin-top:6px;padding:6px;background:#450a0a;color:#fecaca;border-radius:6px;max-height:78px;overflow:auto}#lr-debug .lr-debug-buttons{display:flex;gap:6px;margin-top:8px}#lr-debug button{border:1px solid #334155;background:#1e293b;color:#fff;border-radius:7px;padding:5px 7px;cursor:pointer;font:inherit}
@media(max-width:650px){#lead-rescue-root .lr-chat-shell{width:calc(100vw - 12px);max-height:calc(100vh - 12px);border-radius:min(var(--lr-radius),18px)}#lead-rescue-root .lr-chat-thread{min-height:260px;max-height:calc(100vh - 250px);padding:15px 12px 10px}#lead-rescue-root .lr-chat-head{padding:11px 12px}#lead-rescue-root .lr-chat-actions{padding:9px 10px 11px}#lead-rescue-root .lr-msg-assistant{padding-right:24px}#lead-rescue-root .lr-msg-user{padding-left:24px}#lead-rescue-root .lr-msg-bubble{max-width:95%;font-size:.92em}#lead-rescue-root .lr-suggestion-chips button,#lead-rescue-root .lr-quick-replies button{font-size:.78em;padding:7px 9px}#lr-debug{left:6px;bottom:6px;width:calc(100vw - 12px)}}
#lead-rescue-root .lr-quick-replies{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
#lead-rescue-root .lr-quick-replies button{border-radius:12px;text-align:left;line-height:1.3;min-height:42px}
#lead-rescue-root .lr-quick-replies .lr-service-choice{font-size:.85em;padding:10px 12px;background:#fff}
#lead-rescue-root .lr-quick-replies .lr-context-choice{border-color:var(--lr-accent);box-shadow:0 0 0 2px rgba(37,99,235,.08)}
#lead-rescue-root .lr-quick-replies .lr-other-choice,#lead-rescue-root .lr-quick-replies .lr-custom-choice{grid-column:1/-1;border-style:dashed;background:color-mix(in srgb,var(--lr-assistant) 45%,#fff)}
#lead-rescue-root .lr-quick-replies .lr-answer-choice{font-weight:650}
@media(max-width:650px){#lead-rescue-root .lr-quick-replies{grid-template-columns:1fr}#lead-rescue-root .lr-quick-replies .lr-other-choice,#lead-rescue-root .lr-quick-replies .lr-custom-choice{grid-column:auto}}
#lead-rescue-root .lr-question-progress{font-size:.72em;color:var(--lr-muted);font-weight:800;letter-spacing:.02em;margin:0 0 7px;padding-left:2px}
#lead-rescue-root .lr-contact-summary{display:inline-flex;align-items:center;background:color-mix(in srgb,var(--lr-accent) 8%,#fff);color:var(--lr-accent);border:1px solid color-mix(in srgb,var(--lr-accent) 20%,var(--lr-border));border-radius:999px;padding:5px 9px;font-size:.72em;font-weight:800;margin-bottom:9px}


/* 0.8.0: long contact forms keep the submit CTA visible */
#lead-rescue-root .lr-chat-shell{height:min(780px,calc(100dvh - 28px));max-height:min(780px,calc(100dvh - 28px))}
#lead-rescue-root .lr-chat-head{flex:0 0 auto}
#lead-rescue-root .lr-chat-thread{flex:1 1 auto;min-height:120px;max-height:none}
#lead-rescue-root .lr-chat-actions{flex:0 1 auto;min-height:0;max-height:min(58dvh,520px);overflow:hidden}
#lead-rescue-root .lr-chat-actions.lr-contact-mode{padding:10px 12px 12px;display:flex;min-height:220px;max-height:min(62dvh,560px)}
#lead-rescue-root .lr-contact-card{padding:0;display:flex;flex:1 1 auto;min-height:0;max-height:100%;overflow:hidden;flex-direction:column}
#lead-rescue-root .lr-contact-scroll{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:14px 14px 8px;scrollbar-gutter:stable}
#lead-rescue-root .lr-contact-scroll>strong{display:block;font-size:1em;margin-bottom:3px;color:var(--lr-text)}
#lead-rescue-root .lr-contact-scroll>p{margin:0 0 10px;color:var(--lr-muted);font-size:.86em}
#lead-rescue-root .lr-contact-footer{flex:0 0 auto;padding:10px 14px 13px;background:var(--lr-bg);border-top:1px solid var(--lr-border);box-shadow:0 -10px 24px rgba(15,23,42,.05);position:relative;z-index:2}
#lead-rescue-root .lr-contact-footer .lr-chat-primary{margin-top:4px;min-height:46px}
#lead-rescue-root .lr-contact-footer .lr-form-error:empty{display:none}
#lead-rescue-root .lr-contact-footer .lr-form-error{margin:0 0 7px}
@media(max-width:650px){
  #lead-rescue-root .lr-chat-shell{top:6px;bottom:6px;transform:translateX(-50%);height:auto;max-height:none;width:calc(100vw - 12px)}
  #lead-rescue-root .lr-chat-thread{min-height:90px;max-height:none}
  #lead-rescue-root .lr-chat-actions{max-height:60dvh}
  #lead-rescue-root .lr-chat-actions.lr-contact-mode{min-height:260px;max-height:68dvh;padding:8px}
  #lead-rescue-root .lr-contact-scroll{padding:12px 10px 8px}
  #lead-rescue-root .lr-contact-footer{padding:9px 10px calc(9px + env(safe-area-inset-bottom))}
}

/* 0.8.0: formularz dostaje większość wysokości po zakończeniu rozmowy */
#lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-thread{
  flex:0 0 clamp(92px,15dvh,138px);
  min-height:92px;
  max-height:138px;
  padding-top:10px;
  padding-bottom:8px;
  border-bottom:1px solid var(--lr-border);
}
#lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-actions{
  flex:1 1 auto;
  min-height:0;
  max-height:none;
}
#lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-actions.lr-contact-mode{
  flex:1 1 auto;
  min-height:0;
  max-height:none;
}
#lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-contact-card{height:100%}
#lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-contact-scroll{flex:1 1 auto}
@media(max-width:650px){
  #lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-thread{
    flex-basis:88px;
    min-height:88px;
    max-height:100px;
    padding-top:8px;
    padding-bottom:6px;
  }
  #lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-actions.lr-contact-mode{
    max-height:none;
    min-height:0;
  }
}

/* 0.8.2: minimalizacja, launcher i pełny viewport mobilny */
#lead-rescue-root .lr-chat-head-actions{display:flex;align-items:center;gap:3px;flex:0 0 auto}
#lead-rescue-root .lr-minimize,#lead-rescue-root .lr-close{appearance:none;border:0;background:transparent;color:var(--lr-muted);font:inherit;line-height:1;cursor:pointer;width:36px;height:36px;border-radius:10px;display:grid;place-items:center;transition:background .14s ease,color .14s ease,transform .14s ease}
#lead-rescue-root .lr-minimize{font-size:24px;font-weight:700;padding-bottom:8px}
#lead-rescue-root .lr-close{font-size:27px}
#lead-rescue-root .lr-minimize:hover,#lead-rescue-root .lr-close:hover{background:#f1f5f9;color:var(--lr-text)}
#lead-rescue-root .lr-minimize:active,#lead-rescue-root .lr-close:active{transform:scale(.94)}

#lead-rescue-root .lr-launcher{display:none;position:fixed;z-index:2147483000;width:60px;height:60px;border:0;border-radius:999px;background:var(--lr-accent);color:#fff;box-shadow:0 16px 44px rgba(15,23,42,.28),0 0 0 1px rgba(255,255,255,.24) inset;cursor:pointer;pointer-events:auto;place-items:center;padding:0;transition:transform .16s ease,box-shadow .16s ease}
#lead-rescue-root.lr-is-minimized .lr-chat-overlay,#lead-rescue-root.lr-is-minimized .lr-chat-shell{display:none!important}
#lead-rescue-root.lr-is-minimized .lr-launcher{display:grid}
#lead-rescue-root .lr-launcher:hover{transform:scale(1.05);box-shadow:0 18px 52px rgba(15,23,42,.34),0 0 0 1px rgba(255,255,255,.28) inset}
#lead-rescue-root .lr-launcher-icon{width:29px;height:29px;display:grid;place-items:center;animation:lrLauncherFloat 3s ease-in-out infinite}
#lead-rescue-root .lr-launcher-icon svg{width:100%;height:100%;display:block}
#lead-rescue-root .lr-launcher-dot{position:absolute;right:3px;top:4px;width:13px;height:13px;border-radius:50%;background:#10b981;border:3px solid #fff;box-shadow:0 2px 8px rgba(15,23,42,.18)}
#lead-rescue-root .lr-launcher-pos-bottom-right{right:18px;bottom:18px}
#lead-rescue-root .lr-launcher-pos-bottom-left{left:18px;bottom:18px}
#lead-rescue-root .lr-launcher-pos-top-right{right:18px;top:18px}
#lead-rescue-root .lr-launcher-pos-top-left{left:18px;top:18px}
#lead-rescue-root .lr-launcher-pos-right-center{right:18px;top:50%;transform:translateY(-50%)}
#lead-rescue-root .lr-launcher-pos-left-center{left:18px;top:50%;transform:translateY(-50%)}
#lead-rescue-root .lr-launcher-pos-right-center:hover,#lead-rescue-root .lr-launcher-pos-left-center:hover{transform:translateY(-50%) scale(1.05)}
@keyframes lrLauncherFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-3px)}}
@keyframes lrChatInMobile{from{opacity:0;transform:scale(.985)}to{opacity:1;transform:scale(1)}}

@media(max-width:650px){
  #lead-rescue-root{height:100dvh;max-height:100dvh}
  #lead-rescue-root .lr-chat-shell{
    position:fixed;
    left:max(6px,env(safe-area-inset-left));
    right:max(6px,env(safe-area-inset-right));
    top:max(6px,env(safe-area-inset-top));
    bottom:max(6px,env(safe-area-inset-bottom));
    width:auto;
    height:auto;
    min-height:0;
    max-height:none;
    transform:none;
    border-radius:min(var(--lr-radius),18px);
    animation:lrChatInMobile .2s cubic-bezier(.2,.75,.2,1) both;
  }
  #lead-rescue-root .lr-chat-head{padding:9px 10px;gap:9px}
  #lead-rescue-root .lr-chat-avatar{width:36px;height:36px}
  #lead-rescue-root .lr-minimize,#lead-rescue-root .lr-close{width:34px;height:34px}
  #lead-rescue-root .lr-chat-thread{flex:1 1 auto;min-height:0;max-height:none;padding:12px 10px 8px}
  #lead-rescue-root .lr-chat-actions{flex:0 1 auto;min-height:0;max-height:44dvh;overflow-y:auto;padding:8px 9px calc(9px + env(safe-area-inset-bottom))}
  #lead-rescue-root .lr-chat-actions.lr-contact-mode{flex:1 1 auto;min-height:0;max-height:none;overflow:hidden;padding:7px}
  #lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-thread{flex:0 0 82px;min-height:72px;max-height:90px;padding:7px 9px 5px}
  #lead-rescue-root .lr-chat-shell.lr-phase-contact .lr-chat-actions.lr-contact-mode{flex:1 1 auto;min-height:0;max-height:none}
  #lead-rescue-root .lr-contact-scroll{padding:10px 9px 7px}
  #lead-rescue-root .lr-contact-footer{padding:8px 9px calc(8px + env(safe-area-inset-bottom))}
  #lead-rescue-root .lr-launcher{width:56px;height:56px}
  #lead-rescue-root .lr-launcher-pos-bottom-right{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom))}
  #lead-rescue-root .lr-launcher-pos-bottom-left{left:max(12px,env(safe-area-inset-left));bottom:max(12px,env(safe-area-inset-bottom))}
  #lead-rescue-root .lr-launcher-pos-top-right{right:max(12px,env(safe-area-inset-right));top:max(12px,env(safe-area-inset-top))}
  #lead-rescue-root .lr-launcher-pos-top-left{left:max(12px,env(safe-area-inset-left));top:max(12px,env(safe-area-inset-top))}
  #lead-rescue-root .lr-launcher-pos-right-center{right:max(12px,env(safe-area-inset-right))}
  #lead-rescue-root .lr-launcher-pos-left-center{left:max(12px,env(safe-area-inset-left))}
}
@media(prefers-reduced-motion:reduce){#lead-rescue-root .lr-launcher-icon{animation:none}}

/* 0.8.3: trwała minimalizacja, poprawne pozycjonowanie i animacja przejścia */
#lead-rescue-root .lr-launcher-pos-bottom-right{right:18px;bottom:18px;left:auto;top:auto}
#lead-rescue-root .lr-launcher-pos-bottom-left{left:18px;bottom:18px;right:auto;top:auto}
#lead-rescue-root .lr-launcher-pos-top-right{right:18px;top:18px;left:auto;bottom:auto}
#lead-rescue-root .lr-launcher-pos-top-left{left:18px;top:18px;right:auto;bottom:auto}
#lead-rescue-root .lr-launcher-pos-right-center{right:18px;top:50%;left:auto;bottom:auto;transform:translateY(-50%)}
#lead-rescue-root .lr-launcher-pos-left-center{left:18px;top:50%;right:auto;bottom:auto;transform:translateY(-50%)}

#lead-rescue-root .lr-launcher-hint{position:absolute;display:block;white-space:nowrap;background:#0f172a;color:#fff;border-radius:10px;padding:8px 10px;font-size:12px;font-weight:800;line-height:1;box-shadow:0 10px 28px rgba(15,23,42,.24);opacity:0;visibility:hidden;pointer-events:none;top:50%;transform:translateY(-50%);z-index:-1}
#lead-rescue-root .lr-launcher-pos-bottom-right .lr-launcher-hint,#lead-rescue-root .lr-launcher-pos-top-right .lr-launcher-hint,#lead-rescue-root .lr-launcher-pos-right-center .lr-launcher-hint{right:calc(100% + 12px)}
#lead-rescue-root .lr-launcher-pos-bottom-left .lr-launcher-hint,#lead-rescue-root .lr-launcher-pos-top-left .lr-launcher-hint,#lead-rescue-root .lr-launcher-pos-left-center .lr-launcher-hint{left:calc(100% + 12px)}
#lead-rescue-root.lr-launcher-attention .lr-launcher-hint{visibility:visible;animation:lrLauncherHint 3.2s ease both}
#lead-rescue-root.lr-launcher-attention .lr-launcher-icon{animation:lrLauncherAttentionIcon .72s cubic-bezier(.2,.8,.2,1) 2}
#lead-rescue-root.lr-launcher-attention .lr-launcher:before{content:"";position:absolute;inset:-5px;border-radius:999px;border:2px solid color-mix(in srgb,var(--lr-accent) 62%,#fff);pointer-events:none;animation:lrLauncherRing 1.15s ease-out 2}

#lead-rescue-root.lr-minimizing .lr-chat-overlay{animation:lrFadeOut .22s ease both}
#lead-rescue-root.lr-minimizing .lr-chat-shell{animation:lrChatMinimizeDesktop .22s cubic-bezier(.4,0,.7,.2) both}
#lead-rescue-root.lr-minimize-to-bottom-right .lr-chat-shell{transform-origin:100% 100%}
#lead-rescue-root.lr-minimize-to-bottom-left .lr-chat-shell{transform-origin:0 100%}
#lead-rescue-root.lr-minimize-to-top-right .lr-chat-shell{transform-origin:100% 0}
#lead-rescue-root.lr-minimize-to-top-left .lr-chat-shell{transform-origin:0 0}
#lead-rescue-root.lr-minimize-to-right-center .lr-chat-shell{transform-origin:100% 50%}
#lead-rescue-root.lr-minimize-to-left-center .lr-chat-shell{transform-origin:0 50%}

@keyframes lrFadeOut{from{opacity:1}to{opacity:0}}
@keyframes lrChatMinimizeDesktop{from{opacity:1;transform:translate(-50%,-50%) scale(1)}to{opacity:0;transform:translate(-50%,-50%) scale(.72)}}
@keyframes lrLauncherHint{0%{opacity:0;transform:translateY(-50%) scale(.94)}10%,78%{opacity:1;transform:translateY(-50%) scale(1)}100%{opacity:0;transform:translateY(-50%) scale(.98)}}
@keyframes lrLauncherAttentionIcon{0%{transform:translateY(0) scale(1)}45%{transform:translateY(-3px) scale(1.16)}100%{transform:translateY(0) scale(1)}}
@keyframes lrLauncherRing{0%{opacity:.75;transform:scale(.78)}100%{opacity:0;transform:scale(1.32)}}

@media(max-width:650px){
  #lead-rescue-root .lr-launcher-pos-bottom-right{right:max(12px,env(safe-area-inset-right));bottom:max(12px,env(safe-area-inset-bottom));left:auto;top:auto}
  #lead-rescue-root .lr-launcher-pos-bottom-left{left:max(12px,env(safe-area-inset-left));bottom:max(12px,env(safe-area-inset-bottom));right:auto;top:auto}
  #lead-rescue-root .lr-launcher-pos-top-right{right:max(12px,env(safe-area-inset-right));top:max(12px,env(safe-area-inset-top));left:auto;bottom:auto}
  #lead-rescue-root .lr-launcher-pos-top-left{left:max(12px,env(safe-area-inset-left));top:max(12px,env(safe-area-inset-top));right:auto;bottom:auto}
  #lead-rescue-root .lr-launcher-pos-right-center{right:max(12px,env(safe-area-inset-right));left:auto;bottom:auto}
  #lead-rescue-root .lr-launcher-pos-left-center{left:max(12px,env(safe-area-inset-left));right:auto;bottom:auto}
  #lead-rescue-root.lr-minimizing .lr-chat-shell{animation:lrChatMinimizeMobile .22s cubic-bezier(.4,0,.7,.2) both}
  #lead-rescue-root .lr-launcher-hint{font-size:11px;padding:7px 9px;max-width:170px}
}
@keyframes lrChatMinimizeMobile{from{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.76)}}
@media(prefers-reduced-motion:reduce){#lead-rescue-root.lr-minimizing .lr-chat-shell,#lead-rescue-root.lr-minimizing .lr-chat-overlay,#lead-rescue-root.lr-launcher-attention .lr-launcher-icon,#lead-rescue-root.lr-launcher-attention .lr-launcher:before,#lead-rescue-root.lr-launcher-attention .lr-launcher-hint{animation:none!important}}

/* 0.9 success actions */
#lead-rescue-root a.lr-chat-primary{text-decoration:none;text-align:center;display:block;box-sizing:border-box}
#lead-rescue-root .lr-chat-secondary{appearance:none;border:1px solid var(--lr-border);background:#fff;color:var(--lr-text);border-radius:12px;padding:10px 14px;cursor:pointer;font:inherit;font-weight:800;width:100%;margin-top:7px}

/* 1.0 RC — optional Cloudflare Turnstile */
#lead-rescue-root .lr-turnstile-wrap{margin:10px 0 4px;min-height:65px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden}
#lead-rescue-root .lr-turnstile-status{min-height:18px;margin:3px 0 0;color:#b91c1c;font-size:11px;line-height:1.35}
@media(max-width:390px){#lead-rescue-root .lr-turnstile-wrap{transform-origin:left top;max-width:100%;overflow-x:auto}}
