.toast{z-index:9999;color:#203638;opacity:0;pointer-events:none;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffffff7;border:1px solid #ddd8ce;border-radius:15px;grid-template-columns:38px minmax(0,1fr) 26px;align-items:center;gap:11px;width:min(390px,100vw - 30px);min-height:76px;padding:13px 12px;transition:opacity .22s,transform .22s;display:grid;position:fixed;top:20px;right:20px;overflow:hidden;transform:translate(18px,-10px)scale(.97);box-shadow:0 18px 50px #0d1e2033}.toast.show{opacity:1;pointer-events:auto;transform:none}.toast-icon{color:#347258;background:#e5f1e9;border-radius:11px;place-items:center;width:38px;height:38px;font-size:13px;display:grid}.toast-error .toast-icon{color:#a54d39;background:#f6e5e1}.toast-info .toast-icon{color:#426c82;background:#e8eef2}.toast-copy{flex-direction:column;gap:3px;min-width:0;display:flex}.toast-copy strong{font-size:11px}.toast-copy span{color:#687576;overflow-wrap:anywhere;font-size:10px;line-height:1.45}.toast>button{color:#8d9595;cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;width:26px;height:26px;font-size:10px;display:grid}.toast>button:hover{color:#172f31;background:#f0ece5}.toast-progress{transform-origin:0;background:#4b826c;height:3px;position:absolute;bottom:0;left:0;right:0}.toast-error .toast-progress{background:#b45944}.toast-info .toast-progress{background:#527e94}.toast.show .toast-progress{animation:3.2s linear forwards toast-countdown}@keyframes toast-countdown{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (width<=520px){.toast{width:auto;min-height:70px;inset:auto 10px 10px}.toast-copy span{font-size:10px}}@media (prefers-reduced-motion:reduce){.toast{transition:none}.toast.show .toast-progress{animation:none}}
