.toastViewport{position:fixed;right:20px;bottom:20px;z-index:1200;display:flex;flex-direction:column;gap:10px;width:min(360px,100vw - 32px);pointer-events:none}.toastViewport__item{pointer-events:auto;display:flex;align-items:flex-start;gap:12px;padding:14px 14px 14px 16px;border-radius:14px;box-shadow:0 18px 40px rgba(15,23,42,.18);color:#fff;animation:toastViewportSlideIn .18s ease-out}.toastViewport__item--info{background:#1d4ed8}.toastViewport__item--success{background:#15803d}.toastViewport__item--error{background:#b91c1c}.toastViewport__message{flex:1 1;font-size:14px;line-height:1.4}.toastViewport__close{border:0;background:transparent;color:inherit;font-size:18px;line-height:1;padding:0;cursor:pointer;opacity:.8}.toastViewport__close:hover{opacity:1}@keyframes toastViewportSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media(max-width:640px){.toastViewport{right:12px;left:12px;bottom:12px;width:auto}}