.card{--index0: calc(var(--index) - 1);--reverse-index: calc(var(--numcards) - var(--index0));--reverse-index0: calc(var(--reverse-index) - 1);position:sticky;height:var(--card-height);top:0;padding-top:calc(var(--index) * var(--card-top-offset))}@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 scale forwards;animation-range:exit-crossing 0% exit-crossing 33%;animation-timeline:--cards-element-scrolls-in-body}#card_2{--index: 2}#card_2 .card__content{animation:linear scale forwards;animation-range:exit-crossing 33% exit-crossing 66%;animation-timeline:--cards-element-scrolls-in-body}#card_3{--index: 3}#card_3 .card__content{animation:linear scale forwards;animation-range:exit-crossing 66% exit-crossing 100%;animation-timeline:--cards-element-scrolls-in-body}.card__content{transform-origin:50% 0%;will-change:transform}.gradient-text{background-image:linear-gradient(45deg,#94a3b8,#f8fafc,#94a3b8);background-size:100%;background-repeat:repeat;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}.animation-container{view-timeline-name:--subjectReveal}.anim-ozu{animation:ozuScale both,fadeIn both;animation-timeline:--subjectReveal;animation-range:contain 0% contain 10%;transform-origin:center}.anim-configure{animation:fadeIn both;animation-range:contain 15% contain 30%;animation-timeline:--subjectReveal}.anim-fetch-github{animation:fadeIn both;animation-range:contain 35% contain 50%;animation-timeline:--subjectReveal}.anim-user{animation:fadeIn both;animation-range:contain 55% contain 70%;animation-timeline:--subjectReveal}.anim-deploy{animation:fadeIn both;animation-range:contain 75% contain 90%;animation-timeline:--subjectReveal}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes ozuScale{0%{transform:scale(.5)}to{transform:scale(1)}}
