@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes breathe{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(1.18)}}@keyframes pulse-cross{0%,to{opacity:.45}50%{opacity:1}}@keyframes pulse-diagonal{0%,to{opacity:.7}50%{opacity:1}}@keyframes scan-down{0%{transform:translateY(-30px);opacity:0}10%{opacity:.65}90%{opacity:.65}to{transform:translateY(100vh);opacity:0}}@keyframes draw-line{0%{transform:scaleX(0)}to{transform:scaleX(1)}}@keyframes shimmer-sweep{0%{background-position:200% 0}to{background-position:-100% 0}}@keyframes node-pulse{0%,to{opacity:0;transform:scale(.6)}25%,75%{opacity:1;transform:scale(1)}}@keyframes constellation-line{0%,10%{stroke-dashoffset:240;opacity:0}20%{opacity:.55}45%{stroke-dashoffset:0;opacity:.55}80%{stroke-dashoffset:0;opacity:.55}to{stroke-dashoffset:-240;opacity:0}}.cima-parallax{transition:transform .6s cubic-bezier(.22,.61,.36,1);will-change:transform}.cima-cursor-glow{position:absolute;left:50%;top:50%;transition:left .7s cubic-bezier(.22,.61,.36,1),top .7s cubic-bezier(.22,.61,.36,1);pointer-events:none;will-change:left,top}.cima-cursor-glow>.glow-circle{position:absolute;left:50%;top:50%;height:720px;width:720px;transform-origin:center;background:radial-gradient(circle,rgba(46,95,230,.32) 0,rgba(46,95,230,.14) 28%,rgba(46,95,230,0) 65%);border-radius:50%;margin-left:-360px;margin-top:-360px;animation:breathe 6.5s ease-in-out infinite;will-change:opacity,transform}.cima-scan-line{position:absolute;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(46,95,230,.7) 50%,transparent);animation:scan-down 11s cubic-bezier(.65,0,.35,1) infinite;animation-delay:2s;pointer-events:none}.cima-line-draw{transform-origin:left center;animation:draw-line .9s cubic-bezier(.22,.61,.36,1) .7s both}.cima-shimmer{position:absolute;inset:0;background-image:linear-gradient(115deg,transparent,transparent 40%,rgba(46,95,230,.55) 50%,transparent 60%,transparent);background-size:220% 100%;background-repeat:no-repeat;mask:url(/cima.png) center/contain no-repeat;-webkit-mask:url(/cima.png) center/contain no-repeat;animation:shimmer-sweep 1.6s cubic-bezier(.22,.61,.36,1) .9s both;pointer-events:none}.cima-cross-anim{animation:pulse-cross 5.5s ease-in-out infinite}.cima-diag-anim{animation:pulse-diagonal 6.5s ease-in-out infinite}.cima-node{animation:node-pulse 11s ease-in-out infinite;transform-origin:center;transform-box:fill-box}.cima-const-line{stroke-dasharray:240;animation:constellation-line 11s cubic-bezier(.22,.61,.36,1) infinite}@media (prefers-reduced-motion:reduce){.cima-const-line,.cima-cross-anim,.cima-cursor-glow,.cima-cursor-glow>.glow-circle,.cima-diag-anim,.cima-line-draw,.cima-node,.cima-parallax,.cima-scan-line,.cima-shimmer{animation:none!important;transition:none!important}}