.ev-chat-global-toast-stack{position:fixed;right:20px;bottom:20px;z-index:13000;display:flex;flex-direction:column;gap:8px;width:min(356px,calc(100vw - 32px));pointer-events:none}
.ev-chat-global-toast{pointer-events:auto;display:grid;grid-template-columns:34px minmax(0,1fr) auto 26px;gap:10px;align-items:center;min-height:68px;padding:11px 10px 11px 12px;border:1px solid #e3e7ee;border-radius:12px;background:#fff;color:#1d2939;box-shadow:0 8px 24px rgba(16,24,40,.12);animation:evChatToastIn .18s ease-out}
.ev-chat-global-toast-icon{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#f1f4f8;color:#475467;font-size:13px}
.ev-chat-global-toast.is-urgent .ev-chat-global-toast-icon{background:#fff3e8;color:#b54708}.ev-chat-global-toast.is-escalation .ev-chat-global-toast-icon{background:#fff0f0;color:#b42318}
.ev-chat-global-toast-content{min-width:0}.ev-chat-global-toast-title{display:block;margin:0;color:#1d2939;font-size:12.5px;font-weight:750;line-height:1.35;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ev-chat-global-toast-body{display:-webkit-box;margin-top:2px;color:#667085;font-size:11.5px;line-height:1.4;overflow:hidden;overflow-wrap:anywhere;-webkit-box-orient:vertical;-webkit-line-clamp:2}
.ev-chat-global-toast-open{display:inline-flex!important;align-items:center!important;gap:5px;width:auto!important;min-height:32px!important;margin:0!important;padding:0 9px!important;border:1px solid #d0d5dd!important;border-radius:8px!important;background:#fff!important;color:#344054!important;font:700 10.5px/1 "DM Sans",system-ui,sans-serif!important;text-decoration:none!important;white-space:nowrap}.ev-chat-global-toast-open:hover{border-color:#98a2b3!important;background:#f9fafb!important;color:#101828!important}.ev-chat-global-toast-open i{font-size:9px;color:inherit!important}
.ev-chat-global-toast-close{display:grid!important;place-items:center!important;width:26px!important;height:26px!important;min-height:26px!important;margin:0!important;padding:0!important;border:0!important;border-radius:7px!important;background:transparent!important;color:#98a2b3!important;font:500 17px/1 Arial,sans-serif!important;cursor:pointer}.ev-chat-global-toast-close:hover{background:#f2f4f7!important;color:#475467!important}.ev-chat-global-toast-open:focus-visible,.ev-chat-global-toast-close:focus-visible{outline:2px solid #3577f0!important;outline-offset:2px}
.ev-chat-pref-backdrop{position:fixed;inset:0;z-index:14000;display:grid;place-items:center;padding:18px;background:rgba(16,24,40,.52);backdrop-filter:blur(3px)}.ev-chat-pref-backdrop[hidden]{display:none}.ev-chat-pref-dialog{width:min(440px,100%);border:1px solid #e4e7ec;border-radius:18px;background:#fff;box-shadow:0 24px 70px rgba(16,24,40,.25);padding:22px;color:#101828}.ev-chat-pref-head{display:flex;align-items:center;justify-content:space-between;gap:14px}.ev-chat-pref-head h2{margin:0;font-size:18px;font-weight:800}.ev-chat-pref-x{width:34px;height:34px;border:0;border-radius:9px;background:#f2f4f7;cursor:pointer;color:#475467}.ev-chat-pref-copy{margin:7px 0 16px;color:#667085;font-size:12px;line-height:1.5}.ev-chat-pref-option{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:12px 0;border-top:1px solid #eaecf0}.ev-chat-pref-option strong{display:block;font-size:13px}.ev-chat-pref-option small{display:block;margin-top:2px;color:#667085;font-size:10.5px;line-height:1.4}.ev-chat-pref-option input[type=checkbox]{width:19px;height:19px;accent-color:#146cda}.ev-chat-pref-option select{height:34px;border:1px solid #d0d5dd;border-radius:8px;background:#fff;padding:0 9px;color:#344054;font-size:12px}.ev-chat-pref-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:18px}.ev-chat-pref-actions button{min-height:38px;border-radius:9px;padding:0 14px;font-size:12px;font-weight:750;cursor:pointer}.ev-chat-pref-browser{border:1px solid #d0d5dd;background:#fff;color:#344054}.ev-chat-pref-save{border:1px solid #146cda;background:#146cda;color:#fff}.ev-chat-pref-error{display:none;margin-top:10px;color:#b42318;font-size:11px;font-weight:650}.ev-chat-sidebar-badge{display:none;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:#dc2626;color:#fff;font-size:10px;font-weight:800;align-items:center;justify-content:center;margin-left:auto}.ev-chat-sidebar-badge.is-warning{background:#f59e0b}.ev-chat-sidebar-badge.is-visible{display:inline-flex}.ev-chat-service-badge{flex:0 0 auto;margin-right:8px}.has-unread{position:relative}.has-unread:after{content:"";position:absolute;left:2px;top:9px;bottom:9px;width:3px;border-radius:999px;background:#3577f0}.is-chat-escalated:after{background:#dc2626}.is-chat-escalated{background:#fff7f7!important}
@keyframes evChatToastIn{from{opacity:0;transform:translateY(7px)}to{opacity:1;transform:none}}
@media(prefers-reduced-motion:reduce){.ev-chat-global-toast{animation:none}}
@media(max-width:640px){.ev-chat-global-toast-stack{right:10px;left:10px;bottom:calc(76px + env(safe-area-inset-bottom));width:auto;gap:7px}.ev-chat-global-toast{grid-template-columns:32px minmax(0,1fr) 32px;grid-template-areas:"icon content close" "icon action close";column-gap:9px;row-gap:4px;align-items:start;min-height:76px;padding:10px;border-radius:12px}.ev-chat-global-toast-icon{grid-area:icon;width:32px;height:32px;margin-top:1px}.ev-chat-global-toast-content{grid-area:content;padding-top:1px}.ev-chat-global-toast-title{font-size:12.5px}.ev-chat-global-toast-body{-webkit-line-clamp:1}.ev-chat-global-toast-open{grid-area:action;justify-self:start;min-height:24px!important;padding:0!important;border:0!important;background:transparent!important;color:#146cda!important}.ev-chat-global-toast-close{grid-area:close;align-self:start;width:32px!important;height:32px!important;min-height:32px!important}.ev-chat-pref-dialog{padding:18px}}@media(max-width:360px){.ev-chat-global-toast-stack{right:8px;left:8px}.ev-chat-global-toast{grid-template-columns:30px minmax(0,1fr) 30px;column-gap:8px}.ev-chat-global-toast-icon{width:30px;height:30px}.ev-chat-global-toast-close{width:30px!important;height:30px!important;min-height:30px!important}}
