.conversation-stitch-shell {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 130px);
}

.conversation-stitch-shell--split {
    padding: 0;
}

.conversation-stitch-split-layout {
    width: 100%;
    height: 100%;
    min-height: calc(100vh - 130px);
    display: grid;
    grid-template-columns: 25rem minmax(0, 1fr);
    background: #eef3f3;
    border: 1px solid rgba(203, 213, 225, 0.45);
    border-radius: 0.9rem;
    overflow: hidden;
}

.conversation-stitch-project-column {
    display: flex;
    flex-direction: column;
    min-height: 0;
    background: #f8f9fb;
    border-right: 1px solid rgba(203, 213, 225, 0.55);
}

.conversation-stitch-project-header {
    padding: 1.7rem 1.45rem 1.35rem;
    border-bottom: 1px solid rgba(203, 213, 225, 0.52);
    display: grid;
    gap: 1rem;
}

.conversation-stitch-project-header h2 {
    margin: 0;
    color: #0f172a;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: -0.03em;
}

.conversation-stitch-search {
    position: relative;
    display: block;
}

.conversation-stitch-search .material-symbols-outlined {
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    color: #94a3b8;
    font-size: 1rem;
    pointer-events: none;
}

.conversation-stitch-search input {
    width: 100%;
    border: 1px solid rgba(203, 213, 225, 0.65);
    border-radius: 0.62rem;
    background: #ffffff;
    box-shadow: 0 4px 16px -8px rgba(15, 23, 42, 0.12);
    color: #334155;
    font-family: "Inter", var(--font-sans), sans-serif;
    font-size: 0.84rem;
    line-height: 1;
    padding: 0.76rem 0.78rem 0.76rem 2.25rem;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.conversation-stitch-search input:focus {
    outline: none;
    border-color: rgba(130, 224, 170, 0.9);
    box-shadow: 0 0 0 3px rgba(130, 224, 170, 0.22);
}

.conversation-stitch-project-list {
    flex: 1 1 auto;
    min-height: 0;
    overflow-y: auto;
    padding: 0.25rem 0;
    display: flex;
    flex-direction: column;
}

.conversation-stitch-secondary-list {
    border-top: 1px solid rgba(203, 213, 225, 0.45);
    padding: 0.25rem 0;
    background: rgba(248, 250, 252, 0.45);
}

.conversation-stitch-project-item {
    width: 100%;
    border: 0;
    border-left: 3px solid transparent;
    background: transparent;
    padding: 1.1rem 1.25rem 1.12rem 1.3rem;
    text-align: left;
    display: grid;
    gap: 0.36rem;
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.conversation-stitch-project-item:hover {
    background: rgba(241, 245, 249, 0.78);
}

.conversation-stitch-project-item.is-active {
    background: #ffffff;
    border-left-color: #82e0aa;
    box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.05);
}

.conversation-stitch-project-top {
    min-width: 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.62rem;
}

.conversation-stitch-project-top h3 {
    margin: 0;
    color: #334155;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.24;
    letter-spacing: -0.01em;
}

.conversation-stitch-project-item.is-active .conversation-stitch-project-top h3 {
    color: #0f172a;
    font-weight: 800;
}

.conversation-stitch-project-count {
    border-radius: 0.28rem;
    background: #e2e8f0;
    color: #64748b;
    font-size: 0.64rem;
    font-weight: 700;
    line-height: 1;
    padding: 0.26rem 0.33rem;
    min-width: 1.2rem;
    text-align: center;
    flex: 0 0 auto;
}

.conversation-stitch-project-count--active {
    background: rgba(130, 224, 170, 0.42);
    color: #005231;
}

.conversation-stitch-project-meta {
    margin: 0;
    color: #94a3b8;
    font-size: 0.66rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    line-height: 1.2;
}

.conversation-stitch-project-badge-inline {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
}

.conversation-stitch-project-footer {
    border-top: 1px solid rgba(203, 213, 225, 0.52);
    padding: 0.95rem 1.25rem;
    background: rgba(255, 255, 255, 0.52);
}

.conversation-stitch-project-footer p {
    margin: 0;
    text-align: center;
    color: #94a3b8;
    font-size: 0.64rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    line-height: 1.2;
}

.conversation-stitch-detail-column {
    min-height: 0;
    overflow-y: auto;
    padding: 2rem 2rem 1.8rem;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
}

.conversation-stitch-detail-head {
    border-bottom: 1px solid rgba(203, 213, 225, 0.6);
    padding-bottom: 1rem;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 1rem;
}

.conversation-stitch-detail-copy {
    min-width: 0;
    display: grid;
    gap: 0.32rem;
}

.conversation-stitch-detail-kicker {
    color: #82e0aa;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    line-height: 1;
}

.conversation-stitch-detail-copy h3 {
    margin: 0;
    color: #0f172a;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: clamp(2rem, 1.8rem + 0.7vw, 2.65rem);
    font-weight: 800;
    line-height: 1.06;
    letter-spacing: -0.03em;
}

.conversation-stitch-detail-copy p {
    margin: 0;
    color: #64748b;
    font-size: 1.05rem;
    line-height: 1.45;
    max-width: 52rem;
}

.conversation-stitch-detail-actions {
    margin-left: auto;
    display: inline-flex;
    align-items: center;
    gap: 0.58rem;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.conversation-stitch-section-count {
    color: #64748b;
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    white-space: nowrap;
}

.conversation-stitch-detail-list {
    display: flex;
    flex-direction: column;
    gap: 0.8rem;
}

.conversation-stitch-row {
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.62);
    box-shadow: 0 4px 24px -4px rgba(0, 0, 0, 0.04);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.95rem;
    padding: 1rem 1.05rem;
    cursor: pointer;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.conversation-stitch-row:hover,
.conversation-stitch-row:focus-visible {
    background: #f3f4f6;
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
    transform: translateY(-1px);
    outline: none;
}

.conversation-stitch-row.is-unread {
    border-color: rgba(130, 224, 170, 0.45);
}

.conversation-stitch-row-main {
    min-width: 0;
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    gap: 0.86rem;
}

.conversation-stitch-avatar {
    width: 3rem;
    height: 3rem;
    border-radius: 0.8rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: 1.08rem;
    font-weight: 800;
    letter-spacing: -0.02em;
    flex: 0 0 auto;
}

.conversation-stitch-avatar--sage {
    background: #d1fae5;
    color: #047857;
}

.conversation-stitch-avatar--sky {
    background: #dbeafe;
    color: #1d4ed8;
}

.conversation-stitch-avatar--mist {
    background: #e2e8f0;
    color: #475569;
}

.conversation-stitch-avatar--sand {
    background: #fef3c7;
    color: #a16207;
}

.conversation-stitch-row-copy {
    min-width: 0;
    display: grid;
    gap: 0.15rem;
}

.conversation-stitch-row-title-wrap {
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 0.48rem;
}

.conversation-stitch-row-name,
.conversation-stitch-row-subtitle,
.conversation-stitch-row-preview,
.conversation-stitch-row-meta {
    margin: 0;
}

.conversation-stitch-row-name {
    color: #0f172a;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-stitch-row-subtitle {
    border-radius: 0.22rem;
    background: rgba(226, 232, 240, 0.7);
    color: #64748b;
    font-size: 0.6rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.18rem 0.3rem;
    white-space: nowrap;
}

.conversation-stitch-row-preview {
    color: #475569;
    font-size: 0.95rem;
    line-height: 1.35;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-stitch-row-preview--muted {
    color: #94a3b8;
    font-style: italic;
}

.conversation-stitch-row-meta {
    color: #94a3b8;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.conversation-stitch-row-side {
    display: inline-flex;
    align-items: center;
    gap: 0.48rem;
    margin-left: auto;
    flex: 0 0 auto;
}

.conversation-stitch-badge-slot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
}

.conversation-stitch-status {
    display: inline-flex;
    align-items: center;
    gap: 0.32rem;
    border-radius: 999px;
    border: 1px solid rgba(226, 232, 240, 0.8);
    background: rgba(255, 255, 255, 0.84);
    padding: 0.34rem 0.66rem;
    font-size: 0.65rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    white-space: nowrap;
}

.conversation-stitch-status-dot {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 999px;
    background: currentColor;
    flex: 0 0 auto;
}

.conversation-stitch-status--connected {
    color: #475569;
}

.conversation-stitch-status--pending {
    color: #9a6f1d;
}

.conversation-stitch-status--offline {
    color: #64748b;
}

.conversation-stitch-icon-btn {
    width: 1.95rem;
    height: 1.95rem;
    border: 0;
    border-radius: 0.58rem;
    background: transparent;
    color: #94a3b8;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: color 0.2s ease, background 0.2s ease;
}

.conversation-stitch-icon-btn .material-symbols-outlined {
    font-size: 1.02rem;
}

.conversation-stitch-icon-btn:hover,
.conversation-stitch-icon-btn:focus-visible {
    color: #334155;
    background: rgba(255, 255, 255, 0.74);
    outline: none;
}

.conversation-stitch-preview-btn {
    border: 1px solid rgba(148, 163, 184, 0.35);
    background: rgba(255, 255, 255, 0.74);
    color: #64748b;
}

.conversation-stitch-preview-btn:hover,
.conversation-stitch-preview-btn:focus-visible,
.conversation-stitch-preview-btn.is-active {
    border-color: rgba(130, 224, 170, 0.58);
    color: #166534;
    background: rgba(130, 224, 170, 0.2);
}

.conversation-stitch-delete-btn {
    width: 1.7rem;
    height: 1.7rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(100, 116, 139, 0.75);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    transform: translateY(2px);
    transition: opacity 0.2s ease, transform 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.conversation-stitch-delete-btn .material-symbols-outlined {
    font-size: 0.94rem;
}

.conversation-stitch-row:hover .conversation-stitch-delete-btn,
.conversation-stitch-row:focus-within .conversation-stitch-delete-btn {
    opacity: 1;
    transform: translateY(0);
}

.conversation-stitch-delete-btn:hover,
.conversation-stitch-delete-btn:focus-visible {
    color: #dc2626;
    background: rgba(220, 38, 38, 0.1);
    outline: none;
}

.conversation-stitch-row-arrow {
    color: #cbd5e1;
    font-size: 1.1rem;
}

.conversation-stitch-empty {
    padding: 2.4rem 1rem;
    border: 1px dashed rgba(148, 163, 184, 0.42);
    border-radius: 1rem;
    background: rgba(255, 255, 255, 0.55);
    display: grid;
    justify-items: center;
    text-align: center;
    gap: 0.55rem;
}

.conversation-stitch-empty .material-symbols-outlined {
    font-size: 2rem;
    color: #94a3b8;
}

.conversation-stitch-empty h3 {
    margin: 0;
    color: #334155;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: 1rem;
}

.conversation-stitch-empty p {
    margin: 0;
    max-width: 30rem;
    color: #64748b;
    font-size: 0.9rem;
    line-height: 1.5;
}

.conversation-stitch-empty-card {
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 0.85rem;
    background: rgba(255, 255, 255, 0.48);
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3.9rem;
    padding: 0.9rem;
    color: #94a3b8;
    font-size: 0.8rem;
    font-weight: 600;
}

.conversation-stitch-detail-add {
    padding-top: 0.2rem;
}

.conversation-stitch-add-row {
    width: 100%;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    border-radius: 0.72rem;
    background: rgba(255, 255, 255, 0.54);
    color: #64748b;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 0.76rem 0.9rem;
    font-family: "Inter", var(--font-sans), sans-serif;
    font-size: 0.76rem;
    font-weight: 600;
    cursor: pointer;
    transition: border-color 0.2s ease, background 0.2s ease, color 0.2s ease;
}

.conversation-stitch-add-row:hover,
.conversation-stitch-add-row:focus-visible {
    border-color: rgba(130, 224, 170, 0.6);
    background: rgba(255, 255, 255, 0.82);
    color: #166534;
    outline: none;
}

.conversation-stitch-add-icon {
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.6rem;
    border: 1px dashed rgba(148, 163, 184, 0.45);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
}

.conversation-stitch-add-copy {
    color: inherit;
}

.custom-scrollbar::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

.custom-scrollbar::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 999px;
}

.custom-scrollbar::-webkit-scrollbar-track {
    background: transparent;
}

.conversation-checklist-preview-popover {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1600;
    width: min(24rem, calc(100vw - 1.5rem));
    border: 1px solid rgba(148, 163, 184, 0.28);
    border-radius: 0.95rem;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 28px 70px rgba(15, 23, 42, 0.22);
    backdrop-filter: blur(16px);
    padding: 0.9rem;
}

.conversation-checklist-preview-shell {
    display: grid;
    gap: 0.9rem;
}

.conversation-checklist-preview-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.9rem;
}

.conversation-checklist-preview-copy {
    min-width: 0;
    display: grid;
    gap: 0.22rem;
}

.conversation-checklist-preview-eyebrow {
    margin: 0;
    color: #166534;
    font-size: 0.68rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.conversation-checklist-preview-copy h4,
.conversation-checklist-preview-copy p {
    margin: 0;
}

.conversation-checklist-preview-copy h4 {
    color: #1e293b;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: 1.05rem;
    font-weight: 800;
    line-height: 1.15;
}

.conversation-checklist-preview-copy p {
    color: #64748b;
    font-size: 0.8rem;
    line-height: 1.45;
}

.conversation-checklist-preview-close {
    width: 2rem;
    height: 2rem;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: #64748b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.conversation-checklist-preview-close:hover,
.conversation-checklist-preview-close:focus-visible {
    background: rgba(226, 232, 240, 0.92);
    color: #1e293b;
    outline: none;
}

.conversation-checklist-preview-close .material-symbols-outlined {
    font-size: 1.05rem;
}

.conversation-checklist-preview-state {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    width: fit-content;
    max-width: 100%;
    padding: 0.5rem 0.78rem;
    border-radius: 999px;
    font-size: 0.7rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.conversation-checklist-preview-state::before {
    content: "";
    width: 0.48rem;
    height: 0.48rem;
    border-radius: 999px;
    background: currentColor;
    flex: 0 0 auto;
}

.conversation-checklist-preview-state--ready {
    color: #166534;
    background: rgba(187, 247, 208, 0.65);
}

.conversation-checklist-preview-state--progress {
    color: #92400e;
    background: rgba(254, 243, 199, 0.92);
}

.conversation-checklist-preview-state--blocked {
    color: #b91c1c;
    background: rgba(254, 226, 226, 0.96);
}

.conversation-checklist-preview-state--muted {
    color: #64748b;
    background: rgba(226, 232, 240, 0.92);
}

.conversation-checklist-preview-updated {
    margin: -0.2rem 0 0;
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.45;
}

.conversation-checklist-preview-stats {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.conversation-checklist-preview-stat {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.82rem;
    background: rgba(248, 250, 252, 0.92);
    padding: 0.74rem 0.78rem;
    display: grid;
    gap: 0.25rem;
}

.conversation-checklist-preview-stat span {
    color: #64748b;
    font-size: 0.66rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.conversation-checklist-preview-stat strong {
    color: #1e293b;
    font-family: "Manrope", var(--font-display), sans-serif;
    font-size: 1.2rem;
    font-weight: 800;
    line-height: 1;
}

.conversation-checklist-preview-table-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.65rem;
}

.conversation-checklist-preview-table-card {
    border: 1px solid rgba(148, 163, 184, 0.22);
    border-radius: 0.82rem;
    background: rgba(255, 255, 255, 0.92);
    padding: 0.76rem;
    display: grid;
    gap: 0.4rem;
}

.conversation-checklist-preview-table-card strong,
.conversation-checklist-preview-note strong {
    color: #1e293b;
}

.conversation-checklist-preview-table-head,
.conversation-checklist-preview-table-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
}

.conversation-checklist-preview-table-head span:first-child,
.conversation-checklist-preview-table-meta span {
    color: #64748b;
    font-size: 0.76rem;
    line-height: 1.35;
}

.conversation-checklist-preview-table-head strong,
.conversation-checklist-preview-table-meta strong {
    font-size: 0.82rem;
    line-height: 1.25;
}

.conversation-checklist-preview-note {
    border-radius: 0.82rem;
    padding: 0.78rem 0.84rem;
    font-size: 0.78rem;
    line-height: 1.5;
}

.conversation-checklist-preview-note--success {
    color: #166534;
    background: rgba(187, 247, 208, 0.46);
}

.conversation-checklist-preview-note--neutral {
    color: #64748b;
    background: rgba(241, 245, 249, 0.95);
}

.conversation-checklist-preview-blockers {
    display: grid;
    gap: 0.6rem;
}

.conversation-checklist-preview-blockers h5 {
    margin: 0;
    color: #1e293b;
    font-size: 0.8rem;
    font-weight: 800;
    line-height: 1.2;
}

.conversation-checklist-preview-blocker {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.72rem 0.75rem;
    border-radius: 0.82rem;
    background: rgba(241, 245, 249, 0.92);
}

.conversation-checklist-preview-blocker-copy {
    min-width: 0;
    display: grid;
    gap: 0.12rem;
}

.conversation-checklist-preview-blocker-copy strong,
.conversation-checklist-preview-blocker-copy span {
    display: block;
}

.conversation-checklist-preview-blocker-copy strong {
    color: #1e293b;
    font-size: 0.78rem;
    font-weight: 700;
    line-height: 1.35;
}

.conversation-checklist-preview-blocker-copy span {
    color: #64748b;
    font-size: 0.7rem;
    line-height: 1.35;
}

.conversation-checklist-preview-badge {
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.32rem 0.52rem;
    border-radius: 999px;
    font-size: 0.62rem;
    font-weight: 800;
    line-height: 1;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.conversation-checklist-preview-badge--pending {
    color: #92400e;
    background: rgba(254, 243, 199, 0.95);
}

.conversation-checklist-preview-badge--rejected {
    color: #b91c1c;
    background: rgba(254, 226, 226, 0.98);
}

.conversation-checklist-preview-more {
    margin: -0.1rem 0 0;
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.35;
}

.conversation-checklist-preview-footnote {
    margin: 0;
    color: #64748b;
    font-size: 0.72rem;
    line-height: 1.4;
}

.conversation-checklist-preview-loading,
.conversation-checklist-preview-error {
    padding: 0.2rem 0 0.1rem;
}

.conversation-checklist-preview-error {
    display: grid;
    gap: 0.7rem;
}

.conversation-checklist-preview-error p {
    margin: 0;
    color: #64748b;
    font-size: 0.82rem;
    line-height: 1.5;
}

.conversation-checklist-preview-error button {
    justify-self: flex-start;
}

@media (max-width: 1200px) {
    .conversation-stitch-split-layout {
        grid-template-columns: 20rem minmax(0, 1fr);
    }

    .conversation-stitch-detail-column {
        padding: 1.5rem;
    }
}

@media (max-width: 980px) {
    .conversation-stitch-split-layout {
        grid-template-columns: 1fr;
    }

    .conversation-stitch-project-column {
        border-right: 0;
        border-bottom: 1px solid rgba(203, 213, 225, 0.55);
    }

    .conversation-stitch-project-list {
        max-height: 16rem;
    }

    .conversation-stitch-detail-head {
        flex-direction: column;
        align-items: flex-start;
    }

    .conversation-stitch-detail-actions {
        margin-left: 0;
        justify-content: flex-start;
        width: 100%;
    }
}

@media (max-width: 720px) {
    .conversation-stitch-project-header {
        padding: 1.15rem 1rem;
    }

    .conversation-stitch-detail-column {
        padding: 1rem;
    }

    .conversation-stitch-row {
        flex-direction: column;
        align-items: stretch;
    }

    .conversation-stitch-row-main {
        align-items: flex-start;
    }

    .conversation-stitch-row-title-wrap {
        flex-direction: column;
        align-items: flex-start;
        gap: 0.12rem;
    }

    .conversation-stitch-row-side {
        margin-left: 0;
        justify-content: flex-start;
        flex-wrap: wrap;
    }

    .conversation-checklist-preview-popover {
        width: min(24rem, calc(100vw - 1rem));
    }

    .conversation-checklist-preview-stats,
    .conversation-checklist-preview-table-grid {
        grid-template-columns: minmax(0, 1fr);
    }
}
