* { margin: 0; padding: 0; box-sizing: border-box; }
body { overflow: hidden; background: #1a1a2e; font-family: sans-serif; }
#canvas { display: block; width: 100vw; height: 100vh; }
#info { position: fixed; bottom: 24px; left: 50%; transform: translateX(-50%); color: rgba(255,255,255,0.6); font-size: 14px; pointer-events: none; }
#stats { position: fixed; top: 16px; right: 16px; color: rgba(255,255,255,0.5); font-size: 12px; pointer-events: none; }