:root{--toast-success-bg: #2d6a4f;--toast-success-border: #40916c;--toast-success-icon: "✓";--toast-error-bg: #9b2226;--toast-error-border: #ae2012;--toast-error-icon: "✕";--toast-info-bg: #1d4e89;--toast-info-border: #2667b8;--toast-info-icon: "ℹ";--toast-warning-bg: #7b4f12;--toast-warning-border: #d4a017;--toast-warning-icon: "⚠";--toast-text: #ffffff;--toast-title-weight: 600;--toast-shadow: 0 8px 24px rgba(0, 0, 0, .18), 0 2px 6px rgba(0, 0, 0, .12);--toast-radius: 10px;--toast-width: 340px;--toast-font: system-ui, -apple-system, "Segoe UI", sans-serif;--toast-progress-bg: rgba(255, 255, 255, .35);--toast-gap: 10px;--toast-padding: 14px 16px 14px 52px}@media (prefers-color-scheme: dark){:root:not([data-theme=light]){--toast-success-bg: #1b4332;--toast-success-border: #2d6a4f;--toast-error-bg: #641220;--toast-error-border: #9b2226;--toast-info-bg: #03256c;--toast-info-border: #1d4e89;--toast-warning-bg: #6c3d09;--toast-warning-border: #7b4f12;--toast-shadow: 0 8px 32px rgba(0, 0, 0, .45), 0 2px 8px rgba(0, 0, 0, .3)}}[data-theme=dark]{--toast-success-bg: #1b4332;--toast-success-border: #2d6a4f;--toast-error-bg: #641220;--toast-error-border: #9b2226;--toast-info-bg: #03256c;--toast-info-border: #1d4e89;--toast-warning-bg: #6c3d09;--toast-warning-border: #7b4f12;--toast-shadow: 0 8px 32px rgba(0, 0, 0, .45), 0 2px 8px rgba(0, 0, 0, .3)}[data-theme=light]{--toast-success-bg: #2d6a4f;--toast-success-border: #40916c;--toast-error-bg: #9b2226;--toast-error-border: #ae2012;--toast-info-bg: #1d4e89;--toast-info-border: #2667b8;--toast-warning-bg: #7b4f12;--toast-warning-border: #d4a017;--toast-shadow: 0 8px 24px rgba(0, 0, 0, .18), 0 2px 6px rgba(0, 0, 0, .12)}#toast-container{position:fixed;z-index:99999;display:flex;flex-direction:column;gap:var(--toast-gap);pointer-events:none;box-sizing:border-box}#toast-container>*{pointer-events:auto}#toast-container.toast-top-right{top:16px;right:16px;align-items:flex-end}#toast-container.toast-top-left{top:16px;left:16px;align-items:flex-start}#toast-container.toast-top-center{top:16px;left:50%;transform:translate(-50%);align-items:center}#toast-container.toast-top-full-width{top:0;left:0;right:0;width:100%;align-items:stretch}#toast-container.toast-bottom-right{bottom:16px;right:16px;align-items:flex-end;flex-direction:column-reverse}#toast-container.toast-bottom-left{bottom:16px;left:16px;align-items:flex-start;flex-direction:column-reverse}#toast-container.toast-bottom-center{bottom:16px;left:50%;transform:translate(-50%);align-items:center;flex-direction:column-reverse}#toast-container.toast-bottom-full-width{bottom:0;left:0;right:0;width:100%;align-items:stretch;flex-direction:column-reverse}.toast{position:relative;box-sizing:border-box;width:var(--toast-width);max-width:calc(100vw - 32px);padding:var(--toast-padding);border-radius:var(--toast-radius);border-left:4px solid transparent;box-shadow:var(--toast-shadow);font-family:var(--toast-font);font-size:14px;will-change:transform,opacity;line-height:1.5;color:var(--toast-text);cursor:pointer;overflow:hidden;opacity:0;-webkit-user-select:none;user-select:none;background-repeat:no-repeat;background-position:14px center;background-size:22px 22px}.toast:before{content:"";position:absolute;left:14px;top:50%;transform:translateY(-50%);width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;line-height:22px;text-align:center;color:#fff}.toast:hover{box-shadow:0 12px 32px #00000047}.toast:focus-visible{outline:3px solid #fff;outline-offset:2px}.toast-success{background-color:var(--toast-success-bg);border-left-color:var(--toast-success-border)}.toast-success:before{content:"✓";background:var(--toast-success-border)}.toast-error{background-color:var(--toast-error-bg);border-left-color:var(--toast-error-border)}.toast-error:before{content:"✕";background:var(--toast-error-border)}.toast-info{background-color:var(--toast-info-bg);border-left-color:var(--toast-info-border)}.toast-info:before{content:"ℹ";background:var(--toast-info-border)}.toast-warning{background-color:var(--toast-warning-bg);border-left-color:var(--toast-warning-border)}.toast-warning:before{content:"⚠";background:var(--toast-warning-border)}.toast-title{font-weight:var(--toast-title-weight);font-size:14px;margin-bottom:3px}.toast-message{font-size:13px;opacity:.92;word-break:break-word}.toast-message a{color:inherit;text-decoration:underline}.toast-message a:hover{opacity:.8}.toast-close-button{position:absolute;top:8px;right:10px;padding:0;width:22px;height:22px;border:none;border-radius:50%;background:#ffffff26;color:#fff;font-size:16px;line-height:22px;text-align:center;cursor:pointer;transition:background .15s;display:flex;align-items:center;justify-content:center;font-family:var(--toast-font)}.toast-close-button:hover{background:#ffffff4d}.toast-close-button:focus-visible{outline:2px solid #fff;outline-offset:2px}.toast-progress{position:absolute;bottom:0;left:0;height:3px;width:100%;background:var(--toast-progress-bg);border-radius:0 0 0 var(--toast-radius);transition:width 16ms linear}.toast.rtl{direction:rtl;padding:14px 52px 14px 16px}.toast.rtl:before{left:auto;right:14px}.toast.rtl .toast-close-button{right:auto;left:10px}@keyframes toastr-fade-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes toastr-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}.toast[data-animation=fade].toast-shown{animation:toastr-fade-in .28s cubic-bezier(.21,1.02,.73,1) forwards}.toast[data-animation=fade].toast-hiding{animation:toastr-fade-out .22s ease-in forwards}@keyframes toastr-slide-in-right{0%{opacity:0;transform:translate(110%)}to{opacity:1;transform:translate(0)}}@keyframes toastr-slide-out-right{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(110%)}}@keyframes toastr-slide-in-left{0%{opacity:0;transform:translate(-110%)}to{opacity:1;transform:translate(0)}}@keyframes toastr-slide-out-left{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-110%)}}#toast-container.toast-top-right .toast[data-animation=slide].toast-shown,#toast-container.toast-bottom-right .toast[data-animation=slide].toast-shown{animation:toastr-slide-in-right .32s cubic-bezier(.21,1.02,.73,1) forwards}#toast-container.toast-top-right .toast[data-animation=slide].toast-hiding,#toast-container.toast-bottom-right .toast[data-animation=slide].toast-hiding{animation:toastr-slide-out-right .22s ease-in forwards}#toast-container.toast-top-left .toast[data-animation=slide].toast-shown,#toast-container.toast-bottom-left .toast[data-animation=slide].toast-shown{animation:toastr-slide-in-left .32s cubic-bezier(.21,1.02,.73,1) forwards}#toast-container.toast-top-left .toast[data-animation=slide].toast-hiding,#toast-container.toast-bottom-left .toast[data-animation=slide].toast-hiding{animation:toastr-slide-out-left .22s ease-in forwards}#toast-container.toast-top-center .toast[data-animation=slide].toast-shown,#toast-container.toast-bottom-center .toast[data-animation=slide].toast-shown{animation:toastr-fade-in .32s cubic-bezier(.21,1.02,.73,1) forwards}#toast-container.toast-top-center .toast[data-animation=slide].toast-hiding,#toast-container.toast-bottom-center .toast[data-animation=slide].toast-hiding{animation:toastr-fade-out .22s ease-in forwards}@keyframes toastr-bounce-in{0%{opacity:0;transform:scale(.3)}50%{opacity:1;transform:scale(1.08)}70%{transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes toastr-bounce-out{0%{opacity:1;transform:scale(1)}20%{transform:scale(1.05)}to{opacity:0;transform:scale(.3)}}.toast[data-animation=bounce].toast-shown{animation:toastr-bounce-in .45s cubic-bezier(.21,1.02,.73,1) forwards}.toast[data-animation=bounce].toast-hiding{animation:toastr-bounce-out .28s ease-in forwards}@keyframes toastr-flip-in{0%{opacity:0;transform:perspective(600px) rotateX(-90deg)}60%{transform:perspective(600px) rotateX(12deg)}to{opacity:1;transform:perspective(600px) rotateX(0)}}@keyframes toastr-flip-out{0%{opacity:1;transform:perspective(600px) rotateX(0)}to{opacity:0;transform:perspective(600px) rotateX(90deg)}}.toast[data-animation=flip].toast-shown{animation:toastr-flip-in .4s cubic-bezier(.21,1.02,.73,1) forwards}.toast[data-animation=flip].toast-hiding{animation:toastr-flip-out .25s ease-in forwards}@media (max-width: 480px){:root{--toast-width: calc(100vw - 24px) }#toast-container.toast-top-right,#toast-container.toast-top-left,#toast-container.toast-top-center{top:8px;left:12px;right:12px;transform:none;align-items:stretch}#toast-container.toast-bottom-right,#toast-container.toast-bottom-left,#toast-container.toast-bottom-center{bottom:8px;left:12px;right:12px;transform:none;align-items:stretch}}@media (prefers-reduced-motion: reduce){.toast,.toast.toast-shown,.toast.toast-hiding{animation:none!important;transition:opacity .15s!important}.toast.toast-shown{opacity:1}.toast.toast-hiding{opacity:0}}
