.zs-hp-field{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.zs-toast-overlay{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99998;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.3);opacity:0;transition:opacity .3s;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;line-height:1.5;box-sizing:border-box}
.zs-toast-overlay *{box-sizing:border-box}
.zs-toast-overlay.active{opacity:1}
.zs-toast-box{background:#fff;border-radius:16px;padding:40px 48px;text-align:center;box-shadow:0 20px 60px rgba(0,0,0,.15);transform:scale(.9);transition:transform .3s}
.zs-toast-overlay.active .zs-toast-box{transform:scale(1)}
.zs-toast-icon{width:56px;height:56px;margin:0 auto 16px}
.zs-toast-icon svg{width:100%;height:100%}
.zs-toast-msg{font-size:16px;color:#1f2937;line-height:1.6;max-width:300px}