@keyframes rg-toast-in-out{0%{opacity:0;transform:translate(-50%,12px) scale(.96)}12%{opacity:1;transform:translate(-50%) scale(1)}85%{opacity:1;transform:translate(-50%) scale(1)}to{opacity:0;transform:translate(-50%,8px) scale(.98)}}.rg-toast{position:fixed;left:50%;bottom:1.5rem;z-index:9999;transform:translate(-50%);animation:rg-toast-in-out 2s ease-out both;pointer-events:none}@keyframes rg-charge-pulse{0%{filter:brightness(1) saturate(1)}30%{filter:brightness(1.6) saturate(1.4);box-shadow:0 0 0 0 rgba(2,155,178,.55)}to{filter:brightness(1) saturate(1);box-shadow:0 0 0 10px rgba(2,155,178,0)}}@keyframes rg-charge-sweep{0%{opacity:0;transform:translateY(-100%)}10%{opacity:1}90%{opacity:1}to{opacity:0;transform:translateY(100%)}}@keyframes rg-charge-flash{0%{opacity:0}15%{opacity:.08}to{opacity:0}}html.rg-charge [class*=bg-accent],html.rg-charge [class*=border-accent],html.rg-charge [class*=text-accent]{animation:rg-charge-pulse 1.2s ease-out both}html.rg-charge:before{inset:0;background:radial-gradient(circle at 50% 40%,#029bb2 0,rgba(2,155,178,.4) 45%,transparent 75%);animation:rg-charge-flash 1.5s ease-out both}html.rg-charge:after,html.rg-charge:before{content:"";position:fixed;z-index:9998;pointer-events:none}html.rg-charge:after{left:0;right:0;top:0;height:100vh;background:linear-gradient(180deg,transparent 0,rgba(2,155,178,.18) 45%,rgba(251,146,60,.28) 50%,rgba(2,155,178,.18) 55%,transparent);animation:rg-charge-sweep 1.2s cubic-bezier(.22,1,.36,1) both}@media (prefers-reduced-motion:reduce){.rg-toast{animation-duration:2s;animation-name:rg-toast-reduced}@keyframes rg-toast-reduced{0%,90%{opacity:1}to{opacity:0}}html.rg-charge [class*=bg-accent],html.rg-charge [class*=border-accent],html.rg-charge [class*=text-accent],html.rg-charge:after,html.rg-charge:before{animation:none;content:none}}