.reseller-toast-container{z-index:9999;pointer-events:none;flex-direction:column;gap:12px;display:flex;position:fixed;bottom:24px;right:24px}.reseller-toast{pointer-events:auto;background:#fff;border-left:4px solid #0000;border-radius:12px;align-items:center;gap:12px;min-width:280px;max-width:400px;padding:14px 20px;animation:.4s cubic-bezier(.16,1,.3,1) forwards toast-slide-up;display:flex;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.reseller-toast--exit{animation:.3s ease-in forwards toast-fade-out}.reseller-toast--loading{border-left-color:var(--reseller-primary,#6366f1)}.reseller-toast--success{border-left-color:#10b981}.reseller-toast--error{border-left-color:#ef4444}.reseller-toast--warning{border-left-color:#f59e0b}.toast-icon{justify-content:center;align-items:center;display:flex}.toast-icon--loading{color:var(--reseller-primary,#6366f1)}.toast-icon--success{color:#10b981}.toast-icon--error{color:#ef4444}.toast-icon--warning{color:#f59e0b}.toast-spinner{animation:1s linear infinite spin}.toast-message{color:#1e293b;flex:1;font-size:14.5px;font-weight:600}.toast-close-btn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:4px;transition:background-color .2s,color .2s;display:flex}.toast-close-btn:hover{color:#475569;background:#f1f5f9}@keyframes toast-slide-up{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes toast-fade-out{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.95)}}@keyframes spin{to{transform:rotate(360deg)}}
