| 1 | <?xml version="1.0" encoding="UTF-8"?> |
| 2 | <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1920 1080" width="1920" height="1080" font-family="Inter, ui-sans-serif, sans-serif"> |
| 3 | <defs> |
| 4 | <linearGradient id="bg" x1="0" y1="0" x2="1" y2="1"> |
| 5 | <stop offset="0" stop-color="#16161a"/> |
| 6 | <stop offset="1" stop-color="#0a0a0c"/> |
| 7 | </linearGradient> |
| 8 | <radialGradient id="glow" cx="0.5" cy="0.36" r="0.62"> |
| 9 | <stop offset="0" stop-color="#2a2a33" stop-opacity="0.9"/> |
| 10 | <stop offset="1" stop-color="#2a2a33" stop-opacity="0"/> |
| 11 | </radialGradient> |
| 12 | </defs> |
| 13 | <rect width="100%" height="100%" fill="url(#bg)"/> |
| 14 | <rect width="100%" height="100%" fill="url(#glow)"/> |
| 15 | <text x="960" y="458" fill="#f4f4f5" font-size="110" font-weight="600" text-anchor="middle" letter-spacing="-1"><tspan x="960" dy="0">Play Mode</tspan></text> |
| 16 | <text x="960" y="564" fill="#8a8a95" font-size="40" font-weight="500" text-anchor="middle" font-family="ui-monospace, monospace" letter-spacing="3">SOCIAL-SHORTS · PLAYFUL</text> |
| 17 | <g opacity="0.6"> |
| 18 | <text x="960" y="990" fill="#5b5b66" font-size="30" text-anchor="middle" font-family="ui-monospace, monospace" letter-spacing="1">PREVIEW RENDERS VIA HYPERFRAMES PLAYER · v0.9</text> |
| 19 | </g> |
| 20 | </svg> |
| 21 |