.fullscreen-toaster{z-index:99999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:rgba(0,0,0,.25);justify-content:center;align-items:center;transition:opacity .4s;display:flex;position:fixed;top:0;bottom:0;left:0;right:0}.fullscreen-toaster.enter{opacity:1}.fullscreen-toaster.exit{opacity:0}.toast-card{text-align:center;background:#fff;border-radius:18px;flex-direction:column;align-items:center;gap:14px;min-width:300px;max-width:90%;padding:28px 40px;animation:.4s scaleIn;display:flex;box-shadow:0 24px 60px rgba(0,0,0,.25)}.toast-success{color:#0f9d58}.toast-error{color:#d93025}.toast-pending{color:#f29900}.toast-message{font-size:16px;font-weight:500}.toast-icon svg{width:52px;height:52px}.gpay-check__circle,.gpay-cross__circle,.gpay-pending__circle{stroke:currentColor;stroke-width:4px;stroke-dasharray:166;stroke-dashoffset:166px;animation:.6s forwards circle}.gpay-check__tick,.gpay-cross__x,.gpay-pending__mark,.gpay-pending__dot{stroke:currentColor;stroke-width:4px;stroke-linecap:round;stroke-dasharray:48;stroke-dashoffset:48px;animation:.4s .4s forwards stroke}@keyframes circle{to{stroke-dashoffset:0}}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}
