.dx-toast{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;align-items:center;gap:.75rem;background:#0e0c09f5;border:1px solid rgba(255,255,255,.12);border-radius:12px;padding:.9rem 1.15rem;box-shadow:0 8px 32px #0000004d;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);font-family:Inter,sans-serif;font-size:.84rem;font-weight:400;color:#fffcf5eb;max-width:340px;animation:dx-toast-in .34s cubic-bezier(.16,1,.3,1) forwards}.dx-toast__icon{width:20px;height:20px;color:#4ade80;flex-shrink:0}.dx-toast__msg{flex:1;line-height:1.45}.dx-toast__close{background:none;border:none;cursor:pointer;color:#fffcf561;font-size:1.15rem;line-height:1;padding:0 0 0 .25rem;flex-shrink:0;transition:color .15s ease}.dx-toast__close:hover{color:#fffcf5cc}@keyframes dx-toast-in{0%{opacity:0;transform:translate(calc(100% + 1.5rem))}to{opacity:1;transform:translate(0)}}@media(max-width:480px){.dx-toast{bottom:1rem;right:1rem;left:1rem;max-width:none}}
