.animated-gradient-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);cursor:pointer;border-radius:1.25rem;flex-direction:row;justify-content:center;align-items:center;max-width:-moz-fit-content;max-width:fit-content;margin:0 auto;font-size:2rem;font-weight:500;transition:box-shadow .5s ease-out;display:flex;position:relative;overflow:hidden}.gradient-overlay{border-radius:inherit;z-index:0;pointer-events:none;background-size:300% 100%;animation:linear infinite gradient;position:absolute;top:0;bottom:0;left:0;right:0}.gradient-overlay:before{content:"";border-radius:inherit;z-index:-1;background-color:#060010;width:calc(100% - 2px);height:calc(100% - 2px);position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes gradient{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.text-content{z-index:2;color:transparent;background-size:300% 100%;-webkit-background-clip:text;background-clip:text;animation:linear infinite gradient;display:inline-block;position:relative}
.footer{color:#ccc;border-top:.3px solid #000;justify-content:space-between;align-items:flex-start;width:60vw;padding-top:20px;font-family:Arial,sans-serif;font-size:1rem;display:flex}.footer-left{flex-direction:column;gap:8px;font-size:1rem;display:flex}.footer-right{gap:15px;font-size:1.4rem;display:flex}.footer-right a{color:#ccc;transition:color .3s,transform .3s}.footer-right a:hover{color:#40a9ff;transform:scale(1.1)}body::-webkit-scrollbar{width:0;height:0}.glow{color:#40a9ff;text-shadow:0 0 8px #40a9ff,0 0 12px #40a9ff;font-weight:700}.heart-glow{color:#40a9ff;text-shadow:0 0 6px #40a9ff,0 0 10px #40a9ff,0 0 14px #40a9ff}@media (max-width:768px){.footer{text-align:center;flex-direction:column;align-items:center;gap:20px}.footer-left{align-items:center}.footer-right{justify-content:center}}
