.kbs-profile-toast { position: fixed; z-index: 100002; right: 20px; bottom: 112px; left: 20px; max-width: 420px; margin: auto; padding: 13px 18px; color: #fff; background: #111; border-radius: 999px; text-align: center; font-weight: 700; opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; }
.kbs-profile-toast.is-visible { opacity: 1; transform: translateY(0); }
