.sonner-lite-container{z-index:9999;pointer-events:none;flex-direction:column;gap:10px;padding:12px;display:flex;position:fixed}.sonner-lite-top-left{align-items:flex-start;top:0;left:0}.sonner-lite-top-center{align-items:center;top:0;left:50%;transform:translate(-50%)}.sonner-lite-top-right{align-items:flex-end;top:0;right:0}.sonner-lite-bottom-left{align-items:flex-start;bottom:0;left:0}.sonner-lite-bottom-center{align-items:center;bottom:0;left:50%;transform:translate(-50%)}.sonner-lite-bottom-right{align-items:flex-end;bottom:0;right:0}.notify{color:#fff;cursor:default;pointer-events:auto;opacity:0;border-radius:5px;align-items:center;gap:10px;max-width:350px;padding:10px 20px;font-weight:500;transition:opacity .3s,transform .3s;display:flex;transform:translateY(20px)}.notify.show{opacity:1;transform:translateY(0)}.notify span{word-break:break-word;flex:1}.notify button{color:#000;cursor:pointer;background:#fff;border:none;border-radius:3px;flex-shrink:0;padding:5px 10px;font-weight:500}.notify.success{background:#4caf50}.notify.error{background:#f44336}.notify.warning{color:#000;background:#ff9800}.notify.default{background:#000}
