/* lightweight tokens */
:root{ --radius: 1.25rem; }
.card { border-radius: var(--radius); }
