.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;animation:.2s ease-out both toast-enter;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 2px #0f172a0f,0 8px 24px #0f172a14}.toast:before{content:none!important;background:0 0!important;width:0!important;display:none!important}.toast.toast-tone-success{background:#0596691a;border:1px solid #05966947}.toast.toast-tone-success .toast-title{color:#047857}.toast.toast-tone-danger{background:#dc262612;border-color:#dc262638}.toast.toast-tone-danger .toast-title{color:#b91c1c}.toast.toast-tone-info{background:#2563eb12;border-color:#2563eb38}.toast.toast-tone-info .toast-title{color:#1d4ed8}@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-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}}
