.gradient{background:linear-gradient(90deg,#7953cd 20%,#00affa 30%,#0190cd 70%,#764ada 80%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-fill-color:transparent;animation:textShine 5s ease-in-out infinite alternate;background-size:500% auto}@keyframes textShine{0%{background-position:0 50%}to{background-position:100% 50%}}body{font-family:Inter,sans-serif}.bg-gradient-custom{background:linear-gradient(90deg,#4e54c8,#8f94fb)}.shadow-custom{box-shadow:0 10px 20px rgba(0,0,0,.2)}#pricing .card-header{font-size:1.2em;font-weight:700;text-align:center}#pricing .price{font-size:2em;font-weight:700}#api-example{background-color:#252323;color:#fff;font-family:Courier New;height:400px;line-height:2em;padding:1em;width:100%}