@keyframes ptoast-pop{0%{transform:scale(.9)}60%{transform:scale(1.04)}to{transform:scale(1)}}.ptoast-host{z-index:9990;pointer-events:none;flex-direction:column;gap:10px;max-width:340px;font-family:Plus Jakarta Sans,system-ui,-apple-system,sans-serif;display:flex;position:fixed;bottom:20px;right:20px}.ptoast{pointer-events:auto;cursor:pointer;background:#fff;border:2px solid #0d0d0d;border-radius:12px;align-items:center;gap:11px;min-width:216px;padding:10px 13px;transition:transform .3s cubic-bezier(.34,1.3,.5,1),opacity .3s,box-shadow .15s;display:flex;box-shadow:4px 4px #0d0d0d}.ptoast:hover{box-shadow:5px 5px #0d0d0d}.ptoast--enter,.ptoast--out{opacity:0;transform:translate(26px)scale(.95)}.ptoast--in{opacity:1;transform:translate(0)scale(1)}.ptoast-avatar{color:#fff;letter-spacing:.02em;text-transform:uppercase;border:2px solid #0d0d0d;border-radius:9px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;font-size:12px;font-weight:800;animation:.4s ease-out both ptoast-pop;display:flex}.ptoast-body{flex-direction:column;gap:1px;min-width:0;display:flex}.ptoast-name{color:#0d0d0d;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:800;line-height:1.3;overflow:hidden}.ptoast-status{color:#6b7280;align-items:center;gap:5px;font-size:11px;font-weight:600;display:flex}.ptoast-dot{border-radius:50%;flex:none;width:6px;height:6px}.ptoast--plain{gap:0}.ptoast-accent{border-radius:3px;flex:none;align-self:stretch;width:4px;min-height:22px;margin-right:11px}.ptoast-msg{color:#0d0d0d;font-size:12.5px;font-weight:700;line-height:1.35}@media (prefers-reduced-motion:reduce){.ptoast{transition:opacity .2s}.ptoast--enter,.ptoast--out,.ptoast--in{transform:none}.ptoast-avatar{animation:none}}
/*$vite$:1*/