.bv-toast-viewport{--bv-toast-surface:#fff;--bv-toast-border:#dbe3ea;--bv-toast-text:#17221f;--bv-toast-muted:#64706c;z-index:1900;pointer-events:none;gap:10px;width:min(420px,100vw - 32px);display:grid;position:fixed;right:20px}.bv-toast-viewport.is-user{top:76px}.bv-toast-viewport.is-admin{top:84px}.bv-toast-viewport[data-appearance=dark]{--bv-toast-surface:#172033;--bv-toast-border:#334155;--bv-toast-text:#f8fafc;--bv-toast-muted:#a8b3c7}.bv-toast{pointer-events:auto;border:1px solid var(--bv-toast-border);background:var(--bv-toast-surface);color:var(--bv-toast-text);border-left-width:3px;border-radius:10px;grid-template-columns:auto minmax(0,1fr) auto;align-items:start;gap:10px;padding:11px 12px;font-family:Plus Jakarta Sans,Inter,ui-sans-serif,system-ui,sans-serif;animation:.16s ease-out bv-toast-in;display:grid;box-shadow:0 14px 36px #0f172a29}.bv-toast.is-success{border-left-color:#16a34a}.bv-toast.is-error{border-left-color:#dc2626}.bv-toast.is-warning{border-left-color:#d97706}.bv-toast.is-info{border-left-color:#2563eb}.bv-toast__icon{border-radius:999px;place-items:center;width:24px;height:24px;display:grid}.bv-toast.is-success .bv-toast__icon{color:#15803d;background:#dcfce7}.bv-toast.is-error .bv-toast__icon{color:#b91c1c;background:#fee2e2}.bv-toast.is-warning .bv-toast__icon{color:#b45309;background:#fef3c7}.bv-toast.is-info .bv-toast__icon{color:#1d4ed8;background:#dbeafe}.bv-toast__content{gap:2px;min-width:0;display:grid}.bv-toast__content strong{letter-spacing:.02em;font-size:11px;font-weight:800;line-height:1.35}.bv-toast__content span{color:var(--bv-toast-muted);overflow-wrap:anywhere;font-size:12px;font-weight:600;line-height:1.5}.bv-toast__close{width:26px;height:26px;color:var(--bv-toast-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;margin:-2px -3px 0 0;padding:0;display:grid}.bv-toast__close:hover{background:#64748b1f}.bv-toast__close:focus-visible{outline-offset:2px;outline:2px solid #2563eb}@keyframes bv-toast-in{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}@media (width<=480px){.bv-toast-viewport{width:auto;left:16px;right:16px}}@media (prefers-reduced-motion:reduce){.bv-toast{animation:none}}
