<svg xmlns="http://www.w3.org/2000/svg" width="128" height="128" viewBox="0 0 128 128">
<defs>
<linearGradient id="g" x1="0" y1="0" x2="1" y2="1">
<stop offset="0" stop-color="#00f5a0" stop-opacity="0.95"/>
<stop offset="1" stop-color="#ffd24a" stop-opacity="0.92"/>
</linearGradient>
<radialGradient id="s" cx="0.35" cy="0.3" r="0.9">
<stop offset="0" stop-color="#ffffff" stop-opacity="0.18"/>
<stop offset="1" stop-color="#ffffff" stop-opacity="0"/>
</radialGradient>
</defs>
<rect x="10" y="10" width="108" height="108" rx="32" fill="rgba(255,255,255,0.06)" stroke="rgba(255,255,255,0.12)" stroke-width="3"/>
<rect x="10" y="10" width="108" height="108" rx="32" fill="url(#s)"/>
<circle cx="64" cy="64" r="26" fill="rgba(0,0,0,0.65)" stroke="rgba(255,255,255,0.16)" stroke-width="3"/>
<circle cx="70" cy="68" r="16" fill="url(#g)" opacity="0.65"/>
<circle cx="56" cy="56" r="10" fill="#ffffff" opacity="0.22"/>
<circle cx="62" cy="62" r="6" fill="#ffffff" opacity="0.86"/>
</svg>