.toast-container{bottom:24px;display:flex;flex-direction:column;gap:8px;pointer-events:none;position:fixed;right:24px;z-index:9999}.toast{align-items:center;border-radius:8px;box-shadow:0 8px 32px #000000b3;cursor:pointer;display:flex;font-size:.875rem;font-weight:500;gap:12px;max-width:380px;min-width:240px;padding:12px 16px;pointer-events:all}.toast--success{background:#0d2318;border:1px solid #166534;color:#4ade80}.toast--error{background:#1f0d0d;border:1px solid #7f1d1d;color:#f87171}.toast--info{background:#0d1a2e;border:1px solid #1e3a5f;color:#60a5fa}.toast__icon{align-items:center;border-radius:50%;display:flex;flex-shrink:0;font-size:.75rem;height:20px;justify-content:center;width:20px}.toast-enter-active,.toast-leave-active{transition:all .3s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(100%)}
