.yl-toast-yl__container-yl{position:fixed;top:16px;right:16px;z-index:1400;display:flex;flex-direction:column;gap:8px;pointer-events:none}.yl-toast-yl{pointer-events:auto;min-width:220px;max-width:360px;display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:10px;border:1px solid var(--auth-panel-border,var(--color-border));background:var(--color-bg);box-shadow:var(--shadow-popover);color:var(--color-text);font-size:13px;line-height:1.5;cursor:pointer;animation:yl-toast-enter .22s ease}.yl-toast-yl__dot-yl{width:8px;height:8px;border-radius:999px;background:var(--auth-accent-start);flex-shrink:0}.yl-toast-yl--success .yl-toast-yl__dot-yl{background:var(--status-success-text)}.yl-toast-yl--error .yl-toast-yl__dot-yl{background:var(--status-danger-text)}.yl-toast-yl--warning .yl-toast-yl__dot-yl{background:#f59e0b}.yl-toast-yl__message-yl{word-break:break-word}@keyframes yl-toast-enter{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}