.wic-toast-root{position:fixed;top:20px;right:22px;z-index:2147483000;display:grid;gap:10px;width:min(390px,calc(100vw - 28px));pointer-events:none}.wic-toast{display:grid;grid-template-columns:32px minmax(0,1fr) 28px;gap:10px;align-items:center;padding:12px 12px 12px 14px;border:1px solid rgba(15,23,42,.12);border-radius:13px;background:rgba(255,255,255,.97);box-shadow:0 18px 45px rgba(15,23,42,.18);color:#172033;opacity:0;transform:translateY(-8px) scale(.98);transition:opacity .18s ease,transform .18s ease;pointer-events:auto;backdrop-filter:blur(12px)}.wic-toast.is-visible{opacity:1;transform:none}.wic-toast.is-leaving{opacity:0;transform:translateY(-7px) scale(.98)}.wic-toast-icon{width:30px;height:30px;border-radius:999px;display:flex;align-items:center;justify-content:center;font-weight:900;background:#eaf7ef;color:#18733b}.wic-toast-error .wic-toast-icon{background:#fff0ef;color:#b42318}.wic-toast-warning .wic-toast-icon{background:#fff7e6;color:#9a6700}.wic-toast-info .wic-toast-icon{background:#edf5ff;color:#245f9e}.wic-toast-copy strong{display:block;font-size:13px;line-height:1.4;color:inherit}.wic-toast-close{width:28px;height:28px;border:0;background:transparent;color:#7a8492;font-size:20px;line-height:1;cursor:pointer;border-radius:7px}.wic-toast-close:hover{background:#f2f4f7;color:#344054}@media(max-width:600px){.wic-toast-root{top:12px;right:14px;left:14px;width:auto}.wic-toast{width:auto}}