@keyframes ripple-animation{to{transform:scale(4);opacity:0}}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;background:var(--_4k8ccob)}body{font-family:var(--_4k8ccof);line-height:1.6;color:var(--_4k8cco8);background:linear-gradient(135deg,var(--_4k8ccob) 0,var(--_4k8ccoe) 100%);min-height:100vh;overflow-x:hidden}.ripple-animation{position:absolute;border-radius:50%;background:rgba(0,212,255,.3);transform:scale(0);animation:ripple-animation .6s ease-out;pointer-events:none}