:root,[data-theme=light]{--flux-toast-bg:#ffffffd9;--flux-toast-bg-hover:#fffffff2;--flux-toast-bg-footer:#f9fafb80;--flux-toast-fg:#0f172a;--flux-toast-fg-secondary:#64748b;--flux-toast-fg-muted:#94a3b8;--flux-toast-border:#00000014;--flux-toast-border-btn:#e2e8f0;--flux-toast-shadow:0 4px 24px #0000000f,0 1px 3px #00000008;--flux-toast-shadow-hover:0 8px 32px #00000014,0 2px 6px #0000000a;--flux-toast-radius:12px;--flux-toast-font:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--flux-toast-z:999999;--flux-toast-width:356px;--flux-toast-success:#10b981;--flux-toast-error:#ef4444;--flux-toast-warning:#f59e0b;--flux-toast-info:#6366f1;--flux-toast-loading:#8b5cf6;--flux-toast-badge-bg:#6366f1;--flux-toast-badge-fg:#fff}[data-theme=dark],.dark{--flux-toast-bg:#18181bd9;--flux-toast-bg-hover:#1f1f22f2;--flux-toast-bg-footer:#09090b80;--flux-toast-fg:#fafafa;--flux-toast-fg-secondary:#a1a1aa;--flux-toast-fg-muted:#71717a;--flux-toast-border:#ffffff14;--flux-toast-border-btn:#ffffff1f;--flux-toast-shadow:0 8px 32px #0006,0 2px 8px #0003;--flux-toast-shadow-hover:0 12px 40px #00000080,0 4px 12px #0000004d;--flux-toast-badge-bg:#e4e4e7;--flux-toast-badge-fg:#18181b}@media (prefers-color-scheme:dark){:root:not([data-theme=light]):not(.light):not(:has(.dark)){--flux-toast-bg:#18181bd9;--flux-toast-bg-hover:#1f1f22f2;--flux-toast-bg-footer:#09090b80;--flux-toast-fg:#fafafa;--flux-toast-fg-secondary:#a1a1aa;--flux-toast-fg-muted:#71717a;--flux-toast-border:#ffffff14;--flux-toast-border-btn:#ffffff1f;--flux-toast-shadow:0 8px 32px #0006,0 2px 8px #0003;--flux-toast-shadow-hover:0 12px 40px #00000080,0 4px 12px #0000004d;--flux-toast-badge-bg:#e4e4e7;--flux-toast-badge-fg:#18181b}}.flux-toast-viewport{z-index:var(--flux-toast-z);pointer-events:none;box-sizing:border-box;outline:none;flex-direction:column;max-height:100dvh;padding:24px;display:flex;position:fixed;overflow:visible}.flux-toast{width:var(--flux-toast-width);background:var(--flux-toast-bg);border:1px solid var(--flux-toast-border);border-radius:var(--flux-toast-radius);box-shadow:var(--flux-toast-shadow);font-family:var(--flux-toast-font);pointer-events:all;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none;will-change:transform,opacity;-webkit-backdrop-filter:blur(16px)saturate(1.5);color:var(--flux-toast-fg);outline:none;flex-direction:column;transition:box-shadow .2s,border-color .2s;display:flex;position:relative;overflow:hidden}.flux-text-primary{color:var(--flux-toast-fg)}.flux-text-secondary{color:var(--flux-toast-fg-secondary)}.flux-toast:hover{box-shadow:var(--flux-toast-shadow-hover)}.flux-toast:focus-visible{outline:2px solid var(--flux-toast-info);outline-offset:2px}.flux-toast:active{cursor:grabbing}.flux-toast-pattern{z-index:0;pointer-events:none;border-radius:inherit;opacity:.5;position:absolute;inset:0;overflow:hidden}[data-theme=dark] .flux-toast-pattern{opacity:.2}.flux-toast-pattern-dot{fill:var(--flux-toast-fg);opacity:.2}.flux-toast-pattern-line{stroke:var(--flux-toast-fg);stroke-width:1px;stroke-opacity:.06}.flux-toast-header{z-index:10;align-items:center;gap:12px;padding:12px 14px;display:flex;position:relative}.flux-toast-title-wrapper{flex:1;min-width:0}.flux-toast-title{color:var(--flux-toast-fg);word-break:break-word;font-size:14px;font-weight:600;line-height:1.4}.flux-toast-icon-wrapper{flex-shrink:0;justify-content:center;align-items:center;width:20px;height:20px;display:flex}.flux-toast-icon{width:20px;height:20px}.flux-toast-icon--success{color:var(--flux-toast-success)}.flux-toast-icon--error{color:var(--flux-toast-error)}.flux-toast-icon--warning{color:var(--flux-toast-warning)}.flux-toast-icon--info{color:var(--flux-toast-info)}.flux-toast-icon--loading{color:var(--flux-toast-loading)}.flux-toast-btn{width:24px;height:24px;color:var(--flux-toast-fg-muted);cursor:pointer;background:0 0;border:none;border-radius:6px;flex-shrink:0;justify-content:center;align-items:center;padding:0;transition:color .15s,background .15s;display:flex}.flux-toast-btn:hover{color:var(--flux-toast-fg);background:#8080801a}.flux-toast-chevron-icon{width:14px;height:14px}.flux-toast-close-icon{width:12px;height:12px}.flux-toast-body-wrapper{z-index:10;position:relative;overflow:hidden}.flux-toast-body{flex-direction:column;gap:12px;padding:0 14px 16px 46px;display:flex}.flux-toast-description{color:var(--flux-toast-fg-secondary);word-break:break-word;font-size:13px;line-height:1.5}.flux-toast-action{border:1px solid var(--flux-toast-border-btn);background:var(--flux-toast-bg);color:var(--flux-toast-fg);font-family:var(--flux-toast-font);cursor:pointer;border-radius:8px;align-self:flex-start;padding:6px 14px;font-size:13px;font-weight:500;transition:all .15s}.flux-toast-action:hover{background:#8080800d;transform:translateY(-1px)}.flux-toast-action:active{transform:scale(.97)}.flux-toast-footer-wrapper{z-index:10;border-top:1px solid var(--flux-toast-border);background:var(--flux-toast-bg-footer);position:relative;overflow:hidden}.flux-toast-footer{color:var(--flux-toast-fg-secondary);justify-content:space-between;align-items:center;padding:10px 14px;font-size:12px;display:flex}.flux-toast-timer-text{flex:1}.flux-toast-timer-text strong{color:var(--flux-toast-fg);font-weight:600}.flux-toast-stop-btn{color:var(--flux-toast-fg);cursor:pointer;background:0 0;border:none;margin-left:8px;padding:0;font-family:inherit;font-size:12px;font-weight:600}.flux-toast-stop-btn:hover{text-decoration:underline}.flux-toast-progress-bar{z-index:15;background:var(--flux-toast-success);height:3px;transition:width 50ms linear;position:absolute;bottom:0;left:0}.flux-toast--success .flux-toast-progress-bar{background:var(--flux-toast-success)}.flux-toast--error .flux-toast-progress-bar{background:var(--flux-toast-error)}.flux-toast--warning .flux-toast-progress-bar{background:var(--flux-toast-warning)}.flux-toast--info .flux-toast-progress-bar{background:var(--flux-toast-info)}.flux-toast--loading .flux-toast-progress-bar{background:var(--flux-toast-loading)}.flux-toast--default .flux-toast-progress-bar{background:var(--flux-toast-fg)}.flux-toast-badge{background:var(--flux-toast-badge-bg);min-width:20px;height:20px;color:var(--flux-toast-badge-fg);font-size:11px;font-weight:700;font-family:var(--flux-toast-font);border-radius:100px;flex-shrink:0;justify-content:center;align-items:center;padding:0 6px;line-height:1;display:inline-flex}.flux-toast--headless{all:unset;pointer-events:all;cursor:grab;touch-action:none;flex-direction:column;display:flex}@media (max-width:480px){.flux-toast-viewport{padding:16px;align-items:stretch!important;left:0!important;right:0!important;transform:none!important}.flux-toast{width:100%;min-width:unset;max-width:unset}}@media (prefers-reduced-motion:reduce){.flux-toast,.flux-toast-btn,.flux-toast-action,.flux-toast-progress-bar{transition:none!important}}
