.toast{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);z-index:10000;background:#1a1a2ef2;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:.75rem;min-width:300px;max-width:500px;padding:1rem 1.25rem;animation:.3s cubic-bezier(.4,0,.2,1) slideInRight;display:flex;position:fixed;top:2rem;right:2rem;box-shadow:0 10px 25px #00000080,0 4px 10px #0000004d}@keyframes slideInRight{0%{opacity:0;transform:translate(400px)}to{opacity:1;transform:translate(0)}}.toast-icon{flex-shrink:0;justify-content:center;align-items:center;display:flex}.toast-message{color:#fff;flex:1;font-size:.95rem;line-height:1.5}.toast-close{color:#ffffffb3;cursor:pointer;background:#ffffff1a;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;padding:0;transition:all .2s;display:flex}.toast-close:hover{color:#fff;background:#fff3}.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:#f59e0b}.toast-info{border-left:4px solid #667eea}.toast-info .toast-icon{color:#667eea}@media (max-width:640px){.toast{min-width:unset;max-width:unset;top:1rem;left:1rem;right:1rem}@keyframes slideInRight{0%{opacity:0;transform:translateY(-100px)}to{opacity:1;transform:translateY(0)}}.toast-message{font-size:.875rem}}
