.project-modal { width: min(620px, 100%); max-height: min(820px, calc(100vh - 28px)); overflow: auto; }
.project-template-fieldset { min-width: 0; margin: 0 0 16px; padding: 0; border: 0; }
.project-template-fieldset legend { margin-bottom: 8px; color: #516079; font-size: 13px; font-weight: 700; }
.project-template-choices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9px; }
.project-template-choice {
  display: flex !important;
  align-items: center;
  gap: 10px;
  min-width: 0;
  min-height: 66px;
  margin: 0 !important;
  padding: 11px 12px;
  border: 1px solid #dfe5ee;
  border-radius: 10px;
  background: #fff;
  cursor: pointer;
  transition: border-color .16s ease, background .16s ease, box-shadow .16s ease;
}
.project-template-choice:hover { border-color: #b9c9df; background: #f9fbfe; }
.project-template-choice.selected { border-color: #6f8db9; background: #f0f5fb; box-shadow: 0 0 0 3px rgba(43, 83, 146, .10); }
.project-template-choice > input { position: absolute; width: 1px !important; height: 1px; margin: 0 !important; padding: 0 !important; opacity: 0; pointer-events: none; }
.project-template-choice-icon { display: grid; place-items: center; flex: 0 0 35px; width: 35px; height: 35px; border-radius: 9px; background: #f1f3f7; color: #708097; font-size: 18px; font-weight: 800; }
.project-template-choice.selected .project-template-choice-icon { background: #2b5392; color: #fff; }
.project-template-choice > span:last-child { min-width: 0; }
.project-template-choice strong, .project-template-choice small { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.project-template-choice strong { color: #2b3951; font-size: 14px; }
.project-template-choice small { margin-top: 3px; color: #7e8b9f; font-size: 12px; font-weight: 500; }
.project-template-preview { margin-top: 10px; padding: 12px; border: 1px solid #dce5f0; border-radius: 10px; background: #f8fafc; }
.project-template-preview-head { display: flex; align-items: flex-start; justify-content: space-between; gap: 12px; }
.project-template-preview-head strong { color: #2b3951; font-size: 14px; }
.project-template-preview-head span { flex: 0 0 auto; padding: 3px 7px; border-radius: 999px; background: #e4edf8; color: #2b5392; font-size: 11px; font-weight: 750; }
.project-template-preview p { margin: 5px 0 10px; color: #69788e; font-size: 12px; line-height: 1.55; }
.project-template-sequence { display: flex; gap: 5px; max-height: 118px; margin: 0; padding: 0 2px 2px 0; overflow: auto; flex-wrap: wrap; list-style: none; }
.project-template-sequence li { display: inline-flex; align-items: center; gap: 5px; padding: 5px 7px; border: 1px solid #e0e6ee; border-radius: 7px; background: #fff; color: #4d5c72; font-size: 11px; font-weight: 650; }
.project-template-sequence b { color: #7890b3; font-size: 9px; font-weight: 800; }
.project-template-sequence li:not(:last-child)::after { content: '→'; margin-left: 2px; color: #9aa9bd; }

@media (max-width: 620px) {
  .project-template-choices { grid-template-columns: 1fr; }
  .project-template-choice { min-height: 62px; }
  .project-template-sequence { max-height: 150px; flex-wrap: nowrap; }
  .project-template-sequence li { flex: 0 0 auto; min-height: 38px; font-size: 12px; }
}
