.oxy-toast-stack{z-index:1300;pointer-events:none;flex-direction:column;gap:.5rem;display:flex;position:fixed;bottom:1.5rem;right:1.5rem}@media (max-width:480px){.oxy-toast-stack{bottom:1rem;left:1rem;right:1rem}}.oxy-toast{pointer-events:auto;color:#fff;cursor:pointer;background:#121212;border-radius:10px;max-width:360px;padding:.75rem 1rem;font-size:.9rem;animation:.18s ease-out oxy-toast-in;box-shadow:0 8px 24px #0000002e}.oxy-toast--success{background:#047857}.oxy-toast--error{background:#b91c1c}.oxy-toast--info{background:#1f2937}@keyframes oxy-toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
