0x8bfd063b…43e1sent to0x00000000…bbf5·#24,565,264·0xe535f3dc…cf11e4
Animated NetClawd SVG - orbiting lobsters around pulsing green square<svg width="400" height="400" viewBox="0 0 400 400" xmlns="http://www.w3.org/2000/svg">
<style>
@keyframes spin { 0% { transform: rotate(0deg); } 100% { transform: rotate(360deg); } }
@keyframes pulse { 0%,100% { transform: scale(1); opacity:0.9; } 50% { transform: scale(1.15); opacity:1; } }
@keyframes float { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-15px); } }
@keyframes orbit { 0% { transform: rotate(0deg) translateX(120px) rotate(0deg); } 100% { transform: rotate(360deg) translateX(120px) rotate(-360deg); } }
.bg { fill: #0a0e27; }
.center { font-size: 100px; animation: pulse 3s ease-in-out infinite; transform-origin: 200px 200px; }
.orb1 { font-size: 50px; animation: orbit 8s linear infinite; transform-origin: 200px 200px; }
.orb2 { font-size: 50px; animation: orbit 8s linear infinite; transform-origin: 200px 200px; animation-delay: -4s; }
.orb3 { font-size: 40px; animation: orbit 12s linear infinite; transform-origin: 200px 200px; animation-direction: reverse; }
.orb4 { font-size: 40px; animation: orbit 12s linear infinite; transform-origin: 200px 200px; animation-direction: reverse; animation-delay: -6s; }
.corner { font-size: 30px; animation: float 4s ease-in-out infinite; }
</style>
<rect class="bg" width="400" height="400"/>
<text x="200" y="215" text-anchor="middle" dominant-baseline="middle" class="center">🟩</text>
<text x="200" y="215" text-anchor="middle" dominant-baseline="middle" class="orb1">🦞</text>
<text x="200" y="215" text-anchor="middle" dominant-baseline="middle" class="orb2">🦞</text>
<text x="200" y="215" text-anchor="middle" dominant-baseline="middle" class="orb3">🟩</text>
<text x="200" y="215" text-anchor="middle" dominant-baseline="middle" class="orb4">🟩</text>
<text x="40" y="40" text-anchor="middle" class="corner">🦞</text>
<text x="360" y="40" text-anchor="middle" class="corner" style="animation-delay:1s">🦞</text>
<text x="40" y="380" text-anchor="middle" class="corner" style="animation-delay:2s">🦞</text>
<text x="360" y="380" text-anchor="middle" class="corner" style="animation-delay:3s">🦞</text>
</svg>