.ef-support-chat-avatar{display:inline-flex;align-items:center;justify-content:center;border-radius:50%;font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;font-weight:800;letter-spacing:-.04em;line-height:1;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;padding-bottom:.04em}.ef-support-chat-avatar--gradient{background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;box-shadow:0 2px 8px rgba(226,39,30,.25)}.ef-support-chat-avatar--white{background:#fff;color:#e2271e}.ef-support-chat-avatar--red{background:#e2271e;color:#fff}.ef-support-chat-bubble{position:fixed;bottom:20px;right:20px;z-index:1050;width:60px;height:60px;border-radius:50%;border:none;background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;box-shadow:0 8px 28px rgba(226,39,30,.28);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .18s ease,box-shadow .18s ease,filter .18s ease;animation:ef-support-chat-breathe 4s ease-in-out infinite}@media(max-width:768px){.ef-support-chat-bubble{width:56px;height:56px}}.ef-support-chat-bubble:hover{transform:scale(1.08);box-shadow:0 12px 32px rgba(226,39,30,.4);animation-play-state:paused}.ef-support-chat-bubble:focus-visible{outline:none;box-shadow:0 8px 28px rgba(226,39,30,.28),0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-bubble--open{animation:none;filter:saturate(.75)}@media(max-width:768px){.ef-support-chat-bubble--open{display:none}}.ef-support-chat-bubble__close-icon{display:flex;align-items:center;justify-content:center;color:#fff}@keyframes ef-support-chat-breathe{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.ef-support-chat-window{position:fixed;bottom:92px;right:20px;width:380px;height:580px;background:#fff;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.12),0 0 0 1px rgba(40,40,40,.06);display:flex;flex-direction:column;z-index:1049;overflow:hidden}@media(max-width:768px){.ef-support-chat-window{inset:0;width:auto;height:auto;border-radius:0;box-shadow:none}}.ef-support-chat-window__body{flex:1 1;overflow:hidden;display:flex;flex-direction:column;background:#fff}.ef-support-chat-header{padding:14px 16px;background:#e2271e;color:#fff;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;gap:12px;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}@media(max-width:768px){.ef-support-chat-header{padding-top:calc(14px + env(safe-area-inset-top));padding-left:calc(16px + env(safe-area-inset-left));padding-right:calc(16px + env(safe-area-inset-right))}}@media(max-width:768px)and (max-height:700px){.ef-support-chat-header{padding-top:calc(10px + env(safe-area-inset-top));padding-bottom:10px}}.ef-support-chat-header__left{display:flex;align-items:center;gap:10px;min-width:0;flex:1 1}.ef-support-chat-header__title{font-size:15px;font-weight:600;letter-spacing:.1px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(max-width:375px){.ef-support-chat-header__title{font-size:14px}}.ef-support-chat-header__back,.ef-support-chat-header__close{background:none;border:none;color:#fff;cursor:pointer;padding:6px;line-height:1;display:flex;align-items:center;justify-content:center;border-radius:8px;transition:background .15s ease;flex-shrink:0}.ef-support-chat-header__back:hover,.ef-support-chat-header__close:hover{background:hsla(0,0%,100%,.14)}.ef-support-chat-header__back:focus-visible,.ef-support-chat-header__close:focus-visible{outline:none;background:hsla(0,0%,100%,.14);box-shadow:0 0 0 2px hsla(0,0%,100%,.7)}.ef-support-chat-mesh{position:relative;flex:1 1;overflow:hidden;display:flex;flex-direction:column;background:#f8fafb}.ef-support-chat-mesh__orb{position:absolute;border-radius:50%;pointer-events:none;will-change:transform}.ef-support-chat-mesh__orb--red{width:200px;height:200px;background:radial-gradient(circle at 30% 30%,#e31b23 0,transparent 70%);top:-40px;left:-40px;opacity:.45;filter:blur(40px);animation:ef-support-chat-drift-a 18s ease-in-out infinite}.ef-support-chat-mesh__orb--purple{width:220px;height:220px;background:radial-gradient(circle at 50% 50%,#642f72 0,transparent 70%);top:40%;right:-60px;opacity:.35;filter:blur(50px);animation:ef-support-chat-drift-b 22s ease-in-out infinite}.ef-support-chat-mesh__orb--blue{width:220px;height:220px;background:radial-gradient(circle at 40% 60%,#11b5e9 0,transparent 70%);bottom:-40px;left:-20px;opacity:.35;filter:blur(50px);animation:ef-support-chat-drift-c 26s ease-in-out infinite}.ef-support-chat-mesh__orb--accent{width:140px;height:140px;background:radial-gradient(circle at 50% 50%,#e31b23 0,transparent 70%);bottom:80px;right:40px;opacity:.3;filter:blur(35px);animation:ef-support-chat-drift-d 20s ease-in-out infinite}@media(max-width:400px){.ef-support-chat-mesh__orb{transform:scale(.8)}}.ef-support-chat-mesh__content{position:relative;z-index:1;flex:1 1;overflow-y:auto;padding:24px 20px;display:flex;flex-direction:column}@keyframes ef-support-chat-drift-a{0%,to{transform:translate(0)}50%{transform:translate(25px,30px)}}@keyframes ef-support-chat-drift-b{0%,to{transform:translate(0)}50%{transform:translate(-20px,20px)}}@keyframes ef-support-chat-drift-c{0%,to{transform:translate(0)}50%{transform:translate(30px,-25px)}}@keyframes ef-support-chat-drift-d{0%,to{transform:translate(0)}50%{transform:translate(-20px,-15px)}}.ef-support-chat-menu{display:flex;flex-direction:column;gap:14px;animation:ef-support-chat-fade-in .3s ease-out}.ef-support-chat-menu__intro{margin:0 0 4px;font-size:18px;font-weight:700;color:#282828;letter-spacing:-.01em}.ef-support-chat-menu__subintro{margin:0 0 12px;font-size:13px;color:#7c7c7c;line-height:1.5}.ef-support-chat-menu__option{position:relative;background:#fff;border:1px solid #eceded;border-radius:14px;padding:16px 44px 16px 18px;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .2s ease,transform .15s ease;display:flex;flex-direction:column;gap:3px;color:#282828;box-shadow:0 2px 10px rgba(0,0,0,.04)}.ef-support-chat-menu__option:hover{border-color:rgba(226,39,30,.4);box-shadow:0 6px 18px rgba(226,39,30,.14);transform:translateY(-1px)}.ef-support-chat-menu__option:active{transform:translateY(1px)}.ef-support-chat-menu__option:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-menu__option:after{content:"";position:absolute;right:18px;top:50%;width:8px;height:8px;border-right:2px solid #e2271e;border-top:2px solid #e2271e;transform:translateY(-50%) rotate(45deg);transition:right .2s ease}.ef-support-chat-menu__option:hover:after{right:14px}.ef-support-chat-menu__option--primary{background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);border-color:rgba(0,0,0,0);color:#fff;box-shadow:0 8px 28px rgba(226,39,30,.28)}.ef-support-chat-menu__option--primary:hover{background:linear-gradient(140deg,#e31b23,#642f72 50%,#11b5e9);border-color:rgba(0,0,0,0);box-shadow:0 10px 26px rgba(226,39,30,.36)}.ef-support-chat-menu__option--primary:after{border-right-color:#fff;border-top-color:#fff}.ef-support-chat-menu__option-title{font-size:15px;font-weight:700;line-height:1.3;letter-spacing:-.01em}.ef-support-chat-menu__option-desc{font-size:13px;font-weight:400;line-height:1.45;opacity:.9}.ef-support-chat-form{display:flex;flex-direction:column;gap:14px;animation:ef-support-chat-fade-in .3s ease-out}.ef-support-chat-form__intro{margin:0 0 6px;font-size:14px;color:#7c7c7c;line-height:1.5}.ef-support-chat-form__field{display:flex;flex-direction:column;gap:6px}.ef-support-chat-form__label{font-size:12px;font-weight:600;color:#282828;line-height:1.3;letter-spacing:.02em;text-transform:uppercase}.ef-support-chat-form__input{width:100%;padding:12px 14px;border:1px solid #eceded;border-radius:10px;font-size:14px;font-family:inherit;color:#282828;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ef-support-chat-form__input:focus{outline:none;border-color:#e2271e;box-shadow:0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-form__input:disabled{background:#f8fafb;color:#7c7c7c;cursor:not-allowed}.ef-support-chat-form__error{margin:0;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;font-size:13px;color:#b91c1c;line-height:1.4}.ef-support-chat-form__submit{margin-top:4px;padding:13px 16px;background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;letter-spacing:.01em;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(226,39,30,.25)}.ef-support-chat-form__submit:hover:not(:disabled){background:linear-gradient(140deg,#e31b23,#642f72 50%,#11b5e9);box-shadow:0 8px 20px rgba(226,39,30,.35);transform:translateY(-1px)}.ef-support-chat-form__submit:active:not(:disabled){transform:translateY(1px)}.ef-support-chat-form__submit:focus-visible{outline:none;box-shadow:0 4px 14px rgba(226,39,30,.25),0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-form__submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.ef-support-chat-placeholder{text-align:center;padding:44px 20px}.ef-support-chat-placeholder__title{margin:0 0 8px;font-size:17px;font-weight:700;color:#282828}.ef-support-chat-placeholder__desc{margin:0;font-size:14px;color:#7c7c7c;line-height:1.5}.ef-support-chat-conversation{display:flex;flex-direction:column;height:100%;min-height:0}.ef-support-chat-conversation__toolbar{padding:8px 14px;border-bottom:1px solid #eceded;background:#fff;display:flex;justify-content:flex-end;flex-shrink:0}.ef-support-chat-conversation__new-chat{background:none;border:1px solid #eceded;color:#7c7c7c;padding:5px 12px;border-radius:999px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.ef-support-chat-conversation__new-chat:hover{border-color:#e2271e;color:#e2271e;background:rgba(226,39,30,.04)}.ef-support-chat-conversation__new-chat:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-conversation__messages{flex:1 1;overflow-y:auto;padding:20px 16px;background:#f8fafb;display:flex;flex-direction:column;gap:14px}.ef-support-chat-msg{display:flex;flex-direction:column;max-width:85%;animation:ef-support-chat-message-in .2s ease-out}.ef-support-chat-msg--user{align-self:flex-end;align-items:flex-end}.ef-support-chat-msg--assistant{align-self:flex-start;align-items:flex-start;flex-direction:row;align-items:flex-end;gap:10px}.ef-support-chat-msg__avatar-wrap{flex-shrink:0;margin-bottom:2px}.ef-support-chat-msg__bubble-wrap{display:flex;flex-direction:column;min-width:0}.ef-support-chat-msg__bubble{padding:10px 14px;border-radius:16px;font-size:14px;line-height:1.5;white-space:pre-wrap;word-wrap:break-word}.ef-support-chat-msg--user .ef-support-chat-msg__bubble{background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;border-bottom-right-radius:6px;box-shadow:0 2px 10px rgba(226,39,30,.18)}.ef-support-chat-msg--assistant .ef-support-chat-msg__bubble{background:#fff;color:#282828;border:1px solid #eceded;border-bottom-left-radius:6px;box-shadow:0 2px 8px rgba(0,0,0,.04)}.ef-support-chat-msg__line{margin:0}.ef-support-chat-msg__line:not(:last-child){margin-bottom:4px}.ef-support-chat-msg__link{color:#e2271e;text-decoration:underline;font-weight:500}.ef-support-chat-msg__link:hover{color:#b81e16}.ef-support-chat-msg--user .ef-support-chat-msg__link{color:#fff;text-decoration:underline}.ef-support-chat-msg__options{display:flex;flex-direction:column;gap:6px;margin-top:10px;width:100%}.ef-support-chat-msg__option{background:#fff;border:1.5px solid #e2271e;color:#e2271e;padding:9px 14px;border-radius:999px;font-size:13px;font-weight:600;text-align:left;cursor:pointer;transition:all .15s ease}.ef-support-chat-msg__option:hover{background:#e2271e;color:#fff}.ef-support-chat-msg__option:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-msg__option:active{transform:translateY(1px)}.ef-support-chat-msg__typing{display:inline-flex;gap:4px;align-items:center;padding:12px 14px}.ef-support-chat-msg__typing>span:not(.ef-support-chat-msg__tool-status){display:inline-block;width:6px;height:6px;border-radius:50%;background:#7c7c7c;opacity:.4;animation:ef-support-chat-typing 1.2s ease-in-out infinite}.ef-support-chat-msg__typing>span:not(.ef-support-chat-msg__tool-status):nth-child(2){animation-delay:.15s}.ef-support-chat-msg__typing>span:not(.ef-support-chat-msg__tool-status):nth-child(3){animation-delay:.3s}.ef-support-chat-msg__tool-status{font-size:13px;font-style:italic;color:#7c7c7c}@keyframes ef-support-chat-typing{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}@keyframes ef-support-chat-message-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes ef-support-chat-fade-in{0%{opacity:0}to{opacity:1}}.ef-support-chat-input{display:flex;gap:8px;padding:12px 14px;border-top:1px solid #eceded;background:#fff;flex-shrink:0}.ef-support-chat-input__field{flex:1 1;padding:11px 14px;border:1px solid #eceded;border-radius:999px;font-size:14px;font-family:inherit;color:#282828;background:#f8fafb;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:border-color .15s ease,background .15s ease,box-shadow .15s ease}.ef-support-chat-input__field:focus{outline:none;border-color:#e2271e;background:#fff;box-shadow:0 0 0 3px rgba(226,39,30,.12)}.ef-support-chat-input__field:disabled{opacity:.6;cursor:not-allowed}.ef-support-chat-input__send{width:42px;height:42px;border-radius:50%;border:none;background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .15s ease,box-shadow .2s ease,opacity .15s ease;flex-shrink:0;box-shadow:0 2px 10px rgba(226,39,30,.25)}.ef-support-chat-input__send:hover:not(:disabled){transform:scale(1.05);box-shadow:0 4px 14px rgba(226,39,30,.4)}.ef-support-chat-input__send:focus-visible{outline:none;box-shadow:0 2px 10px rgba(226,39,30,.25),0 0 0 3px rgba(226,39,30,.35)}.ef-support-chat-input__send:disabled{opacity:.4;cursor:not-allowed;box-shadow:none}.ef-support-chat-window__body{padding:0}.ef-support-chat-window__body:has(.ef-support-chat-conversation){padding:0}.ef-support-chat-otp{display:flex;flex-direction:column;gap:16px;animation:ef-support-chat-fade-in .25s ease-out}.ef-support-chat-otp__intro{margin:0;font-size:14px;color:#282828;line-height:1.5}.ef-support-chat-otp__intro strong{color:#282828;font-weight:600}.ef-support-chat-otp__digits{display:flex;gap:8px;justify-content:center}.ef-support-chat-otp__digit{width:44px;height:52px;text-align:center;font-size:22px;font-weight:700;font-family:system-ui,-apple-system,Segoe UI,Arial,sans-serif;color:#282828;border:1px solid #eceded;border-radius:10px;background:#fff;transition:border-color .15s ease,box-shadow .15s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.ef-support-chat-otp__digit:focus{outline:none;border-color:#e2271e;box-shadow:0 0 0 3px rgba(226,39,30,.18)}.ef-support-chat-otp__digit:disabled{opacity:.6;cursor:not-allowed}@media(max-width:400px){.ef-support-chat-otp__digit{width:40px;height:48px;font-size:20px}}.ef-support-chat-otp__submit{padding:13px 16px;background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;border:none;border-radius:10px;font-size:15px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .15s ease,box-shadow .2s ease;box-shadow:0 4px 14px rgba(226,39,30,.25)}.ef-support-chat-otp__submit:hover:not(:disabled){background:linear-gradient(140deg,#e31b23,#642f72 50%,#11b5e9);transform:translateY(-1px);box-shadow:0 8px 20px rgba(226,39,30,.35)}.ef-support-chat-otp__submit:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.ef-support-chat-otp__resend-row{display:flex;justify-content:space-between;gap:12px;font-size:13px}.ef-support-chat-otp__back,.ef-support-chat-otp__resend{background:none;border:none;color:#e2271e;font-weight:500;padding:2px 4px;cursor:pointer;text-decoration:underline}.ef-support-chat-otp__back:hover:not(:disabled),.ef-support-chat-otp__resend:hover:not(:disabled){color:#b81e16}.ef-support-chat-otp__back:disabled,.ef-support-chat-otp__resend:disabled{opacity:.5;cursor:not-allowed;text-decoration:none}.ef-support-chat-otp__back{color:#7c7c7c}.ef-support-chat-otp__back:hover{color:#282828}.ef-support-chat-otp__error{margin:0;padding:10px 12px;background:#fef2f2;border:1px solid #fecaca;border-radius:10px;font-size:13px;color:#b91c1c;line-height:1.4}.ef-support-chat-history{display:flex;flex-direction:column;gap:12px;animation:ef-support-chat-fade-in .25s ease-out}.ef-support-chat-history__intro{margin:0 0 4px;font-size:18px;font-weight:700;color:#282828;letter-spacing:-.01em}.ef-support-chat-history__empty,.ef-support-chat-history__loading{margin:8px 0;font-size:14px;color:#7c7c7c}.ef-support-chat-history__list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.ef-support-chat-history__item{display:flex;flex-direction:column;gap:6px;width:100%;background:#fff;border:1px solid #eceded;border-radius:12px;padding:12px 14px;text-align:left;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.ef-support-chat-history__item:hover{border-color:#e2271e;box-shadow:0 4px 14px rgba(226,39,30,.1);transform:translateY(-1px)}.ef-support-chat-history__item:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(226,39,30,.2)}.ef-support-chat-history__item-preview{font-size:14px;color:#282828;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ef-support-chat-history__item-meta{font-size:12px;color:#7c7c7c}.ef-support-chat-history__new{margin-top:12px;padding:12px 16px;background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(226,39,30,.22);transition:background .15s ease,transform .15s ease,box-shadow .2s ease}.ef-support-chat-history__new:hover{background:linear-gradient(140deg,#e31b23,#642f72 50%,#11b5e9);transform:translateY(-1px);box-shadow:0 8px 20px rgba(226,39,30,.32)}.ef-support-chat-history-view{display:flex;flex-direction:column;height:100%;min-height:0;padding:16px;animation:ef-support-chat-fade-in .25s ease-out}.ef-support-chat-history-view__back{background:none;border:none;color:#e2271e;font-size:13px;font-weight:500;padding:4px 0;cursor:pointer;text-align:left;align-self:flex-start}.ef-support-chat-history-view__back:hover{color:#b81e16}.ef-support-chat-history-view__messages{flex:1 1;overflow-y:auto;display:flex;flex-direction:column;gap:12px;margin:12px 0}.ef-support-chat-history-view__empty,.ef-support-chat-history-view__loading{font-size:14px;color:#7c7c7c;text-align:center;padding:20px 0}.ef-support-chat-history-view__follow-up{padding:12px 16px;background:linear-gradient(135deg,#e31b23,#642f72 52%,#11b5e9);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:700;cursor:pointer;box-shadow:0 4px 14px rgba(226,39,30,.22);transition:background .15s ease,transform .15s ease,box-shadow .2s ease}.ef-support-chat-history-view__follow-up:hover:not(:disabled){background:linear-gradient(140deg,#e31b23,#642f72 50%,#11b5e9);transform:translateY(-1px)}.ef-support-chat-history-view__follow-up:disabled{opacity:.5;cursor:not-allowed}@media(prefers-reduced-motion:reduce){.ef-support-chat-bubble,.ef-support-chat-form,.ef-support-chat-menu,.ef-support-chat-mesh__orb,.ef-support-chat-msg{animation:none!important}.ef-support-chat-bubble:hover,.ef-support-chat-form__submit:hover,.ef-support-chat-input__send:hover,.ef-support-chat-menu__option:hover{transform:none!important}}