@-webkit-keyframes fade-in{0%{opacity:0}}@keyframes fade-in{0%{opacity:0}}@-webkit-keyframes fade-out{to{opacity:0}}@keyframes fade-out{to{opacity:0}}@-webkit-keyframes slide-from-right{0%{transform:translate(30px)}}@keyframes slide-from-right{0%{transform:translate(30px)}}@-webkit-keyframes slide-to-left{to{transform:translate(-30px)}}@keyframes slide-to-left{to{transform:translate(-30px)}}::view-transition-old(root){-webkit-animation:90ms cubic-bezier(.4,0,1,1) both fade-out,.3s cubic-bezier(.4,0,.2,1) both slide-to-left;animation:90ms cubic-bezier(.4,0,1,1) both fade-out,.3s cubic-bezier(.4,0,.2,1) both slide-to-left}::view-transition-new(root){-webkit-animation:.21s cubic-bezier(0,0,.2,1) 90ms both fade-in,.3s cubic-bezier(.4,0,.2,1) both;animation:.21s cubic-bezier(0,0,.2,1) 90ms both fade-in,.3s cubic-bezier(.4,0,.2,1) both}::view-transition-old(movie-poster),::view-transition-new(movie-poster){-webkit-animation:none;animation:none;mix-blend-mode:normal}::view-transition-image-pair(movie-poster){isolation:none}.nav{view-transition-name:main-header;contain:paint}.movie-poster{view-transition-name:movie-poster;contain:paint}.person-photo{view-transition-name:person-photo;contain:paint}.thumbnail{contain:paint}
