.toast-container{z-index:2147483600;pointer-events:none;flex-direction:column;gap:8px;max-height:calc(100vh - 80px);padding-bottom:8px;display:flex;position:fixed;top:60px;right:20px;overflow:hidden auto}.toast-clear-all{pointer-events:auto;color:#6b7280;cursor:pointer;background:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;align-self:flex-end;margin-bottom:4px;padding:6px 12px;font-size:11px;font-weight:600;transition:all .15s}.toast-clear-all:hover{color:#374151;background:#e5e7eb;border-color:#d1d5db}[data-theme=dark] .toast-clear-all{color:#9ca3af;background:#374151;border-color:#4b5563}[data-theme=dark] .toast-clear-all:hover{color:#f3f4f6;background:#4b5563;border-color:#6b7280}.toast--clickable{cursor:pointer}.toast--clickable:hover{box-shadow:0 6px 16px #0000001f,0 2px 4px #00000014}.toast{pointer-events:auto;background:#fff;border:1px solid #00000014;border-radius:8px;flex-shrink:0;align-items:center;gap:10px;min-width:240px;max-width:min(420px,100vw - 40px);height:auto;padding:10px 12px;animation:.3s cubic-bezier(.16,1,.3,1) toastSlideIn;display:flex;box-shadow:0 4px 12px #0000001a,0 1px 3px #0000000f}@keyframes toastSlideIn{0%{opacity:0;transform:translate(120%)scale(.95)}to{opacity:1;transform:translate(0)scale(1)}}.toast--success{border-left:3px solid #10b981}.toast--success .toast__icon{color:#fff;background:linear-gradient(135deg,#10b981 0%,#059669 100%);border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex;box-shadow:0 2px 6px #10b98140}.toast--error{border-left:3px solid #ef4444}.toast--error .toast__icon{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex;box-shadow:0 2px 6px #ef444440}.toast--warning{border-left:3px solid #f59e0b}.toast--warning .toast__icon{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex;box-shadow:0 2px 6px #f59e0b40}.toast--info{border-left:3px solid var(--primary)}.toast--info .toast__icon{background:var(--primary);color:#fff;box-shadow:0 2px 6px var(--primary-alpha-20);border-radius:6px;justify-content:center;align-items:center;padding:6px;display:flex}.toast__icon{flex-shrink:0}.toast__icon svg{width:16px;height:16px}.toast__message{color:#1f2937;overflow-wrap:break-word;word-break:break-word;white-space:pre-wrap;flex:auto;min-width:0;font-size:12px;font-weight:500;line-height:1.4}.toast__count{color:#fff;vertical-align:middle;background:#6b7280;border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:6px;padding:0 5px;font-size:10px;font-weight:700;display:inline-flex}.toast--error .toast__count{background:#dc2626}.toast--warning .toast__count{background:#d97706}.toast--success .toast__count{background:#059669}.toast--info .toast__count{background:var(--primary)}.toast__close{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:4px;flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:all .15s;display:inline-flex}.toast__close:hover{color:#374151;background:#f3f4f6}[data-theme=dark] .toast{background:#1f2937;border-color:#ffffff1a;box-shadow:0 4px 12px #0000004d,0 1px 3px #0003}[data-theme=dark] .toast__message{color:#f9fafb}[data-theme=dark] .toast__close{color:#9ca3af}[data-theme=dark] .toast__close:hover{color:#f3f4f6;background:#374151}
