body background: linear-gradient(145deg, #0a2f2a 0%, #0a1f1a 100%); min-height: 100vh; display: flex; justify-content: center; align-items: center; font-family: 'Segoe UI', 'Courier New', 'Press Start 2P', system-ui, monospace; margin: 0; padding: 20px;

<script> (function() // ---------- CANVAS ---------- const canvas = document.getElementById('gameCanvas'); const ctx = canvas.getContext('2d');

.status background: #000000aa; border-radius: 32px; padding: 5px 18px; font-size: 0.9rem; font-weight: bold; color: #fdd998;

.stat span color: #ffd966; font-size: 1.6rem; font-weight: 800; margin-right: 6px;