.he-chatbot{position:fixed;right:22px;bottom:22px;z-index:2147483000;font-family:inherit}.he-chatbot *{box-sizing:border-box}.he-chatbot__bubble{position:relative;min-width:172px;min-height:62px;border:0;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:12px 20px;background:linear-gradient(135deg,#07142a,#003b95);color:#fff;font-weight:1000;cursor:pointer;box-shadow:0 24px 60px #003b9547;isolation:isolate}.he-chatbot__pulse{position:absolute;top:-7px;right:-7px;bottom:-7px;left:-7px;border-radius:999px;background:#facc1533;z-index:-1;animation:heChatPulse 1.8s infinite}@keyframes heChatPulse{0%{transform:scale(.98);opacity:.8}70%{transform:scale(1.08);opacity:0}to{opacity:0}}.he-chatbot__bubble-icon{width:40px;height:40px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#facc15,#f59e0b);color:#07142a;font-size:22px}.he-chatbot__panel{position:absolute;right:0;bottom:78px;width:min(430px,calc(100vw - 28px));height:min(690px,calc(100vh - 110px));display:flex;flex-direction:column;background:#fff;color:#07142a;border:1px solid rgba(226,232,240,.95);border-radius:28px;overflow:hidden;box-shadow:0 34px 100px #0208173d;transform:translateY(18px) scale(.96);opacity:0;visibility:hidden;pointer-events:none;transition:.22s ease}.he-chatbot.is-open .he-chatbot__panel{transform:translateY(0) scale(1);opacity:1;visibility:visible;pointer-events:auto}.he-chatbot__header{padding:18px;background:radial-gradient(circle at 10% 0%,rgba(250,204,21,.18),transparent 34%),linear-gradient(135deg,#020817,#07142a 64%,#003b95);color:#fff;display:flex;align-items:center;justify-content:space-between;gap:12px}.he-chatbot__brand{display:flex;align-items:center;gap:12px;min-width:0}.he-chatbot__logo{width:48px;height:48px;min-width:48px;border-radius:16px;background:linear-gradient(135deg,#facc15,#f59e0b);color:#07142a;display:flex;align-items:center;justify-content:center;font-weight:1000}.he-chatbot__brand strong{display:block;font-size:15px;line-height:1.15;color:#fff}.he-chatbot__brand span{display:block;color:#dbeafe;font-size:12px;line-height:1.25;margin-top:3px}.he-chatbot__header-actions{display:flex;gap:6px}.he-chatbot__voice,.he-chatbot__close{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;color:#fff;cursor:pointer;font-weight:1000}.he-chatbot__voice.is-on{background:#facc15;color:#07142a}.he-chatbot__close{font-size:24px;line-height:1}.he-chatbot__notice{padding:10px 16px;background:#fffbeb;color:#92400e;border-bottom:1px solid #fde68a;font-size:12px;font-weight:850;text-align:center}.he-chatbot__messages{flex:1;overflow-y:auto;padding:16px;background:linear-gradient(rgba(15,23,42,.028) 1px,transparent 1px),#f8fafc;background-size:28px 28px;scroll-behavior:smooth}.he-chatbot__msg{display:flex;margin:0 0 12px}.he-chatbot__msg--bot{justify-content:flex-start}.he-chatbot__msg--user{justify-content:flex-end}.he-chatbot__bubble-msg{max-width:88%;padding:12px 14px;border-radius:18px;font-size:14px;line-height:1.52;box-shadow:0 10px 28px #0f172a14;white-space:pre-wrap}.he-chatbot__msg--bot .he-chatbot__bubble-msg{background:#fff;border:1px solid #e5e7eb;color:#07142a;border-bottom-left-radius:6px}.he-chatbot__msg--user .he-chatbot__bubble-msg{background:#003b95;color:#fff;border-bottom-right-radius:6px}.he-chatbot__lead-card{display:grid;gap:8px;margin-top:10px}.he-chatbot__lead-card a{min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;text-decoration:none;font-weight:1000}.he-chatbot__lead-card a:nth-child(1){background:#facc15;color:#07142a}.he-chatbot__lead-card a:nth-child(2){background:#07142a;color:#fff}.he-chatbot__lead-card a:nth-child(3){background:#eff6ff;color:#003b95}.he-chatbot__quick{display:flex;gap:8px;padding:12px 14px;overflow-x:auto;background:#fff;border-top:1px solid #e5e7eb}.he-chatbot__quick button{flex:0 0 auto;min-height:36px;padding:8px 12px;border-radius:999px;border:1px solid #dbeafe;background:#eff6ff;color:#003b95;font-weight:900;cursor:pointer;font-size:12px;white-space:nowrap}.he-chatbot__form{display:grid;grid-template-columns:42px 1fr auto;gap:8px;padding:12px 14px;border-top:1px solid #e5e7eb;background:#fff}.he-chatbot__mic,.he-chatbot__send{min-height:44px;border:0;border-radius:14px;cursor:pointer;font-weight:1000}.he-chatbot__mic{background:#eff6ff;color:#003b95}.he-chatbot__mic.is-listening{background:#fee2e2;color:#991b1b}.he-chatbot__input{width:100%;min-height:44px;border:1px solid #dbeafe;border-radius:14px;padding:10px 12px;outline:0;font:inherit;color:#07142a;background:#f8fafc}.he-chatbot__input:focus{border-color:#003b95;box-shadow:0 0 0 3px #003b951a}.he-chatbot__send{background:#facc15;color:#07142a;padding:0 14px}.he-chatbot__footer{display:grid;grid-template-columns:1fr 1fr 1fr;border-top:1px solid #e5e7eb;background:#07142a}.he-chatbot__footer a{min-height:42px;display:flex;align-items:center;justify-content:center;color:#fff!important;font-size:12px;font-weight:1000;text-decoration:none!important;border-right:1px solid rgba(255,255,255,.12)}.he-chatbot__footer a:last-child{border-right:0}.he-chatbot__typing{display:inline-flex;gap:4px;align-items:center}.he-chatbot__typing span{width:6px;height:6px;background:#94a3b8;border-radius:50%;animation:heTyping 1s infinite}.he-chatbot__typing span:nth-child(2){animation-delay:.15s}.he-chatbot__typing span:nth-child(3){animation-delay:.3s}@keyframes heTyping{0%,80%,to{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}@media(max-width:640px){.he-chatbot{right:12px;bottom:12px}.he-chatbot__bubble{min-width:62px;width:62px;height:62px;padding:0}.he-chatbot__bubble-text{display:none}.he-chatbot__panel{position:fixed;left:10px;right:10px;bottom:84px;width:auto;height:min(690px,calc(100dvh - 105px));border-radius:24px}.he-chatbot__brand span{display:none}.he-chatbot__footer{grid-template-columns:1fr}.he-chatbot__footer a{min-height:38px;border-right:0;border-bottom:1px solid rgba(255,255,255,.12)}.he-chatbot__footer a:last-child{border-bottom:0}}.he-chatbot__bubble{background:linear-gradient(135deg,#07142a,#003b95 62%,#0b66ff)!important}.he-chatbot__bubble-icon{box-shadow:0 10px 22px #facc1547}.he-chatbot__panel{border:1px solid rgba(219,234,254,.95)!important}.he-chatbot__quick{scrollbar-width:thin}.he-chatbot__quick button{border-color:#bfdbfe!important;background:linear-gradient(180deg,#eff6ff,#fff)!important}.he-chatbot__quick button:nth-child(2),.he-chatbot__quick button:nth-child(3),.he-chatbot__quick button:nth-child(4),.he-chatbot__quick button:nth-child(5){background:#fffbeb!important;border-color:#fde68a!important;color:#92400e!important}.he-chatbot__bubble-msg strong{color:inherit;font-weight:1000}.he-chatbot__msg--bot .he-chatbot__bubble-msg strong{color:#003b95}.he-chatbot__lead-card a{transition:transform .15s ease,box-shadow .15s ease}.he-chatbot__lead-card a:hover{transform:translateY(-1px);box-shadow:0 10px 24px #0f172a1a}@media(max-width:640px){.he-chatbot{right:14px!important;bottom:calc(18px + env(safe-area-inset-bottom))!important}.he-chatbot__bubble{width:66px!important;height:66px!important;min-width:66px!important;border-radius:50%!important;box-shadow:0 22px 54px #003b9557!important}.he-chatbot__bubble-icon{width:46px!important;height:46px!important;font-size:24px!important}.he-chatbot__panel{left:8px!important;right:8px!important;bottom:calc(92px + env(safe-area-inset-bottom))!important;height:min(720px,calc(100dvh - 118px))!important;border-radius:22px!important}.he-chatbot__header{padding:16px!important}.he-chatbot__brand strong{font-size:14px!important}.he-chatbot__messages{padding:14px!important}.he-chatbot__bubble-msg{max-width:92%!important;font-size:14px!important}.he-chatbot__quick{padding:10px 12px!important}.he-chatbot__quick button{min-height:40px!important;font-size:12px!important}.he-chatbot__form{grid-template-columns:42px 1fr 74px!important;padding:10px 12px!important}.he-chatbot__send{font-size:12px!important;padding:0 10px!important}}@media(max-width:640px){.he-chatbot{right:12px!important;bottom:calc(16px + env(safe-area-inset-bottom))!important}.he-chatbot__bubble{width:58px!important;height:58px!important;min-width:58px!important}.he-chatbot__bubble-icon{width:40px!important;height:40px!important;font-size:21px!important}.he-chatbot__panel{left:auto!important;right:10px!important;bottom:calc(82px + env(safe-area-inset-bottom))!important;width:min(360px,calc(100vw - 26px))!important;max-width:360px!important;height:min(560px,calc(100dvh - 145px))!important;max-height:560px!important;border-radius:20px!important}.he-chatbot__header{padding:13px 14px!important}.he-chatbot__avatar{width:38px!important;height:38px!important;min-width:38px!important}.he-chatbot__brand strong{font-size:13px!important}.he-chatbot__brand span{font-size:11px!important}.he-chatbot__messages{padding:12px!important;gap:9px!important}.he-chatbot__bubble-msg{max-width:90%!important;font-size:13px!important;line-height:1.45!important;padding:10px 12px!important}.he-chatbot__quick{padding:8px 10px!important;gap:7px!important}.he-chatbot__quick button{min-height:34px!important;padding:7px 10px!important;font-size:11px!important}.he-chatbot__form{grid-template-columns:38px 1fr 66px!important;gap:7px!important;padding:9px 10px!important}.he-chatbot__input{min-height:40px!important;font-size:13px!important;padding:9px 10px!important}.he-chatbot__send{min-height:40px!important;font-size:11px!important;padding:0 8px!important}}@media(max-width:390px){.he-chatbot__panel{width:calc(100vw - 22px)!important;right:11px!important;height:min(525px,calc(100dvh - 140px))!important}}@media(max-width:768px){.he-chatbot{position:fixed!important;right:14px!important;left:auto!important;bottom:calc(82px + env(safe-area-inset-bottom,0px))!important;z-index:2147482500!important;width:auto!important;max-width:none!important;transform:none!important}.he-chatbot__bubble{width:58px!important;height:58px!important;min-width:58px!important;max-width:58px!important;min-height:58px!important;padding:0!important;border-radius:999px!important;gap:0!important;box-shadow:0 16px 38px #003b954d!important}.he-chatbot__bubble-text{display:none!important}.he-chatbot__pulse{top:-5px!important;right:-5px!important;bottom:-5px!important;left:-5px!important}.he-chatbot__bubble-icon{width:42px!important;height:42px!important;min-width:42px!important;font-size:22px!important}.he-chatbot__panel{position:fixed!important;left:auto!important;right:12px!important;bottom:calc(150px + env(safe-area-inset-bottom,0px))!important;width:min(340px,calc(100vw - 24px))!important;max-width:340px!important;height:min(520px,calc(100dvh - 178px))!important;max-height:520px!important;border-radius:20px!important;z-index:2147482600!important;overflow:hidden!important;transform:translateY(14px) scale(.96)!important}.he-chatbot.is-open .he-chatbot__panel{transform:translateY(0) scale(1)!important}.he-chatbot__header{padding:12px 13px!important}.he-chatbot__logo{width:40px!important;height:40px!important;min-width:40px!important;border-radius:14px!important}.he-chatbot__brand strong{font-size:13px!important;line-height:1.12!important}.he-chatbot__brand span{font-size:10.5px!important;line-height:1.18!important}.he-chatbot__voice,.he-chatbot__close{width:34px!important;height:34px!important;min-width:34px!important}.he-chatbot__close{font-size:24px!important}.he-chatbot__notice{padding:8px 12px!important;font-size:11px!important}.he-chatbot__messages{padding:11px!important}.he-chatbot__bubble-msg{max-width:91%!important;font-size:13px!important;line-height:1.45!important;padding:10px 12px!important}.he-chatbot__quick{padding:8px 10px!important;gap:7px!important}.he-chatbot__quick button{min-height:34px!important;padding:7px 10px!important;font-size:11px!important}.he-chatbot__form{grid-template-columns:38px 1fr 62px!important;gap:7px!important;padding:9px 10px!important}.he-chatbot__mic,.he-chatbot__send,.he-chatbot__input{min-height:40px!important}.he-chatbot__input{font-size:13px!important;padding:9px 10px!important}.he-chatbot__send{font-size:11px!important;padding:0 8px!important}.he-chatbot__footer{display:none!important}}@media(max-width:390px){.he-chatbot{right:12px!important;bottom:calc(78px + env(safe-area-inset-bottom,0px))!important}.he-chatbot__panel{right:10px!important;bottom:calc(142px + env(safe-area-inset-bottom,0px))!important;width:calc(100vw - 20px)!important;max-width:335px!important;height:min(500px,calc(100dvh - 166px))!important;max-height:500px!important}}.he-chatbot__accessibility{width:38px;height:38px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:#ffffff1a;color:#fff;cursor:pointer;font-weight:1000}.he-chatbot__accessibility.is-on,.he-chatbot--accessible .he-chatbot__accessibility{background:#facc15!important;color:#07142a!important}.he-chatbot__product-card{display:grid;gap:8px;margin-top:12px;padding:13px;border-radius:16px;background:linear-gradient(180deg,#fff7d6,#fff);border:1px solid #fde68a;box-shadow:0 10px 24px #0f172a14}.he-chatbot__product-card strong{color:#07142a!important;font-weight:1000;line-height:1.25}.he-chatbot__product-label{display:inline-flex;width:max-content;max-width:100%;padding:4px 8px;border-radius:999px;background:#111827;color:#facc15;font-size:11px;font-weight:1000}.he-chatbot__product-card a{min-height:42px;display:flex;align-items:center;justify-content:center;border-radius:13px;text-decoration:none!important;font-weight:1000}.he-chatbot__product-card .he-chatbot__buy{background:linear-gradient(135deg,#facc15,#f59e0b);color:#07142a!important}.he-chatbot__product-card .he-chatbot__study{background:#07142a;color:#fff!important}.he-chatbot--accessible .he-chatbot__bubble-msg{font-size:16px!important;line-height:1.65!important}.he-chatbot--accessible .he-chatbot__lead-card a,.he-chatbot--accessible .he-chatbot__product-card a{min-height:50px!important;font-size:15px!important}.he-chatbot--accessible .he-chatbot__quick button{min-height:44px!important;font-size:13px!important}@media(max-width:640px){.he-chatbot__accessibility{width:34px!important;height:34px!important;min-width:34px!important}.he-chatbot--accessible .he-chatbot__bubble-msg{font-size:14px!important}}
/*# sourceMappingURL=/cdn/shop/t/128/assets/he-agency-chatbot.css.map */
