.text-gradient{background:linear-gradient(180deg, var(--foreground) 0%, var(--text-muted) 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.ambient-bg{z-index:-1;background:var(--background);width:100vw;height:100vh;transition:background-color .3s;position:fixed;top:0;left:0;overflow:hidden}.ambient-bg:before,.ambient-bg:after{content:"";filter:blur(120px);border-radius:50%;width:50vw;height:50vh;animation:25s ease-in-out infinite alternate floatOrb;position:absolute}.ambient-bg:before{opacity:.15;background:#00f3ff;top:-20%;left:-10%}.ambient-bg:after{opacity:.15;background:#7000ff;animation-delay:-12.5s;bottom:-20%;right:-10%}@keyframes floatOrb{0%{transform:translate(0)scale(1)}to{transform:translate(30%,10%)scale(1.3)}}@keyframes drawLine{to{stroke-dashoffset:0}}@keyframes glowPulse{0%{filter:drop-shadow(0 0 2px #00f3ff66)}to{filter:drop-shadow(0 0 8px #00f3ffcc)}}@keyframes fadeIn{to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chart-line{stroke-dasharray:1500;stroke-dashoffset:1500px;animation:3s ease-out forwards drawLine,3s infinite alternate glowPulse}.chart-fill{opacity:0;animation:2s ease-out 1.5s forwards fadeIn}
