.toast-c{position:fixed;top:16px;right:16px;z-index:9999;display:flex;flex-direction:column;gap:8px}
.toast{padding:12px 18px;border-radius:10px;font-size:13px;font-weight:500;color:#fff;min-width:260px;animation:ti .3s,to .3s 2.7s forwards;box-shadow:var(--shl)}
.toast-ok{background:var(--acc)}.toast-er{background:var(--dan)}.toast-in{background:var(--pri)}.toast-wa{background:var(--warn)}
@keyframes ti{from{opacity:0;transform:translateX(30px)}to{opacity:1;transform:translateX(0)}}
@keyframes to{from{opacity:1}to{opacity:0;transform:translateX(30px)}}
