.toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;width:100%;max-width:400px;padding:16px;display:flex;position:fixed}.toast-top-right{align-items:flex-end;top:20px;right:20px}.toast-top-left{align-items:flex-start;top:20px;left:20px}.toast-top-center{align-items:center;top:20px;left:50%;transform:translate(-50%)}.toast-bottom-right{align-items:flex-end;bottom:20px;right:20px}.toast-bottom-left{align-items:flex-start;bottom:20px;left:20px}.toast-bottom-center{align-items:center;bottom:20px;left:50%;transform:translate(-50%)}.toast-custom{pointer-events:auto;opacity:0;background:#fff;border-radius:8px;min-width:300px;max-width:400px;margin-bottom:0;transition:all .3s cubic-bezier(.68,-.55,.265,1.55);position:relative;overflow:hidden;transform:translateY(-20px)scale(.95);box-shadow:0 4px 12px #00000026,0 0 0 1px #0000000d}.toast-custom.toast-show{opacity:1;transform:translateY(0)scale(1)}.toast-custom.toast-hide{opacity:0;pointer-events:none;transform:translateY(-20px)scale(.95)}.toast-content{align-items:center;gap:12px;padding:16px 20px;display:flex}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:20px;display:flex}.toast-success .toast-icon{color:var(--primary-color,#38b1ed)}.toast-error .toast-icon{color:#dc3545}.toast-info .toast-icon{color:#17a2b8}.toast-warning .toast-icon{color:#ffc107}.toast-message{color:#212529;flex:1;font-size:14px;font-weight:400;line-height:1.5}.toast-close{cursor:pointer;color:#6c757d;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;font-size:16px;line-height:1;transition:color .2s;display:flex}.toast-close:hover{color:#212529;background-color:#0000000d}.toast-close:focus{outline-offset:2px;outline:2px solid #38b1ed80}.toast-progress{background-color:#0000001a;height:3px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.toast-progress-bar{transform-origin:0;background:linear-gradient(90deg,#38b1edcc,#6bcbf4cc);height:100%;animation:linear forwards toast-progress}.toast-success .toast-progress-bar{background:linear-gradient(90deg,rgba(var(--primary-color-rgb,56,177,237),.9),rgba(var(--primary-color-rgb,56,177,237),.7))}.toast-error .toast-progress-bar{background:linear-gradient(90deg,#dc3545cc,#e15361cc)}.toast-info .toast-progress-bar{background:linear-gradient(90deg,#17a2b8cc,#31b0c5cc)}.toast-warning .toast-progress-bar{background:linear-gradient(90deg,#ffc107cc,#ffca28cc)}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-success{border-left:4px solid var(--primary-color,#38b1ed)}.toast-error{border-left:4px solid #dc3545}.toast-info{border-left:4px solid #17a2b8}.toast-warning{border-left:4px solid #ffc107}.toast-custom:hover{transform:translateY(-2px)scale(1);box-shadow:0 6px 16px #0003,0 0 0 1px #0000000d}@media (max-width:576px){.toast-container{max-width:calc(100% - 32px);padding:12px}.toast-custom{min-width:280px;max-width:100%}.toast-top-right,.toast-top-left,.toast-bottom-right,.toast-bottom-left{max-width:calc(100% - 32px);left:16px;right:16px}.toast-top-center,.toast-bottom-center{max-width:calc(100% - 32px);left:16px;right:16px;transform:none}}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.toast-top-right .toast-custom.toast-show{animation:.3s cubic-bezier(.68,-.55,.265,1.55) slideInRight}.toast-top-left .toast-custom.toast-show{animation:.3s cubic-bezier(.68,-.55,.265,1.55) slideInLeft}.toast-bottom-right .toast-custom.toast-show{animation:.3s cubic-bezier(.68,-.55,.265,1.55) slideInRight}.toast-bottom-left .toast-custom.toast-show{animation:.3s cubic-bezier(.68,-.55,.265,1.55) slideInLeft}.toast-top-center .toast-custom.toast-show{animation:.3s cubic-bezier(.68,-.55,.265,1.55) slideInDown}.toast-bottom-center .toast-custom.toast-show{animation:.3s cubic-bezier(.68,-.55,.265,1.55) slideInUp}
