.toast-stack{position:fixed;z-index:3000;top:max(18px,env(safe-area-inset-top));right:18px;display:grid;gap:11px;width:min(390px,calc(100vw - 28px));pointer-events:none}.toast{position:relative;display:grid;grid-template-columns:38px 1fr 28px;gap:11px;align-items:start;padding:15px 14px;overflow:hidden;border:1px solid #d8ded9;border-radius:16px;background:#fffdf9;color:#183128;box-shadow:0 22px 65px #061c1530;opacity:0;pointer-events:auto;transform:translateX(24px) scale(.97);transition:.22s ease}.toast.is-visible{opacity:1;transform:none}.toast.is-leaving{opacity:0;transform:translateX(30px) scale(.97)}.toast__icon{display:grid;place-items:center;width:38px;height:38px;border-radius:12px;background:#e4f4eb;color:#08734d}.toast__icon::after{content:'✓';font-size:20px;font-weight:900}.toast--error .toast__icon{background:#fde8e5;color:#b13c35}.toast--error .toast__icon::after{content:'!'}.toast--warning .toast__icon{background:#fff2cf;color:#976000}.toast--warning .toast__icon::after{content:'!'}.toast--info .toast__icon{background:#e5eff8;color:#286287}.toast--info .toast__icon::after{content:'i'}.toast strong{display:block;margin:1px 0 3px;font-size:13px}.toast p{margin:0;color:#596a63;font-size:13px;line-height:1.45}.toast button{padding:0;border:0;background:transparent;color:#6b7772;font-size:24px;line-height:1;cursor:pointer}.toast__timer{position:absolute;left:0;bottom:0;width:100%;height:3px;background:#159263;transform-origin:left;animation:toast-timer 4.2s linear forwards}.toast--error .toast__timer{background:#c65048}.toast--warning .toast__timer{background:#d59112}.toast--info .toast__timer{background:#397aa4}@keyframes toast-timer{to{transform:scaleX(0)}}@media(max-width:560px){.toast-stack{top:max(10px,env(safe-area-inset-top));right:14px}.toast{border-radius:14px}}
