.toast-host{position:fixed;left:50%;bottom:20px;transform:translate(-50%);z-index:1100;display:flex;flex-direction:column;gap:8px;width:min(460px,calc(100vw - 32px));pointer-events:none}.toast{pointer-events:auto;display:flex;align-items:center;gap:10px;padding:12px 12px 12px 14px;border-radius:10px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:15px;line-height:1.35;color:#0f172a;background:#fff;border:1px solid #cbd5e1;border-left-width:5px;box-shadow:0 10px 30px #0f172a2e;animation:toast-in .16s cubic-bezier(.16,1,.3,1)}.toast-success{border-left-color:#15803d}.toast-error{border-left-color:#b91c1c;background:#fef2f2}.toast-info{border-left-color:#1d4ed8}.toast-icon{flex:0 0 24px;height:24px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:13px;color:#fff}.toast-success .toast-icon{background:#15803d}.toast-error .toast-icon{background:#b91c1c}.toast-info .toast-icon{background:#1d4ed8}.toast-text{flex:1}.toast-close{flex:0 0 44px;height:44px;margin:-10px -6px -10px 0;border:0;background:transparent;font-size:22px;color:#475569;cursor:pointer;border-radius:8px}.toast-close:focus-visible{outline:3px solid #93c5fd}.toast-out{animation:toast-out .16s ease-in forwards}@keyframes toast-out{to{opacity:0;transform:translateY(6px) scale(.98)}}@keyframes toast-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@media(prefers-reduced-motion:reduce){.toast,.toast-out{animation:none}}
