.toast-wrap{position:fixed;z-index:9999;bottom:1.25rem;right:1.25rem;display:flex;flex-direction:column;gap:10px;width:min(380px,calc(100vw - 2rem));pointer-events:none}.toast{pointer-events:auto;position:relative;overflow:hidden;display:flex;align-items:flex-start;gap:12px;padding:14px 14px 15px 16px;border-radius:14px;background:#0d1320;border:1px solid rgba(255,255,255,.10);box-shadow:0 18px 44px -18px rgba(0,0,0,.8);color:#e5e7eb;font-family:'Inter',system-ui,-apple-system,'Segoe UI',sans-serif;animation:toast-in .36s cubic-bezier(.2,.8,.2,1) both}.toast--success{border-color:rgba(52,211,153,.40)}.toast--error{border-color:rgba(244,63,94,.45)}.toast__icon{flex:none;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-top:1px}.toast--success .toast__icon{background:rgba(52,211,153,.15);color:#34d399}.toast--error .toast__icon{background:rgba(244,63,94,.15);color:#fb7185}.toast__icon svg{width:15px;height:15px}.toast__body{flex:1;min-width:0}.toast__title{margin:0 0 2px;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.toast--success .toast__title{color:#34d399}.toast--error .toast__title{color:#fb7185}.toast__msg{margin:0;font-size:.9rem;line-height:1.5;color:#e5e7eb;overflow-wrap:anywhere}.toast__close{flex:none;background:none;border:0;padding:3px;line-height:0;color:#6b7280;cursor:pointer;border-radius:7px;transition:color .15s,background .15s}.toast__close:hover{color:#fff;background:rgba(255,255,255,.06)}.toast__close svg{width:16px;height:16px}.toast__bar{position:absolute;left:0;bottom:0;height:2px;width:100%;transform-origin:left}.toast--success .toast__bar{background:#34d399}.toast--error .toast__bar{background:#fb7185}.toast--timed .toast__bar{animation:toast-bar 5s linear forwards}.toast.is-leaving{animation:toast-out .3s ease forwards}@keyframes toast-in{from{opacity:0;transform:translateY(14px) scale(.98)}to{opacity:1;transform:none}}@keyframes toast-out{to{opacity:0;transform:translateY(8px) scale(.98)}}@keyframes toast-bar{from{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:480px){.toast-wrap{left:1rem;right:1rem;bottom:1rem;width:auto}}@media (prefers-reduced-motion:reduce){.toast,.toast__bar{animation:none!important}}.ydx-cachebust-20260629{--ydx-cachebust:1}