/* 余白・整列ユーティリティ（必要に応じて） */
.mt-2{ margin-top: var(--space-2); }
.mt-4{ margin-top: var(--space-4); }
.text-center{ text-align:center; }