.toast{position:fixed;top:100px;right:20px;min-width:300px;max-width:500px;background:white!important;border:1px solid #e5e5e5;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:15px;z-index:10000;animation:slideInRight .3s ease;box-shadow:0 4px 12px rgba(0,0,0,.1);border-radius:0}.toast-success{border-left:4px solid #1a1a1a}.toast-error{border-left:4px solid #dc2626}.toast-warning{border-left:4px solid #f59e0b}.toast-info{border-left:4px solid #3b82f6}.toast-content{display:flex;align-items:center;gap:12px;flex:1}.toast-icon{font-size:1.2rem;font-weight:700}.toast-success .toast-icon{color:#1a1a1a}.toast-error .toast-icon{color:#dc2626}.toast-warning .toast-icon{color:#f59e0b}.toast-info .toast-icon{color:#3b82f6}.toast-message{font-size:.95rem;color:#1a1a1a!important;line-height:1.4}.toast-close{background:none;border:none;color:#999;font-size:1.2rem;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;transition:color .2s}.toast-close:hover{color:#1a1a1a}@keyframes slideInRight{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}@media (max-width:640px){.toast{right:10px;left:10px;min-width:auto}}