.toast-container{z-index:2000;pointer-events:none;flex-direction:column;gap:12px;width:min(390px,100vw - 32px);display:flex;position:fixed;top:104px;left:50%;transform:translate(-50%)}.toast{pointer-events:auto;background:#fcfdfd;border:1px solid #e2e8f0;border-radius:19px;grid-template-columns:auto minmax(0,1fr) auto;align-items:flex-start;gap:13px;width:100%;padding:16px 16px 18px;animation:.32s both toast-enter;display:grid;position:relative;overflow:hidden;box-shadow:0 18px 45px #0f172a24}.toast-icon{border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;width:38px;height:38px;display:flex}.toast-content{min-width:0;padding-top:1px}.toast-content strong{color:#0f172a;font-size:15px;font-weight:800;line-height:1.35;display:block}.toast-content p{color:#64748b;margin-top:4px;font-size:14px;line-height:1.5}.toast-close{color:#94a3b8;cursor:pointer;background:0 0;border:0;border-radius:10px;justify-content:center;align-items:center;width:32px;height:32px;margin-top:-2px;display:flex}.toast-close:hover{color:#334155;background:#f1f5f9}.toast-close:focus-visible{outline-offset:2px;outline:3px solid #0ea5e933}.toast-progress{transform-origin:0;width:100%;height:3px;animation:4.2s linear forwards toast-progress;position:absolute;bottom:0;left:0}.toast-success{border-color:#bbf7d0}.toast-success .toast-icon{color:#16a34a;background:#ecfdf5}.toast-success .toast-progress{background:#22c55e}.toast-error{border-color:#fecaca}.toast-error .toast-icon{color:#dc2626;background:#fef2f2}.toast-error .toast-progress{background:#ef4444}.toast-warning{border-color:#fde68a}.toast-warning .toast-icon{color:#d97706;background:#fffbeb}.toast-warning .toast-progress{background:#f59e0b}.toast-info{border-color:#bae6fd}.toast-info .toast-icon{color:#0284c7;background:#f0f9ff}.toast-info .toast-progress{background:#0ea5e9}@keyframes toast-enter{0%{opacity:0;transform:translate(28px,-6px)scale(.97)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width:600px){.toast-container{width:calc(100vw - 32px);max-width:390px;top:94px;left:50%;transform:translate(-50%)}.toast{border-radius:17px;padding:15px 14px 17px}}@media (prefers-reduced-motion:reduce){.toast,.toast-progress{animation:none}}
