.k-toast-host{position:fixed;right:18px;top:18px;z-index:12000;display:grid;gap:10px;max-width:min(390px,calc(100vw - 28px))}.k-toast{display:flex;align-items:flex-start;gap:14px;padding:14px 16px;border-radius:16px;background:#111827;color:#fff;box-shadow:0 18px 55px rgba(15,23,42,.28);animation:kToastIn .2s ease}.k-toast--success{background:#0f766e}.k-toast--error{background:#991b1b}.k-toast button{border:0;background:transparent;color:inherit;font-size:20px;line-height:1;cursor:pointer}.k-toast span{flex:1;line-height:1.4}.k-toast.is-leaving{opacity:0;transform:translateY(-6px);transition:.18s ease}@keyframes kToastIn{from{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:none}}@media(max-width:700px){.k-toast-host{top:auto;right:14px;left:14px;bottom:calc(82px + env(safe-area-inset-bottom));max-width:none}}
