[popover].toast{position:fixed;bottom:2rem;right:2rem;padding:1rem 1.5rem;border-radius:.5rem;box-shadow:0 8px 24px #00000026;border:none;margin:0;z-index:9999;min-width:250px;max-width:400px;font-size:.9rem;line-height:1.5;display:flex;align-items:center;gap:.75rem;animation:toast-slide-up .3s ease}[popover].toast::backdrop{display:none}.toast--success{background:var(--color-success, #10b981);color:#fff}.toast--error{background:var(--color-error, #ef4444);color:#fff}.toast--info{background:var(--color-primary, #3b82f6);color:#fff}.toast__message{flex:1}.toast__close{background:none;border:none;color:inherit;cursor:pointer;padding:.25rem;margin:-.25rem;border-radius:.25rem;display:flex;align-items:center;justify-content:center;opacity:.8;transition:opacity .15s ease}.toast__close:hover{opacity:1}.toast__close:focus-visible{outline:2px solid currentColor;outline-offset:2px}.toast--no-js{animation:toast-slide-up .3s ease,toast-auto-dismiss 5s forwards;animation-delay:0s,0s}.toast--no-js.toast--error{animation-delay:0s,6s;animation-duration:.3s,7s}@keyframes toast-slide-up{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes toast-auto-dismiss{0%,90%{opacity:1;transform:translateY(0);pointer-events:auto}95%{opacity:.5;transform:translateY(10%)}to{opacity:0;transform:translateY(100%);pointer-events:none}}@media(prefers-reduced-motion:reduce){[popover].toast{animation:none}.toast--no-js{animation:none;animation:toast-fade-only 5s forwards;animation-delay:0s}.toast--no-js.toast--error{animation-delay:0s;animation-duration:6s}@keyframes toast-fade-only{0%,90%{opacity:1}to{opacity:0}}}@media(max-width:768px){[popover].toast{bottom:1rem;right:1rem;left:1rem;max-width:none}}
