@keyframes fade-in{0%{opacity:0}}@keyframes fade-out{to{opacity:0}}@keyframes slide-from-right{0%{transform:translate(16px)}}@keyframes slide-to-left{to{transform:translate(-16px)}}::view-transition-old(root){animation:90ms cubic-bezier(.4,0,1,1) both fade-out,90ms cubic-bezier(.4,0,1,1) both slide-to-left}::view-transition-new(root){animation:.21s cubic-bezier(0,0,.2,1) 90ms both fade-in,.21s cubic-bezier(0,0,.2,1) 90ms both slide-from-right}.student-video-shell{view-transition-name:student-video-shell}.notes-sidebar{view-transition-name:notes-sidebar}:is(body:has(.student-app-shell)>.site-header,body:has(.student-app-shell)>.site-footer,body:has(.admin-shell)>.site-header,body:has(.admin-shell)>.site-footer){display:none!important}
