@keyframes theme-circle-reveal{0%{clip-path:circle(0% at var(--theme-vt-origin,50% 100%))}to{clip-path:circle(150% at var(--theme-vt-origin,50% 100%))}}@keyframes theme-blur-clear{0%{filter:blur(8px)}to{filter:blur()}}html[data-theme-vt=circle-blur]::view-transition-image-pair(root){isolation:isolate}html[data-theme-vt=circle-blur]::view-transition-old(root){mix-blend-mode:normal;z-index:1;animation:none}html[data-theme-vt=circle-blur]::view-transition-new(root){mix-blend-mode:normal;z-index:2;animation:.8s cubic-bezier(.4,0,.2,1) theme-circle-reveal,.45s cubic-bezier(.4,0,.2,1) theme-blur-clear}
