:root{--uniwind-transition-duration:.5s}:is(:root:where([data-uniwind-transition=slide-rtl]),:root:where([data-uniwind-transition=slide-ltr]),:root:where([data-uniwind-transition=circle-top-right]),:root:where([data-uniwind-transition=circle-top-left]),:root:where([data-uniwind-transition=circle-bottom-right]),:root:where([data-uniwind-transition=circle-bottom-left]),:root:where([data-uniwind-transition=circle-center]))::view-transition-old(root){mix-blend-mode:normal;animation:none}:is(:root:where([data-uniwind-transition=slide-rtl]),:root:where([data-uniwind-transition=slide-ltr]),:root:where([data-uniwind-transition=circle-top-right]),:root:where([data-uniwind-transition=circle-top-left]),:root:where([data-uniwind-transition=circle-bottom-right]),:root:where([data-uniwind-transition=circle-bottom-left]),:root:where([data-uniwind-transition=circle-center]))::view-transition-new(root){mix-blend-mode:normal;animation:none}:is(:root:where([data-uniwind-transition=slide-rtl]),:root:where([data-uniwind-transition=slide-ltr]),:root:where([data-uniwind-transition=circle-top-right]),:root:where([data-uniwind-transition=circle-top-left]),:root:where([data-uniwind-transition=circle-bottom-right]),:root:where([data-uniwind-transition=circle-bottom-left]),:root:where([data-uniwind-transition=circle-center]))::view-transition-old(root){animation:uniwind-hold-old var(--uniwind-transition-duration)linear both}@keyframes uniwind-hold-old{0%{opacity:1}to{opacity:1}}:root:where([data-uniwind-transition=fade])::view-transition-old(root){animation-duration:var(--uniwind-transition-duration);animation-timing-function:ease-in-out}:root:where([data-uniwind-transition=fade])::view-transition-new(root){animation-duration:var(--uniwind-transition-duration);animation-timing-function:ease-in-out}:root:where([data-uniwind-transition=slide-rtl])::view-transition-old(root){z-index:1;animation:uniwind-slide-rtl var(--uniwind-transition-duration)ease-in-out both}:root:where([data-uniwind-transition=slide-rtl])::view-transition-new(root){z-index:0}@keyframes uniwind-slide-rtl{0%{clip-path:inset(0 0% 0 0)}to{clip-path:inset(0 100% 0 0)}}:root:where([data-uniwind-transition=slide-ltr])::view-transition-old(root){z-index:1;animation:uniwind-slide-ltr var(--uniwind-transition-duration)ease-in-out both}:root:where([data-uniwind-transition=slide-ltr])::view-transition-new(root){z-index:0}@keyframes uniwind-slide-ltr{0%{clip-path:inset(0)}to{clip-path:inset(0 0 0 100%)}}:root:where([data-uniwind-transition=circle-top-right])::view-transition-new(root){z-index:1;animation:uniwind-circle-top-right var(--uniwind-transition-duration)ease-in-out both}@keyframes uniwind-circle-top-right{0%{clip-path:circle(0% at 100% 0)}to{clip-path:circle(150% at 100% 0)}}:root:where([data-uniwind-transition=circle-top-left])::view-transition-new(root){z-index:1;animation:uniwind-circle-top-left var(--uniwind-transition-duration)ease-in-out both}@keyframes uniwind-circle-top-left{0%{clip-path:circle(0% at 0 0)}to{clip-path:circle(150% at 0 0)}}:root:where([data-uniwind-transition=circle-bottom-right])::view-transition-new(root){z-index:1;animation:uniwind-circle-bottom-right var(--uniwind-transition-duration)ease-in-out both}@keyframes uniwind-circle-bottom-right{0%{clip-path:circle(0% at 100% 100%)}to{clip-path:circle(150% at 100% 100%)}}:root:where([data-uniwind-transition=circle-bottom-left])::view-transition-new(root){z-index:1;animation:uniwind-circle-bottom-left var(--uniwind-transition-duration)ease-in-out both}@keyframes uniwind-circle-bottom-left{0%{clip-path:circle(0% at 0 100%)}to{clip-path:circle(150% at 0 100%)}}:root:where([data-uniwind-transition=circle-center])::view-transition-new(root){z-index:1;animation:uniwind-circle-center var(--uniwind-transition-duration)ease-in-out both}@keyframes uniwind-circle-center{0%{clip-path:circle(0%)}to{clip-path:circle(150%)}}