[data-sonner-toaster]{width:var(--width,356px);box-sizing:border-box;z-index:999999999;pointer-events:none;outline:none;margin:0;padding:0;list-style:none;position:fixed}[data-sonner-toaster][data-x-position=right]{right:max(var(--offset,24px),env(safe-area-inset-right))}[data-sonner-toaster][data-x-position=left]{left:max(var(--offset,24px),env(safe-area-inset-left))}[data-sonner-toaster][data-x-position=center]{left:50%;transform:translate(-50%)}[data-sonner-toaster][data-y-position=top]{top:max(var(--offset,24px),env(safe-area-inset-top))}[data-sonner-toaster][data-y-position=bottom]{bottom:max(var(--offset,24px),env(safe-area-inset-bottom))}[data-sonner-toast]{--y:translateY(100%);--lift-amount:calc(var(--lift) * var(--gap));z-index:var(--z-index);opacity:0;transform:var(--y);touch-action:none;box-sizing:border-box;overflow-wrap:anywhere;pointer-events:auto;outline:none;transition:transform .4s,opacity .4s,height .4s,box-shadow .2s;position:absolute}[data-sonner-toast][data-y-position=top]{--y:translateY(-100%);--lift:1;--lift-amount:calc(1 * var(--gap));top:0}[data-sonner-toast][data-y-position=bottom]{--y:translateY(100%);--lift:-1;--lift-amount:calc(var(--lift) * var(--gap));bottom:0}[data-sonner-toast][data-x-position=right]{right:0}[data-sonner-toast][data-x-position=left]{left:0}[data-sonner-toast][data-mounted=true]{--y:translateY(0);opacity:1}[data-sonner-toast][data-expanded=false][data-front=false]{--scale:var(--toasts-before) * .05 + 1;--y:translateY(calc(var(--lift-amount) * var(--toasts-before))) scale(calc(-1 * var(--toasts-before) * .05 + 1));height:var(--front-toast-height)}[data-sonner-toast]>*{transition:opacity .4s}[data-sonner-toast][data-expanded=false][data-front=false][data-styled=true]>*{opacity:0}[data-sonner-toast][data-visible=false]{opacity:0;pointer-events:none}[data-sonner-toast][data-mounted=true][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset)));height:var(--initial-height)}[data-sonner-toast][data-removed=true][data-front=true][data-swipe-out=false]{--y:translateY(calc(var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=true]{--y:translateY(calc(var(--lift) * var(--offset) + var(--lift) * -100%));opacity:0}[data-sonner-toast][data-removed=true][data-front=false][data-swipe-out=false][data-expanded=false]{--y:translateY(40%);opacity:0;transition:transform .5s,opacity .2s}[data-sonner-toast][data-swiping=true]{transform:var(--y) translateY(var(--swipe-amount-y,0px)) translate(var(--swipe-amount-x,0px));transition:none}[data-sonner-toast][data-swiped=true]{-webkit-user-select:none;user-select:none}[data-sonner-toast][data-expanded=true]:after{content:"";height:calc(var(--gap) + 1px);width:100%;position:absolute;bottom:100%;left:0}[data-sonner-toast] li{list-style:none}.gooey-spinnerSpin{animation:1s linear infinite gooey-spin}@keyframes gooey-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}[data-sonner-toast][data-x-position=center]{width:fit-content!important;margin-left:auto!important;margin-right:auto!important;left:0!important;right:0!important}@media only screen and (width<=600px){[data-sonner-toaster][data-x-position=center]{left:50%!important;right:auto!important;transform:translate(-50%)!important}}[data-gooey-toast-css]{--gooey-toast:1}[data-sonner-toast][data-expanded=true]{transition:transform .15s,opacity .4s,height .15s,box-shadow .2s!important}.gooey-wrapper{pointer-events:auto;cursor:default;width:fit-content;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,sans-serif;position:relative}.gooey-blobSvg{pointer-events:none;filter:drop-shadow(0 4px 12px #0000000f)drop-shadow(0 1px 4px #0000000a);position:absolute;top:0;left:0;overflow:visible}.gooey-content{z-index:1;transition:padding .35s cubic-bezier(.4,0,.2,1);position:relative}.gooey-contentCompact{padding:7px 10px}.gooey-contentExpanded{min-width:300px;max-width:380px;padding:7px 10px 16px}.gooey-header{color:inherit;align-items:center;gap:8px;display:inline-flex}.gooey-header>.gooey-title,.gooey-header>.gooey-timestamp{text-overflow:ellipsis;white-space:nowrap;min-width:0;overflow:hidden}.gooey-header>.gooey-timestamp{margin-left:auto}.gooey-iconWrapper{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;line-height:0;display:flex}.gooey-title{white-space:nowrap;color:inherit;padding:0 4px 0 2px;font-size:12px;font-weight:700;line-height:1}.gooey-titleDefault{color:#555}.gooey-titleSuccess{color:#4caf50}.gooey-titleError{color:#e53935}.gooey-titleWarning{color:#c49000}.gooey-titleInfo{color:#1e88e5}.gooey-titleLoading{color:#555}.gooey-timestamp{color:#999;white-space:nowrap;padding-left:6px;font-size:11px;font-weight:400;line-height:1}.gooey-description{color:#444;margin-top:16px;font-size:13px;font-weight:400;line-height:1.55;overflow:hidden}.gooey-actionWrapper{margin-top:12px;overflow:hidden}.gooey-actionButton{box-sizing:border-box;cursor:pointer;text-align:center;-webkit-tap-highlight-color:transparent;border:none;border-radius:999px;outline:none;width:100%;padding:10px 20px;font-family:inherit;font-size:13px;font-weight:700;transition:background .15s;display:block}.gooey-actionButton:focus:not(:focus-visible){outline:none}.gooey-actionButton:focus-visible{outline-offset:2px;outline:2px solid}.gooey-actionDefault{color:#555;background:#e8e8e8}.gooey-actionDefault:hover{background:#dcdcdc}.gooey-actionDefault:active{background:#d0d0d0}.gooey-actionSuccess{color:#4caf50;background:#c8e6c9}.gooey-actionSuccess:hover{background:#a5d6a7}.gooey-actionSuccess:active{background:#81c784}.gooey-actionError{color:#e53935;background:#ffcdd2}.gooey-actionError:hover{background:#ef9a9a}.gooey-actionError:active{background:#e57373}.gooey-actionWarning{color:#c49000;background:#ffecb3}.gooey-actionWarning:hover{background:#ffe082}.gooey-actionWarning:active{background:#ffd54f}.gooey-actionInfo{color:#1e88e5;background:#bbdefb}.gooey-actionInfo:hover{background:#90caf9}.gooey-actionInfo:active{background:#64b5f6}.gooey-progressWrapper{background:#0000000f;border-radius:2px;height:3px;margin-top:10px;overflow:hidden}.gooey-progressBar{transform-origin:0;height:100%;animation:gooey-progress-shrink var(--gooey-progress-duration,4s) linear forwards;border-radius:2px;animation-play-state:running}.gooey-progressPaused .gooey-progressBar{animation-play-state:paused}@keyframes gooey-progress-shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.gooey-progressDefault{background:#999}.gooey-progressSuccess{background:#4caf50}.gooey-progressError{background:#e53935}.gooey-progressWarning{background:#c49000}.gooey-progressInfo{background:#1e88e5}.gooey-wrapper[data-theme=dark] .gooey-blobSvg{filter:drop-shadow(0 4px 12px #0000004d)drop-shadow(0 1px 4px #0003)}.gooey-wrapper[data-theme=dark] .gooey-titleDefault{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-titleSuccess{color:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-titleError{color:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-titleWarning{color:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-titleInfo{color:#42a5f5}.gooey-wrapper[data-theme=dark] .gooey-titleLoading{color:#ccc}.gooey-wrapper[data-theme=dark] .gooey-timestamp{color:#777}.gooey-wrapper[data-theme=dark] .gooey-description{color:#e0e0e0}.gooey-wrapper[data-theme=dark] .gooey-actionDefault{color:#ccc;background:#3a3a3a}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:hover{background:#444}.gooey-wrapper[data-theme=dark] .gooey-actionDefault:active{background:#4e4e4e}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess{color:#66bb6a;background:#1b5e20}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:hover{background:#2e7d32}.gooey-wrapper[data-theme=dark] .gooey-actionSuccess:active{background:#388e3c}.gooey-wrapper[data-theme=dark] .gooey-actionError{color:#ef5350;background:#b71c1c}.gooey-wrapper[data-theme=dark] .gooey-actionError:hover{background:#c62828}.gooey-wrapper[data-theme=dark] .gooey-actionError:active{background:#d32f2f}.gooey-wrapper[data-theme=dark] .gooey-actionWarning{color:#ffb300;background:#4a3800}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:hover{background:#5c4600}.gooey-wrapper[data-theme=dark] .gooey-actionWarning:active{background:#6e5400}.gooey-wrapper[data-theme=dark] .gooey-actionInfo{color:#42a5f5;background:#0d47a1}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:hover{background:#1565c0}.gooey-wrapper[data-theme=dark] .gooey-actionInfo:active{background:#1976d2}.gooey-wrapper[data-theme=dark] .gooey-progressWrapper{background:#ffffff1a}.gooey-wrapper[data-theme=dark] .gooey-progressDefault{background:#888}.gooey-wrapper[data-theme=dark] .gooey-progressSuccess{background:#66bb6a}.gooey-wrapper[data-theme=dark] .gooey-progressError{background:#ef5350}.gooey-wrapper[data-theme=dark] .gooey-progressWarning{background:#ffb300}.gooey-wrapper[data-theme=dark] .gooey-progressInfo{background:#42a5f5}.gooey-closeButton{z-index:2;color:#444;cursor:pointer;opacity:0;pointer-events:none;-webkit-tap-highlight-color:transparent;border-style:solid;border-radius:50%;outline:none;justify-content:center;align-items:center;width:20px;height:20px;padding:0;transition:opacity .15s,transform .15s;display:flex;position:absolute;top:-6px;left:-6px}.gooey-closeButtonRight{top:6px;left:auto;right:-1px}.gooey-wrapper:hover .gooey-closeButton,.gooey-wrapper:focus-within .gooey-closeButton,.gooey-wrapper:active .gooey-closeButton{opacity:1;pointer-events:auto}.gooey-closeButton:focus,.gooey-closeButton:focus-visible{opacity:1;pointer-events:auto;box-shadow:0 0 0 2px #00000026}.gooey-closeButton:hover{transform:scale(1.15)}.gooey-closeButton:active{transform:scale(.95)}.gooey-wrapper[data-theme=dark] .gooey-closeButton{color:#e0e0e0;box-shadow:0 1px 4px #ffffff40}.gooey-icon-enter-active,.gooey-icon-leave-active{transition:opacity .2s,transform .2s}.gooey-icon-enter-from,.gooey-icon-leave-to{opacity:0;transform:scale(.5)}.gooey-fade-enter-active,.gooey-fade-leave-active{transition:opacity .35s cubic-bezier(.4,0,.2,1)}.gooey-fade-enter-from,.gooey-fade-leave-to{opacity:0}.gooey-fade-delay-enter-active{transition:opacity .35s cubic-bezier(.4,0,.2,1) .1s}.gooey-fade-delay-leave-active{transition:opacity .35s cubic-bezier(.4,0,.2,1)}.gooey-fade-delay-enter-from,.gooey-fade-delay-leave-to{opacity:0}@media (prefers-reduced-motion:reduce){.gooey-icon-enter-active,.gooey-icon-leave-active,.gooey-fade-enter-active,.gooey-fade-leave-active,.gooey-fade-delay-enter-active,.gooey-fade-delay-leave-active{transition-duration:10ms}}@media (width<=480px){.gooey-contentExpanded{min-width:280px;max-width:340px;padding:7px 12px 16px}.gooey-contentCompact{padding:7px 12px}.gooey-title{padding:0 3px}.gooey-actionButton{padding:10px 16px}}
