PROJECT

New Project

0%
Overall
🌀

Select a Portal to get started

🔍

Select a node to view details

Project Chat

No threads yet

Click + New to start a conversation

.cpm-box { width: 560px; max-width: calc(100vw - 40px); max-height: 82vh; display: flex; flex-direction: column; overflow: hidden; } .cpm-tab { background: none; border: none; border-bottom: 2px solid transparent; padding: 7px 14px; font-size: 12px; font-weight: 500; color: var(--text-muted, #555e7a); cursor: pointer; margin-bottom: -1px; white-space: nowrap; transition: color .15s, border-color .15s; } .cpm-tab.active { color: var(--accent, #6c8fff); border-bottom-color: var(--accent, #6c8fff); } .cpm-body { flex: 1; overflow-y: auto; padding: 16px 20px; display: flex; flex-direction: column; gap: 12px; } .cpm-search-wrap { display: flex; align-items: center; gap: 8px; background: var(--bg-secondary, #13151d); border: 1px solid var(--border, #2a2d3e); border-radius: 6px; padding: 7px 10px; color: var(--text-muted, #555e7a); } .cpm-search { flex: 1; background: none; border: none; outline: none; color: var(--text, #e2e8f0); font-size: 13px; } .cpm-list { display: flex; flex-direction: column; gap: 6px; } .cpm-project-item { display: flex; align-items: center; gap: 12px; padding: 11px 12px; border-radius: 8px; border: 1px solid var(--border, #2a2d3e); cursor: pointer; transition: background .1s, border-color .15s; min-width: 0; } .cpm-project-item:hover { background: var(--bg-hover, rgba(255,255,255,.04)); } .cpm-project-item.active { border-color: var(--accent, #6c8fff); background: rgba(108,143,255,.08); } .cpm-project-icon { width: 36px; height: 36px; border-radius: 8px; flex-shrink: 0; background: var(--accent, #6c8fff); display: flex; align-items: center; justify-content: center; color: #fff; font-weight: 700; font-size: 13px; } .cpm-project-info { flex: 1; min-width: 0; overflow: hidden; } .cpm-project-name { font-weight: 600; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .cpm-project-meta { font-size: 11px; color: var(--text-muted, #555e7a); margin-top: 2px; } .cpm-project-actions { display: flex; gap: 6px; flex-shrink: 0; align-items: center; } .cpm-active-badge { font-size: 10px; font-weight: 700; background: var(--accent, #6c8fff); color: #fff; border-radius: 4px; padding: 2px 7px; white-space: nowrap; flex-shrink: 0; } .cpm-member-item { display: flex; align-items: center; gap: 10px; padding: 9px 10px; border-radius: 6px; border: 1px solid var(--border, #2a2d3e); } .cpm-member-avatar { width: 30px; height: 30px; border-radius: 50%; background: var(--bg-secondary, #13151d); border: 1px solid var(--border, #2a2d3e); display: flex; align-items: center; justify-content: center; font-size: 11px; font-weight: 700; flex-shrink: 0; } .cpm-member-info { flex: 1; min-width: 0; } .cpm-member-name { font-size: 13px; font-weight: 500; } .cpm-member-email { font-size: 11px; color: var(--text-muted, #555e7a); } .cpm-member-role { font-size: 11px; font-weight: 600; color: var(--accent, #6c8fff); background: rgba(108,143,255,.12); border-radius: 4px; padding: 2px 7px; white-space: nowrap; } .cpm-assign-list, .cpm-org-list { display: flex; flex-direction: column; gap: 4px; max-height: 160px; overflow-y: auto; } .cpm-assign-item { display: flex; align-items: center; gap: 10px; padding: 7px 8px; border-radius: 6px; border: 1px solid transparent; cursor: pointer; transition: background .1s; } .cpm-assign-item:hover { background: var(--bg-hover, rgba(255,255,255,.04)); } .cpm-assign-item.selected { border-color: var(--accent, #6c8fff); background: rgba(108,143,255,.08); } .cpm-section-label { font-size: 11px; font-weight: 700; letter-spacing: .06em; color: var(--text-muted, #555e7a); text-transform: uppercase; } .cpm-empty { text-align: center; color: var(--text-muted, #555e7a); font-size: 13px; padding: 20px; }