.toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:16px;padding:20px;pointer-events:none}.toast-container.top-right{top:0;right:0}.toast-container.top-left{top:0;left:0}.toast-container.bottom-right{bottom:0;right:0}.toast-container.bottom-left{bottom:0;left:0}.toast-container.top-center{top:0;left:50%;transform:translateX(-50%);align-items:center}.toast-container.bottom-center{bottom:0;left:50%;transform:translateX(-50%);align-items:center}.toast-container.center{top:50%;left:50%;transform:translate(-50%,-50%);align-items:center}.toast-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5);z-index:9998;pointer-events:all}.toast-blur-background>:not(.toast-container):not(.toast-overlay):not(.no-blur):not(.no-blur *){filter:blur(4px);transition:filter .3s ease}.toast-container.no-blur,.toast-container.no-blur *,.toast-wrapper.no-blur,.toast-wrapper.no-blur *,.toast.no-blur,.toast.no-blur *{filter:none!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.toast{display:flex;align-items:center;padding:16px 20px;min-width:320px;max-width:500px;border-radius:10px;box-shadow:0 6px 16px rgba(0,0,0,.2);pointer-events:auto;transition:all .3s ease;animation:slideIn .3s ease forwards}.toast.center-toast{animation:scaleIn .3s ease forwards}.toast.hide{opacity:0;transform:translateX(100%)}.toast.center-toast.hide{transform:scale(.9)}.toast-icon-container{margin-right:16px;flex-shrink:0}.toast-icon,.toast-icon-container{width:24px;height:24px}.toast-content{flex:1;font-size:15px;font-weight:500;line-height:1.4}.toast-close{width:20px;height:20px;margin-left:16px;background:none;border:none;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;opacity:.7;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-close svg{width:18px;height:18px}.toast.success{background-color:#edf7ed;color:#1e4620;border-left:5px solid #4caf50}.toast.success .toast-close,.toast.success .toast-icon{color:#4caf50}.toast.alert{background-color:#e9f2fd;color:#0d47a1;border-left:5px solid #2196f3}.toast.alert .toast-close,.toast.alert .toast-icon{color:#2196f3}.toast.warning{background-color:#fff8e1;color:#ff8f00;border-left:5px solid #ffc107}.toast.warning .toast-close,.toast.warning .toast-icon{color:#ffc107}.toast.error{background-color:#fdeded;color:#c62828;border-left:5px solid #f44336}.toast.error .toast-close,.toast.error .toast-icon{color:#f44336}.toast.modern-confirm{background-color:#fff;color:#333;border-left:none;border-radius:8px;box-shadow:0 8px 25px rgba(0,0,0,.2);padding:0;flex-direction:column;align-items:stretch;overflow:hidden;min-width:378px;max-width:404px;z-index:10000}.modern-confirm-header{background-color:teal;padding:16px 0;display:flex;justify-content:center;align-items:center}.modern-confirm-header .toast-icon-container{margin:0;width:48px;height:48px;display:flex;justify-content:center;align-items:center}.modern-confirm-header .toast-icon{width:48px;height:48px}.modern-confirm-content{padding:24px 20px;display:flex;flex-direction:column;gap:24px}.modern-confirm-content .toast-content{text-align:center;font-size:16px;font-weight:500;color:#333}.toast.modern-confirm .toast-actions{display:flex;gap:12px;width:100%;justify-content:center}.toast-button{padding:10px 20px;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s ease;border:none;letter-spacing:.3px}.modern-confirm-btn{background-color:#00a0a0;color:#fff;min-width:100px}.modern-confirm-btn:hover{background-color:teal}.modern-cancel{background-color:transparent;color:#555;border:1px solid #ccc;min-width:100px}.modern-cancel:hover{background-color:#f0f0f0;color:#333}.toast.confirm{background-color:#e8eaf6;color:#283593;border-left:5px solid #3f51b5;padding:24px;flex-direction:column;align-items:flex-start;min-width:380px;box-shadow:0 10px 25px rgba(0,0,0,.3);z-index:10000}.toast.center-toast.confirm{border:none;border-top:5px solid #3f51b5}.toast.confirm .toast-icon-container{margin-bottom:12px;width:32px;height:32px}.toast.confirm .toast-icon{color:#3f51b5;width:32px;height:32px}.toast.confirm .toast-content{margin-bottom:20px;font-weight:600;font-size:16px;width:100%}.toast.confirm .toast-actions{display:flex;gap:12px;width:100%;justify-content:flex-end}.toast-confirm:hover{box-shadow:0 2px 6px rgba(63,81,181,.4);transform:translateY(-1px)}.toast-cancel{background-color:transparent;color:#555;border:1px solid #ccc}.toast-cancel:hover{background-color:#f0f0f0;color:#333}.toast-wrapper{z-index:10000}@keyframes slideIn{0%{transform:translateX(100%);opacity:0}to{transform:translateX(0);opacity:1}}@keyframes scaleIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}@media (max-width:600px){.toast{min-width:auto;width:calc(100% - 20px);max-width:none}.toast.modern-confirm{min-width:auto;width:90%;max-width:320px}.toast.confirm{min-width:auto;width:90%;max-width:380px}.toast-container.bottom-center,.toast-container.bottom-left,.toast-container.bottom-right,.toast-container.top-center,.toast-container.top-left,.toast-container.top-right{width:100%;left:0;right:0;transform:none;padding:12px;align-items:center}.toast-container.center{width:100%}.toast-actions{justify-content:center}}