.Toast-module__NdjTLa__toast{top:80px;right:var(--space-xl);min-width:320px;max-width:480px;padding:var(--space-md)var(--space-lg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:var(--radius-md);justify-content:space-between;align-items:center;gap:var(--space-md);z-index:10000;cursor:pointer;background:rgba(21,24,32,.95);border:1px solid rgba(255,255,255,.08);animation:.3s ease-out Toast-module__NdjTLa__slideIn;display:flex;position:fixed;box-shadow:0 8px 32px rgba(0,0,0,.4)}@keyframes Toast-module__NdjTLa__slideIn{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.Toast-module__NdjTLa__toast.Toast-module__NdjTLa__success{border-color:var(--color-success);background:linear-gradient(135deg,rgba(34,197,94,.15) 0%,rgba(34,197,94,.08) 100%);animation:.3s ease-out Toast-module__NdjTLa__slideIn,.6s ease-out Toast-module__NdjTLa__successPulse;box-shadow:0 8px 32px rgba(34,197,94,.15),0 0 0 1px rgba(34,197,94,.2)}@keyframes Toast-module__NdjTLa__successPulse{0%{transform:scale(.95);box-shadow:0 8px 32px rgba(34,197,94,.08)}50%{transform:scale(1.02);box-shadow:0 8px 48px rgba(34,197,94,.2)}to{transform:scale(1);box-shadow:0 8px 32px rgba(34,197,94,.15)}}.Toast-module__NdjTLa__toast.Toast-module__NdjTLa__error{border-color:var(--color-error);background:rgba(239,68,68,.1)}.Toast-module__NdjTLa__toast.Toast-module__NdjTLa__info{border-color:var(--color-blue);background:rgba(59,130,246,.1)}.Toast-module__NdjTLa__icon{background:var(--color-success);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;animation:.4s cubic-bezier(.68,-.55,.265,1.55) Toast-module__NdjTLa__iconPop;display:flex}@keyframes Toast-module__NdjTLa__iconPop{0%{opacity:0;transform:scale(0)rotate(-180deg)}to{opacity:1;transform:scale(1)rotate(0)}}.Toast-module__NdjTLa__content{color:#e8eaed;align-items:center;gap:var(--space-sm);flex-wrap:wrap;flex:1;font-size:.875rem;font-weight:500;line-height:1.4;display:flex}.Toast-module__NdjTLa__pointsBadge{align-items:center;gap:var(--space-sm);transition:all var(--transition-base);background:linear-gradient(135deg,rgba(59,130,246,.1) 0%,rgba(6,182,212,.08) 100%);border:1px solid rgba(59,130,246,.2);border-radius:20px;padding:6px 12px;display:inline-flex;position:relative;overflow:hidden;box-shadow:0 2px 8px rgba(59,130,246,.15)}.Toast-module__NdjTLa__pointsIcon{justify-content:center;align-items:center;width:18px;height:18px;display:flex;position:relative}.Toast-module__NdjTLa__pointsIcon img{filter:drop-shadow(0 1px 3px rgba(59,130,246,.3));width:100%;height:100%}.Toast-module__NdjTLa__pointsShine{pointer-events:none;background:linear-gradient(90deg,transparent,rgba(255,255,255,.15),transparent);width:50%;height:200%;animation:3s ease-in-out infinite Toast-module__NdjTLa__shine;position:absolute;top:-50%;left:-100%}@keyframes Toast-module__NdjTLa__shine{0%{left:-100%}to{left:200%}}.Toast-module__NdjTLa__pointsValue{color:var(--color-blue);font-size:.9375rem;font-weight:600}.Toast-module__NdjTLa__closeButton{color:var(--color-grey);cursor:pointer;width:24px;height:24px;transition:color var(--transition-fast);background:0 0;border:none;justify-content:center;align-items:center;padding:0;font-size:1.5rem;line-height:1;display:flex}.Toast-module__NdjTLa__closeButton:hover{color:#e8eaed}@media (max-width:640px){.Toast-module__NdjTLa__toast{top:60px;right:var(--space-md);left:var(--space-md);min-width:auto}}
