.toast-host{z-index:1000;right:max(16px, env(safe-area-inset-right));bottom:max(16px, env(safe-area-inset-bottom));gap:var(--space-3,12px);pointer-events:none;flex-direction:column-reverse;width:min(420px,100vw - 32px);display:flex;position:fixed}.toast-host__item{pointer-events:auto;width:100%;animation:toast-host-in var(--duration-base,.18s) var(--ease-standard,ease-out)}.toast-host__item--leaving{animation:toast-host-out .16s var(--ease-standard,ease-in) forwards}.toast-host .ds-toast{width:100%;max-width:none}@keyframes toast-host-in{0%{opacity:0;transform:translateY(8px)scale(.98)}}@keyframes toast-host-out{to{opacity:0;transform:translate(12px)}}@media (prefers-reduced-motion:reduce){.toast-host__item,.toast-host__item--leaving{animation:none}}
