.et-chat{position:fixed;right:26px;bottom:26px;z-index:2147482500;font-family:inherit}.et-chat-launch{position:relative;display:flex;align-items:center;gap:10px;min-width:154px;height:60px;padding:7px 17px 7px 8px;border:1px solid rgba(255,255,255,.5);border-radius:20px;background:linear-gradient(135deg,#17162b,#2b2459);color:#fff;box-shadow:0 20px 60px rgba(30,22,80,.28),inset 0 1px 0 rgba(255,255,255,.16);cursor:pointer;transition:transform .22s,box-shadow .22s}.et-chat-launch:hover{transform:translateY(-3px);box-shadow:0 25px 70px rgba(30,22,80,.36)}.et-chat-launch__icon{display:grid;place-items:center;width:45px;height:45px;border-radius:14px;background:linear-gradient(135deg,#7b6cff,#5a49e8);box-shadow:0 8px 22px rgba(109,93,252,.35)}.et-chat-launch__icon svg{width:23px;height:23px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.et-chat-launch__label{display:grid;text-align:left;line-height:1.1}.et-chat-launch__label b{font-size:13px}.et-chat-launch__label small{margin-top:4px;font-size:10px;color:#c7c4da}.et-chat-status-dot{width:8px;height:8px;margin-left:auto;border-radius:50%;background:#65df9a;box-shadow:0 0 0 4px rgba(101,223,154,.1),0 0 15px rgba(101,223,154,.45)}.et-chat-unread{position:absolute;right:-4px;top:-5px;display:grid;place-items:center;min-width:22px;height:22px;padding:0 6px;border-radius:999px;background:#f15b6c;color:#fff;border:2px solid #fff;font-size:10px;font-weight:900;opacity:0;transform:scale(.6);transition:.18s}.et-chat-unread.is-visible{opacity:1;transform:scale(1)}
.et-chat-panel{position:absolute;right:0;bottom:72px;width:min(410px,calc(100vw - 28px));height:610px;max-height:calc(100vh - 110px);display:grid;grid-template-rows:auto 1fr auto auto auto;overflow:hidden;border:1px solid rgba(26,25,50,.12);border-radius:26px;background:#fff;box-shadow:0 35px 110px rgba(12,13,28,.28);opacity:0;visibility:hidden;transform:translateY(14px) scale(.97);transform-origin:bottom right;transition:opacity .2s,transform .2s,visibility .2s;pointer-events:none}.et-chat-panel.is-open{opacity:1;visibility:visible;transform:none;pointer-events:auto}.et-chat-head{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;background:linear-gradient(135deg,#17162b,#2b2459);color:#fff}.et-chat-agent{display:flex;align-items:center;gap:11px}.et-chat-avatar{display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:linear-gradient(135deg,#8173ff,#5a49e8);font-size:18px;font-weight:900;box-shadow:0 8px 22px rgba(0,0,0,.18)}.et-chat-agent strong,.et-chat-agent small{display:block}.et-chat-agent strong{font-size:13px}.et-chat-agent small{margin-top:3px;font-size:10px;color:#cbc8dc}.et-chat-agent small i{display:inline-block;width:6px;height:6px;margin-right:5px;border-radius:50%;background:#65df9a}.et-chat-head-actions{display:flex;gap:5px}.et-chat-head-actions button{display:grid;place-items:center;width:32px;height:32px;border:1px solid rgba(255,255,255,.12);border-radius:10px;background:rgba(255,255,255,.08);color:#fff;font-size:20px;line-height:1;cursor:pointer}.et-chat-messages{padding:18px;overflow:auto;background:linear-gradient(180deg,#f8f8fc 0,#f3f3f8 100%);scroll-behavior:smooth}.et-chat-welcome{display:flex;gap:11px;margin-bottom:15px;padding:14px;border:1px solid #e8e7f0;border-radius:16px;background:#fff;box-shadow:0 7px 22px rgba(30,25,70,.05)}.et-chat-welcome-icon{display:grid;place-items:center;flex:0 0 34px;height:34px;border-radius:11px;background:#f0edff;color:#6253ec}.et-chat-welcome strong{display:block;font-size:12px}.et-chat-welcome p{margin:3px 0 0;color:#6d7182;font-size:11px;line-height:1.45}.et-chat-msg{display:flex;flex-wrap:wrap;gap:4px 9px;max-width:86%;margin:0 0 10px;padding:10px 12px;border:1px solid #e1e2ea;border-radius:15px 15px 15px 5px;background:#fff;color:#26283a;font-size:12px;line-height:1.5;box-shadow:0 4px 15px rgba(20,20,45,.035)}.et-chat-msg__text{flex:1 1 100%}.et-chat-msg time{display:block;margin-left:auto;color:#9a9dac;font-size:9px}.et-chat-msg--visitor{margin-left:auto;border-color:#6d5dfc;border-radius:15px 15px 5px 15px;background:linear-gradient(135deg,#7464ff,#5a49e8);color:#fff}.et-chat-msg--visitor time{color:rgba(255,255,255,.68)}.et-chat-quick{display:flex;gap:7px;padding:10px 14px;overflow:auto;border-top:1px solid #ececf2;background:#fff;scrollbar-width:none}.et-chat-quick::-webkit-scrollbar{display:none}.et-chat-quick button{flex:0 0 auto;border:1px solid #e2e0ef;border-radius:999px;background:#faf9ff;color:#5143d9;padding:8px 10px;font:700 10px/1.2 inherit;cursor:pointer;white-space:nowrap}.et-chat-quick button:hover{border-color:#bdb6ff;background:#f3f0ff}.et-chat-typing{display:none;align-items:center;gap:4px;padding:0 18px 8px;background:#fff;color:#9699a8;font-size:10px}.et-chat-typing.is-visible{display:flex}.et-chat-typing span{width:5px;height:5px;border-radius:50%;background:#8a81e8;animation:etChatDot 1.1s infinite}.et-chat-typing span:nth-child(2){animation-delay:.14s}.et-chat-typing span:nth-child(3){animation-delay:.28s}.et-chat-typing em{margin-left:4px;font-style:normal}.et-chat-panel form{display:flex;gap:8px;padding:11px 13px 8px;background:#fff;border-top:1px solid #ececf2}.et-chat-input-wrap{position:relative;min-width:0;flex:1}.et-chat-panel input{width:100%;height:46px;border:1px solid #dfe0e9;border-radius:14px;padding:0 70px 0 13px;background:#fafafe;color:#202235;font:inherit;font-size:12px;outline:0}.et-chat-panel input:focus{border-color:#7c70ed;box-shadow:0 0 0 3px rgba(109,93,252,.1)}.et-chat-counter{position:absolute;right:11px;top:16px;color:#a2a4b0;font-size:9px;pointer-events:none}.et-chat-panel form>button{display:grid;place-items:center;width:46px;height:46px;border:0;border-radius:14px;background:linear-gradient(135deg,#7464ff,#5948e7);color:#fff;cursor:pointer;box-shadow:0 8px 22px rgba(93,76,230,.25)}.et-chat-panel form>button svg{width:19px;height:19px;fill:none;stroke:#fff;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.et-chat-note{margin:0;padding:0 15px 12px;text-align:center;background:#fff;color:#a0a2ae;font-size:9px}.et-chat-open .et-chat-launch{box-shadow:0 8px 30px rgba(30,22,80,.2)}
@keyframes etChatDot{0%,60%,100%{transform:translateY(0);opacity:.5}30%{transform:translateY(-3px);opacity:1}}
@media(max-width:600px){.et-chat{right:14px;bottom:14px}.et-chat-launch{min-width:60px;width:60px;height:60px;padding:7px;border-radius:19px}.et-chat-launch__label,.et-chat-status-dot{display:none}.et-chat-panel{right:0;bottom:72px;width:calc(100vw - 28px);height:min(620px,calc(100vh - 92px));max-height:none}.et-chat-launch__icon{width:46px;height:46px}}
/* V1.14 premium chat launcher + contact context */
.et-chat-launch{overflow:visible}.et-chat-launch__glow{position:absolute;inset:-4px;border-radius:23px;border:1px solid rgba(109,93,252,.25);opacity:.8;animation:etChatGlow 2.4s ease-in-out infinite;pointer-events:none}.et-chat-launch__icon{position:relative}.et-chat-status-dot{animation:etChatStatusBlink 1.7s ease-in-out infinite}.et-chat-details{display:grid;grid-template-columns:1fr 1fr;gap:7px;padding:9px 13px 0;background:#fff}.et-chat-details input{min-width:0;border:1px solid #e2e3eb;border-radius:10px;padding:9px 10px;background:#fafafe;font:inherit;font-size:10px;outline:0}.et-chat-details input:focus{border-color:#7c70ed;box-shadow:0 0 0 3px rgba(109,93,252,.08)}@keyframes etChatStatusBlink{0%,100%{opacity:1;box-shadow:0 0 0 4px rgba(101,223,154,.10),0 0 14px rgba(101,223,154,.42)}50%{opacity:.35;box-shadow:0 0 0 8px rgba(101,223,154,.02),0 0 5px rgba(101,223,154,.12)}}@keyframes etChatGlow{0%,100%{transform:scale(1);opacity:.35}50%{transform:scale(1.025);opacity:.8}}@media(max-width:600px){.et-chat-details{grid-template-columns:1fr}.et-chat-launch__glow{display:none}}
/* V1.15 agent presence controls */
.et-presence-wrap{display:flex;align-items:center;gap:9px;flex-wrap:wrap;justify-content:flex-end}.et-presence-form{display:flex;align-items:center;gap:7px;margin:0}.et-presence-form select{min-width:118px;height:34px;border:1px solid #dfe3ea;border-radius:9px;background:#fff;padding:0 28px 0 10px;font-weight:700}.et-presence-form .button{height:34px;border-radius:9px}.et-status-online{background:#edf9f2;color:#16834d}.et-status-away{background:#fff8e7;color:#a46b00}.et-status-offline{background:#f2f4f7;color:#667085}.et-status-away i{background:#f3b63f!important}.et-status-offline i{background:#98a2b3!important}.et-settings-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin:18px 0}.et-settings-grid>div,.et-hours-box{padding:15px;border:1px solid #e5e7eb;border-radius:14px;background:#fafbfc}.et-settings-grid strong,.et-hours-box h3{display:block;margin-bottom:8px}.et-switch-row{display:block;margin:8px 0;color:#475467;font-weight:400}.et-hours-box{margin:18px 0}.et-hours-box h3{font-size:14px;margin-top:0}.et-hours-row{display:flex;gap:14px}.et-hours-row label{display:grid;gap:5px;color:#667085;font-size:12px;font-weight:600}.et-hours-row input{height:36px;border:1px solid #dfe3ea;border-radius:8px;padding:0 8px}.et-days{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.et-days label{display:flex;align-items:center;gap:4px;padding:6px 8px;border:1px solid #e5e7eb;border-radius:8px;background:#fff;font-size:11px}@media(max-width:782px){.et-chat-top{align-items:flex-start;flex-direction:column}.et-presence-wrap{justify-content:flex-start}.et-settings-grid{grid-template-columns:1fr}.et-presence-form{width:100%}.et-presence-form select{flex:1}}
/* V1.16: persistent premium presence indicator */
.et-chat-status-dot{animation:etChatPresencePulse 1.25s ease-in-out infinite!important;box-shadow:0 0 0 0 rgba(34,197,94,.5)}
@keyframes etChatPresencePulse{0%,100%{transform:scale(1);opacity:1;box-shadow:0 0 0 0 rgba(34,197,94,.45)}50%{transform:scale(1.28);opacity:.72;box-shadow:0 0 0 6px rgba(34,197,94,0)}}
