.project-item-header { width: 100%; max-width: 1080px; margin: 0 auto; padding: 24px 30px 20px; color: var(--ink, #193236); }
.project-item-titlebar { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.project-item-title-copy { min-width: 0; }
.project-item-meta { display: flex; align-items: center; gap: 12px; margin-bottom: 7px; }
.project-item-type { color: #7b8c81; font-size: 13px; font-weight: 500; }
.project-item-status { display: inline-flex; align-items: center; gap: 6px; padding: 4px 9px; border-radius: 6px; background: #ebefeb; color: #607464; font-size: 14px; font-weight: 550; line-height: 1.2; }
.project-item-status::before { content: ''; width: 6px; height: 6px; border-radius: 50%; background: currentColor; opacity: .6; }
.project-item-status[data-status="active"], .project-item-status[data-status="in_progress"] { color: #987c42; background: #f5eddb; }
.project-item-status[data-status="completed"], .project-item-status[data-status="done"] { color: #4c826b; background: #e6f0e8; }
.project-item-header h2 { margin: 0; color: #233e30; font: 600 24px/1.35 "Manrope", system-ui, sans-serif; letter-spacing: -.025em; overflow-wrap: anywhere; }
.project-item-edit-button { flex: 0 0 auto; min-height: 34px; padding: 6px 11px; border: 1px solid #d8e2d9; border-radius: 7px; background: #fff; color: #637966; font: inherit; font-size: 14px; cursor: pointer; }
.project-item-edit-button:hover { border-color: #b7cebb; background: #f2f7f2; color: #315a3f; }
.project-item-edit-button:disabled { opacity: .5; cursor: default; }
.project-item-description { max-width: 880px; margin: 13px 0 0; color: #5a7161; font-size: 18px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.project-item-description strong { font-weight: 600; }
.project-item-more { margin-top: 8px; color: #6b8372; font-size: 13px; }
.project-item-more summary { width: fit-content; cursor: pointer; }
.project-item-more > div { display: grid; gap: 8px; padding: 10px 0 2px; }
.project-item-more p { margin: 0; color: #617567; font-size: 14px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.project-item-notice { margin: 9px 0 0; color: #71927b; font-size: 13px; }
.project-item-editor { max-width: 760px; margin-top: 20px; padding: 20px; border: 1px solid #dce5dc; border-radius: 10px; background: #f8fbf7; }
.project-item-form-fields { display: grid; grid-template-columns: minmax(0, 1fr) 170px; gap: 16px; margin: 0; padding: 0; border: 0; }
.project-item-form-fields label { display: flex; align-items: baseline; flex-wrap: wrap; gap: 7px; margin: 0; color: #5e7766; font-size: 13px; }
.project-item-form-fields label > span { color: #98a69b; font-size: 12px; }
.project-item-form-fields input, .project-item-form-fields textarea, .project-item-form-fields select { flex: 1 1 100%; min-width: 0; width: 100%; min-height: 40px; padding: 9px 11px; border: 1px solid #d0ded2; border-radius: 7px; background: #fff; color: #294934; font: inherit; font-size: 16px; line-height: 1.4; }
.project-item-form-fields textarea { resize: vertical; }
.project-item-edit-description { grid-column: 1 / -1; }
.project-item-editor-actions { display: flex; align-items: center; gap: 10px; margin-top: 18px; }
.project-item-editor-actions .primary-button { min-height: 37px; padding: 8px 15px; border-radius: 7px; font-size: 13px; }
.project-item-error { margin: 12px 0 0; color: #a24f52; font-size: 13px; }
.project-item-header button:focus-visible, .project-item-header input:focus-visible, .project-item-header select:focus-visible, .project-item-header textarea:focus-visible, .project-item-header summary:focus-visible { outline: 2px solid #80ac8a; outline-offset: 3px; }
@media (max-width: 760px) {
  .project-item-header { padding: 18px 18px 16px; }
  .project-item-titlebar { align-items: flex-start; gap: 14px; }
  .project-item-header h2 { font-size: 20px; }
  .project-item-meta { gap: 9px; margin-bottom: 8px; }
  .project-item-type, .project-item-status { font-size: 12px; }
  .project-item-edit-button { min-height: 36px; padding: 6px 9px; font-size: 12px; }
  .project-item-description { margin-top: 10px; font-size: 16px; }
  .project-item-editor { padding: 15px; margin-top: 16px; }
  .project-item-form-fields { grid-template-columns: minmax(0, 1fr); gap: 13px; }
  .project-item-form-fields input, .project-item-form-fields textarea, .project-item-form-fields select { font-size: 16px; }
}
