<?xml version="1.0" encoding="utf-8"?>
<!-- Card background with rounded corners -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <corners android:radius="12dp" />
    <solid android:color="#0A0A0C" />
</shape>
