@keyframes page-intro-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes page-intro-unfold{0%{opacity:0;transform:rotateX(-95deg)}60%{opacity:1;transform:rotateX(8deg)}to{opacity:1;transform:rotateX(0)}}@keyframes page-outro-fade{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}@keyframes page-outro-cards{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(8px)}}main:not(.dashboard){perspective:1200px}main:not(.dashboard)>*:not(:has(:is(.tile,.case-card,.note-card,.surface-press,button,.button,.btn))){animation:page-intro-fade .36s .1s ease-out backwards}main:not(.dashboard)>.site-header{animation:page-intro-fade .28s 0ms ease-out backwards}main:not(.dashboard) :is(.tile,.case-card,.note-card,.surface-press,button,.button,.btn):not(.site-header *){animation:page-intro-unfold .54s .28s cubic-bezier(.5,1.4,.4,1) backwards;transform-origin:50% 0%;backface-visibility:hidden}main:not(.dashboard) :is(.case-card,.note-card,.tile):nth-child(2){animation-delay:.36s}main:not(.dashboard) :is(.case-card,.note-card,.tile):nth-child(3){animation-delay:.44s}main:not(.dashboard) :is(.case-card,.note-card,.tile):nth-child(4){animation-delay:.52s}main:not(.dashboard) :is(.case-card,.note-card,.tile):nth-child(5){animation-delay:.6s}main:not(.dashboard) :is(.case-card,.note-card,.tile):nth-child(6){animation-delay:.68s}main:not(.dashboard) :is(.case-card,.note-card,.tile):nth-child(n+7){animation-delay:.76s}body.is-leaving main:not(.dashboard)>*{animation:page-outro-fade .13s ease-in forwards}body.is-leaving main:not(.dashboard) :is(.tile,.case-card,.note-card,.surface-press,button,.button,.btn):not(.site-header *){animation:page-outro-cards .14s ease-in forwards}@media(prefers-reduced-motion:reduce){main:not(.dashboard)>*,main:not(.dashboard) :is(.tile,.case-card,.note-card,.surface-press,button,.button,.btn),body.is-leaving main:not(.dashboard)>*,body.is-leaving main:not(.dashboard) :is(.tile,.case-card,.note-card,.surface-press,button,.button,.btn){animation:none!important}}
