.project-composer { container-type: inline-size; min-width: 0; width: 100%; padding: 13px 14px; border: 1px solid #80b6a8; border-radius: 10px; background: #fff; box-shadow: 0 2px 7px #1e393914; }
.project-composer-title { display: block; width: 100%; min-width: 0; min-height: 38px; padding: 0; border: 0; border-radius: 2px; outline: none; background: transparent; color: var(--ink); font: inherit; font-size: 22px; font-weight: 500; line-height: 1.4; }
.project-composer:focus-within { border-color: var(--teal, #218f83); box-shadow: 0 0 0 2px #218f8324; }
.project-composer-title::selection { background: #bedcfc; color: #193236; }
.project-composer-controls { display: flex; align-items: center; gap: 6px; margin-top: 10px; }
.project-composer-controls .primary-button { min-height: 40px; padding: 7px 11px; font-size: 16px; white-space: nowrap; }
.project-composer-cancel { flex: 0 0 40px; height: 40px; padding: 0; border: 0; border-radius: 7px; background: transparent; color: var(--muted); font-size: 26px; line-height: 1; }
.project-composer-cancel:hover { background: var(--surface-soft); }
.project-composer-controls > span { margin-left: auto; color: var(--muted); font-size: 12px; white-space: nowrap; }
.project-composer-error { margin: 8px 0 0; color: #a53f49; font-size: 14px; }
.project-composer[aria-busy="true"] { opacity: .75; }
.add-project-card[hidden] { display: none; }
@container (max-width: 290px) { .project-composer-controls > span { display: none; } }
@media (max-width: 900px) {
  .project-composer-title { font-size: 18px; }
  .project-composer-controls .primary-button, .project-composer-cancel { min-height: 44px; }
  .project-composer-controls > span { display: none; }
}
