.aptya-toast-host{position:fixed;top:18px;right:18px;z-index:9999;display:flex;flex-direction:column;gap:10px;max-width:min(420px,calc(100vw - 36px));}
.aptya-toast{display:flex;gap:10px;align-items:flex-start;justify-content:space-between;padding:12px 12px 12px 14px;border-radius:14px;border:1px solid rgba(15,31,42,0.14);background:#fff;box-shadow:0 14px 34px rgba(15,31,42,0.16);opacity:0;transform:translateY(-6px);transition:opacity .28s ease,transform .28s ease;}
.aptya-toast.is-show{opacity:1;transform:translateY(0);}
.aptya-toast.is-hiding{opacity:0;transform:translateY(-6px);}
.aptya-toast__body{font-weight:500;color:#0f1f2a;line-height:1.25;white-space:pre-wrap;word-break:break-word;}
.aptya-toast__close{border:0;background:transparent;color:rgba(15,31,42,0.7);font-size:18px;line-height:1;padding:0 6px;cursor:pointer;}
.aptya-toast__close:hover{color:rgba(15,31,42,1);}
.aptya-toast--success{border-left:6px solid #198754;}
.aptya-toast--warning{border-left:6px solid #ffc107;}
.aptya-toast--error,.aptya-toast--danger{border-left:6px solid #dc3545;}
.aptya-toast--info,.aptya-toast--debug{border-left:6px solid #0dcaf0;}
