:root { --radius: 12px; }
.card { border-radius: var(--radius); }
