@keyframes orbFloat{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-20px)scale(1.05)}66%{transform:translate(-20px,20px)scale(.95)}}.hero-orb--orange{animation:8s ease-in-out infinite orbFloat}.hero-orb--blue{animation:10s ease-in-out infinite reverse orbFloat}.hero-orb--pink{animation:12s ease-in-out 2s infinite orbFloat}.hero-splatter{pointer-events:none;opacity:0;animation:.8s cubic-bezier(.16,1,.3,1) forwards splatIn;position:absolute}.hero-splatter--orange-1{filter:blur(20px);width:400px;height:400px;animation-delay:.3s;top:-8%;left:10%}.hero-splatter--orange-2{filter:blur(15px);--rot:25deg;width:300px;height:300px;animation-delay:.5s;top:5%;right:18%}.hero-splatter--blue{filter:blur(18px);--rot:-15deg;width:350px;height:350px;animation-delay:.7s;bottom:10%;right:2%}.hero-splatter--pink{filter:blur(22px);--rot:40deg;width:250px;height:250px;animation-delay:.9s;bottom:20%;left:2%}@keyframes splatIn{0%{opacity:0;transform:scale(.3)rotate(var(--rot,0deg))}50%{opacity:.5;transform:scale(1.15)rotate(var(--rot,0deg))}to{opacity:.3;transform:scale(1)rotate(var(--rot,0deg))}}.hero-lightning{pointer-events:none;opacity:0;animation:4s ease-in-out infinite boltFlash;position:absolute}.hero-lightning--1{width:100px;height:250px;animation-delay:1s;top:5%;right:12%;transform:rotate(10deg)}.hero-lightning--2{width:60px;height:160px;animation-delay:2.5s;top:15%;right:8%;transform:rotate(-5deg)}@keyframes boltFlash{0%,to{opacity:0}2%{opacity:.9}4%{opacity:.2}6%{opacity:.8}10%{opacity:.6}20%{opacity:.4}40%{opacity:0}}.hero-sparkle{pointer-events:none;border-radius:50%;width:4px;height:4px;animation:3s ease-in-out infinite sparkle;position:absolute}.hero-sparkle:before,.hero-sparkle:after{content:"";background:inherit;border-radius:50%;position:absolute}.hero-sparkle:before{width:12px;height:2px;top:1px;left:-4px}.hero-sparkle:after{width:2px;height:12px;top:-4px;left:1px}.hero-sparkle--1{background:#f0c040;animation-delay:0s;top:15%;left:10%}.hero-sparkle--2{background:#d4a017;animation-delay:.5s;top:25%;right:15%}.hero-sparkle--3{background:#fff;animation-delay:1s;top:40%;left:45%}.hero-sparkle--4{background:#f0c040;animation-delay:1.5s;top:60%;right:25%}.hero-sparkle--5{background:#4dbbff;animation-delay:2s;bottom:30%;left:20%}.hero-sparkle--6{background:#d4a017;animation-delay:.8s;top:10%;right:35%}.hero-sparkle--7{background:#ff8c1a;animation-delay:1.3s;bottom:40%;right:10%}.hero-sparkle--8{background:#fff;animation-delay:2.3s;top:50%;left:30%}@keyframes sparkle{0%,to{opacity:0;transform:scale(.5)}50%{opacity:1;transform:scale(1.2)}}.hero-floor{pointer-events:none;z-index:1;background:linear-gradient(#0000 0%,#0a0a0a66 20%,#0a0a0ab3 100%),linear-gradient(135deg,#e8651a26 0%,#2d7ef71a 30%,#d633841f 60%,#e8651a1a 100%);height:25%;position:absolute;bottom:0;left:0;right:0;-webkit-mask-image:linear-gradient(#0000 0%,#000 40%);mask-image:linear-gradient(#0000 0%,#000 40%)}.hero-floor:before{content:"";background:repeating-linear-gradient(90deg,#0000,#ffffff05 1px,#0000 2px 80px);animation:8s linear infinite floorShimmer;position:absolute;inset:0}.hero-floor:after{content:"";filter:blur(10px);background:radial-gradient(at bottom,#d4a01714 0%,#e8651a0d 30%,#0000 70%);height:60%;position:absolute;bottom:0;left:10%;right:10%}@keyframes floorShimmer{0%{transform:translate(0)}to{transform:translate(80px)}}@keyframes glowPulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.08)}}.hero-glow{animation:4s ease-in-out infinite glowPulse}
