.card{--index0:calc(var(--index) - 1);--reverse-index:calc(var(--numcards) - var(--index0));--reverse-index0:calc(var(--reverse-index) - 1);height:var(--card-height);padding-top:calc(var(--index) * var(--card-top-offset));position:sticky;top:0}@keyframes scale{to{transform:scale(calc(1.1 - calc(.1 * var(--reverse-index))))}}#cards{--numcards:3;view-timeline-name:--cards-element-scrolls-in-body;padding-bottom:calc(var(--numcards) * var(--card-top-offset))}#card_1{--index:1}#card_1 .card__content{animation:linear forwards scale;animation-timeline:--cards-element-scrolls-in-body;animation-range:exit-crossing exit-crossing 33%}#card_2{--index:2}#card_2 .card__content{animation:linear forwards scale;animation-timeline:--cards-element-scrolls-in-body;animation-range:exit-crossing 33% exit-crossing 66%}#card_3{--index:3}#card_3 .card__content{animation:linear forwards scale;animation-timeline:--cards-element-scrolls-in-body;animation-range:exit-crossing 66%}.card__content{transform-origin:50% 0;will-change:transform}.gradient-text{-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent;background-image:linear-gradient(45deg,#94a3b8,#f8fafc,#94a3b8);background-repeat:repeat;background-size:100%;-webkit-background-clip:text;background-clip:text}.animation-container{view-timeline-name:--subjectReveal}.anim-ozu{transform-origin:50%;animation-name:ozuScale,fadeIn;animation-duration:0s,0s;animation-timing-function:ease,ease;animation-iteration-count:1,1;animation-direction:normal,normal;animation-play-state:running,running;animation-delay:0s,0s;animation-fill-mode:both,both;animation-timeline:--subjectReveal;animation-range:contain contain 10%}.anim-configure{animation:both fadeIn;animation-timeline:--subjectReveal;animation-range:contain 15% contain 30%}.anim-fetch-github{animation:both fadeIn;animation-timeline:--subjectReveal;animation-range:contain 35% contain 50%}.anim-user{animation:both fadeIn;animation-timeline:--subjectReveal;animation-range:contain 55% contain 70%}.anim-deploy{animation:both fadeIn;animation-timeline:--subjectReveal;animation-range:contain 75% contain 90%}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ozuScale{0%{transform:scale(.5)}to{transform:scale(1)}}
