.container[data-v-ec4e7739]{width:100%;container:var(--container-name) / inline-size}.control-button{--fs: clamp(.8rem, 1.5cqw, 1rem);font-size:var(--fs);position:relative;width:4em;aspect-ratio:1;border-radius:1.2rem;color:var(--color, var(--clr-metal-900));background:var(--bg, light-dark(var(--clr-metal-50), var(--clr-white)));display:flex;place-items:center;place-content:center;transition:background .5s}.control-button .icon{--width: 2em;aspect-ratio:1}.control-button:hover{background:var(--bg-hover, var(--clr-metal-100))}.template-toast-simple{font-size:clamp(.8rem,1.5vw,1rem);--bg: white;--bg-icon: var(--clr-metal-50);--color-text: var(--clr-metal-900);--color-icon: var(--clr-green-800);display:flex;gap:2em;align-items:center;background:var(--bg);width:min(90%,max-content);max-width:40.8rem;border-radius:1.6em;padding:1.6em;box-shadow:0 16px 72px #171a571f}.template-toast-simple>span{flex-grow:1;grid-area:text}.template-toast-simple>span b{grid-area:title;font-size:clamp(1.6rem,1.8em,1.8rem);color:var(--color-text);font-weight:700}.template-toast-simple>span sub{font-size:clamp(1.4rem,1.8em,1.6rem);font-weight:400;color:var(--color-text)}.template-toast-simple>.icon{grid-area:icon;width:4.8em;height:4.8em;border-radius:1em;background:var(--bg-icon);color:var(--color-icon)}.template-toast-simple .control-button{grid-area:close;--bg: none;--bg-hover: none;filter:saturate(70%);width:3em;color:var(--color-icon)}.template-toast-simple .control-button .icon{width:1.2em}.template-toast-simple.state-success{--bg: var(--clr-green-300);--color: var(--clr-green-700);--bg-icon: var(--clr-green-400)}.template-toast-simple.state-error{--bg: var(--clr-destructive-500);--color-text: var(--clr-white);--color-icon: var(--clr-white);--bg-icon: var(--clr-destructive-400)}.template-toast-simple:has(>span>sub){display:grid;grid:auto / 1fr 1fr;grid-template-areas:"icon close" "text text"}.template-toast-simple:has(>span>sub) .control-button{justify-self:end;align-self:start}.template-toast-simple:has(>span>sub)>span{display:flex;flex-flow:column;gap:.8em}.pop-toast{position:fixed;top:0;right:0;bottom:0;left:0;display:flex;flex-flow:column;gap:2em;width:100%;max-width:100vw;max-width:100dvw;height:100%;max-height:100vh;max-height:100dvh;padding:1.6rem;pointer-events:none}.pop-toast .pop-toast-item{pointer-events:all}.pop-toast .pop-toast-item.v-move{transition:all .3s ease .2s}.pop-toast .pop-toast-item.v-enter-active{transition:opacity .2s ease-out .05s,transform .3s cubic-bezier(.175,.885,.32,2)}.pop-toast .pop-toast-item.v-leave-active{transition:opacity .2s ease-in .05s,transform .3s ease-in}.pop-toast .pop-toast-item.v-enter-from,.pop-toast .pop-toast-item.v-leave-to{opacity:0;transform:scale(.8)}.pop-toast .pop-toast-item.v-leave-active{position:absolute}.pop-toast.placement-top{align-items:center}
