.cyber-gradient{background:linear-gradient(135deg,#fff,#3fb2fd 25%,#f278d2 50%,#1197fa 75%,#fff);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;background-size:300% 300%;animation:gradient-flow 4s ease-in-out infinite}@keyframes gradient-flow{0%,to{background-position:0 50%}50%{background-position:100% 50%}}.glow-text{text-shadow:0 0 25px rgba(238,85,198,.7)}.blue-glow-text{text-shadow:0 0 25px rgba(17,151,250,.7)}.cyan-glow-text{text-shadow:0 0 25px rgba(63,178,253,.7)}.search-glow{box-shadow:0 0 30px rgba(238,85,198,.3)}.smoky-fade-heavy{background:linear-gradient(180deg,transparent 0,transparent 40%,rgba(0,0,0,.1) 50%,rgba(0,0,0,.3) 60%,rgba(0,0,0,.5) 70%,rgba(0,0,0,.7) 80%,rgba(0,0,0,.85) 90%,rgba(0,0,0,.95));z-index:18;filter:blur(1px)}.smoky-fade-medium{background:linear-gradient(180deg,transparent 0,transparent 50%,rgba(2,60,90,.1) 60%,rgba(0,0,0,.2) 70%,rgba(0,0,0,.4) 80%,rgba(0,0,0,.6) 85%,rgba(0,0,0,.8) 95%,rgba(0,0,0,.9));z-index:17;filter:blur(.5px)}.smoky-fade-light{background:linear-gradient(180deg,transparent 0,transparent 60%,rgba(238,85,198,.05) 65%,rgba(63,178,253,.05) 70%,rgba(0,0,0,.15) 75%,rgba(0,0,0,.3) 85%,rgba(0,0,0,.5) 90%,rgba(0,0,0,.8));z-index:16}.smoky-fade-color{background:linear-gradient(180deg,transparent 0,transparent 65%,rgba(17,151,250,.08) 70%,rgba(238,85,198,.06) 75%,rgba(63,178,253,.04) 80%,rgba(0,0,0,.2) 85%,rgba(0,0,0,.4) 92%,rgba(0,0,0,.7));z-index:15}.smoky-fade-base{background:linear-gradient(180deg,transparent 0,transparent 70%,rgba(0,0,0,.05) 75%,rgba(0,0,0,.1) 80%,rgba(0,0,0,.2) 85%,rgba(0,0,0,.4) 92%,rgba(0,0,0,.6));z-index:14}.smoky-fade-subtle{background:linear-gradient(180deg,transparent 0,transparent 75%,rgba(0,0,0,.02) 80%,rgba(0,0,0,.08) 87%,rgba(0,0,0,.15) 92%,rgba(0,0,0,.3) 98%,rgba(0,0,0,.5));z-index:13}.smoke-layer{opacity:.6;animation:smokeFlow 8s ease-in-out infinite}@keyframes smokeFlow{0%,to{transform:translateY(0) scale(1);opacity:.4}50%{transform:translateY(-5px) scale(1.02);opacity:.7}}.smoke-particle{position:absolute;border-radius:50%;background:radial-gradient(circle,hsla(0,0%,100%,.1) 0,transparent 70%);animation:smokeParticle 12s linear infinite}@keyframes smokeParticle{0%{transform:translateY(0) translateX(0) scale(.5);opacity:0}20%{opacity:.3}80%{opacity:.1}to{transform:translateY(-100px) translateX(20px) scale(1.2);opacity:0}}.animated-underline{position:relative;display:inline-block}.animated-underline:after{content:"";position:absolute;bottom:-4px;left:0;width:var(--underline-width,0);height:3px;background:linear-gradient(90deg,#ee55c6,#ff6b9d,#ee55c6);opacity:var(--underline-opacity,0);box-shadow:var(--underline-glow,none);border-radius:2px;transition:all .3s ease}