.pv-toast-root{z-index:9999;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.pv-toast{border:1px solid var(--border);border-radius:var(--radius);width:min(420px,100vw - 40px);box-shadow:var(--shadow-soft);color:var(--foreground);background:#120f0ff5;justify-content:space-between;align-items:center;gap:1rem;padding:1rem 1.1rem;display:flex}.pv-toast-message{flex:auto;font-size:.95rem;line-height:1.45}.pv-toast-close{border:1px solid var(--border);width:34px;height:34px;color:var(--foreground);cursor:pointer;background:0 0;border-radius:999px;font-size:1.1rem}.pv-toast-success{border-color:#90d7a26b}.pv-toast-error{border-color:#d13d3d7a}.pv-toast-info{border-color:var(--border-strong)}@media only screen and (max-width:768px){.pv-toast-root{bottom:12px;right:12px}}
