@keyframes rotate-clockwise{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}@keyframes rotate-counter-clockwise{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(-1turn)}}@keyframes float{0%,to{transform:translate(-50%,-50%) translateY(0)}50%{transform:translate(-50%,-50%) translateY(-20px)}}@keyframes scale-pulse{0%,to{transform:translate(-50%,-50%) scale(1)}50%{transform:translate(-50%,-50%) scale(1.2)}}@keyframes orbit{0%{transform:translate(-50%,-50%) rotate(0deg) translateX(100px) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn) translateX(100px) rotate(-1turn)}}@keyframes mesh-float{0%,to{transform:translate(-50%,-50%) translateY(0) scale(1)}25%{transform:translate(-45%,-48%) translateY(-10px) scale(1.05)}50%{transform:translate(-50%,-52%) translateY(-20px) scale(1.1)}75%{transform:translate(-55%,-48%) translateY(-10px) scale(1.05)}}@keyframes prism-rotate{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}33%{transform:translate(-50%,-50%) rotate(120deg) scale(1.1)}66%{transform:translate(-50%,-50%) rotate(240deg) scale(.9)}to{transform:translate(-50%,-50%) rotate(1turn) scale(1)}}@keyframes wave-rotate{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}50%{transform:translate(-50%,-50%) rotate(180deg) scale(1.1)}to{transform:translate(-50%,-50%) rotate(1turn) scale(1)}}@keyframes pulse-scale{0%,to{transform:translate(-50%,-50%) scale(1);opacity:.8}50%{transform:translate(-50%,-50%) scale(1.1);opacity:.6}}@keyframes flow-motion{0%{transform:translate(-50%,-50%) rotate(0deg) scale(1)}33%{transform:translate(-50%,-45%) rotate(120deg) scale(1.05)}66%{transform:translate(-45%,-50%) rotate(240deg) scale(.95)}to{transform:translate(-50%,-50%) rotate(1turn) scale(1)}}.big-circle{width:80vw;max-width:800px;height:80vw;max-height:800px;background:linear-gradient(229deg,#a855f7 13%,rgba(168,85,247,0) 35%,rgba(129,74,200,0) 64%,#6366f1 88%);opacity:.8;filter:blur(calc(15px + 1vw));animation:rotate-clockwise 20s linear infinite}.big-circle,.small-circle{position:absolute;top:60%;left:50%;border-radius:50%;overflow:hidden;will-change:transform}.small-circle{width:55vw;max-width:550px;height:55vw;max-height:550px;background:linear-gradient(229deg,#8b5cf6 13%,rgba(139,92,246,0) 35%,rgba(99,102,241,0) 64%,#4f46e5 88%);opacity:.7;filter:blur(calc(10px + .5vw));animation:rotate-counter-clockwise 15s linear infinite}.wave-circle-big{width:90vw;max-width:900px;height:90vw;max-height:900px;background:linear-gradient(45deg,#ec4899 10%,rgba(236,72,153,0) 40%,rgba(139,92,246,0) 60%,#8b5cf6 90%);opacity:.7;filter:blur(calc(20px + 1vw));animation:wave-rotate 25s ease-in-out infinite}.wave-circle-big,.wave-circle-small{position:absolute;top:60%;left:50%;border-radius:50%;will-change:transform}.wave-circle-small{width:60vw;max-width:600px;height:60vw;max-height:600px;background:linear-gradient(-45deg,#f472b6 10%,rgba(244,114,182,0) 40%,rgba(168,85,247,0) 60%,#a855f7 90%);opacity:.6;filter:blur(calc(15px + .5vw));animation:wave-rotate 20s ease-in-out infinite reverse}.pulse-circle-outer{position:absolute;width:85vw;max-width:850px;height:85vw;max-height:850px;top:60%;left:50%;border-radius:50%;background:linear-gradient(120deg,#06b6d4 10%,rgba(6,182,212,0) 40%,rgba(59,130,246,0) 60%,#3b82f6 90%);opacity:.7;filter:blur(calc(25px + 1vw));will-change:transform;animation:pulse-scale 8s ease-in-out infinite}.pulse-circle-inner{width:50vw;max-width:500px;height:50vw;max-height:500px;background:linear-gradient(-120deg,#0ea5e9 10%,rgba(14,165,233,0) 40%,rgba(6,182,212,0) 60%,#06b6d4 90%);filter:blur(calc(15px + .5vw));animation:pulse-scale 8s ease-in-out infinite reverse}.flow-circle-one,.pulse-circle-inner{position:absolute;top:60%;left:50%;border-radius:50%;opacity:.6;will-change:transform}.flow-circle-one{width:75vw;max-width:750px;height:75vw;max-height:750px;background:linear-gradient(60deg,#f97316 10%,rgba(249,115,22,0) 40%,rgba(234,88,12,0) 60%,#ea580c 90%);filter:blur(calc(20px + 1vw));animation:flow-motion 30s ease-in-out infinite}.flow-circle-two{width:65vw;max-width:650px;height:65vw;max-height:650px;background:linear-gradient(-60deg,#fb923c 10%,rgba(251,146,60,0) 40%,rgba(249,115,22,0) 60%,#f97316 90%);opacity:.5;filter:blur(calc(18px + .8vw));animation:flow-motion 25s ease-in-out infinite reverse}.flow-circle-three,.flow-circle-two{position:absolute;top:60%;left:50%;border-radius:50%;will-change:transform}.flow-circle-three{width:55vw;max-width:550px;height:55vw;max-height:550px;background:linear-gradient(180deg,#fdba74 10%,rgba(253,186,116,0) 40%,rgba(251,146,60,0) 60%,#fb923c 90%);opacity:.4;filter:blur(calc(15px + .6vw));animation:flow-motion 20s ease-in-out infinite}.orbit-ring{width:90vw;max-width:900px;height:90vw;max-height:900px;border:2px solid rgba(99,102,241,.2);transform:translate(-50%,-50%);animation:rotate-clockwise 20s linear infinite}.orbit-circle,.orbit-ring{position:absolute;top:60%;left:50%;border-radius:50%}.orbit-circle{width:100px;height:100px;background:linear-gradient(45deg,#4f46e5,#6366f1);filter:blur(10px);animation:orbit 15s linear infinite}.orbit-square{width:80px;height:80px;background:linear-gradient(-45deg,#8b5cf6,#6366f1);filter:blur(8px);animation:orbit 20s linear infinite reverse;transform-origin:center}.orbit-particles,.orbit-square{position:absolute;top:60%;left:50%}.orbit-particles{width:10px;height:10px;background:#a855f7;border-radius:50%;box-shadow:100px 100px 0 0 rgba(168,85,247,.4),-100px -100px 0 0 rgba(168,85,247,.4),100px -100px 0 0 rgba(168,85,247,.4),-100px 100px 0 0 rgba(168,85,247,.4);animation:rotate-clockwise 25s linear infinite}.mesh-grid{position:absolute;width:100vw;height:100vh;top:0;left:0;background-image:linear-gradient(rgba(99,102,241,.1) 1px,transparent 0),linear-gradient(90deg,rgba(99,102,241,.1) 1px,transparent 0);background-size:50px 50px;opacity:.5;animation:mesh-float 20s ease-in-out infinite}.mesh-circle-one{width:70vw;height:70vw;max-width:700px;max-height:700px;background:linear-gradient(120deg,#4f46e5 10%,transparent 70%);filter:blur(30px);animation:mesh-float 15s ease-in-out infinite reverse}.mesh-circle-one,.mesh-circle-two{position:absolute;top:60%;left:50%;border-radius:50%}.mesh-circle-two{width:50vw;height:50vw;max-width:500px;max-height:500px;background:linear-gradient(-120deg,#8b5cf6 10%,transparent 70%);filter:blur(25px);animation:mesh-float 18s ease-in-out infinite}.mesh-dots{width:80vw;height:80vw;max-width:800px;max-height:800px;background-image:radial-gradient(circle,rgba(99,102,241,.2) 2px,transparent 0);background-size:30px 30px;animation:rotate-clockwise 40s linear infinite}.mesh-dots,.prism-container{position:absolute;top:60%;left:50%;transform:translate(-50%,-50%)}.prism-container{width:90vw;height:90vw;max-width:900px;max-height:900px}.prism-triangle{width:0;height:0;border-left:150px solid transparent;border-right:150px solid transparent;border-bottom:260px solid rgba(99,102,241,.2);filter:blur(20px);animation:prism-rotate 20s ease-in-out infinite}.prism-square,.prism-triangle{position:absolute;top:50%;left:50%}.prism-square{width:200px;height:200px;background:linear-gradient(45deg,rgba(139,92,246,.2),rgba(99,102,241,.2));transform:translate(-50%,-50%) rotate(45deg);filter:blur(15px);animation:prism-rotate 25s ease-in-out infinite reverse}.prism-circle{width:300px;height:300px;border:2px solid rgba(168,85,247,.2);border-radius:50%;filter:blur(5px);animation:scale-pulse 10s ease-in-out infinite}.prism-circle,.prism-line{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.prism-line{width:400px;height:2px;background:linear-gradient(90deg,transparent,rgba(99,102,241,.3),transparent);filter:blur(2px);animation:rotate-clockwise 15s linear infinite}@media (max-width:768px){.big-circle,.flow-circle-one,.pulse-circle-outer,.wave-circle-big{width:90vw;height:90vw;top:65%;filter:blur(calc(10px + 1vw))}.flow-circle-three,.pulse-circle-inner,.small-circle,.wave-circle-small{width:60vw;height:60vw;top:65%;filter:blur(calc(8px + .5vw))}.flow-circle-two{width:75vw;height:75vw;top:65%;filter:blur(calc(9px + .8vw))}.mesh-circle-one,.orbit-ring,.prism-container{width:90vw;height:90vw}.orbit-circle,.orbit-square{width:60px;height:60px}.prism-triangle{border-left-width:100px;border-right-width:100px;border-bottom-width:173px}.prism-square{width:150px;height:150px}.prism-circle{width:200px;height:200px}.prism-line{width:300px}}