:root { --card-radius: 14px; }
body { background: #f6f7fb; }
.card { border-radius: var(--card-radius); }
