.opt-toast-stack{position:fixed;top:1rem;right:1rem;z-index:10050;display:flex;flex-direction:column;gap:.65rem;width:min(calc(100vw - 2rem),380px);pointer-events:none}.opt-toast{--opt-toast-duration: 5s;pointer-events:auto;position:relative;padding:.85rem 2.35rem 1rem .95rem;background:#fff;border:1px solid #e4e4e4;box-shadow:0 14px 36px #100f0f24;overflow:hidden;transform:translate(calc(100% + 1.5rem));opacity:0;transition:transform .28s cubic-bezier(.22,1,.36,1),opacity .28s ease}.opt-toast.is-visible{transform:translate(0);opacity:1}.opt-toast.is-leaving{transform:translate(calc(100% + 1.5rem));opacity:0}.opt-toast__message{margin:0;font-size:14px;line-height:1.45;color:#111827}.opt-toast--error .opt-toast__message{color:#7f1d1d}.opt-toast--success .opt-toast__message{color:#065f46}.opt-toast__close{position:absolute;top:.45rem;right:.4rem;width:1.75rem;height:1.75rem;border:none;background:transparent;color:#6b7280;font-size:1.25rem;line-height:1;cursor:pointer;padding:0}.opt-toast__close:hover{color:#111827}.opt-toast__progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#f3e8eb}.opt-toast__progress-bar{display:block;height:100%;width:100%;background:var(--color-accent, #aa0a28);transform-origin:left center;transform:scaleX(1);animation:opt-toast-progress var(--opt-toast-duration, 5s) linear forwards}@keyframes opt-toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion: reduce){.opt-toast{transition:opacity .15s ease;transform:none}.opt-toast.is-visible,.opt-toast.is-leaving{transform:none}.opt-toast__progress-bar{animation:none;transform:scaleX(0)}}@media (max-width: 480px){.opt-toast-stack{top:auto;bottom:1rem;right:1rem;left:1rem;width:auto}}
