.animated-logo{display:flex;font-size:1.125rem;font-weight:700;font-family:var(--font-headline);letter-spacing:-.025em;white-space:nowrap}.animated-logo .logo-constant{color:hsl(var(--foreground))}.animated-logo .logo-animated-text{position:relative;display:inline-block;color:hsl(var(--primary))}.typing-cursor{display:inline-block;width:2px;height:1.125rem;background-color:hsl(var(--primary));animation:blink 1s step-end infinite;vertical-align:bottom}@keyframes blink{0%,to{background-color:transparent}50%{background-color:hsl(var(--primary))}}.vision-animation{position:relative;width:300px;height:300px;display:flex;align-items:center;justify-content:center}.vision-core{width:200px;height:200px;animation:pulse 4s ease-in-out infinite}.vision-svg{width:100%;height:100%;transform:rotate(-90deg)}.vision-path-1,.vision-path-2,.vision-path-3{stroke-dasharray:1000;stroke-dashoffset:1000;animation:draw 8s ease-in-out infinite}.vision-path-2{animation-delay:-2s;animation-duration:9s}.vision-path-3{animation-delay:-4s;animation-duration:7s}.vision-particle{position:absolute;top:50%;left:50%;width:6px;height:6px;border-radius:50%;background-color:hsl(var(--primary));box-shadow:0 0 10px hsl(var(--primary)),0 0 20px hsl(var(--primary));animation:orbit 10s linear infinite;transform-origin:0 0}.vision-particle:nth-child(2){width:4px;height:4px;animation-delay:-1.5s;animation-duration:8s}.vision-particle:nth-child(3){animation-delay:-3s;animation-duration:12s}.vision-particle:nth-child(4){width:5px;height:5px;animation-delay:-4.5s;animation-duration:9s;background-color:hsl(var(--accent));box-shadow:0 0 10px hsl(var(--accent)),0 0 20px hsl(var(--accent))}.vision-particle:nth-child(5){animation-delay:-6s;animation-duration:15s}@keyframes pulse{0%,to{transform:scale(.95);opacity:.8}50%{transform:scale(1.05);opacity:1}}@keyframes draw{50%{stroke-dashoffset:0}to{stroke-dashoffset:-1000}}@keyframes orbit{0%{transform:rotate(0deg) translateX(150px) rotate(0deg)}to{transform:rotate(1turn) translateX(150px) rotate(-1turn)}}