@media (prefers-reduced-motion: no-preference){.hero-copy,.upload-panel{animation:rise-in .6s cubic-bezier(.2,.7,.2,1) both}.upload-panel{animation-delay:.08s}.feature-grid article{animation:line-in .55s ease both}.feature-grid article:nth-child(2){animation-delay:.08s}.feature-grid article:nth-child(3){animation-delay:.16s}.file-icon{animation:paper-settle .8s .2s ease both}@keyframes rise-in{from{opacity:0;transform:translateY(12px)}to{opacity:1;transform:none}}@keyframes line-in{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}@keyframes paper-settle{0%{opacity:0;transform:translateY(6px) rotate(-2deg)}100%{opacity:1;transform:none}}}
