[data-gooey-toast-css]{--gooey-toast: 1}.gooey-toaster{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:10px;pointer-events:none;padding:16px;max-width:100vw}.gooey-toaster[data-position=bottom-right]{right:0;bottom:0;align-items:flex-end}.gooey-toaster[data-position=top-right]{right:0;top:0;align-items:flex-end}.gooey-toaster[data-position=bottom-left]{left:0;bottom:0;align-items:flex-start}.gooey-toaster[data-position=top-center]{left:50%;top:0;transform:translate(-50%);align-items:center}.gooey-wrapper{pointer-events:auto;cursor:default;font-family:inherit;position:relative;width:-moz-fit-content;width:fit-content;max-width:min(380px,calc(100vw - 32px));transform-origin:bottom right;animation:gooey-enter .45s cubic-bezier(.34,1.56,.64,1) both}.gooey-wrapper.is-leaving{animation:gooey-leave .28s cubic-bezier(.22,1,.36,1) both}@keyframes gooey-enter{0%{opacity:0;transform:translateY(18px) scale(.86);border-radius:999px}55%{opacity:1;transform:translateY(-2px) scale(1.03)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes gooey-leave{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(10px) scale(.9);filter:blur(1px)}}.gooey-blob{position:relative;overflow:hidden;border-radius:999px;background:#fff;border:1px solid rgba(31,61,131,.08);box-shadow:0 4px 12px #0000000f,0 1px 4px #0000000a;transition:border-radius .35s cubic-bezier(.4,0,.2,1),box-shadow .2s ease,transform .35s cubic-bezier(.22,1,.36,1)}.gooey-wrapper.is-expanded .gooey-blob{border-radius:22px;box-shadow:0 10px 28px #1f3d831f}.gooey-content{position:relative;z-index:1;transition:padding .35s cubic-bezier(.4,0,.2,1);padding:10px 14px}.gooey-wrapper.is-expanded .gooey-content{padding:12px 14px 14px;min-width:280px}.gooey-wrapper:not(.is-expanded) .gooey-content{padding:8px 18px}.gooey-wrapper:not(.is-expanded) .gooey-blob{width:-moz-fit-content;width:fit-content}.gooey-header{display:inline-flex;align-items:center;gap:8px;color:inherit}.gooey-wrapper.is-expanded .gooey-header{width:100%}.gooey-wrapper:not(.is-expanded) .gooey-header{width:auto;justify-content:center}.gooey-iconWrapper{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:18px;height:18px;line-height:0}.gooey-title{font-size:12px;font-weight:700;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:0 4px 0 2px}.gooey-titleDefault{color:#555}.gooey-titleSuccess{color:#4bb83b}.gooey-titleError{color:#e53935}.gooey-titleWarning{color:#c49000}.gooey-titleInfo{color:#0b4bb7}.gooey-timestamp{margin-left:auto;font-size:11px;font-weight:400;color:#999;white-space:nowrap;opacity:0;max-width:0;overflow:hidden;transition:opacity .25s ease,max-width .25s ease,padding .25s ease}.gooey-wrapper.is-expanded .gooey-timestamp{opacity:1;max-width:80px;padding-left:6px}.gooey-description{font-size:13px;font-weight:400;color:#444;line-height:1.55;margin-top:0;max-height:0;opacity:0;overflow:hidden;transition:max-height .35s cubic-bezier(.22,1,.36,1),opacity .25s ease,margin-top .35s ease}.gooey-wrapper.is-expanded .gooey-description{margin-top:12px;max-height:120px;opacity:1}.gooey-progressWrapper{margin-top:10px;overflow:hidden;border-radius:2px;height:3px;background:#0000000f;opacity:0;transition:opacity .2s ease}.gooey-wrapper.is-expanded .gooey-progressWrapper{opacity:1}.gooey-wrapper:not(.is-expanded) .gooey-progressWrapper{display:none;margin-top:0;height:0}.gooey-progressBar{height:100%;border-radius:2px;transform-origin:left center;animation:gooey-progress-shrink var(--gooey-progress-duration, 4s) linear forwards}.gooey-wrapper.is-paused .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:#4bb83b}.gooey-progressError{background:#e53935}.gooey-progressWarning{background:#c49000}.gooey-progressInfo{background:#0b4bb7}.gooey-closeButton{position:absolute;top:-6px;left:-6px;z-index:2;display:flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:1px solid rgba(0,0,0,.08);border-radius:50%;background:#fff;color:#444;cursor:pointer;opacity:0;transition:opacity .15s ease,transform .15s ease;pointer-events:none}.gooey-wrapper:hover .gooey-closeButton,.gooey-wrapper:focus-within .gooey-closeButton{opacity:1;pointer-events:auto}.gooey-closeButton:hover{transform:scale(1.15)}.gooey-spinnerSpin{animation:gooey-spin 1s linear infinite}@keyframes gooey-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.gooey-wrapper,.gooey-wrapper.is-leaving{animation:none}.gooey-blob,.gooey-content,.gooey-description,.gooey-timestamp{transition:none}}
