.wp-arcade-wrapper {
    position: relative;
    font-family: 'Press Start 2P', 'Courier New', monospace;
    user-select: none;
    -webkit-user-select: none;
}

#wp-arcade-canvas {
    display: block;
    width: 100%;
    height: auto;
    border: 4px solid #1a1a2e;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
    image-rendering: pixelated;
    image-rendering: crisp-edges;
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), inset 0 0 0 2px rgba(255,255,255,0.05);
}

#wp-arcade-canvas:focus {
    box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 0 3px #f9c22e;
}

.wp-arcade-hud {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1a1a2e;
    color: #f9c22e;
    font-size: 10px;
    padding: 6px 12px;
    letter-spacing: 1px;
    border: 4px solid #1a1a2e;
    border-top: none;
    border-radius: 0 0 4px 4px;
}

@media (max-width: 600px) {
    .wp-arcade-hud {
        font-size: 8px;
        padding: 4px 8px;
    }
}
