.hs-popup-wrapper{padding:20px;pointer-events:none;position:fixed;z-index:9999}.hs-popup-wrapper.top-right{right:0;top:0}.hs-popup-wrapper.top-left{left:0;top:0}.hs-popup-wrapper.bottom-right{bottom:0;right:0}.hs-popup-wrapper.bottom-left{bottom:0;left:0}.hs-popup{align-items:flex-start;background:#fff;border:1px solid #e5e7eb;border-radius:12px;display:flex;gap:12px;opacity:0;overflow:hidden;padding:16px 20px;pointer-events:all;position:relative;transform:translateY(-12px);transition:opacity .3s ease,transform .3s ease;width:340px}.hs-popup-wrapper.bottom-left .hs-popup,.hs-popup-wrapper.bottom-right .hs-popup{transform:translateY(12px)}.hs-popup.visible{opacity:1;transform:translateY(0)}.hs-popup-icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.hs-popup-icon svg{height:18px;stroke-width:2;width:18px}.hs-popup-icon.success{background:#d1fae5;color:#065f46}.hs-popup-icon.info{background:#dbeafe;color:#1e40af}.hs-popup-icon.warning{background:#fef3c7;color:#92400e}.hs-popup-icon.danger{background:#fee2e2;color:#991b1b}.hs-popup-body{flex:1;min-width:0}.hs-popup-title{color:#111827;font-size:14px;font-weight:600;line-height:1.4;margin:0 0 2px}.hs-popup-msg{color:#6b7280;font-size:13px;line-height:1.5;margin:0}.hs-popup-close{align-items:center;background:none;border:none;color:#9ca3af;cursor:pointer;display:flex;flex-shrink:0;padding:0}.hs-popup-close:hover{color:#374151}.hs-popup-bar{bottom:0;height:3px;left:0;position:absolute;width:100%}.hs-popup-bar.success{background:#10b981}.hs-popup-bar.info{background:#3b82f6}.hs-popup-bar.warning{background:#f59e0b}.hs-popup-bar.danger{background:#ef4444}.hs-popup-bar.running{animation:hs-shrink var(--hs-duration,4s) linear forwards}@keyframes hs-shrink{0%{width:100%}to{width:0}}