@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{to{opacity:0}}@keyframes slide-from-right{0%{transform:translate(100%)}}@keyframes slide-to-right{to{transform:translate(100%)}}::view-transition-old(toc-container){animation:.3s cubic-bezier(.4,0,.2,1) both fade-out,.3s cubic-bezier(.4,0,.2,1) both slide-to-right}::view-transition-new(toc-container){animation:.3s cubic-bezier(.4,0,.2,1) both fade-in,.3s cubic-bezier(.4,0,.2,1) both slide-from-right}::view-transition-new(pin-icon){mix-blend-mode:normal;animation:none}::view-transition-old(pin-icon){mix-blend-mode:normal;animation:none}::view-transition-group(toc-container){isolation:auto}
