.ehc-toast-container{z-index:99999;pointer-events:none;flex-direction:column;gap:12px;max-height:calc(100vh - 48px);display:flex;position:fixed;top:24px;right:24px;overflow:hidden}.ehc-toast{pointer-events:auto;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fff;border-radius:12px;align-items:flex-start;gap:12px;min-width:340px;max-width:420px;padding:14px 16px 18px;animation:.4s cubic-bezier(.16,1,.3,1) forwards ehcToastIn;display:flex;position:relative;overflow:hidden;box-shadow:0 4px 6px -1px #00000014,0 10px 20px -2px #0000000f,0 0 0 1px #0000000a}.ehc-toast--exit{animation:.3s cubic-bezier(.4,0,1,1) forwards ehcToastOut}.ehc-toast:before{content:"";border-radius:12px 0 0 12px;width:4px;position:absolute;top:0;bottom:0;left:0}.ehc-toast--success:before{background:#16a34a}.ehc-toast--error:before{background:#dc2626}.ehc-toast--warning:before{background:#f59e0b}.ehc-toast--info:before{background:#2563eb}.ehc-toast--success{background:linear-gradient(135deg,#f0fdf4 0%,#fff 60%)}.ehc-toast--error{background:linear-gradient(135deg,#fef2f2 0%,#fff 60%)}.ehc-toast--warning{background:linear-gradient(135deg,#fffbeb 0%,#fff 60%)}.ehc-toast--info{background:linear-gradient(135deg,#eff6ff 0%,#fff 60%)}.ehc-toast__icon{flex-shrink:0;margin-top:1px}.ehc-toast__body{flex:1;min-width:0}.ehc-toast__title{color:#1a202c;margin:0;font-family:Open Sans,system-ui,sans-serif;font-size:14px;font-weight:600;line-height:1.4}.ehc-toast__msg{color:#64748b;margin:4px 0 0;font-family:Open Sans,system-ui,sans-serif;font-size:13px;font-weight:400;line-height:1.45}.ehc-toast__close{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;margin:-4px -4px 0 0;transition:background .15s,color .15s;display:flex}.ehc-toast__close:hover{color:#475569;background:#0000000f}.ehc-toast__progress{background:#0000000a;height:3px;position:absolute;bottom:0;left:0;right:0}.ehc-toast__progress-bar{border-radius:0 3px 3px 0;height:100%;transition:width .1s linear}.ehc-toast--success .ehc-toast__progress-bar{background:#16a34a}.ehc-toast--error .ehc-toast__progress-bar{background:#dc2626}.ehc-toast--warning .ehc-toast__progress-bar{background:#f59e0b}.ehc-toast--info .ehc-toast__progress-bar{background:#2563eb}@keyframes ehcToastIn{0%{opacity:0;transform:translate(100%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}@keyframes ehcToastOut{0%{opacity:1;transform:translate(0)scale(1)}to{opacity:0;transform:translate(100%)scale(.95)}}@media (max-width:480px){.ehc-toast-container{top:12px;left:12px;right:12px}.ehc-toast{min-width:0;max-width:none}}
