.toast-host{position:fixed;bottom:1.25rem;left:50%;transform:translateX(-50%);z-index:400;display:flex;flex-direction:column;gap:.5rem;width:min(360px,calc(100% - 2rem));pointer-events:none}.toast-host__item{padding:.75rem 1rem;border-radius:var(--radius-md);background:var(--charcoal);color:var(--cream);font-size:.875rem;font-weight:500;text-align:center;box-shadow:var(--shadow-lg);animation:toast-in .25s ease}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.toast-host{bottom:auto;top:5rem;left:auto;right:1.25rem;transform:none}}