.toast{position:fixed;top:20px;right:20px;z-index:1000;min-width:300px;max-width:400px;padding:16px 20px;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);font-family:Inter,sans-serif;font-size:14px;font-weight:500;transform:translateX(100%);opacity:0;transition:all .3s ease-in-out}.toast-visible{transform:translateX(0);opacity:1}.toast-hidden{transform:translateX(100%);opacity:0}.toast-content{gap:12px}.toast-content,.toast-icon{display:flex;align-items:center}.toast-icon{width:20px;height:20px;border-radius:50%;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0}.toast-message{flex:1 1;line-height:1.4}.toast-success{background:#10b981;color:white;border-left:4px solid #059669}.toast-success .toast-icon{background:rgba(255,255,255,.2);color:white}.toast-error{background:#ef4444;color:white;border-left:4px solid #dc2626}.toast-error .toast-icon{background:rgba(255,255,255,.2);color:white}.toast-info{background:#3b82f6;color:white;border-left:4px solid #2563eb}.toast-info .toast-icon{background:rgba(255,255,255,.2);color:white}@media (max-width:480px){.toast{top:10px;right:10px;left:10px;min-width:auto;max-width:none}}.toast-container{position:fixed;top:0;right:0;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none}.toast-container>*{pointer-events:all}