.shape{position:fixed;border-radius:50%;filter:blur(80px);opacity:.15;pointer-events:none;z-index:-2;animation:shapeFloat 20s ease-in-out infinite}.shape-1{width:400px;height:400px;background:radial-gradient(circle,#7c3aed,transparent 70%);top:-80px;left:-80px;animation-duration:22s}.shape-2{width:350px;height:350px;background:radial-gradient(circle,#6366f1,transparent 70%);bottom:10%;right:-60px;animation-duration:26s;animation-delay:-8s}.shape-3{width:300px;height:300px;background:radial-gradient(circle,#8b5cf6,transparent 70%);top:40%;left:30%;animation-duration:30s;animation-delay:-14s}@keyframes shapeFloat{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-20px,30px) scale(.95)}75%{transform:translate(15px,15px) scale(1.02)}}.light-beam,.light-beam-alt{position:fixed;pointer-events:none;z-index:-2;opacity:.07}.light-beam{width:2px;height:60vh;background:linear-gradient(180deg,transparent,#a78bfa,transparent);top:0;left:25%;animation:beamPulse 8s ease-in-out infinite}.light-beam-alt{width:2px;height:50vh;background:linear-gradient(180deg,transparent,#818cf8,transparent);top:10%;right:20%;animation:beamPulse 10s ease-in-out 3s infinite}@keyframes beamPulse{0%,to{opacity:.04;transform:scaleY(1)}50%{opacity:.1;transform:scaleY(1.1)}}.floating-dot{position:fixed;width:4px;height:4px;border-radius:50%;background:#a78bfa;opacity:0;pointer-events:none;z-index:-1;animation:dotDrift 12s ease-in-out infinite}.dot-1{top:15%;left:10%;animation-duration:14s;animation-delay:0s}.dot-2{top:30%;left:70%;animation-duration:16s;animation-delay:-3s}.dot-3{top:60%;left:20%;animation-duration:18s;animation-delay:-6s}.dot-4{top:75%;left:80%;animation-duration:13s;animation-delay:-9s}.dot-5{top:45%;left:50%;animation-duration:15s;animation-delay:-2s}.red-dot-1{top:20%;left:85%;background:#f87171;animation-duration:17s;animation-delay:-1s}.red-dot-2{top:55%;left:5%;background:#f87171;animation-duration:19s;animation-delay:-5s}.red-dot-3{top:80%;left:45%;background:#f87171;animation-duration:14s;animation-delay:-8s}.red-dot-4{top:10%;left:55%;background:#f87171;animation-duration:16s;animation-delay:-11s}@keyframes dotDrift{0%{opacity:0;transform:translateY(0) scale(1)}20%{opacity:.6}50%{opacity:.3;transform:translateY(-40px) scale(1.5)}80%{opacity:.5}to{opacity:0;transform:translateY(-80px) scale(1)}}.brain-animation{width:100%;height:100%}.brain-outline{stroke-dasharray:500;stroke-dashoffset:500;animation:draw 2s ease forwards,pulse 3s ease-in-out infinite}.brain-part{stroke-dasharray:300;stroke-dashoffset:300;animation:draw 2s ease .3s forwards,pulse 3s ease-in-out .5s infinite}.brain-connection{stroke-dasharray:100;stroke-dashoffset:100;animation:draw 1.5s ease .6s forwards,pulse 3s ease-in-out 1s infinite}.neural-pulse{opacity:0;transform-origin:center;animation:pulse-fade 3s ease-in-out infinite}.pulse-1{animation-delay:.1s}.pulse-2{animation-delay:.7s}.pulse-3{animation-delay:.4s}.pulse-4{animation-delay:1s}.pulse-5{animation-delay:.2s}.pulse-6{animation-delay:.8s}.pulse-7{animation-delay:.5s}@keyframes draw{to{stroke-dashoffset:0}}@keyframes pulse{0%,to{stroke-opacity:1}50%{stroke-opacity:.6}}@keyframes pulse-fade{0%,to{opacity:0;transform:scale(1)}50%{opacity:1;transform:scale(1.5)}}.loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(15,23,42,.85);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;z-index:50;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.fadeOut{animation:fadeOut .3s ease forwards}