.toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:1rem;pointer-events:none;max-width:420px;width:100%;padding:1rem}.toast-position-top-right{top:0;right:0}.toast-position-top-left{top:0;left:0}.toast-position-bottom-right{bottom:0;right:0}.toast-position-bottom-left{bottom:0;left:0}.toast-position-top-center{top:0;left:50%;transform:translate(-50%)}.toast-position-bottom-center{bottom:0;left:50%;transform:translate(-50%)}.toast-notification{position:relative;display:flex;align-items:flex-start;gap:.875rem;padding:1rem 1.25rem;background:#fff;border-radius:.75rem;box-shadow:0 10px 40px #00000026,0 0 0 1px #0000000d;pointer-events:auto;overflow:hidden;min-width:320px;animation:toastSlideIn .3s cubic-bezier(.21,1.02,.73,1) forwards;transition:all .3s ease}.toast-notification:hover{transform:translateY(-2px);box-shadow:0 15px 50px #0003,0 0 0 1px #0000000d}.toast-success{border-left:4px solid #10b981}.toast-success .toast-icon{color:#10b981}.toast-error{border-left:4px solid #ef4444}.toast-error .toast-icon{color:#ef4444}.toast-warning{border-left:4px solid #f59e0b}.toast-warning .toast-icon{color:#d97706}.toast-info{border-left:4px solid #3b82f6}.toast-info .toast-icon{color:#2563eb}.toast-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.25rem}.toast-content{flex:1;min-width:0}.toast-title{font-weight:600;font-size:.9375rem;color:#1f2937;margin-bottom:.25rem}.toast-message{font-size:.875rem;color:#6b7280;line-height:1.5;word-break:break-word}.toast-close{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9ca3af;cursor:pointer;border-radius:.25rem;transition:all .2s ease;padding:0}.toast-close:hover{background:#f3f4f6;color:#6b7280}.toast-close:active{transform:scale(.95)}.toast-close i{font-size:.875rem}.toast-progress{position:absolute;bottom:0;left:0;right:0;height:3px;background:#0000000d;overflow:hidden}.toast-progress-bar{height:100%;width:100%;transform-origin:left;animation:toastProgress linear forwards}.toast-success .toast-progress-bar{background:linear-gradient(90deg,#10b981,#059669)}.toast-error .toast-progress-bar{background:linear-gradient(90deg,#ef4444,#dc2626)}.toast-warning .toast-progress-bar{background:linear-gradient(90deg,#f59e0b,#d97706)}.toast-info .toast-progress-bar{background:linear-gradient(90deg,#3b82f6,#2563eb)}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toastProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.toast-notification.toast-exit{animation:toastSlideOut .3s cubic-bezier(.21,1.02,.73,1) forwards}@keyframes toastSlideOut{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@media (max-width: 767.98px){.toast-container{max-width:100%;padding:.75rem}.toast-notification{min-width:280px;padding:.875rem 1rem}.toast-icon{width:20px;height:20px;font-size:1.1rem}.toast-title{font-size:.875rem}.toast-message{font-size:.8125rem}}@media (max-width: 575.98px){.toast-container{padding:.5rem}.toast-notification{min-width:100%;gap:.75rem}.toast-position-top-center,.toast-position-bottom-center{left:0;transform:none;right:0}}
