.toaster-root{z-index:9999;pointer-events:none;flex-direction:column-reverse;gap:10px;width:380px;max-width:calc(100vw - 32px);display:flex;position:fixed;bottom:16px;right:16px}@media (max-width:640px){.toaster-root{width:auto;bottom:16px;left:16px;right:16px}}.toast{pointer-events:auto;background:var(--bg-default,#fff);border:1px solid var(--border,#e5e5e7);border-radius:10px;align-items:flex-start;gap:12px;padding:12px 14px 12px 18px;animation:.2s ease-out both toast-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0f,0 8px 24px #0f172a14}@media (prefers-reduced-motion:reduce){.toast{animation:none}}@keyframes toast-enter{0%{opacity:0;transform:translateY(8px)scale(.985)}to{opacity:1;transform:translateY(0)scale(1)}}.toast:before{content:"";background:0 0;width:4px;position:absolute;top:0;bottom:0;left:0}.toast.toast-tone-neutral:before{background:var(--status-neutral,#64748b)}.toast.toast-tone-info:before{background:var(--status-info,#2563eb)}.toast.toast-tone-success:before{background:var(--status-success,#16a34a)}.toast.toast-tone-danger:before{background:var(--status-danger,#dc2626)}.toast-body{flex:auto;min-width:0}.toast-title{color:var(--text-primary,#0f172a);word-wrap:break-word;font-size:14px;font-weight:600;line-height:1.35}.toast-description{color:var(--text-muted,#64748b);word-wrap:break-word;margin-top:2px;font-size:13px;line-height:1.4}.toast-action{border:1px solid var(--border,#e5e5e7);background:var(--bg-default,#fff);height:28px;color:var(--text-primary,#0f172a);cursor:pointer;border-radius:6px;flex:none;padding:0 10px;font-size:12px;font-weight:600;transition:background .12s,border-color .12s,color .12s,opacity .12s}.toast-action:hover{background:var(--bg-subtle,#f9fafb);border-color:var(--text-muted,#64748b)}.toast-action:disabled,.toast-action.toast-action-expired{opacity:.4;cursor:not-allowed}.toast-dismiss{width:24px;height:24px;color:var(--text-muted,#64748b);cursor:pointer;background:0 0;border:0;border-radius:4px;flex:none;justify-content:center;align-items:center;font-size:18px;line-height:1;transition:background .12s,color .12s;display:inline-flex}.toast-dismiss:hover{background:var(--bg-subtle,#f9fafb);color:var(--text-primary,#0f172a)}.toast-stripe{background:var(--text-muted,#64748b);transform-origin:0;height:2px;animation-name:toast-stripe-shrink;animation-timing-function:linear;animation-fill-mode:forwards;position:absolute;bottom:0;left:0;right:0}@keyframes toast-stripe-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (prefers-reduced-motion:reduce){.toast-stripe{opacity:.4;animation:none}}
