.toast-stack{z-index:9999;pointer-events:none;width:320px;-webkit-backdrop-filter:20px;backdrop-filter:20px;flex-direction:column;gap:8px;display:flex;position:fixed}.toast-stack--top-right{top:1rem;right:1.25rem}.toast-stack--top-left{top:1.25rem;left:1.25rem}.toast-stack--top-center{top:1.25rem;left:50%;transform:translate(-50%)}.toast-stack--bottom-right{flex-direction:column-reverse;bottom:1.25rem;right:1.25rem}.toast-stack--bottom-left{flex-direction:column-reverse;bottom:1.25rem;left:1.25rem}.toast-stack--bottom-center{flex-direction:column-reverse;bottom:1.25rem;left:50%;transform:translate(-50%)}.mai-toast{pointer-events:all;cursor:default;border-radius:10px;align-items:center;gap:10px;padding:16px;transition:transform .12s,opacity .12s,box-shadow .25s;animation:.3s cubic-bezier(.22,1,.36,1) both mai-toast-in;display:flex;position:relative;overflow:hidden}.mai-toast--success:hover{box-shadow:0 0 0 1px #22c55e80,0 0 16px #22c55e33,0 0 40px #22c55e14}.mai-toast--error:hover{box-shadow:0 0 0 1px #ef444480,0 0 16px #ef444433,0 0 40px #ef444414}.mai-toast--info:hover{box-shadow:0 0 0 1px #3b82f680,0 0 16px #3b82f633,0 0 40px #3b82f614}.mai-toast--warning:hover{box-shadow:0 0 0 1px #f59e0b80,0 0 16px #f59e0b33,0 0 40px #f59e0b14}.mai-toast--out{animation:.22s ease-in both mai-toast-out}.mai-toast--dark{-webkit-backdrop-filter:blur(24px)saturate(160%);background:#161916;border:.5px solid #ffffff1a;box-shadow:0 8px 32px #00000059}.mai-toast--light{-webkit-backdrop-filter:blur(16px)saturate(180%);background:#ffffff8c;border:.5px solid #fff9}.mai-toast__icon{color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:14px;font-weight:600;display:flex}.mai-toast--success .mai-toast__icon{box-shadow:0 0 8px #22c55e,0 0 20px #00ff5eaa,0 0 40px #01421bb2}.mai-toast--error .mai-toast__icon{box-shadow:0 0 8px red,0 0 20px #b90505aa,0 0 40px #af0d0db2}.mai-toast--info .mai-toast__icon{box-shadow:0 0 8px #3b83f6,0 0 20px #105fddaa,0 0 40px #3b83f6b2}.mai-toast--warning .mai-toast__icon{box-shadow:0 0 8px #f59e0b,0 0 20px #f59e0baa,0 0 40px #f59e0bb2}.mai-toast__msg{white-space:normal;overflow-wrap:break-word;word-break:break-word;letter-spacing:-.01em;flex:1;min-width:0;font-size:16px;font-weight:400;line-height:1.35}.mai-toast--dark .mai-toast__msg{color:#e8e8e6}.mai-toast--light .mai-toast__msg{color:#1a1a1a}.mai-toast__close{cursor:pointer;opacity:.4;background:0 0;border:none;flex-shrink:0;padding:0 2px;font-size:14px;line-height:1;transition:opacity .15s}.mai-toast--dark .mai-toast__close{color:#e8e8e6}.mai-toast--light .mai-toast__close{color:#1a1a1a}.mai-toast__close:hover{opacity:1}.mai-toast__border-progress{pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0;overflow:visible}@keyframes border-progress-drain{0%{stroke-dashoffset:0}to{stroke-dashoffset:var(--perimeter)}}.mai-toast__icon,.mai-toast__msg,.mai-toast__close{z-index:1;position:relative}@keyframes mai-toast-in{0%{opacity:0;animation-duration:6s;transform:translate(150px)scale(.5)}to{opacity:1;animation-duration:6s;transform:translate(0)scale(1)}}@keyframes mai-toast-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.65)}}@keyframes mai-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes icon-pulse{0%,to{opacity:1}50%{opacity:.55}}.mai-toast__icon{animation:2s ease-in-out infinite icon-pulse}
