.toast-container{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;gap:10px;width:340px;max-width:calc(100vw - 32px);pointer-events:none}.toast{pointer-events:auto;border-radius:10px;background:var(--surface-1, #ffffff);border:1px solid var(--border-muted, #e4e4e7);box-shadow:0 4px 6px -1px #00000012,0 10px 24px -4px #0000001f;overflow:hidden;position:relative;animation:toast-enter .26s cubic-bezier(.34,1.56,.64,1) both}.toast--exit{animation:toast-exit .24s ease-in both}.toast:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;border-radius:10px 0 0 10px}.toast--success:before{background:#16a34a}.toast--error:before{background:#dc2626}.toast--warning:before{background:#d97706}.toast--info:before{background:#3b82f6}.toast-body{display:flex;align-items:flex-start;gap:10px;padding:13px 12px 13px 16px}.toast-icon{flex-shrink:0;margin-top:1px;line-height:1}.toast--success .toast-icon{color:#16a34a}.toast--error .toast-icon{color:#dc2626}.toast--warning .toast-icon{color:#d97706}.toast--info .toast-icon{color:#3b82f6}.toast-content{flex:1;min-width:0}.toast-title{margin:0;font-size:.8125rem;font-weight:600;color:var(--text-primary, #18181b);line-height:1.4}.toast-message{margin:2px 0 0;font-size:.75rem;color:var(--text-secondary, #71717a);line-height:1.45}.toast-dismiss{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;border:none;background:transparent;color:var(--text-tertiary, #a1a1aa);cursor:pointer;padding:0;transition:background .15s,color .15s;margin-top:-1px}.toast-dismiss:hover{background:var(--surface-2, #f4f4f5);color:var(--text-primary, #18181b)}.toast-progress{position:absolute;bottom:0;left:4px;right:0;height:2px;border-radius:0 0 10px;transform-origin:left;animation:toast-progress linear both}.toast--success .toast-progress{background:#16a34a40}.toast--error .toast-progress{background:#dc262640}.toast--warning .toast-progress{background:#d9770640}.toast--info .toast-progress{background:#3b82f640}[data-theme=dark] .toast{background:var(--surface-1, #1c1c1e);border-color:var(--border-muted, #3f3f46);box-shadow:0 4px 6px -1px #0000004d,0 10px 24px -4px #0006}[data-theme=dark] .toast-dismiss:hover{background:var(--surface-2, #27272a)}@keyframes toast-enter{0%{opacity:0;transform:translate(calc(100% + 20px))}to{opacity:1;transform:translate(0)}}@keyframes toast-exit{0%{opacity:1;transform:translate(0) scale(1);max-height:120px;margin-bottom:0}to{opacity:0;transform:translate(calc(100% + 20px));max-height:0;margin-bottom:-10px}}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:480px){.toast-container{top:12px;right:12px;left:12px;width:auto}}@media(prefers-reduced-motion:reduce){.toast,.toast--exit{animation:none}.toast--exit{opacity:0}.toast-progress{animation:none;transform:scaleX(0)}}
