body {
    margin: 0;
    padding: 0;
    overflow: hidden;
    background: #000;
    font-family: 'Arial', sans-serif;
}

canvas {
    display: block;
    cursor: crosshair;
}

.stats {
    position: fixed;
    top: 20px;
    left: 20px;
    background: rgba(30, 30, 30, 0.95);
    border: 1px solid rgba(80, 80, 80, 0.3);
    border-radius: 8px;
    padding: 12px;
    color: #ffffff;
    font-family: monospace;
    font-size: 12px;
    z-index: 1000;
}