.gradient-text{background-color:red;background-image:linear-gradient(45deg,#1bbae5,#f2385d);background-size:100%;background-repeat:repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;-moz-background-clip:text;-moz-text-fill-color:transparent}.interactive-text span{display:inline-block;transition:transform .3s ease}.interactive-text span:hover{transform:scale(1.2)}.section{padding-top:2rem}.underline-sketch{mask-image:url("data:image/svg+xml,%3Csvg width='100' height='15' viewBox='0 0 100 15' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q 25 0 50 3 T 100 3 M0 9 Q 25 6 50 9 T 100 9' stroke='black' stroke-width='2' fill='none' /%3E%3C/svg%3E");mask-size:100% 100%;mask-repeat:no-repeat;-webkit-mask-image:url("data:image/svg+xml,%3Csvg width='100' height='15' viewBox='0 0 100 15' preserveAspectRatio='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 3 Q 25 0 50 3 T 100 3 M0 9 Q 25 6 50 9 T 100 9' stroke='black' stroke-width='2' fill='none' /%3E%3C/svg%3E");-webkit-mask-size:100% 100%;-webkit-mask-repeat:no-repeat}.animate-blink{animation:blink 1s step-end infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}