/* 워크 리디자인 시트 전용 스타일 — 현행 src/pages/tools/work-redesign-sheet.astro 이식본(M2-A). */
  .wr-input {
    @apply mt-1 w-full rounded-lg border border-gray-300 dark:border-slate-700 bg-white dark:bg-slate-800 px-3 py-2 text-sm text-gray-900 dark:text-white placeholder:text-gray-400 dark:placeholder:text-slate-500 focus:outline-none focus:ring-2 focus:ring-blue-500;
  }
  .wr-type {
    @apply flex items-center rounded-lg border border-gray-200 dark:border-slate-700 px-3 py-2.5 text-sm text-gray-700 dark:text-slate-300 cursor-pointer hover:border-blue-400 dark:hover:border-blue-500 transition-colors;
  }
  .wr-btn {
    @apply rounded-lg border border-gray-300 dark:border-slate-700 bg-white dark:bg-slate-800 px-3 py-1.5 text-xs font-medium text-gray-700 dark:text-slate-300 hover:border-blue-400 dark:hover:border-blue-500 transition-colors;
  }
