.goo-toast{--goo-toast-bg:var(--goo-theme-bg-elevated,#232323);--goo-toast-fg:var(--goo-theme-fg,#ffffffe6);--goo-toast-muted:var(--goo-theme-muted,#ffffff8c);--goo-toast-border:var(--goo-theme-border-subtle,#ffffff1a);--goo-toast-radius:var(--goo-theme-radius-md,.375rem);--goo-toast-shadow:var(--goo-theme-shadow-md,0 4px 12px #00000026);--goo-toast-accent:var(--goo-theme-accent,#3b82f6);--goo-toast-accent-fg:var(--goo-theme-accent-fg,#fff);--goo-toast-padding:.875rem 1rem;--goo-toast-gap:.75rem;align-items:flex-start;gap:var(--goo-toast-gap);padding:var(--goo-toast-padding);background:var(--goo-toast-bg);color:var(--goo-toast-fg);border:1px solid var(--goo-toast-border);border-radius:var(--goo-toast-radius);box-shadow:var(--goo-toast-shadow);pointer-events:auto;font-size:var(--goo-theme-font-size-sm,.8125rem);border-left-width:3px;display:flex;position:relative;overflow:hidden}.goo-toast--info{border-left-color:var(--goo-theme-accent,#3b82f6)}.goo-toast--success{border-left-color:var(--goo-theme-positive,#22c55e)}.goo-toast--warning{border-left-color:var(--goo-theme-warning,#f59e0b)}.goo-toast--error{border-left-color:var(--goo-theme-negative,#ef4444)}.goo-toast__icon{flex:none;font-size:1.25em;line-height:1}.goo-toast--info .goo-toast__icon{color:var(--goo-theme-accent,#3b82f6)}.goo-toast--success .goo-toast__icon{color:var(--goo-theme-positive,#22c55e)}.goo-toast--warning .goo-toast__icon{color:var(--goo-theme-warning,#f59e0b)}.goo-toast--error .goo-toast__icon{color:var(--goo-theme-negative,#ef4444)}.goo-toast__body{flex-direction:column;flex:auto;gap:.25rem;min-width:0;display:flex}.goo-toast__title{color:var(--goo-toast-fg);word-wrap:break-word;font-weight:600}.goo-toast__message{color:var(--goo-toast-muted);word-wrap:break-word;line-height:1.45}.goo-toast__action{font:inherit;color:var(--goo-toast-accent-fg);background:var(--goo-toast-accent);border-radius:var(--goo-theme-radius-sm,.25rem);cursor:pointer;border:1px solid #0000;align-self:flex-start;margin-top:.375rem;padding:.25rem .625rem;font-size:.75rem;font-weight:500;transition:filter .15s}.goo-toast__action:hover{filter:brightness(1.1)}.goo-toast__action:focus-visible{outline:2px solid var(--goo-toast-accent);outline-offset:2px}.goo-toast__dismiss{font:inherit;color:var(--goo-toast-muted);cursor:pointer;background:0 0;border:none;flex:none;margin-left:.25rem;padding:0;font-size:1.125rem;line-height:1;transition:color .15s}.goo-toast__dismiss:hover{color:var(--goo-toast-fg)}.goo-toast__dismiss:focus-visible{outline:2px solid var(--goo-toast-accent);outline-offset:2px;border-radius:2px}.goo-toast__progress{opacity:.5;background:currentColor;height:2px;transition:width .1s linear;position:absolute;bottom:0;left:0}.goo-toast--info .goo-toast__progress{color:var(--goo-theme-accent,#3b82f6)}.goo-toast--success .goo-toast__progress{color:var(--goo-theme-positive,#22c55e)}.goo-toast--warning .goo-toast__progress{color:var(--goo-theme-warning,#f59e0b)}.goo-toast--error .goo-toast__progress{color:var(--goo-theme-negative,#ef4444)}.goo-toaster{--goo-toaster-width:min(100vw - 2rem, 24rem);--goo-toaster-gap:.75rem;--goo-toaster-z-index:999;--goo-toaster-edge:1rem;gap:var(--goo-toaster-gap);width:var(--goo-toaster-width);z-index:var(--goo-toaster-z-index);pointer-events:none;flex-direction:column;display:flex;position:fixed}.goo-toaster--top-left,.goo-toaster--top-center,.goo-toaster--top-right{top:var(--goo-toaster-edge)}.goo-toaster--bottom-left,.goo-toaster--bottom-center,.goo-toaster--bottom-right{bottom:var(--goo-toaster-edge);flex-direction:column-reverse}.goo-toaster--top-left,.goo-toaster--bottom-left{left:var(--goo-toaster-edge)}.goo-toaster--top-right,.goo-toaster--bottom-right{right:var(--goo-toaster-edge)}.goo-toaster--top-center,.goo-toaster--bottom-center{left:50%;transform:translate(-50%)}.goo-progress-toast{z-index:100000;max-width:min(360px,100vw - 32px);color:var(--goo-toast-color,#fff);background:var(--goo-toast-background,#1f2937);border-radius:6px;grid-template-columns:32px minmax(160px,auto);align-items:center;gap:8px 12px;padding:12px;display:grid;position:fixed;bottom:16px;right:16px;box-shadow:0 12px 32px #00000038}.goo-progress-toast__ring{width:32px;height:32px}.goo-progress-toast__status{margin:0}.goo-progress-toast__cancel{grid-column:2;justify-self:start}.goo-progress-ring-timer{--goo-progress-ring-size:120px;--goo-progress-ring-stroke:max(4px, calc(var(--goo-progress-ring-size) * .08));--goo-progress-ring-progress:0deg;--goo-progress-ring-color:var(--goo-theme-selected,#378cff);--goo-progress-ring-track:color-mix(in srgb, var(--goo-theme-fg,currentColor) 15%, transparent);--goo-progress-ring-surface:var(--goo-theme-bg,#111);--goo-progress-ring-text:var(--goo-theme-fg,#fff);color:var(--goo-progress-ring-text);pointer-events:none;visibility:hidden;width:100%;height:100%;margin:auto;display:block;position:relative;inset:0}.goo-progress-ring-timer[data-backdrop=true]{opacity:0;z-index:10000;background:#00000040;transition:opacity .35s;position:fixed}.goo-progress-ring-timer[data-visible=true]{opacity:1;visibility:visible}.goo-progress-ring-timer[data-visible=true][data-cover=true]{pointer-events:auto}.goo-progress-ring-timer[data-cover=true] .goo-progress-ring{visibility:hidden}.goo-progress-ring-timer>.goo-progress-ring{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.goo-progress-ring{aspect-ratio:1;box-sizing:border-box;color:var(--goo-progress-ring-text);font-family:var(--goo-theme-font-sans,system-ui, sans-serif);height:var(--goo-progress-ring-size);width:var(--goo-progress-ring-size);border-radius:50%;justify-content:center;align-items:center;padding:2px;display:inline-flex;position:relative;overflow:hidden}.goo-progress-ring canvas{z-index:1;width:100%;height:100%;display:block;position:relative}
