 .wm-toast-container {position: fixed;top: 24px;right: 24px;width: min(460px, calc(100vw - 32px));z-index: 2147483646;display: flex;flex-direction: column;gap: 14px;pointer-events: none;}.wm-toast {position: relative;overflow: hidden;display: grid;grid-template-columns: 44px minmax(0, 1fr) 30px;gap: 14px;align-items: flex-start;min-height: 86px;padding: 18px 18px 20px 18px;border: 1px solid rgba(15, 23, 42, .12);border-radius: 18px;background: rgba(255, 255, 255, .98);color: #0f172a;box-shadow: 0 22px 60px rgba(15, 23, 42, .24), 0 8px 22px rgba(15, 23, 42, .12);backdrop-filter: blur(16px);-webkit-backdrop-filter: blur(16px);pointer-events: auto;transform: translate3d(28px, -8px, 0) scale(.98);opacity: 0;transition: opacity .24s ease, transform .24s ease, margin .24s ease;}.wm-toast::before {content: "";position: absolute;left: 0;top: 0;width: 6px;height: 100%;background: #3b82f6;}.wm-toast.is-visible {opacity: 1;transform: translate3d(0, 0, 0) scale(1);}.wm-toast.is-hiding {opacity: 0;transform: translate3d(28px, -8px, 0) scale(.98);}.wm-toast-icon {width: 44px;height: 44px;border-radius: 999px;display: inline-flex;align-items: center;justify-content: center;font-size: 21px;font-weight: 900;line-height: 1;box-shadow: inset 0 0 0 1px rgba(255,255,255,.65);}.wm-toast-title {margin: 0 0 6px 0;font-size: 15px;line-height: 21px;font-weight: 900;letter-spacing: -.015em;color: #0f172a;}.wm-toast-message {margin: 0;font-size: 14px;line-height: 22px;font-weight: 600;color: #475569;word-break: break-word;}.wm-toast-close {width: 30px;height: 30px;border: 0;border-radius: 999px;background: transparent;color: #94a3b8;font-size: 24px;line-height: 30px;cursor: pointer;display: inline-flex;align-items: center;justify-content: center;transition: background .18s ease, color .18s ease, transform .18s ease;}.wm-toast-close:hover {background: #f1f5f9;color: #0f172a;transform: scale(1.04);}.wm-toast-progress {position: absolute;left: 6px;right: auto;bottom: 0;height: 4px;width: calc(100% - 6px);transform-origin: left center;animation-name: wmToastProgress;animation-timing-function: linear;animation-fill-mode: forwards;}.wm-toast-success::before {background: #16a34a;}.wm-toast-success .wm-toast-icon {background: #dcfce7;color: #15803d;}.wm-toast-success .wm-toast-progress {background: #16a34a;}.wm-toast-error::before {background: #dc2626;}.wm-toast-error .wm-toast-icon {background: #fee2e2;color: #b91c1c;}.wm-toast-error .wm-toast-progress {background: #dc2626;}.wm-toast-warning::before {background: #f59e0b;}.wm-toast-warning .wm-toast-icon {background: #fef3c7;color: #92400e;}.wm-toast-warning .wm-toast-progress {background: #f59e0b;}.wm-toast-info::before {background: #2563eb;}.wm-toast-info .wm-toast-icon {background: #dbeafe;color: #1d4ed8;}.wm-toast-info .wm-toast-progress {background: #2563eb;}@keyframes wmToastProgress {from {transform: scaleX(1);}to {transform: scaleX(0);}}@media (max-width: 575.98px) {.wm-toast-container {top: 14px;right: 12px;left: 12px;width: auto;gap: 10px;}.wm-toast {grid-template-columns: 38px minmax(0, 1fr) 28px;min-height: 76px;border-radius: 15px;padding: 15px 14px 18px 14px;}.wm-toast-icon {width: 38px;height: 38px;font-size: 18px;}.wm-toast-title {font-size: 14px;line-height: 20px;}.wm-toast-message {font-size: 13px;line-height: 20px;}}